diff --git a/src/supported-aws-services.md b/src/supported-aws-services.md index 7186682..477ba18 100644 --- a/src/supported-aws-services.md +++ b/src/supported-aws-services.md @@ -38,8 +38,8 @@ Service | Crate | Example [CodeDeploy](https://aws.amazon.com/codedeploy/) | [rusoto_codedeploy](https://crates.io/crates/rusoto_codedeploy) | [codedeploy.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/codedeploy.rs) [CodePipeline](https://aws.amazon.com/codepipeline/) | [rusoto_codepipeline](https://crates.io/crates/rusoto_codepipeline) | [codepipeline.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/codepipeline.rs) [CodeStar](https://aws.amazon.com/codestar/) | [rusoto_codestar](https://crates.io/crates/rusoto_codestar) | [codestar.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/codestar.rs) -[Cognito Identity](http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html) | [rusoto_cognito-identity](https://crates.io/crates/rusoto_cognito-identity) | [cognitoidentity.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/cognitoidentity.rs) -[Cognito Identity Provider](http://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/Welcome.html) | [rusoto_cognito-identity](https://crates.io/crates/rusoto_cognito_idp) | [cognito-idp.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/cognito-idp.rs) +[Cognito Identity](http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html) | [rusoto_cognito_identity](https://crates.io/crates/rusoto_cognito_identity) | [cognitoidentity.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/cognitoidentity.rs) +[Cognito Identity Provider](http://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/Welcome.html) | [rusoto_cognito_idp](https://crates.io/crates/rusoto_cognito_idp) | [cognito-idp.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/cognito-idp.rs) [Cognito Sync](http://docs.aws.amazon.com/cognitosync/latest/APIReference/Welcome.html) | [rusoto_cognito_sync](https://crates.io/crates/rusoto_cognito_sync) | [cognito-sync.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/cognito-sync.rs) [Comprehend](https://aws.amazon.com/comprehend/) | [rusoto_comprehend](https://crates.io/crates/rusoto_comprehend) | [comprehend.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/comprehend.rs) [Comprehend Medical](https://aws.amazon.com/comprehend/medical/) | [rusoto_comprehendmedical](https://crates.io/crates/rusoto_comprehendmedical) | [comprehendmedical.rs](https://github.com/rusoto/rusoto/blob/master/integration_tests/tests/comprehendmedical.rs)