Update lists of implemented services and endpoints (#2258)
This commit is contained in:
parent
df493ea18d
commit
2275c53b3e
178
README.md
178
README.md
@ -55,95 +55,95 @@ With the decorator wrapping the test, all the calls to s3 are automatically mock
|
|||||||
It gets even better! Moto isn't just for Python code and it isn't just for S3. Look at the [standalone server mode](https://github.com/spulec/moto#stand-alone-server-mode) for more information about running Moto with other languages. Here's the status of the other AWS services implemented:
|
It gets even better! Moto isn't just for Python code and it isn't just for S3. Look at the [standalone server mode](https://github.com/spulec/moto#stand-alone-server-mode) for more information about running Moto with other languages. Here's the status of the other AWS services implemented:
|
||||||
|
|
||||||
```gherkin
|
```gherkin
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Service Name | Decorator | Development Status |
|
| Service Name | Decorator | Development Status |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| ACM | @mock_acm | all endpoints done |
|
| ACM | @mock_acm | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| API Gateway | @mock_apigateway | core endpoints done |
|
| API Gateway | @mock_apigateway | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Autoscaling | @mock_autoscaling| core endpoints done |
|
| Autoscaling | @mock_autoscaling | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Cloudformation | @mock_cloudformation| core endpoints done |
|
| Cloudformation | @mock_cloudformation | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Cloudwatch | @mock_cloudwatch | basic endpoints done |
|
| Cloudwatch | @mock_cloudwatch | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| CloudwatchEvents | @mock_events | all endpoints done |
|
| CloudwatchEvents | @mock_events | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Cognito Identity | @mock_cognitoidentity| basic endpoints done |
|
| Cognito Identity | @mock_cognitoidentity | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Cognito Identity Provider | @mock_cognitoidp| basic endpoints done |
|
| Cognito Identity Provider | @mock_cognitoidp | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Config | @mock_config | basic endpoints done |
|
| Config | @mock_config | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Data Pipeline | @mock_datapipeline| basic endpoints done |
|
| Data Pipeline | @mock_datapipeline | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| DynamoDB | @mock_dynamodb | core endpoints done |
|
| DynamoDB | @mock_dynamodb | core endpoints done |
|
||||||
| DynamoDB2 | @mock_dynamodb2 | all endpoints + partial indexes |
|
| DynamoDB2 | @mock_dynamodb2 | all endpoints + partial indexes |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| EC2 | @mock_ec2 | core endpoints done |
|
| EC2 | @mock_ec2 | core endpoints done |
|
||||||
| - AMI | | core endpoints done |
|
| - AMI | | core endpoints done |
|
||||||
| - EBS | | core endpoints done |
|
| - EBS | | core endpoints done |
|
||||||
| - Instances | | all endpoints done |
|
| - Instances | | all endpoints done |
|
||||||
| - Security Groups | | core endpoints done |
|
| - Security Groups | | core endpoints done |
|
||||||
| - Tags | | all endpoints done |
|
| - Tags | | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| ECR | @mock_ecr | basic endpoints done |
|
| ECR | @mock_ecr | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| ECS | @mock_ecs | basic endpoints done |
|
| ECS | @mock_ecs | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| ELB | @mock_elb | core endpoints done |
|
| ELB | @mock_elb | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| ELBv2 | @mock_elbv2 | all endpoints done |
|
| ELBv2 | @mock_elbv2 | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| EMR | @mock_emr | core endpoints done |
|
| EMR | @mock_emr | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Glacier | @mock_glacier | core endpoints done |
|
| Glacier | @mock_glacier | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| IAM | @mock_iam | core endpoints done |
|
| IAM | @mock_iam | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| IoT | @mock_iot | core endpoints done |
|
| IoT | @mock_iot | core endpoints done |
|
||||||
| | @mock_iotdata | core endpoints done |
|
| | @mock_iotdata | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Lambda | @mock_lambda | basic endpoints done, requires |
|
| Kinesis | @mock_kinesis | core endpoints done |
|
||||||
| | | docker |
|
|-------------------------------------------------------------------------------------|
|
||||||
|------------------------------------------------------------------------------|
|
| KMS | @mock_kms | basic endpoints done |
|
||||||
| Logs | @mock_logs | basic endpoints done |
|
|-------------------------------------------------------------------------------------|
|
||||||
|------------------------------------------------------------------------------|
|
| Lambda | @mock_lambda | basic endpoints done, requires |
|
||||||
| Kinesis | @mock_kinesis | core endpoints done |
|
| | | docker |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| KMS | @mock_kms | basic endpoints done |
|
| Logs | @mock_logs | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Organizations | @mock_organizations | some core endpoints done |
|
| Organizations | @mock_organizations | some core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Polly | @mock_polly | all endpoints done |
|
| Polly | @mock_polly | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| RDS | @mock_rds | core endpoints done |
|
| RDS | @mock_rds | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| RDS2 | @mock_rds2 | core endpoints done |
|
| RDS2 | @mock_rds2 | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Redshift | @mock_redshift | core endpoints done |
|
| Redshift | @mock_redshift | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| Route53 | @mock_route53 | core endpoints done |
|
| Route53 | @mock_route53 | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| S3 | @mock_s3 | core endpoints done |
|
| S3 | @mock_s3 | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| SecretsManager | @mock_secretsmanager | basic endpoints done
|
| SecretsManager | @mock_secretsmanager | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| SES | @mock_ses | all endpoints done |
|
| SES | @mock_ses | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| SNS | @mock_sns | all endpoints done |
|
| SNS | @mock_sns | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| SQS | @mock_sqs | core endpoints done |
|
| SQS | @mock_sqs | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| SSM | @mock_ssm | core endpoints done |
|
| SSM | @mock_ssm | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| STS | @mock_sts | core endpoints done |
|
| STS | @mock_sts | core endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| SWF | @mock_swf | basic endpoints done |
|
| SWF | @mock_swf | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
| X-Ray | @mock_xray | all endpoints done |
|
| X-Ray | @mock_xray | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|-------------------------------------------------------------------------------------|
|
||||||
```
|
```
|
||||||
|
|
||||||
For a full list of endpoint [implementation coverage](https://github.com/spulec/moto/blob/master/IMPLEMENTATION_COVERAGE.md)
|
For a full list of endpoint [implementation coverage](https://github.com/spulec/moto/blob/master/IMPLEMENTATION_COVERAGE.md)
|
||||||
|
149
docs/index.rst
149
docs/index.rst
@ -17,66 +17,95 @@ with ``moto`` and its usage.
|
|||||||
Currently implemented Services:
|
Currently implemented Services:
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| Service Name | Decorator | Development Status |
|
| Service Name | Decorator | Development Status |
|
||||||
+=======================+=====================+===================================+
|
+===========================+=======================+====================================+
|
||||||
| API Gateway | @mock_apigateway | core endpoints done |
|
| ACM | @mock_acm | all endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| Autoscaling | @mock_autoscaling | core endpoints done |
|
| API Gateway | @mock_apigateway | core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| Cloudformation | @mock_cloudformation| core endpoints done |
|
| Autoscaling | @mock_autoscaling | core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| Cloudwatch | @mock_cloudwatch | basic endpoints done |
|
| Cloudformation | @mock_cloudformation | core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| Data Pipeline | @mock_datapipeline | basic endpoints done |
|
| Cloudwatch | @mock_cloudwatch | basic endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| - DynamoDB | - @mock_dynamodb | - core endpoints done |
|
| CloudwatchEvents | @mock_events | all endpoints done |
|
||||||
| - DynamoDB2 | - @mock_dynamodb2 | - core endpoints + partial indexes|
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| Cognito Identity | @mock_cognitoidentity | all endpoints done |
|
||||||
| EC2 | @mock_ec2 | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| - AMI | | - core endpoints done |
|
| Cognito Identity Provider | @mock_cognitoidp | all endpoints done |
|
||||||
| - EBS | | - core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| - Instances | | - all endpoints done |
|
| Config | @mock_config | basic endpoints done |
|
||||||
| - Security Groups | | - core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| - Tags | | - all endpoints done |
|
| Data Pipeline | @mock_datapipeline | basic endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| ECS | @mock_ecs | basic endpoints done |
|
| DynamoDB | - @mock_dynamodb | - core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| DynamoDB2 | - @mock_dynamodb2 | - core endpoints + partial indexes |
|
||||||
| ELB | @mock_elb | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| | @mock_elbv2 | core endpoints done |
|
| EC2 | @mock_ec2 | core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| - AMI | | - core endpoints done |
|
||||||
| EMR | @mock_emr | core endpoints done |
|
| - EBS | | - core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| - Instances | | - all endpoints done |
|
||||||
| Glacier | @mock_glacier | core endpoints done |
|
| - Security Groups | | - core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| - Tags | | - all endpoints done |
|
||||||
| IAM | @mock_iam | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| ECR | @mock_ecr | basic endpoints done |
|
||||||
| Lambda | @mock_lambda | basic endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| ECS | @mock_ecs | basic endpoints done |
|
||||||
| Kinesis | @mock_kinesis | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| ELB | @mock_elb | core endpoints done |
|
||||||
| KMS | @mock_kms | basic endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| ELBv2 | @mock_elbv2 | all endpoints done |
|
||||||
| RDS | @mock_rds | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| EMR | @mock_emr | core endpoints done |
|
||||||
| RDS2 | @mock_rds2 | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| Glacier | @mock_glacier | core endpoints done |
|
||||||
| Redshift | @mock_redshift | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| IAM | @mock_iam | core endpoints done |
|
||||||
| Route53 | @mock_route53 | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| IoT | @mock_iot | core endpoints done |
|
||||||
| S3 | @mock_s3 | core endpoints done |
|
| | @mock_iotdata | core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| SES | @mock_ses | core endpoints done |
|
| Kinesis | @mock_kinesis | core endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| SNS | @mock_sns | core endpoints done |
|
| KMS | @mock_kms | basic endpoints done |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
| SQS | @mock_sqs | core endpoints done |
|
| Lambda | @mock_lambda | basic endpoints done, |
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| | | requires docker |
|
||||||
| STS | @mock_sts | core endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| Logs | @mock_logs | basic endpoints done |
|
||||||
| SWF | @mock_swf | basic endpoints done |
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
+-----------------------+---------------------+-----------------------------------+
|
| Organizations | @mock_organizations | some core edpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| Polly | @mock_polly | all endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| RDS | @mock_rds | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| RDS2 | @mock_rds2 | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| Redshift | @mock_redshift | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| Route53 | @mock_route53 | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| S3 | @mock_s3 | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| SecretsManager | @mock_secretsmanager | basic endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| SES | @mock_ses | all endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| SNS | @mock_sns | all endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| SQS | @mock_sqs | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| SSM | @mock_ssm | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| STS | @mock_sts | core endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| SWF | @mock_swf | basic endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
| X-Ray | @mock_xray | all endpoints done |
|
||||||
|
+---------------------------+-----------------------+------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user