└── vendor ├── bin ├── jp.php.bat └── jp.php ├── aws └── aws-sdk-php │ ├── src │ ├── S3 │ │ ├── Exception │ │ │ ├── PermanentRedirectException.php │ │ │ └── S3Exception.php │ │ ├── UseArnRegion │ │ │ ├── Exception │ │ │ │ └── ConfigurationException.php │ │ │ └── ConfigurationInterface.php │ │ └── RegionalEndpoint │ │ │ └── Exception │ │ │ └── ConfigurationException.php │ ├── data │ │ ├── pi │ │ │ └── 2018-02-27 │ │ │ │ └── paginators-1.json.php │ │ ├── dax │ │ │ └── 2017-04-19 │ │ │ │ └── paginators-1.json.php │ │ ├── dlm │ │ │ └── 2018-01-12 │ │ │ │ └── paginators-1.json.php │ │ ├── rds │ │ │ ├── 2014-09-01 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ │ └── 2014-10-31 │ │ │ │ └── smoke.json.php │ │ ├── sts │ │ │ └── 2011-06-15 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── waf │ │ │ └── 2015-08-24 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── amplify │ │ │ └── 2017-07-25 │ │ │ │ └── paginators-1.json.php │ │ ├── appsync │ │ │ └── 2017-07-25 │ │ │ │ └── paginators-1.json.php │ │ ├── events │ │ │ └── 2015-10-07 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── wafv2 │ │ │ └── 2019-07-29 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── cloudhsm │ │ │ └── 2014-05-30 │ │ │ │ └── paginators-1.json.php │ │ ├── codestar │ │ │ └── 2017-04-19 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── data.iot │ │ │ └── 2015-05-28 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── firehose │ │ │ └── 2015-08-04 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── honeycode │ │ │ └── 2020-03-01 │ │ │ │ └── paginators-1.json.php │ │ ├── iotevents │ │ │ └── 2018-07-27 │ │ │ │ └── paginators-1.json.php │ │ ├── lightsail │ │ │ └── 2016-11-28 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── rds-data │ │ │ └── 2018-08-01 │ │ │ │ └── paginators-1.json.php │ │ ├── sso-oidc │ │ │ └── 2019-06-10 │ │ │ │ └── paginators-1.json.php │ │ ├── textract │ │ │ └── 2018-06-27 │ │ │ │ └── paginators-1.json.php │ │ ├── apigatewayv2 │ │ │ └── 2018-11-29 │ │ │ │ └── paginators-1.json.php │ │ ├── eventbridge │ │ │ └── 2015-10-07 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── mediatailor │ │ │ └── 2018-04-23 │ │ │ │ └── paginators-1.json.php │ │ ├── qldb-session │ │ │ └── 2019-07-11 │ │ │ │ └── paginators-1.json.php │ │ ├── runtime.lex │ │ │ └── 2016-11-28 │ │ │ │ └── paginators-1.json.php │ │ ├── savingsplans │ │ │ └── 2019-06-28 │ │ │ │ └── paginators-1.json.php │ │ ├── waf-regional │ │ │ └── 2016-11-28 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── forecastquery │ │ │ └── 2018-06-26 │ │ │ │ └── paginators-1.json.php │ │ ├── iot-jobs-data │ │ │ └── 2017-09-29 │ │ │ │ └── paginators-1.json.php │ │ ├── iotevents-data │ │ │ └── 2018-10-23 │ │ │ │ └── paginators-1.json.php │ │ ├── autoscaling-plans │ │ │ └── 2018-01-06 │ │ │ │ └── paginators-1.json.php │ │ ├── cognito-identity │ │ │ └── 2014-06-30 │ │ │ │ └── paginators-1.json.php │ │ ├── comprehendmedical │ │ │ └── 2018-10-30 │ │ │ │ └── paginators-1.json.php │ │ ├── compute-optimizer │ │ │ └── 2019-11-01 │ │ │ │ └── paginators-1.json.php │ │ ├── globalaccelerator │ │ │ └── 2018-08-08 │ │ │ │ └── paginators-1.json.php │ │ ├── kinesisanalytics │ │ │ └── 2015-08-14 │ │ │ │ └── paginators-1.json.php │ │ ├── license-manager │ │ │ └── 2018-08-01 │ │ │ │ └── paginators-1.json.php │ │ ├── runtime.sagemaker │ │ │ └── 2017-05-13 │ │ │ │ └── paginators-1.json.php │ │ ├── streams.dynamodb │ │ │ └── 2012-08-10 │ │ │ │ └── paginators-1.json.php │ │ ├── kinesis-video-media │ │ │ └── 2017-09-30 │ │ │ │ └── paginators-1.json.php │ │ ├── kinesisanalyticsv2 │ │ │ └── 2018-05-23 │ │ │ │ └── paginators-1.json.php │ │ ├── personalize-events │ │ │ └── 2018-03-22 │ │ │ │ └── paginators-1.json.php │ │ ├── personalize-runtime │ │ │ └── 2018-05-22 │ │ │ │ └── paginators-1.json.php │ │ ├── workmailmessageflow │ │ │ └── 2019-05-01 │ │ │ │ └── paginators-1.json.php │ │ ├── ec2-instance-connect │ │ │ └── 2018-04-02 │ │ │ │ └── paginators-1.json.php │ │ ├── metering.marketplace │ │ │ └── 2016-01-14 │ │ │ │ └── paginators-1.json.php │ │ ├── apigatewaymanagementapi │ │ │ └── 2018-11-29 │ │ │ │ └── paginators-1.json.php │ │ ├── entitlement.marketplace │ │ │ └── 2017-01-11 │ │ │ │ └── paginators-1.json.php │ │ ├── kinesis-video-signaling │ │ │ └── 2019-12-04 │ │ │ │ └── paginators-1.json.php │ │ ├── marketplacecommerceanalytics │ │ │ └── 2015-07-01 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── ds │ │ │ └── 2015-04-16 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── s3 │ │ │ └── 2006-03-01 │ │ │ │ └── smoke.json.php │ │ ├── cur │ │ │ └── 2017-01-06 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── mediastore │ │ │ └── 2017-09-01 │ │ │ │ └── paginators-1.json.php │ │ ├── polly │ │ │ └── 2016-06-10 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── shield │ │ │ └── 2016-06-02 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── athena │ │ │ └── 2017-05-18 │ │ │ │ └── smoke.json.php │ │ ├── codebuild │ │ │ └── 2016-10-06 │ │ │ │ └── smoke.json.php │ │ ├── glue │ │ │ └── 2017-03-31 │ │ │ │ └── smoke.json.php │ │ ├── mediastore-data │ │ │ └── 2017-09-01 │ │ │ │ └── paginators-1.json.php │ │ ├── states │ │ │ └── 2016-11-23 │ │ │ │ └── smoke.json.php │ │ ├── appstream │ │ │ └── 2016-12-01 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── discovery │ │ │ └── 2015-11-01 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── iotsecuretunneling │ │ │ └── 2018-10-05 │ │ │ │ └── paginators-1.json.php │ │ ├── snowball │ │ │ └── 2016-06-30 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── batch │ │ │ └── 2016-08-10 │ │ │ │ └── smoke.json.php │ │ ├── connectparticipant │ │ │ └── 2018-09-07 │ │ │ │ └── paginators-1.json.php │ │ ├── mq │ │ │ └── 2017-11-27 │ │ │ │ └── paginators-1.json.php │ │ ├── rekognition │ │ │ └── 2016-06-27 │ │ │ │ └── smoke.json.php │ │ ├── acm │ │ │ └── 2015-12-08 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── mturk-requester │ │ │ └── 2017-01-17 │ │ │ │ └── smoke.json.php │ │ ├── migrationhub-config │ │ │ └── 2019-06-30 │ │ │ │ └── paginators-1.json.php │ │ ├── servicecatalog │ │ │ └── 2015-12-10 │ │ │ │ └── smoke.json.php │ │ ├── elastic-inference │ │ │ └── 2017-07-25 │ │ │ │ └── paginators-1.json.php │ │ ├── importexport │ │ │ └── 2010-06-01 │ │ │ │ └── paginators-1.json.php │ │ ├── sagemaker-a2i-runtime │ │ │ └── 2019-11-07 │ │ │ │ └── paginators-1.json.php │ │ ├── kinesis-video-archived-media │ │ │ └── 2017-09-30 │ │ │ │ └── paginators-1.json.php │ │ ├── application-autoscaling │ │ │ └── 2016-02-06 │ │ │ │ └── smoke.json.php │ │ ├── endpoints_prefix_history.json.php │ │ ├── mobile │ │ │ └── 2017-07-01 │ │ │ │ └── paginators-1.json.php │ │ ├── ebs │ │ │ └── 2019-11-02 │ │ │ │ └── paginators-1.json.php │ │ ├── iam │ │ │ └── 2010-05-08 │ │ │ │ └── smoke.json.php │ │ ├── outposts │ │ │ └── 2019-12-03 │ │ │ │ └── paginators-1.json.php │ │ ├── identitystore │ │ │ └── 2020-06-15 │ │ │ │ └── paginators-1.json.php │ │ ├── macie │ │ │ └── 2017-12-19 │ │ │ │ └── paginators-1.json.php │ │ ├── route53 │ │ │ └── 2013-04-01 │ │ │ │ ├── waiters-2.json.php │ │ │ │ └── smoke.json.php │ │ ├── s3control │ │ │ └── 2018-08-20 │ │ │ │ └── paginators-1.json.php │ │ ├── elastictranscoder │ │ │ └── 2012-09-25 │ │ │ │ ├── waiters-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── iot │ │ │ └── 2015-05-28 │ │ │ │ └── smoke.json.php │ │ ├── sqs │ │ │ └── 2012-11-05 │ │ │ │ ├── smoke.json.php │ │ │ │ ├── waiters-2.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── ssm │ │ │ └── 2014-11-06 │ │ │ │ └── smoke.json.php │ │ ├── email │ │ │ └── 2010-12-01 │ │ │ │ ├── waiters-1.json.php │ │ │ │ ├── smoke.json.php │ │ │ │ └── waiters-2.json.php │ │ ├── glacier │ │ │ └── 2012-06-01 │ │ │ │ └── smoke.json.php │ │ ├── cloud9 │ │ │ └── 2017-09-23 │ │ │ │ └── paginators-1.json.php │ │ ├── cloudtrail │ │ │ └── 2013-11-01 │ │ │ │ └── smoke.json.php │ │ ├── lambda │ │ │ └── 2015-03-31 │ │ │ │ └── smoke.json.php │ │ ├── secretsmanager │ │ │ └── 2017-10-17 │ │ │ │ ├── paginators-1.json.php │ │ │ │ └── smoke.json.php │ │ ├── translate │ │ │ └── 2017-07-01 │ │ │ │ └── paginators-1.json.php │ │ ├── cloudhsmv2 │ │ │ └── 2017-04-28 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── codepipeline │ │ │ └── 2015-07-09 │ │ │ │ └── smoke.json.php │ │ ├── codestar-connections │ │ │ └── 2019-12-01 │ │ │ │ └── paginators-1.json.php │ │ ├── ec2 │ │ │ └── 2016-11-15 │ │ │ │ └── smoke.json.php │ │ ├── marketplace-catalog │ │ │ └── 2018-09-17 │ │ │ │ └── paginators-1.json.php │ │ ├── opsworks │ │ │ └── 2013-02-18 │ │ │ │ └── smoke.json.php │ │ ├── sms │ │ │ └── 2016-10-24 │ │ │ │ └── smoke.json.php │ │ ├── sns │ │ │ └── 2010-03-31 │ │ │ │ └── smoke.json.php │ │ ├── ecs │ │ │ └── 2014-11-13 │ │ │ │ └── smoke.json.php │ │ ├── es │ │ │ └── 2015-01-01 │ │ │ │ └── smoke.json.php │ │ ├── kinesis │ │ │ └── 2013-12-02 │ │ │ │ └── smoke.json.php │ │ ├── codecommit │ │ │ └── 2015-04-13 │ │ │ │ └── smoke.json.php │ │ ├── codedeploy │ │ │ └── 2014-10-06 │ │ │ │ └── smoke.json.php │ │ ├── dynamodb │ │ │ ├── 2011-12-05 │ │ │ │ └── smoke.json.php │ │ │ └── 2012-08-10 │ │ │ │ └── smoke.json.php │ │ ├── ecr │ │ │ └── 2015-09-21 │ │ │ │ └── smoke.json.php │ │ ├── workspaces │ │ │ └── 2015-04-08 │ │ │ │ └── smoke.json.php │ │ ├── cloudsearch │ │ │ └── 2013-01-01 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── docdb │ │ │ └── 2014-10-31 │ │ │ │ └── smoke.json.php │ │ ├── elasticmapreduce │ │ │ └── 2009-03-31 │ │ │ │ └── smoke.json.php │ │ ├── inspector │ │ │ └── 2016-02-16 │ │ │ │ └── smoke.json.php │ │ ├── route53domains │ │ │ └── 2014-05-15 │ │ │ │ ├── smoke.json.php │ │ │ │ └── paginators-1.json.php │ │ ├── elasticache │ │ │ └── 2015-02-02 │ │ │ │ └── smoke.json.php │ │ ├── gamelift │ │ │ └── 2015-10-01 │ │ │ │ └── smoke.json.php │ │ ├── neptune │ │ │ └── 2014-10-31 │ │ │ │ └── smoke.json.php │ │ ├── redshift │ │ │ └── 2012-12-01 │ │ │ │ └── smoke.json.php │ │ ├── route53resolver │ │ │ └── 2018-04-01 │ │ │ │ └── smoke.json.php │ │ ├── directconnect │ │ │ └── 2012-10-25 │ │ │ │ └── smoke.json.php │ │ ├── dms │ │ │ └── 2016-01-01 │ │ │ │ └── smoke.json.php │ │ ├── elasticfilesystem │ │ │ └── 2015-02-01 │ │ │ │ └── smoke.json.php │ │ ├── logs │ │ │ └── 2014-03-28 │ │ │ │ └── smoke.json.php │ │ ├── sso │ │ │ └── 2019-06-10 │ │ │ │ └── paginators-1.json.php │ │ ├── cloudfront │ │ │ ├── 2017-10-30 │ │ │ │ └── smoke.json.php │ │ │ ├── 2018-06-18 │ │ │ │ └── smoke.json.php │ │ │ ├── 2018-11-05 │ │ │ │ └── smoke.json.php │ │ │ ├── 2019-03-26 │ │ │ │ └── smoke.json.php │ │ │ └── 2020-05-31 │ │ │ │ └── smoke.json.php │ │ ├── kms │ │ │ └── 2014-11-01 │ │ │ │ └── smoke.json.php │ │ ├── apigateway │ │ │ └── 2015-07-09 │ │ │ │ └── smoke.json.php │ │ ├── braket │ │ │ └── 2019-09-01 │ │ │ │ └── paginators-1.json.php │ │ ├── mediaconnect │ │ │ └── 2018-11-14 │ │ │ │ └── paginators-1.json.php │ │ ├── config │ │ │ └── 2014-11-12 │ │ │ │ └── smoke.json.php │ │ ├── devicefarm │ │ │ └── 2015-06-23 │ │ │ │ └── smoke.json.php │ │ ├── cloudformation │ │ │ └── 2010-05-15 │ │ │ │ └── smoke.json.php │ │ ├── elasticbeanstalk │ │ │ └── 2010-12-01 │ │ │ │ └── smoke.json.php │ │ ├── iot1click-projects │ │ │ └── 2018-05-14 │ │ │ │ └── paginators-1.json.php │ │ ├── elasticloadbalancing │ │ │ └── 2012-06-01 │ │ │ │ └── smoke.json.php │ │ ├── elasticloadbalancingv2 │ │ │ └── 2015-12-01 │ │ │ │ └── smoke.json.php │ │ ├── kinesisvideo │ │ │ └── 2017-09-30 │ │ │ │ └── paginators-1.json.php │ │ ├── cognito-idp │ │ │ └── 2016-04-18 │ │ │ │ └── smoke.json.php │ │ ├── monitoring │ │ │ └── 2010-08-01 │ │ │ │ └── smoke.json.php │ │ ├── detective │ │ │ └── 2018-10-26 │ │ │ │ └── paginators-1.json.php │ │ ├── kendra │ │ │ └── 2019-02-03 │ │ │ │ └── paginators-1.json.php │ │ ├── pricing │ │ │ └── 2017-10-15 │ │ │ │ └── paginators-1.json.php │ │ ├── aliases.json.php │ │ └── autoscaling │ │ │ └── 2011-01-01 │ │ │ └── smoke.json.php │ ├── Arn │ │ └── Exception │ │ │ └── InvalidArnException.php │ ├── Ecs │ │ └── Exception │ │ │ └── EcsException.php │ ├── Efs │ │ └── Exception │ │ │ └── EfsException.php │ ├── Sts │ │ ├── Exception │ │ │ └── StsException.php │ │ └── RegionalEndpoints │ │ │ └── Exception │ │ │ └── ConfigurationException.php │ ├── CloudHsm │ │ └── Exception │ │ │ └── CloudHsmException.php │ ├── Ssm │ │ └── Exception │ │ │ └── SsmException.php │ ├── Support │ │ └── Exception │ │ │ └── SupportException.php │ ├── Exception │ │ ├── CryptoPolyfillException.php │ │ ├── CryptoException.php │ │ ├── CredentialsException.php │ │ ├── InvalidJsonException.php │ │ ├── InvalidRegionException.php │ │ ├── UnresolvedApiException.php │ │ ├── IncalculablePayloadException.php │ │ ├── UnresolvedEndpointException.php │ │ └── UnresolvedSignatureException.php │ ├── Iot │ │ └── Exception │ │ │ └── IotException.php │ ├── Lambda │ │ └── Exception │ │ │ └── LambdaException.php │ ├── MQ │ │ └── Exception │ │ │ └── MQException.php │ ├── Waf │ │ └── Exception │ │ │ └── WafException.php │ ├── FSx │ │ └── Exception │ │ │ └── FSxException.php │ ├── Glue │ │ └── Exception │ │ │ └── GlueException.php │ ├── Batch │ │ └── Exception │ │ │ └── BatchException.php │ ├── Kms │ │ └── Exception │ │ │ └── KmsException.php │ ├── QLDB │ │ └── Exception │ │ │ └── QLDBException.php │ ├── Ses │ │ └── Exception │ │ │ └── SesException.php │ ├── Sqs │ │ └── Exception │ │ │ └── SqsException.php │ ├── WAFV2 │ │ └── Exception │ │ │ └── WAFV2Exception.php │ ├── XRay │ │ └── Exception │ │ │ └── XRayException.php │ ├── Backup │ │ └── Exception │ │ │ └── BackupException.php │ ├── Braket │ │ └── Exception │ │ │ └── BraketException.php │ ├── Chime │ │ └── Exception │ │ │ └── ChimeException.php │ ├── Cloud9 │ │ └── Exception │ │ │ └── Cloud9Exception.php │ ├── Emr │ │ └── Exception │ │ │ └── EmrException.php │ ├── Macie │ │ └── Exception │ │ │ └── MacieException.php │ ├── Mobile │ │ └── Exception │ │ │ └── MobileException.php │ ├── PI │ │ ├── Exception │ │ │ └── PIException.php │ │ └── PIClient.php │ ├── Polly │ │ └── Exception │ │ │ └── PollyException.php │ ├── Rds │ │ └── Exception │ │ │ └── RdsException.php │ ├── SSO │ │ └── Exception │ │ │ └── SSOException.php │ ├── Sfn │ │ └── Exception │ │ │ └── SfnException.php │ ├── Shield │ │ └── Exception │ │ │ └── ShieldException.php │ ├── Sns │ │ └── Exception │ │ │ └── SnsException.php │ ├── Swf │ │ └── Exception │ │ │ └── SwfException.php │ ├── signer │ │ └── Exception │ │ │ └── signerException.php │ ├── Acm │ │ └── Exception │ │ │ └── AcmException.php │ ├── Amplify │ │ └── Exception │ │ │ └── AmplifyException.php │ ├── AppSync │ │ └── Exception │ │ │ └── AppSyncException.php │ ├── Athena │ │ └── Exception │ │ │ └── AthenaException.php │ ├── Budgets │ │ └── Exception │ │ │ └── BudgetsException.php │ ├── CodeDeploy │ │ └── Exception │ │ │ └── CodeDeployException.php │ ├── DeviceFarm │ │ └── Exception │ │ │ └── DeviceFarmException.php │ ├── EBS │ │ └── Exception │ │ │ └── EBSException.php │ ├── Ec2 │ │ └── Exception │ │ │ └── Ec2Exception.php │ ├── FMS │ │ └── Exception │ │ │ └── FMSException.php │ ├── Glacier │ │ └── Exception │ │ │ └── GlacierException.php │ ├── Kinesis │ │ └── Exception │ │ │ └── KinesisException.php │ ├── Macie2 │ │ └── Exception │ │ │ └── Macie2Exception.php │ ├── RAM │ │ └── Exception │ │ │ └── RAMException.php │ ├── Route53 │ │ └── Exception │ │ │ └── Route53Exception.php │ ├── Schemas │ │ └── Exception │ │ │ └── SchemasException.php │ ├── AppMesh │ │ └── Exception │ │ │ └── AppMeshException.php │ ├── Appflow │ │ └── Exception │ │ │ └── AppflowException.php │ ├── CodeStar │ │ └── Exception │ │ │ └── CodeStarException.php │ ├── DLM │ │ └── Exception │ │ │ └── DLMException.php │ ├── DataSync │ │ └── Exception │ │ │ └── DataSyncException.php │ ├── DirectoryService │ │ └── Exception │ │ │ └── DirectoryServiceException.php │ ├── DynamoDb │ │ └── Exception │ │ │ └── DynamoDbException.php │ ├── Ecr │ │ └── Exception │ │ │ └── EcrException.php │ ├── IVS │ │ └── Exception │ │ │ └── IVSException.php │ ├── Iam │ │ └── Exception │ │ │ └── IamException.php │ ├── MachineLearning │ │ └── Exception │ │ │ └── MachineLearningException.php │ ├── Neptune │ │ └── Exception │ │ │ └── NeptuneException.php │ ├── OpsWorks │ │ └── Exception │ │ │ └── OpsWorksException.php │ ├── Outposts │ │ └── Exception │ │ │ └── OutpostsException.php │ ├── Redshift │ │ └── Exception │ │ │ └── RedshiftException.php │ ├── SSOOIDC │ │ └── Exception │ │ │ └── SSOOIDCException.php │ ├── Sms │ │ └── Exception │ │ │ └── SmsException.php │ ├── CodeBuild │ │ └── Exception │ │ │ └── CodeBuildException.php │ ├── CodePipeline │ │ └── Exception │ │ │ └── CodePipelineException.php │ ├── DAX │ │ └── Exception │ │ │ └── DAXException.php │ ├── GameLift │ │ └── Exception │ │ │ └── GameLiftException.php │ ├── Kafka │ │ └── Exception │ │ │ └── KafkaException.php │ ├── Pinpoint │ │ └── Exception │ │ │ └── PinpointException.php │ ├── RoboMaker │ │ └── Exception │ │ │ └── RoboMakerException.php │ ├── SesV2 │ │ └── Exception │ │ │ └── SesV2Exception.php │ ├── Textract │ │ └── Exception │ │ │ └── TextractException.php │ ├── WorkDocs │ │ └── Exception │ │ │ └── WorkDocsException.php │ ├── WorkLink │ │ └── Exception │ │ │ └── WorkLinkException.php │ ├── WorkMail │ │ └── Exception │ │ │ └── WorkMailException.php │ ├── WorkSpaces │ │ └── Exception │ │ │ └── WorkSpacesException.php │ ├── kendra │ │ └── Exception │ │ │ └── kendraException.php │ ├── AppConfig │ │ └── Exception │ │ │ └── AppConfigException.php │ ├── Appstream │ │ └── Exception │ │ │ └── AppstreamException.php │ ├── CloudFront │ │ └── Exception │ │ │ └── CloudFrontException.php │ ├── CloudTrail │ │ └── Exception │ │ │ └── CloudTrailException.php │ ├── CloudWatch │ │ └── Exception │ │ │ └── CloudWatchException.php │ ├── CodeCommit │ │ └── Exception │ │ │ └── CodeCommitException.php │ ├── Connect │ │ └── Exception │ │ │ └── ConnectException.php │ ├── Detective │ │ └── Exception │ │ │ └── DetectiveException.php │ ├── Greengrass │ │ └── Exception │ │ │ └── GreengrassException.php │ ├── GuardDuty │ │ └── Exception │ │ │ └── GuardDutyException.php │ ├── Honeycode │ │ └── Exception │ │ │ └── HoneycodeException.php │ ├── Inspector │ │ └── Exception │ │ │ └── InspectorException.php │ ├── IoTEvents │ │ └── Exception │ │ │ └── IoTEventsException.php │ ├── Lightsail │ │ └── Exception │ │ │ └── LightsailException.php │ ├── Pricing │ │ └── Exception │ │ │ └── PricingException.php │ ├── S3Control │ │ └── Exception │ │ │ └── S3ControlException.php │ ├── Synthetics │ │ └── Exception │ │ │ └── SyntheticsException.php │ ├── Transfer │ │ └── Exception │ │ │ └── TransferException.php │ ├── Translate │ │ └── Exception │ │ │ └── TranslateException.php │ ├── ApiGateway │ │ └── Exception │ │ │ └── ApiGatewayException.php │ ├── AutoScaling │ │ └── Exception │ │ │ └── AutoScalingException.php │ ├── CloudHSMV2 │ │ └── Exception │ │ │ └── CloudHSMV2Exception.php │ ├── CloudSearch │ │ └── Exception │ │ │ └── CloudSearchException.php │ ├── CognitoSync │ │ └── Exception │ │ │ └── CognitoSyncException.php │ ├── Comprehend │ │ └── Exception │ │ │ └── ComprehendException.php │ ├── ConfigService │ │ └── Exception │ │ │ └── ConfigServiceException.php │ ├── EKS │ │ └── Exception │ │ │ └── EKSException.php │ ├── ElastiCache │ │ └── Exception │ │ │ └── ElastiCacheException.php │ ├── Firehose │ │ └── Exception │ │ │ └── FirehoseException.php │ ├── Health │ │ └── Exception │ │ │ └── HealthException.php │ ├── MediaLive │ │ └── Exception │ │ │ └── MediaLiveException.php │ ├── MediaTailor │ │ └── Exception │ │ │ └── MediaTailorException.php │ ├── QuickSight │ │ └── Exception │ │ │ └── QuickSightException.php │ ├── SSOAdmin │ │ └── Exception │ │ │ └── SSOAdminException.php │ ├── SecurityHub │ │ └── Exception │ │ │ └── SecurityHubException.php │ ├── CodeArtifact │ │ └── Exception │ │ │ └── CodeArtifactException.php │ ├── DataPipeline │ │ └── Exception │ │ │ └── DataPipelineException.php │ ├── DocDB │ │ └── Exception │ │ │ └── DocDBException.php │ ├── EventBridge │ │ └── Exception │ │ │ └── EventBridgeException.php │ ├── IoTSiteWise │ │ └── Exception │ │ │ └── IoTSiteWiseException.php │ ├── MTurk │ │ └── Exception │ │ │ └── MTurkException.php │ ├── MediaConnect │ │ └── Exception │ │ │ └── MediaConnectException.php │ ├── MediaStore │ │ └── Exception │ │ │ └── MediaStoreException.php │ ├── Personalize │ │ └── Exception │ │ │ └── PersonalizeException.php │ ├── QLDBSession │ │ ├── Exception │ │ │ └── QLDBSessionException.php │ │ └── QLDBSessionClient.php │ ├── Rekognition │ │ └── Exception │ │ │ └── RekognitionException.php │ ├── SageMaker │ │ └── Exception │ │ │ └── SageMakerException.php │ ├── SnowBall │ │ └── Exception │ │ │ └── SnowBallException.php │ ├── WafRegional │ │ └── Exception │ │ │ └── WafRegionalException.php │ ├── ApiGatewayV2 │ │ └── Exception │ │ │ └── ApiGatewayV2Exception.php │ ├── DataExchange │ │ └── Exception │ │ │ └── DataExchangeException.php │ ├── DirectConnect │ │ └── Exception │ │ │ └── DirectConnectException.php │ ├── ImportExport │ │ └── Exception │ │ │ └── ImportExportException.php │ ├── IoTAnalytics │ │ └── Exception │ │ │ └── IoTAnalyticsException.php │ ├── IotDataPlane │ │ └── Exception │ │ │ └── IotDataPlaneException.php │ ├── MigrationHub │ │ └── Exception │ │ │ └── MigrationHubException.php │ ├── Organizations │ │ └── Exception │ │ │ └── OrganizationsException.php │ ├── SavingsPlans │ │ └── Exception │ │ │ └── SavingsPlansException.php │ ├── ServiceQuotas │ │ └── Exception │ │ │ └── ServiceQuotasException.php │ ├── imagebuilder │ │ └── Exception │ │ │ └── imagebuilderException.php │ ├── AccessAnalyzer │ │ └── Exception │ │ │ └── AccessAnalyzerException.php │ ├── CloudFormation │ │ └── Exception │ │ │ └── CloudFormationException.php │ ├── CloudWatchLogs │ │ └── Exception │ │ │ └── CloudWatchLogsException.php │ ├── CostExplorer │ │ └── Exception │ │ │ └── CostExplorerException.php │ ├── FraudDetector │ │ └── Exception │ │ │ └── FraudDetectorException.php │ ├── GroundStation │ │ └── Exception │ │ │ └── GroundStationException.php │ ├── IdentityStore │ │ └── Exception │ │ │ └── IdentityStoreException.php │ ├── IoTEventsData │ │ └── Exception │ │ │ └── IoTEventsDataException.php │ ├── LakeFormation │ │ └── Exception │ │ │ └── LakeFormationException.php │ ├── MediaConvert │ │ └── Exception │ │ │ └── MediaConvertException.php │ ├── MediaPackage │ │ └── Exception │ │ │ └── MediaPackageException.php │ ├── OpsWorksCM │ │ └── Exception │ │ │ └── OpsWorksCMException.php │ ├── StorageGateway │ │ └── Exception │ │ │ └── StorageGatewayException.php │ ├── ACMPCA │ │ └── Exception │ │ │ └── ACMPCAException.php │ ├── CloudDirectory │ │ └── Exception │ │ │ └── CloudDirectoryException.php │ ├── DynamoDbStreams │ │ └── Exception │ │ │ └── DynamoDbStreamsException.php │ ├── IoTThingsGraph │ │ └── Exception │ │ │ └── IoTThingsGraphException.php │ ├── KinesisVideo │ │ └── Exception │ │ │ └── KinesisVideoException.php │ ├── LicenseManager │ │ └── Exception │ │ │ └── LicenseManagerException.php │ ├── NetworkManager │ │ └── Exception │ │ │ └── NetworkManagerException.php │ ├── RDSDataService │ │ └── Exception │ │ │ └── RDSDataServiceException.php │ ├── ResourceGroups │ │ └── Exception │ │ │ └── ResourceGroupsException.php │ ├── Route53Domains │ │ └── Exception │ │ │ └── Route53DomainsException.php │ ├── SecretsManager │ │ └── Exception │ │ │ └── SecretsManagerException.php │ ├── ServiceCatalog │ │ └── Exception │ │ │ └── ServiceCatalogException.php │ ├── AlexaForBusiness │ │ └── Exception │ │ │ └── AlexaForBusinessException.php │ ├── CloudSearchDomain │ │ └── Exception │ │ │ └── CloudSearchDomainException.php │ ├── CognitoIdentity │ │ └── Exception │ │ │ └── CognitoIdentityException.php │ ├── ElasticBeanstalk │ │ └── Exception │ │ │ └── ElasticBeanstalkException.php │ ├── ForecastService │ │ └── Exception │ │ │ └── ForecastServiceException.php │ ├── PinpointEmail │ │ └── Exception │ │ │ └── PinpointEmailException.php │ ├── Route53Resolver │ │ └── Exception │ │ │ └── Route53ResolverException.php │ ├── AutoScalingPlans │ │ └── Exception │ │ │ └── AutoScalingPlansException.php │ ├── CloudWatchEvents │ │ └── Exception │ │ │ └── CloudWatchEventsException.php │ ├── CodeGuruProfiler │ │ └── Exception │ │ │ └── CodeGuruProfilerException.php │ ├── CodeGuruReviewer │ │ └── Exception │ │ │ └── CodeGuruReviewerException.php │ ├── ComputeOptimizer │ │ └── Exception │ │ │ └── ComputeOptimizerException.php │ ├── ElasticInference │ │ └── Exception │ │ │ └── ElasticInferenceException.php │ ├── ElasticTranscoder │ │ └── Exception │ │ │ └── ElasticTranscoderException.php │ ├── IoTJobsDataPlane │ │ └── Exception │ │ │ └── IoTJobsDataPlaneException.php │ ├── KinesisAnalytics │ │ └── Exception │ │ │ └── KinesisAnalyticsException.php │ ├── SageMakerRuntime │ │ ├── Exception │ │ │ └── SageMakerRuntimeException.php │ │ └── SageMakerRuntimeClient.php │ ├── ComprehendMedical │ │ └── Exception │ │ │ └── ComprehendMedicalException.php │ ├── GlobalAccelerator │ │ └── Exception │ │ │ └── GlobalAcceleratorException.php │ ├── LexRuntimeService │ │ └── Exception │ │ │ └── LexRuntimeServiceException.php │ ├── ManagedBlockchain │ │ └── Exception │ │ │ └── ManagedBlockchainException.php │ ├── MediaPackageVod │ │ └── Exception │ │ │ └── MediaPackageVodException.php │ ├── MediaStoreData │ │ └── Exception │ │ │ └── MediaStoreDataException.php │ ├── PersonalizeEvents │ │ ├── Exception │ │ │ └── PersonalizeEventsException.php │ │ └── PersonalizeEventsClient.php │ ├── ServiceDiscovery │ │ └── Exception │ │ │ └── ServiceDiscoveryException.php │ ├── TranscribeService │ │ └── Exception │ │ │ └── TranscribeServiceException.php │ ├── AugmentedAIRuntime │ │ └── Exception │ │ │ └── AugmentedAIRuntimeException.php │ ├── EC2InstanceConnect │ │ ├── Exception │ │ │ └── EC2InstanceConnectException.php │ │ └── EC2InstanceConnectClient.php │ ├── ElasticLoadBalancing │ │ └── Exception │ │ │ └── ElasticLoadBalancingException.php │ ├── IoTSecureTunneling │ │ └── Exception │ │ │ └── IoTSecureTunnelingException.php │ ├── KinesisAnalyticsV2 │ │ └── Exception │ │ │ └── KinesisAnalyticsV2Exception.php │ ├── MarketplaceMetering │ │ └── Exception │ │ │ └── MarketplaceMeteringException.php │ ├── MigrationHubConfig │ │ └── Exception │ │ │ └── MigrationHubConfigException.php │ ├── PersonalizeRuntime │ │ └── Exception │ │ │ └── PersonalizeRuntimeException.php │ ├── CodeStarconnections │ │ └── Exception │ │ │ └── CodeStarconnectionsException.php │ ├── ConfigurationProviderInterface.php │ ├── IoT1ClickProjects │ │ └── Exception │ │ │ └── IoT1ClickProjectsException.php │ ├── KinesisVideoMedia │ │ ├── Exception │ │ │ └── KinesisVideoMediaException.php │ │ └── KinesisVideoMediaClient.php │ ├── MarketplaceCatalog │ │ └── Exception │ │ │ └── MarketplaceCatalogException.php │ ├── PinpointSMSVoice │ │ └── Exception │ │ │ └── PinpointSMSVoiceException.php │ ├── WorkMailMessageFlow │ │ ├── Exception │ │ │ └── WorkMailMessageFlowException.php │ │ └── WorkMailMessageFlowClient.php │ ├── ConnectParticipant │ │ └── Exception │ │ │ └── ConnectParticipantException.php │ ├── ElasticsearchService │ │ └── Exception │ │ │ └── ElasticsearchServiceException.php │ ├── ForecastQueryService │ │ ├── Exception │ │ │ └── ForecastQueryServiceException.php │ │ └── ForecastQueryServiceClient.php │ ├── ResponseContainerInterface.php │ ├── ApplicationAutoScaling │ │ └── Exception │ │ │ └── ApplicationAutoScalingException.php │ ├── ApplicationInsights │ │ └── Exception │ │ │ └── ApplicationInsightsException.php │ ├── CodeStarNotifications │ │ └── Exception │ │ │ └── CodeStarNotificationsException.php │ ├── ElasticLoadBalancingV2 │ │ └── Exception │ │ │ └── ElasticLoadBalancingV2Exception.php │ ├── RedshiftDataAPIService │ │ └── Exception │ │ │ └── RedshiftDataAPIServiceException.php │ ├── ApiGatewayManagementApi │ │ └── Exception │ │ │ └── ApiGatewayManagementApiException.php │ ├── CognitoIdentityProvider │ │ └── Exception │ │ │ └── CognitoIdentityProviderException.php │ ├── IoT1ClickDevicesService │ │ └── Exception │ │ │ └── IoT1ClickDevicesServiceException.php │ ├── DatabaseMigrationService │ │ └── Exception │ │ │ └── DatabaseMigrationServiceException.php │ ├── LexModelBuildingService │ │ └── Exception │ │ │ └── LexModelBuildingServiceException.php │ ├── ResourceGroupsTaggingAPI │ │ └── Exception │ │ │ └── ResourceGroupsTaggingAPIException.php │ ├── CostandUsageReportService │ │ └── Exception │ │ │ └── CostandUsageReportServiceException.php │ ├── ApplicationDiscoveryService │ │ └── Exception │ │ │ └── ApplicationDiscoveryServiceException.php │ ├── KinesisVideoArchivedMedia │ │ └── Exception │ │ │ └── KinesisVideoArchivedMediaException.php │ ├── MarketplaceCommerceAnalytics │ │ └── Exception │ │ │ └── MarketplaceCommerceAnalyticsException.php │ ├── MarketplaceEntitlementService │ │ ├── Exception │ │ │ └── MarketplaceEntitlementServiceException.php │ │ └── MarketplaceEntitlementServiceClient.php │ ├── KinesisVideoSignalingChannels │ │ └── Exception │ │ │ └── KinesisVideoSignalingChannelsException.php │ ├── ServerlessApplicationRepository │ │ └── Exception │ │ │ └── ServerlessApplicationRepositoryException.php │ ├── Retry │ │ └── Exception │ │ │ └── ConfigurationException.php │ ├── EndpointDiscovery │ │ └── Exception │ │ │ └── ConfigurationException.php │ └── ClientSideMonitoring │ │ └── Exception │ │ └── ConfigurationException.php │ └── CODE_OF_CONDUCT.md ├── guzzlehttp ├── guzzle │ └── src │ │ ├── Exception │ │ ├── TooManyRedirectsException.php │ │ ├── TransferException.php │ │ ├── InvalidArgumentException.php │ │ ├── GuzzleException.php │ │ ├── ClientException.php │ │ └── ServerException.php │ │ └── functions_include.php ├── psr7 │ └── src │ │ └── functions_include.php └── promises │ ├── src │ ├── functions_include.php │ ├── CancellationException.php │ ├── PromisorInterface.php │ └── AggregateException.php │ └── Makefile ├── autoload.php ├── composer ├── autoload_classmap.php └── autoload_namespaces.php ├── psr ├── http-client │ ├── src │ │ └── ClientExceptionInterface.php │ └── CHANGELOG.md └── http-message │ └── README.md ├── symfony └── polyfill-mbstring │ └── README.md └── mtdowling └── jmespath.php └── src └── JmesPath.php /vendor/bin/jp.php.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | setlocal DISABLEDELAYEDEXPANSION 3 | SET BIN_TARGET=%~dp0/../mtdowling/jmespath.php/bin/jp.php 4 | php "%BIN_TARGET%" %* 5 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/guzzlehttp/guzzle/src/Exception/TransferException.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/honeycode/2020-03-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/autoload.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/guzzlehttp/psr7/src/functions_include.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/composer/autoload_classmap.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/composer/autoload_namespaces.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/guzzlehttp/promises/src/functions_include.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [],]; 4 | -------------------------------------------------------------------------------- /vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeDomainControllers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'Limit', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListBuckets', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeReportDefinitions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php: -------------------------------------------------------------------------------- 1 | [ 'ListContainers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListSpeechSynthesisTasks' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeVoices', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListAttacks', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListNamedQueries', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListBuilds', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListProjects', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'GetCatalogImportStatus', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListItems' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListActivities', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeStacks', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'DescribeReportDefinitions', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeAgents', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListTunnels' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'GetActiveNames', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeAddresses', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeComputeEnvironments', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'GetTranscript' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListBrokers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'BrokerSummaries', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListCollections', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php: -------------------------------------------------------------------------------- 1 | [ 'ListCertificates' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxItems', 'output_token' => 'NextToken', 'result_key' => 'CertificateSummaryList', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'GetAccountBalance', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeHomeRegionControls' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListAcceptedPortfolioShares', 'input' => [], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'GetThingShadow', 'input' => [ 'thingName' => 'fake-thing', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/guzzlehttp/promises/src/PromisorInterface.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeAccelerators' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'acceleratorSet', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListJobs' => [ 'input_token' => 'Marker', 'output_token' => 'Jobs[-1].JobId', 'more_results' => 'IsTruncated', 'limit_key' => 'MaxJobs', 'result_key' => 'Jobs', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php: -------------------------------------------------------------------------------- 1 | [ 'ListHumanLoops' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'HumanLoopSummaries', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php: -------------------------------------------------------------------------------- 1 | [ 'ListFragments' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Fragments', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeScalableTargets', 'input' => [ 'ServiceNamespace' => 'ec2', ], 'errorExpectedFromService' => false, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php: -------------------------------------------------------------------------------- 1 | [ 'api.ecr' => [ 'ecr', ], 'api.elastic-inference' => [ 'elastic-inference', ], 'api.sagemaker' => [ 'sagemaker', ], 'ecr' => [ 'api.ecr', ], 'elastic-inference' => [ 'api.elastic-inference', ], 'sagemaker' => [ 'api.sagemaker', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListBundles' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListProjects' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListChangedBlocks' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListSnapshotBlocks' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListUsers', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetUser', 'input' => [ 'UserName' => 'fake_user', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListOutposts' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListSites' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListGroups' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListUsers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/macie/2017-12-19/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListMemberAccounts' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListS3Resources' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php: -------------------------------------------------------------------------------- 1 | 2, 'waiters' => [ 'ResourceRecordSetsChanged' => [ 'delay' => 30, 'maxAttempts' => 60, 'operation' => 'GetChange', 'acceptors' => [ [ 'matcher' => 'path', 'expected' => 'INSYNC', 'argument' => 'ChangeInfo.Status', 'state' => 'success', ], ], ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListAccessPoints' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListJobs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php: -------------------------------------------------------------------------------- 1 | [ 'JobComplete' => [ 'operation' => 'ReadJob', 'success_type' => 'output', 'success_path' => 'Job.Status', 'interval' => 30, 'max_attempts' => 120, 'success_value' => 'Complete', 'failure_value' => [ 'Canceled', 'Error', ], ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListRules', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeRule', 'input' => [ 'Name' => 'fake-rule', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListPolicies', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeThing', 'input' => [ 'thingName' => 'fake-thing', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListQueues', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetQueueUrl', 'input' => [ 'QueueName' => 'fake_queue', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListDocuments', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDocument', 'input' => [ 'Name' => '\'fake-name\'', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/bin/jp.php: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../mtdowling/jmespath.php/bin" && pwd) 4 | 5 | if [ -d /proc/cygdrive ]; then 6 | case $(which php) in 7 | $(readlink -n /proc/cygdrive)/*) 8 | # We are in Cygwin using Windows php, so the path must be translated 9 | dir=$(cygpath -m "$dir"); 10 | ;; 11 | esac 12 | fi 13 | 14 | "${dir}/jp.php" "$@" 15 | -------------------------------------------------------------------------------- /vendor/psr/http-message/README.md: -------------------------------------------------------------------------------- 1 | PSR Http Message 2 | ================ 3 | 4 | This repository holds all interfaces/classes/traits related to 5 | [PSR-7](http://www.php-fig.org/psr/psr-7/). 6 | 7 | Note that this is not a HTTP message implementation of its own. It is merely an 8 | interface that describes a HTTP message. See the specification for more details. 9 | 10 | Usage 11 | ----- 12 | 13 | We'll certainly need some stuff in here. -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeImagePermissions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'DescribeImages' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php: -------------------------------------------------------------------------------- 1 | [ '__default__' => [ 'interval' => 3, 'max_attempts' => 20, ], 'IdentityExists' => [ 'operation' => 'GetIdentityVerificationAttributes', 'success_type' => 'output', 'success_path' => 'VerificationAttributes[].VerificationStatus', 'success_value' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListVaults', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'ListVaults', 'input' => [ 'accountId' => 'abcmnoxyz', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListHostedZones', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetHostedZone', 'input' => [ 'Id' => 'fake-zone', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeEnvironmentMemberships' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListEnvironments' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeTrails', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DeleteTrail', 'input' => [ 'Name' => 'faketrail', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListRules', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeRule', 'input' => [ 'Name' => 'fake-rule', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListFunctions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'Invoke', 'input' => [ 'FunctionName' => 'bogus-function', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListSecretVersionIds' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListSecrets' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListTerminologies' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], 'ListTextTranslationJobs' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeClusters', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'ListTags', 'input' => [ 'ResourceId' => 'bogus-arn', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListPipelines', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetPipeline', 'input' => [ 'name' => 'fake-pipeline', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListConnections' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListHosts' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeContinuousExports' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'DescribeImportTasks' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeRegions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeInstances', 'input' => [ 'InstanceIds' => [ 'i-12345678', ], ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListPresets', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'ReadJob', 'input' => [ 'Id' => 'fake_job', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListIdentities', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'VerifyEmailIdentity', 'input' => [ 'EmailAddress' => 'fake_email', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListChangeSets' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListEntities' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeStacks', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeLayers', 'input' => [ 'StackId' => 'fake_stack', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'GetConnectors', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DeleteReplicationJob', 'input' => [ 'replicationJobId' => 'invalidId', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListTopics', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'Publish', 'input' => [ 'Message' => 'hello', 'TopicArn' => 'fake_topic', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListClusters', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'StopTask', 'input' => [ 'task' => 'xxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxx', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListDomainNames', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeElasticsearchDomain', 'input' => [ 'DomainName' => 'not-a-domain', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListStreams', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeStream', 'input' => [ 'StreamName' => 'bogus-stream-name', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php: -------------------------------------------------------------------------------- 1 | 2, 'waiters' => [ 'QueueExists' => [ 'acceptors' => [ [ 'expected' => 200, 'matcher' => 'status', 'state' => 'success', ], [ 'expected' => 'QueueDoesNotExist', 'matcher' => 'error', 'state' => 'retry', ], ], 'delay' => 5, 'maxAttempts' => 40, 'operation' => 'GetQueueUrl', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListRepositories', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'ListBranches', 'input' => [ 'repositoryName' => 'fake-repo', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListApplications', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDeployment', 'input' => [ 'deploymentId' => 'd-USUAELQEX', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeDirectories', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateDirectory', 'input' => [ 'Name' => '', 'Password' => '', 'Size' => '', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListTables', 'input' => [ 'Limit' => 1, ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeTable', 'input' => [ 'TableName' => 'fake-table', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListTables', 'input' => [ 'Limit' => 1, ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeTable', 'input' => [ 'TableName' => 'fake-table', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeRepositories', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'ListImages', 'input' => [ 'repositoryName' => 'not-a-real-repository', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListSecrets', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeSecret', 'input' => [ 'SecretId' => 'fake-secret-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeWorkspaces', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeWorkspaces', 'input' => [ 'DirectoryId' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeDomains', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeIndexFields', 'input' => [ 'DomainName' => 'fakedomain', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeDBEngineVersions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeDBInstances', 'input' => [ 'DBInstanceIdentifier' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListClusters', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeCluster', 'input' => [ 'ClusterId' => 'fake_cluster', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListAssessmentTemplates', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'ListTagsForResource', 'input' => [ 'resourceArn' => 'fake-arn', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeDBEngineVersions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeDBInstances', 'input' => [ 'DBInstanceIdentifier' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeDBEngineVersions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeDBInstances', 'input' => [ 'DBInstanceIdentifier' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListDomains', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDomainDetail', 'input' => [ 'DomainName' => 'fake-domain-name', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'GetSessionToken', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetFederationToken', 'input' => [ 'Name' => 'temp', 'Policy' => '{\\"temp\\":true}', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/symfony/polyfill-mbstring/README.md: -------------------------------------------------------------------------------- 1 | Symfony Polyfill / Mbstring 2 | =========================== 3 | 4 | This component provides a partial, native PHP implementation for the 5 | [Mbstring](https://php.net/mbstring) extension. 6 | 7 | More information can be found in the 8 | [main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md). 9 | 10 | License 11 | ======= 12 | 13 | This library is released under the [MIT license](LICENSE). 14 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeEvents', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeCacheClusters', 'input' => [ 'CacheClusterId' => 'fake_cluster', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php: -------------------------------------------------------------------------------- 1 | 2, 'waiters' => [ 'IdentityExists' => [ 'delay' => 3, 'operation' => 'GetIdentityVerificationAttributes', 'maxAttempts' => 20, 'acceptors' => [ [ 'expected' => 'Success', 'matcher' => 'pathAll', 'state' => 'success', 'argument' => 'VerificationAttributes.*.VerificationStatus', ], ], ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListBuilds', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribePlayerSessions', 'input' => [ 'PlayerSessionId' => 'psess-fakeSessionId', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeDBEngineVersions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeDBInstances', 'input' => [ 'DBInstanceIdentifier' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeClusterVersions', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeClusters', 'input' => [ 'ClusterIdentifier' => 'fake-cluster', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListResolverEndpoints', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetResolverRule', 'input' => [ 'ResolverRuleId' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeConnections', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeConnections', 'input' => [ 'connectionId' => 'fake-connection', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeEndpoints', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeTableStatistics', 'input' => [ 'ReplicationTaskArn' => 'arn:aws:acm:region:123456789012', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeFileSystems', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DeleteFileSystem', 'input' => [ 'FileSystemId' => 'fs-c5a1446c', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListDeliveryStreams', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeDeliveryStream', 'input' => [ 'DeliveryStreamName' => 'bogus-stream-name', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeLogGroups', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetLogEvents', 'input' => [ 'logGroupName' => 'fakegroup', 'logStreamName' => 'fakestream', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListAccountRoles' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'roleList', ], 'ListAccounts' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'accountList', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListCloudFrontOriginAccessIdentities', 'input' => [ 'MaxItems' => '1', ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDistribution', 'input' => [ 'Id' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListCloudFrontOriginAccessIdentities', 'input' => [ 'MaxItems' => '1', ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDistribution', 'input' => [ 'Id' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListCloudFrontOriginAccessIdentities', 'input' => [ 'MaxItems' => '1', ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDistribution', 'input' => [ 'Id' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListCloudFrontOriginAccessIdentities', 'input' => [ 'MaxItems' => '1', ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDistribution', 'input' => [ 'Id' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListCloudFrontOriginAccessIdentities', 'input' => [ 'MaxItems' => '1', ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDistribution', 'input' => [ 'Id' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListAliases', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetKeyPolicy', 'input' => [ 'KeyId' => '12345678-1234-1234-1234-123456789012', 'PolicyName' => 'fakePolicy', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListDeadLetterSourceQueues' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'queueUrls', ], 'ListQueues' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'QueueUrls', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'GetDomainNames', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateUsagePlanKey', 'input' => [ 'usagePlanId' => 'foo', 'keyId' => 'bar', 'keyType' => 'fixx', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'SearchDevices' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'devices', ], 'SearchQuantumTasks' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'quantumTasks', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListEntitlements' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Entitlements', ], 'ListFlows' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Flows', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListAttacks' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AttackSummaries', ], 'ListProtections' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Protections', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeAddresses' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Addresses', ], 'ListJobs' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'JobListEntries', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListRules', 'input' => [ 'Limit' => 20, ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateSqlInjectionMatchSet', 'input' => [ 'Name' => 'fake_name', 'ChangeToken' => 'fake_token', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/mtdowling/jmespath.php/src/JmesPath.php: -------------------------------------------------------------------------------- 1 | [ 'ListDomains' => [ 'input_token' => 'Marker', 'limit_key' => 'MaxItems', 'output_token' => 'NextPageMarker', 'result_key' => 'Domains', ], 'ListOperations' => [ 'input_token' => 'Marker', 'limit_key' => 'MaxItems', 'output_token' => 'NextPageMarker', 'result_key' => 'Operations', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/guzzlehttp/promises/src/AggregateException.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeConfigurationRecorders', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetResourceConfigHistory', 'input' => [ 'resourceType' => 'fake-type', 'resourceId' => 'fake-id', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListDevices', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDevice', 'input' => [ 'arn' => 'arn:aws:devicefarm:us-west-2::device:000000000000000000000000fake-arn', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListStacks', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateStack', 'input' => [ 'StackName' => 'fakestack', 'TemplateURL' => 'http://s3.amazonaws.com/foo/bar', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListAvailableSolutionStacks', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeEnvironmentResources', 'input' => [ 'EnvironmentId' => 'fake_environment', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListPlacements' => [ 'input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'placements', ], 'ListProjects' => [ 'input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'projects', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListRules', 'input' => [ 'Limit' => 20, ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateSqlInjectionMatchSet', 'input' => [ 'Name' => 'fake_name', 'ChangeToken' => 'fake_token', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'ListWebACLs', 'input' => [ 'Scope' => 'REGIONAL', 'Limit' => 20, ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateRegexPatternSet', 'input' => [ 'Name' => 'fake_name', 'Scope' => 'fake_scope', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeLoadBalancers', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeLoadBalancers', 'input' => [ 'LoadBalancerNames' => [ 'fake_load_balancer', ], ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeLoadBalancers', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeLoadBalancers', 'input' => [ 'LoadBalancerArns' => [ 'fake_load_balancer', ], ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListSignalingChannels' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ChannelInfoList', ], 'ListStreams' => [ 'input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'StreamInfoList', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/psr/http-client/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | All notable changes to this project will be documented in this file, in reverse chronological order by release. 4 | 5 | ## 1.0.1 6 | 7 | Allow installation with PHP 8. No code changes. 8 | 9 | ## 1.0.0 10 | 11 | First stable release. No changes since 0.3.0. 12 | 13 | ## 0.3.0 14 | 15 | Added Interface suffix on exceptions 16 | 17 | ## 0.2.0 18 | 19 | All exceptions are in `Psr\Http\Client` namespace 20 | 21 | ## 0.1.0 22 | 23 | First release 24 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListCertificates', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetCertificate', 'input' => [ 'CertificateArn' => 'arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListUserPools', 'input' => [ 'MaxResults' => 10, ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'DescribeUserPool', 'input' => [ 'UserPoolId' => 'us-east-1:aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListMetrics', 'input' => [ 'Namespace' => 'AWS/EC2', ], 'errorExpectedFromService' => false, ], [ 'operationName' => 'SetAlarmState', 'input' => [ 'AlarmName' => 'abc', 'StateValue' => 'mno', 'StateReason' => 'xyz', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeAnalysisSchemes' => [ 'result_key' => 'AnalysisSchemes', ], 'DescribeDomains' => [ 'result_key' => 'DomainStatusList', ], 'DescribeExpressions' => [ 'result_key' => 'Expressions', ], 'DescribeIndexFields' => [ 'result_key' => 'IndexFields', ], 'DescribeSuggesters' => [ 'result_key' => 'Suggesters', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-east-1', 'testCases' => [ [ 'operationName' => 'GenerateDataSet', 'input' => [ 'dataSetType' => 'fake-type', 'dataSetPublicationDate' => 0, 'roleNameArn' => 'fake-arn', 'destinationS3BucketName' => 'fake-bucket', 'snsTopicArn' => 'fake-arn', ], 'errorExpectedFromService' => true, ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListGraphs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListInvitations' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListMembers' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeBackups' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'DescribeClusters' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListTags' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'ListDataSourceSyncJobs' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListDataSources' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListIndices' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php: -------------------------------------------------------------------------------- 1 | [ 'DescribeServices' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'GetAttributeValues' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'GetProducts' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/PI/PIClient.php: -------------------------------------------------------------------------------- 1 | [ 'ApiGatewayV2' => [ '2018-11-29' => [ 'GetApi' => 'GetApiResource', ], ], 'CloudHSM' => [ '2014-05-30' => [ 'GetConfig' => 'GetConfigFiles', ], ], 'GroundStation' => [ '2019-05-23' => [ 'GetConfig' => 'GetMissionProfileConfig', ], ], 'Pinpoint' => [ '2016-12-01' => [ 'GetEndpoint' => 'GetUserEndpoint', 'UpdateEndpoint' => 'UpdateUserEndpoint', 'UpdateEndpointsBatch' => 'UpdateUserEndpointsBatch', ], ], ],]; 4 | -------------------------------------------------------------------------------- /vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php: -------------------------------------------------------------------------------- 1 | 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'DescribeScalingProcessTypes', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'CreateLaunchConfiguration', 'input' => [ 'LaunchConfigurationName' => 'hello, world', 'ImageId' => 'ami-12345678', 'InstanceType' => 'm1.small', ], 'errorExpectedFromService' => true, ], ],]; 4 | --------------------------------------------------------------------------------