diff --git a/src/CodeGenerator/README.md b/src/CodeGenerator/README.md index a2f7ed91b..d772af8f5 100644 --- a/src/CodeGenerator/README.md +++ b/src/CodeGenerator/README.md @@ -1,7 +1,7 @@ # AsyncAws Code Generator -![](https://github.com/async-aws/code-generator/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/code-generator/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/code-generator/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/code-generator/actions/workflows/checks.yml/badge.svg?branch=master) This package generate code for the API clients. diff --git a/src/Core/README.md b/src/Core/README.md index f1188d7bf..60564c86e 100644 --- a/src/Core/README.md +++ b/src/Core/README.md @@ -1,7 +1,7 @@ # AsyncAws Core -![](https://github.com/async-aws/core/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/core/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/core/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/core/actions/workflows/checks.yml/badge.svg?branch=master) The repository contains shared classes between all AWS services. It also contains the STS client to handle authentication. diff --git a/src/Integration/Aws/DynamoDbSession/README.md b/src/Integration/Aws/DynamoDbSession/README.md index d29b61cde..b5a475ed7 100644 --- a/src/Integration/Aws/DynamoDbSession/README.md +++ b/src/Integration/Aws/DynamoDbSession/README.md @@ -1,7 +1,7 @@ # AsyncAws DynamoDB integration for PHP Sessions -![](https://github.com/async-aws/dynamo-db-session/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/dynamo-db-session/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/dynamo-db-session/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/dynamo-db-session/actions/workflows/checks.yml/badge.svg?branch=master) Store your PHP Sessions in DynamoDB. diff --git a/src/Integration/Aws/SimpleS3/README.md b/src/Integration/Aws/SimpleS3/README.md index e6db08f72..dbd24fa1e 100644 --- a/src/Integration/Aws/SimpleS3/README.md +++ b/src/Integration/Aws/SimpleS3/README.md @@ -1,7 +1,7 @@ # AsyncAws Simple S3 client -![](https://github.com/async-aws/simple-s3/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/simple-s3/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/simple-s3/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/simple-s3/actions/workflows/checks.yml/badge.svg?branch=master) A thin layer on top of the S3 client to make it easier to work with. diff --git a/src/Integration/Laravel/Cache/README.md b/src/Integration/Laravel/Cache/README.md index 8de6cdf9a..0609d340e 100644 --- a/src/Integration/Laravel/Cache/README.md +++ b/src/Integration/Laravel/Cache/README.md @@ -1,7 +1,7 @@ # AsyncAws Illuminate Cache integration -![](https://github.com/async-aws/illuminate-cache/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/illuminate-cache/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/illuminate-cache/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/illuminate-cache/actions/workflows/checks.yml/badge.svg?branch=master) ## Install diff --git a/src/Integration/Laravel/Queue/README.md b/src/Integration/Laravel/Queue/README.md index 837321708..49189a53b 100644 --- a/src/Integration/Laravel/Queue/README.md +++ b/src/Integration/Laravel/Queue/README.md @@ -1,7 +1,7 @@ # AsyncAws Illuminate Queue integration -![](https://github.com/async-aws/illuminate-queue/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/illuminate-queue/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/illuminate-queue/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/illuminate-queue/actions/workflows/checks.yml/badge.svg?branch=master) ## Install diff --git a/src/Integration/Monolog/CloudWatch/README.md b/src/Integration/Monolog/CloudWatch/README.md index 3cca84be4..03e6c5123 100644 --- a/src/Integration/Monolog/CloudWatch/README.md +++ b/src/Integration/Monolog/CloudWatch/README.md @@ -1,7 +1,7 @@ # Monolog integration with CloudWatch logs -![](https://github.com/async-aws/monolog-cloud-watch/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/monolog-cloud-watch/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/monolog-cloud-watch/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/monolog-cloud-watch/actions/workflows/checks.yml/badge.svg?branch=master) CloudWatch Logs adapter for Monolog version 1 and 2. diff --git a/src/Integration/Symfony/Bundle/README.md b/src/Integration/Symfony/Bundle/README.md index 865a0e759..6b3bce16c 100644 --- a/src/Integration/Symfony/Bundle/README.md +++ b/src/Integration/Symfony/Bundle/README.md @@ -1,7 +1,7 @@ # AsyncAws Symfony Bundle -![](https://github.com/async-aws/symfony-bundle/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/symfony-bundle/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/symfony-bundle/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/symfony-bundle/actions/workflows/checks.yml/badge.svg?branch=master) A small SymfonyBundle that helps with configuration and autowiring. diff --git a/src/Service/.template/README.md b/src/Service/.template/README.md index 18e50b45f..3afb2edc8 100644 --- a/src/Service/.template/README.md +++ b/src/Service/.template/README.md @@ -1,7 +1,7 @@ # AsyncAws Foobar Client -![](https://github.com/async-aws/foobar/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/foobar/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/foobar/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/foobar/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Foobar. diff --git a/src/Service/AppSync/README.md b/src/Service/AppSync/README.md index ce0e4f75a..e209f4a95 100644 --- a/src/Service/AppSync/README.md +++ b/src/Service/AppSync/README.md @@ -1,7 +1,7 @@ # AsyncAws AppSync Client -![](https://github.com/async-aws/app-sync/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/app-sync/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/app-sync/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/app-sync/actions/workflows/checks.yml/badge.svg?branch=master) An API client for AppSync. diff --git a/src/Service/Athena/README.md b/src/Service/Athena/README.md index dcf12c0a2..92da92666 100644 --- a/src/Service/Athena/README.md +++ b/src/Service/Athena/README.md @@ -1,7 +1,7 @@ # AsyncAws Athena Client -![](https://github.com/async-aws/athena/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/athena/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/athena/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/athena/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Athena. diff --git a/src/Service/BedrockRuntime/README.md b/src/Service/BedrockRuntime/README.md index 0b63213e8..b802a2c94 100644 --- a/src/Service/BedrockRuntime/README.md +++ b/src/Service/BedrockRuntime/README.md @@ -1,7 +1,7 @@ # AsyncAws BedrockRuntime Client -![](https://github.com/async-aws/bedrock-runtime/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/bedrock-runtime/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/bedrock-runtime/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/bedrock-runtime/actions/workflows/checks.yml/badge.svg?branch=master) An API client for BedrockRuntime. diff --git a/src/Service/CloudFormation/README.md b/src/Service/CloudFormation/README.md index c882b4d64..c5b684964 100644 --- a/src/Service/CloudFormation/README.md +++ b/src/Service/CloudFormation/README.md @@ -1,7 +1,7 @@ # AsyncAws CloudFormation Client -![](https://github.com/async-aws/cloud-formation/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/cloud-formation/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/cloud-formation/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/cloud-formation/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CloudFormation. diff --git a/src/Service/CloudFront/README.md b/src/Service/CloudFront/README.md index 7cb1064ca..cb4ff34c6 100644 --- a/src/Service/CloudFront/README.md +++ b/src/Service/CloudFront/README.md @@ -1,7 +1,7 @@ # AsyncAws CloudFront Client -![](https://github.com/async-aws/cloud-front/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/cloud-front/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/cloud-front/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/cloud-front/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CloudFront. diff --git a/src/Service/CloudWatch/README.md b/src/Service/CloudWatch/README.md index 10f90c2ae..5c62dc73d 100644 --- a/src/Service/CloudWatch/README.md +++ b/src/Service/CloudWatch/README.md @@ -1,7 +1,7 @@ # AsyncAws CloudWatch Client -![](https://github.com/async-aws/cloud-watch/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/cloud-watch/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/cloud-watch/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/cloud-watch/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CloudWatch. diff --git a/src/Service/CloudWatchLogs/README.md b/src/Service/CloudWatchLogs/README.md index 6babbdb29..3f3f9f6aa 100644 --- a/src/Service/CloudWatchLogs/README.md +++ b/src/Service/CloudWatchLogs/README.md @@ -1,7 +1,7 @@ # AsyncAws CloudWatchLogs Client -![](https://github.com/async-aws/cloud-watch-logs/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/cloud-watch-logs/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/cloud-watch-logs/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/cloud-watch-logs/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CloudWatchLogs. diff --git a/src/Service/CodeBuild/README.md b/src/Service/CodeBuild/README.md index 3e617160f..04de21857 100644 --- a/src/Service/CodeBuild/README.md +++ b/src/Service/CodeBuild/README.md @@ -1,7 +1,7 @@ # AsyncAws CodeBuild Client -![](https://github.com/async-aws/code-build/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/code-build/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/code-build/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/code-build/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CodeBuild. diff --git a/src/Service/CodeCommit/README.md b/src/Service/CodeCommit/README.md index 0f0abcdd5..735e4ce6f 100644 --- a/src/Service/CodeCommit/README.md +++ b/src/Service/CodeCommit/README.md @@ -1,7 +1,7 @@ # AsyncAws CodeCommit Client -![](https://github.com/async-aws/code-commit/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/code-commit/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/code-commit/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/code-commit/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CodeCommit. diff --git a/src/Service/CodeDeploy/README.md b/src/Service/CodeDeploy/README.md index b54033a86..99cef14ad 100644 --- a/src/Service/CodeDeploy/README.md +++ b/src/Service/CodeDeploy/README.md @@ -1,7 +1,7 @@ # AsyncAws CodeDeploy Client -![](https://github.com/async-aws/code-deploy/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/code-deploy/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/code-deploy/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/code-deploy/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CodeDeploy. diff --git a/src/Service/CognitoIdentityProvider/README.md b/src/Service/CognitoIdentityProvider/README.md index 89b144a00..05879b7c6 100644 --- a/src/Service/CognitoIdentityProvider/README.md +++ b/src/Service/CognitoIdentityProvider/README.md @@ -1,7 +1,7 @@ # AsyncAws CognitoIdentityProvider Client -![](https://github.com/async-aws/cognito-identity-provider/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/cognito-identity-provider/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/cognito-identity-provider/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/cognito-identity-provider/actions/workflows/checks.yml/badge.svg?branch=master) An API client for CognitoIdentityProvider. diff --git a/src/Service/Comprehend/README.md b/src/Service/Comprehend/README.md index aa9d67d41..5390703cf 100644 --- a/src/Service/Comprehend/README.md +++ b/src/Service/Comprehend/README.md @@ -1,7 +1,7 @@ # AsyncAws Comprehend Client -![](https://github.com/async-aws/comprehend/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/comprehend/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/comprehend/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/comprehend/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Comprehend. diff --git a/src/Service/DynamoDb/README.md b/src/Service/DynamoDb/README.md index da2296147..0a83e8109 100644 --- a/src/Service/DynamoDb/README.md +++ b/src/Service/DynamoDb/README.md @@ -1,7 +1,7 @@ # AsyncAws DynamoDb Client -![](https://github.com/async-aws/dynamo-db/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/dynamo-db/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/dynamo-db/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/dynamo-db/actions/workflows/checks.yml/badge.svg?branch=master) An API client for DynamoDb. diff --git a/src/Service/Ecr/README.md b/src/Service/Ecr/README.md index 96ad34f3e..acc8244ac 100644 --- a/src/Service/Ecr/README.md +++ b/src/Service/Ecr/README.md @@ -1,7 +1,7 @@ # AsyncAws ECR Client -![](https://github.com/async-aws/ecr/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/ecr/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/ecr/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/ecr/actions/workflows/checks.yml/badge.svg?branch=master) An API client for ECR. diff --git a/src/Service/ElastiCache/README.md b/src/Service/ElastiCache/README.md index f6ac91427..6865a7dbb 100644 --- a/src/Service/ElastiCache/README.md +++ b/src/Service/ElastiCache/README.md @@ -1,7 +1,7 @@ # AsyncAws ElastiCache Client -![](https://github.com/async-aws/elasti-cache/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/elasti-cache/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/elasti-cache/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/elasti-cache/actions/workflows/checks.yml/badge.svg?branch=master) An API client for ElastiCache. diff --git a/src/Service/EventBridge/README.md b/src/Service/EventBridge/README.md index 3f12aa4e9..7678371a5 100644 --- a/src/Service/EventBridge/README.md +++ b/src/Service/EventBridge/README.md @@ -1,7 +1,7 @@ # AsyncAws EventBridge Client -![](https://github.com/async-aws/event-bridge/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/event-bridge/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/event-bridge/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/event-bridge/actions/workflows/checks.yml/badge.svg?branch=master) An API client for EventBridge. diff --git a/src/Service/Firehose/README.md b/src/Service/Firehose/README.md index ac2712a59..2bd55571a 100644 --- a/src/Service/Firehose/README.md +++ b/src/Service/Firehose/README.md @@ -1,7 +1,7 @@ # AsyncAws Firehose Client -![](https://github.com/async-aws/firehose/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/firehose/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/firehose/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/firehose/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Kinesis Data Firehose Service. diff --git a/src/Service/Iam/README.md b/src/Service/Iam/README.md index 18c5641fc..d5e096bb3 100644 --- a/src/Service/Iam/README.md +++ b/src/Service/Iam/README.md @@ -1,7 +1,7 @@ # AsyncAws IAM Client -![](https://github.com/async-aws/iam/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/iam/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/iam/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/iam/actions/workflows/checks.yml/badge.svg?branch=master) An API client for IAM. diff --git a/src/Service/Iot/README.md b/src/Service/Iot/README.md index 26e5f1573..296169176 100644 --- a/src/Service/Iot/README.md +++ b/src/Service/Iot/README.md @@ -1,7 +1,7 @@ # AsyncAws Iot Client -![](https://github.com/async-aws/iot/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/iot/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/iot/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/iot/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Iot. diff --git a/src/Service/IotData/README.md b/src/Service/IotData/README.md index 972f31074..50bad94cf 100644 --- a/src/Service/IotData/README.md +++ b/src/Service/IotData/README.md @@ -1,7 +1,7 @@ # AsyncAws IotData Client -![](https://github.com/async-aws/iot-data/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/iot-data/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/iot-data/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/iot-data/actions/workflows/checks.yml/badge.svg?branch=master) An API client for IotData. diff --git a/src/Service/Kinesis/README.md b/src/Service/Kinesis/README.md index b1ee2465d..f81c4d40b 100644 --- a/src/Service/Kinesis/README.md +++ b/src/Service/Kinesis/README.md @@ -1,7 +1,7 @@ # AsyncAws Kinesis Client -![](https://github.com/async-aws/kinesis/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/kinesis/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/kinesis/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/kinesis/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Kinesis Data Streams Service. diff --git a/src/Service/Kms/README.md b/src/Service/Kms/README.md index 6b3978ac9..026c65def 100644 --- a/src/Service/Kms/README.md +++ b/src/Service/Kms/README.md @@ -1,7 +1,7 @@ # AsyncAws Kms Client -![](https://github.com/async-aws/kms/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/kms/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/kms/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/kms/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Kms. diff --git a/src/Service/Lambda/README.md b/src/Service/Lambda/README.md index fc38b5119..5251a20f0 100644 --- a/src/Service/Lambda/README.md +++ b/src/Service/Lambda/README.md @@ -1,7 +1,7 @@ # AsyncAws Lambda Client -![](https://github.com/async-aws/lambda/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/lambda/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/lambda/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/lambda/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Lambda. diff --git a/src/Service/LocationService/README.md b/src/Service/LocationService/README.md index 9adad4e26..0bb212d99 100644 --- a/src/Service/LocationService/README.md +++ b/src/Service/LocationService/README.md @@ -1,7 +1,7 @@ # AsyncAws LocationService Client -![](https://github.com/async-aws/location-service/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/location-service/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/location-service/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/location-service/actions/workflows/checks.yml/badge.svg?branch=master) An API client for LocationService. diff --git a/src/Service/MediaConvert/README.md b/src/Service/MediaConvert/README.md index a7779e9df..ecc08578b 100644 --- a/src/Service/MediaConvert/README.md +++ b/src/Service/MediaConvert/README.md @@ -1,7 +1,7 @@ # AsyncAws MediaConvert Client -![](https://github.com/async-aws/media-convert/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/media-convert/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/media-convert/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/media-convert/actions/workflows/checks.yml/badge.svg?branch=master) An API client for MediaConvert. diff --git a/src/Service/RdsDataService/README.md b/src/Service/RdsDataService/README.md index becd29db4..34fb27f89 100644 --- a/src/Service/RdsDataService/README.md +++ b/src/Service/RdsDataService/README.md @@ -1,7 +1,7 @@ # AsyncAws RdsDataService Client -![](https://github.com/async-aws/rds-data-service/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/rds-data-service/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/rds-data-service/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/rds-data-service/actions/workflows/checks.yml/badge.svg?branch=master) An API client for the RDS data service. diff --git a/src/Service/Rekognition/README.md b/src/Service/Rekognition/README.md index 27b3c1294..693d3cb3c 100644 --- a/src/Service/Rekognition/README.md +++ b/src/Service/Rekognition/README.md @@ -1,7 +1,7 @@ # AsyncAws Rekognition Client -![](https://github.com/async-aws/rekognition/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/rekognition/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/rekognition/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/rekognition/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Rekognition. diff --git a/src/Service/Route53/README.md b/src/Service/Route53/README.md index 6dd9bfa1c..f5310b049 100644 --- a/src/Service/Route53/README.md +++ b/src/Service/Route53/README.md @@ -1,7 +1,7 @@ # AsyncAws Route53 Client -![](https://github.com/async-aws/route53/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/route53/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/route53/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/route53/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Route53. diff --git a/src/Service/S3/README.md b/src/Service/S3/README.md index b7071b41b..abbcaba17 100644 --- a/src/Service/S3/README.md +++ b/src/Service/S3/README.md @@ -1,7 +1,7 @@ # AsyncAws S3 Client -![](https://github.com/async-aws/s3/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/s3/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/s3/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/s3/actions/workflows/checks.yml/badge.svg?branch=master) An API client for S3. diff --git a/src/Service/Scheduler/README.md b/src/Service/Scheduler/README.md index 521c98465..1d420b6a8 100644 --- a/src/Service/Scheduler/README.md +++ b/src/Service/Scheduler/README.md @@ -1,7 +1,7 @@ # AsyncAws Scheduler Client -![](https://github.com/async-aws/scheduler/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/scheduler/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/scheduler/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/scheduler/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Scheduler. diff --git a/src/Service/SecretsManager/README.md b/src/Service/SecretsManager/README.md index 3f8b336e9..36893e7a3 100644 --- a/src/Service/SecretsManager/README.md +++ b/src/Service/SecretsManager/README.md @@ -1,7 +1,7 @@ # AsyncAws SecretsManager Client -![](https://github.com/async-aws/secrets-manager/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/secrets-manager/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/secrets-manager/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/secrets-manager/actions/workflows/checks.yml/badge.svg?branch=master) An API client for SecretsManager. diff --git a/src/Service/Ses/README.md b/src/Service/Ses/README.md index e393d3a23..25c8955a3 100644 --- a/src/Service/Ses/README.md +++ b/src/Service/Ses/README.md @@ -1,7 +1,7 @@ # AsyncAws SES Client -![](https://github.com/async-aws/ses/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/ses/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/ses/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/ses/actions/workflows/checks.yml/badge.svg?branch=master) An API client for SES. diff --git a/src/Service/Sns/README.md b/src/Service/Sns/README.md index 245426801..641145199 100644 --- a/src/Service/Sns/README.md +++ b/src/Service/Sns/README.md @@ -1,7 +1,7 @@ # AsyncAws Sns Client -![](https://github.com/async-aws/sns/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/sns/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/sns/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/sns/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Sns. diff --git a/src/Service/Sqs/README.md b/src/Service/Sqs/README.md index 3ae5f05c7..bab2aa617 100644 --- a/src/Service/Sqs/README.md +++ b/src/Service/Sqs/README.md @@ -1,7 +1,7 @@ # AsyncAws SQS Client -![](https://github.com/async-aws/sqs/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/sqs/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/sqs/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/sqs/actions/workflows/checks.yml/badge.svg?branch=master) An API client for SQS. diff --git a/src/Service/Ssm/README.md b/src/Service/Ssm/README.md index 4e36ca22b..23562c4e2 100644 --- a/src/Service/Ssm/README.md +++ b/src/Service/Ssm/README.md @@ -1,7 +1,7 @@ # AsyncAws Ssm Client -![](https://github.com/async-aws/ssm/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/ssm/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/ssm/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/ssm/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Ssm. diff --git a/src/Service/Sso/README.md b/src/Service/Sso/README.md index dc66bdc3b..82c8e15cd 100644 --- a/src/Service/Sso/README.md +++ b/src/Service/Sso/README.md @@ -1,7 +1,7 @@ # AsyncAws Sso Client -![](https://github.com/async-aws/sso/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/sso/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/sso/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/sso/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Sso. diff --git a/src/Service/SsoOidc/README.md b/src/Service/SsoOidc/README.md index b0f80195d..01306b769 100644 --- a/src/Service/SsoOidc/README.md +++ b/src/Service/SsoOidc/README.md @@ -1,7 +1,7 @@ # AsyncAws SsoOidc Client -![](https://github.com/async-aws/sso-oidc/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/sso-oidc/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/sso-oidc/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/sso-oidc/actions/workflows/checks.yml/badge.svg?branch=master) An API client for SsoOidc. diff --git a/src/Service/StepFunctions/README.md b/src/Service/StepFunctions/README.md index 37212646c..15491b06b 100644 --- a/src/Service/StepFunctions/README.md +++ b/src/Service/StepFunctions/README.md @@ -1,7 +1,7 @@ # AsyncAws StepFunctions Client -![](https://github.com/async-aws/step-functions/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/step-functions/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/step-functions/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/step-functions/actions/workflows/checks.yml/badge.svg?branch=master) An API client for StepFunctions. diff --git a/src/Service/TimestreamQuery/README.md b/src/Service/TimestreamQuery/README.md index b7ba35aa6..f1710848b 100644 --- a/src/Service/TimestreamQuery/README.md +++ b/src/Service/TimestreamQuery/README.md @@ -1,7 +1,7 @@ # AsyncAws Timestream Query Client -![](https://github.com/async-aws/timestream-query/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/timestream-query/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/timestream-query/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/timestream-query/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Timestream Query. diff --git a/src/Service/TimestreamWrite/README.md b/src/Service/TimestreamWrite/README.md index e39c0d239..b54757898 100644 --- a/src/Service/TimestreamWrite/README.md +++ b/src/Service/TimestreamWrite/README.md @@ -1,7 +1,7 @@ # AsyncAws Timestream Write Client -![](https://github.com/async-aws/timestream-write/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/timestream-write/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/timestream-write/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/timestream-write/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Timestream Write. diff --git a/src/Service/Translate/README.md b/src/Service/Translate/README.md index ce9efe77c..bed6dcdcf 100644 --- a/src/Service/Translate/README.md +++ b/src/Service/Translate/README.md @@ -1,7 +1,7 @@ # AsyncAws Translate Client -![](https://github.com/async-aws/translate/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/translate/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/translate/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/translate/actions/workflows/checks.yml/badge.svg?branch=master) An API client for Translate. diff --git a/src/Service/XRay/README.md b/src/Service/XRay/README.md index 36196f96c..f4960a9d4 100644 --- a/src/Service/XRay/README.md +++ b/src/Service/XRay/README.md @@ -1,7 +1,7 @@ # AsyncAws X-Ray Client -![](https://github.com/async-aws/x-ray/workflows/Tests/badge.svg?branch=master) -![](https://github.com/async-aws/x-ray/workflows/BC%20Check/badge.svg?branch=master) +![CI](https://github.com/async-aws/x-ray/actions/workflows/ci.yml/badge.svg?branch=master) +![BC Check](https://github.com/async-aws/x-ray/actions/workflows/checks.yml/badge.svg?branch=master) An API client for XRay.