Update implementation coverage + docs (#4590)

This commit is contained in:
Bert Blommers 2021-11-17 21:51:35 -01:00 committed by GitHub
parent 17f2a13573
commit 0e6157011f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
77 changed files with 52 additions and 158 deletions

View File

@ -271,19 +271,23 @@
## batch ## batch
<details> <details>
<summary>84% implemented</summary> <summary>66% implemented</summary>
- [X] cancel_job - [X] cancel_job
- [X] create_compute_environment - [X] create_compute_environment
- [X] create_job_queue - [X] create_job_queue
- [ ] create_scheduling_policy
- [X] delete_compute_environment - [X] delete_compute_environment
- [X] delete_job_queue - [X] delete_job_queue
- [ ] delete_scheduling_policy
- [X] deregister_job_definition - [X] deregister_job_definition
- [X] describe_compute_environments - [X] describe_compute_environments
- [X] describe_job_definitions - [X] describe_job_definitions
- [X] describe_job_queues - [X] describe_job_queues
- [X] describe_jobs - [X] describe_jobs
- [ ] describe_scheduling_policies
- [X] list_jobs - [X] list_jobs
- [ ] list_scheduling_policies
- [ ] list_tags_for_resource - [ ] list_tags_for_resource
- [X] register_job_definition - [X] register_job_definition
- [X] submit_job - [X] submit_job
@ -292,6 +296,7 @@
- [ ] untag_resource - [ ] untag_resource
- [X] update_compute_environment - [X] update_compute_environment
- [X] update_job_queue - [X] update_job_queue
- [ ] update_scheduling_policy
</details> </details>
## cloudformation ## cloudformation
@ -3669,9 +3674,9 @@
</details> </details>
## route53resolver ## route53resolver
<details>
<summary>14% implemented</summary> <summary>14% implemented</summary>
<details>
- [ ] associate_firewall_rule_group - [ ] associate_firewall_rule_group
- [ ] associate_resolver_endpoint_ip_address - [ ] associate_resolver_endpoint_ip_address
- [ ] associate_resolver_query_log_config - [ ] associate_resolver_query_log_config
@ -4210,7 +4215,7 @@
## sns ## sns
<details> <details>
<summary>53% implemented</summary> <summary>52% implemented</summary>
- [X] add_permission - [X] add_permission
- [ ] check_if_phone_number_is_opted_out - [ ] check_if_phone_number_is_opted_out
@ -4240,6 +4245,7 @@
- [X] list_topics - [X] list_topics
- [ ] opt_in_phone_number - [ ] opt_in_phone_number
- [X] publish - [X] publish
- [ ] publish_batch
- [X] remove_permission - [X] remove_permission
- [X] set_endpoint_attributes - [X] set_endpoint_attributes
- [ ] set_platform_application_attributes - [ ] set_platform_application_attributes
@ -4656,6 +4662,7 @@
- apigatewaymanagementapi - apigatewaymanagementapi
- apigatewayv2 - apigatewayv2
- appconfig - appconfig
- appconfigdata
- appflow - appflow
- appintegrations - appintegrations
- application-insights - application-insights
@ -4709,6 +4716,7 @@
- discovery - discovery
- dlm - dlm
- docdb - docdb
- drs
- ebs - ebs
- ecr-public - ecr-public
- elastic-inference - elastic-inference
@ -4780,6 +4788,7 @@
- mgh - mgh
- mgn - mgn
- migrationhub-config - migrationhub-config
- migrationhubstrategy
- mobile - mobile
- mq - mq
- mturk - mturk
@ -4807,6 +4816,7 @@
- rds-data - rds-data
- redshift-data - redshift-data
- rekognition - rekognition
- resiliencehub
- robomaker - robomaker
- route53-recovery-cluster - route53-recovery-cluster
- route53-recovery-control-config - route53-recovery-control-config
@ -4855,4 +4865,4 @@
- workmailmessageflow - workmailmessageflow
- workspaces - workspaces
- xray - xray
</details> </details>

View File

@ -12,8 +12,6 @@
acm acm
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
apigateway apigateway
========== ==========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
application-autoscaling application-autoscaling
======================= =======================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
athena athena
====== ======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
autoscaling autoscaling
=========== ===========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
batch batch
===== =====
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python
@ -45,14 +43,18 @@ batch
:rtype: tuple of str :rtype: tuple of str
- [ ] create_scheduling_policy
- [X] delete_compute_environment - [X] delete_compute_environment
- [X] delete_job_queue - [X] delete_job_queue
- [ ] delete_scheduling_policy
- [X] deregister_job_definition - [X] deregister_job_definition
- [X] describe_compute_environments - [X] describe_compute_environments
- [X] describe_job_definitions - [X] describe_job_definitions
- [X] describe_job_queues - [X] describe_job_queues
- [X] describe_jobs - [X] describe_jobs
- [ ] describe_scheduling_policies
- [X] list_jobs - [X] list_jobs
- [ ] list_scheduling_policies
- [ ] list_tags_for_resource - [ ] list_tags_for_resource
- [X] register_job_definition - [X] register_job_definition
- [X] submit_job - [X] submit_job
@ -76,4 +78,5 @@ batch
:rtype: tuple of str :rtype: tuple of str
- [ ] update_scheduling_policy

View File

@ -12,8 +12,6 @@
cloudformation cloudformation
============== ==============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,7 +12,7 @@
cloudtrail cloudtrail
========== ==========
Implementation of CloudTrail APIs. .. autoclass:: moto.cloudtrail.models.CloudTrailBackend
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|

View File

@ -12,8 +12,6 @@
cloudwatch cloudwatch
========== ==========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
codecommit codecommit
========== ==========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
codepipeline codepipeline
============ ============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
cognito-identity cognito-identity
================ ================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
cognito-idp cognito-idp
=========== ===========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
config config
====== ======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
datapipeline datapipeline
============ ============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
datasync datasync
======== ========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
dms dms
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,7 +12,7 @@
ds ds
== ==
Implementation of DirectoryService APIs. .. autoclass:: moto.ds.models.DirectoryServiceBackend
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|

View File

@ -12,8 +12,6 @@
dynamodb dynamodb
======== ========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
dynamodbstreams dynamodbstreams
=============== ===============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ec2-instance-connect ec2-instance-connect
==================== ====================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ec2 ec2
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ecr ecr
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ecs ecs
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,12 +12,7 @@
efs efs
=== ===
The backend manager of EFS resources. .. autoclass:: moto.efs.models.EFSBackend
This is the state-machine for each region, tracking the file systems, mount targets,
and eventually access points that are deployed. Creating, updating, and destroying
such resources should always go through this class.
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|

View File

@ -12,8 +12,6 @@
eks eks
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
elasticbeanstalk elasticbeanstalk
================ ================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
elastictranscoder elastictranscoder
================= =================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
elb elb
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
elbv2 elbv2
===== =====
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,7 +12,7 @@
emr-containers emr-containers
============== ==============
Implementation of EMRContainers APIs. .. autoclass:: moto.emrcontainers.models.EMRContainersBackend
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|

View File

@ -12,8 +12,6 @@
emr emr
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
events events
====== ======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,7 +12,7 @@
firehose firehose
======== ========
Implementation of Firehose APIs. .. autoclass:: moto.firehose.models.FirehoseBackend
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|

View File

@ -12,8 +12,6 @@
forecast forecast
======== ========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
glacier glacier
======= =======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
glue glue
==== ====
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
iam iam
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
iot-data iot-data
======== ========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
iot iot
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
kinesis-video-archived-media kinesis-video-archived-media
============================ ============================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
kinesis kinesis
======= =======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
kinesisvideo kinesisvideo
============ ============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
kms kms
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
lambda lambda
====== ======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
logs logs
==== ====
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
managedblockchain managedblockchain
================= =================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
mediaconnect mediaconnect
============ ============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
medialive medialive
========= =========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
mediapackage mediapackage
============ ============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
mediastore-data mediastore-data
=============== ===============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
mediastore mediastore
========== ==========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
opsworks opsworks
======== ========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
organizations organizations
============= =============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
polly polly
===== =====
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ram ram
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
rds rds
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
redshift redshift
======== ========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
resource-groups resource-groups
=============== ===============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
resourcegroupstaggingapi resourcegroupstaggingapi
======================== ========================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
route53 route53
======= =======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,7 +12,7 @@
route53resolver route53resolver
=============== ===============
.. autoclass:: moto.route53resolver.models.Route53ResolverBackend
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
@ -35,12 +35,20 @@ route53resolver
- [ ] create_firewall_rule - [ ] create_firewall_rule
- [ ] create_firewall_rule_group - [ ] create_firewall_rule_group
- [X] create_resolver_endpoint - [X] create_resolver_endpoint
Return description for a newly created resolver endpoint.
NOTE: IPv6 IPs are currently not being filtered when
calculating the create_resolver_endpoint() IpAddresses.
- [ ] create_resolver_query_log_config - [ ] create_resolver_query_log_config
- [ ] create_resolver_rule - [ ] create_resolver_rule
- [ ] delete_firewall_domain_list - [ ] delete_firewall_domain_list
- [ ] delete_firewall_rule - [ ] delete_firewall_rule
- [ ] delete_firewall_rule_group - [ ] delete_firewall_rule_group
- [X] delete_resolver_endpoint - [X] delete_resolver_endpoint
Delete a resolver endpoint.
- [ ] delete_resolver_query_log_config - [ ] delete_resolver_query_log_config
- [ ] delete_resolver_rule - [ ] delete_resolver_rule
- [ ] disassociate_firewall_rule_group - [ ] disassociate_firewall_rule_group
@ -52,9 +60,11 @@ route53resolver
- [ ] get_firewall_rule_group - [ ] get_firewall_rule_group
- [ ] get_firewall_rule_group_association - [ ] get_firewall_rule_group_association
- [ ] get_firewall_rule_group_policy - [ ] get_firewall_rule_group_policy
- [ ] get_resolver_dnssec_config
- [ ] get_resolver_config - [ ] get_resolver_config
- [ ] get_resolver_dnssec_config
- [X] get_resolver_endpoint - [X] get_resolver_endpoint
Return info for specified resolver endpoint.
- [ ] get_resolver_query_log_config - [ ] get_resolver_query_log_config
- [ ] get_resolver_query_log_config_association - [ ] get_resolver_query_log_config_association
- [ ] get_resolver_query_log_config_policy - [ ] get_resolver_query_log_config_policy
@ -68,20 +78,30 @@ route53resolver
- [ ] list_firewall_rule_group_associations - [ ] list_firewall_rule_group_associations
- [ ] list_firewall_rule_groups - [ ] list_firewall_rule_groups
- [ ] list_firewall_rules - [ ] list_firewall_rules
- [ ] list_resolver_config - [ ] list_resolver_configs
- [ ] list_resolver_dnssec_configs - [ ] list_resolver_dnssec_configs
- [X] list_resolver_endpoint_ip_addresses - [X] list_resolver_endpoint_ip_addresses
List IP endresses for specified resolver endpoint.
- [X] list_resolver_endpoints - [X] list_resolver_endpoints
List all resolver endpoints, using filters if specified.
- [ ] list_resolver_query_log_config_associations - [ ] list_resolver_query_log_config_associations
- [ ] list_resolver_query_log_configs - [ ] list_resolver_query_log_configs
- [ ] list_resolver_rule_associations - [ ] list_resolver_rule_associations
- [ ] list_resolver_rules - [ ] list_resolver_rules
- [X] list_tags_for_resource - [X] list_tags_for_resource
List all tags for the given resource.
- [ ] put_firewall_rule_group_policy - [ ] put_firewall_rule_group_policy
- [ ] put_resolver_query_log_config_policy - [ ] put_resolver_query_log_config_policy
- [ ] put_resolver_rule_policy - [ ] put_resolver_rule_policy
- [X] tag_resource - [X] tag_resource
Add or overwrite one or more tags for specified resource.
- [X] untag_resource - [X] untag_resource
Removes tags from a resource.
- [ ] update_firewall_config - [ ] update_firewall_config
- [ ] update_firewall_domains - [ ] update_firewall_domains
- [ ] update_firewall_rule - [ ] update_firewall_rule
@ -89,4 +109,7 @@ route53resolver
- [ ] update_resolver_config - [ ] update_resolver_config
- [ ] update_resolver_dnssec_config - [ ] update_resolver_dnssec_config
- [X] update_resolver_endpoint - [X] update_resolver_endpoint
Update name of Resolver endpoint.
- [ ] update_resolver_rule - [ ] update_resolver_rule

View File

@ -12,8 +12,6 @@
sagemaker sagemaker
========= =========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
sdb sdb
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
secretsmanager secretsmanager
============== ==============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ses ses
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
sns sns
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python
@ -55,6 +53,7 @@ sns
- [X] list_topics - [X] list_topics
- [ ] opt_in_phone_number - [ ] opt_in_phone_number
- [X] publish - [X] publish
- [ ] publish_batch
- [X] remove_permission - [X] remove_permission
- [X] set_endpoint_attributes - [X] set_endpoint_attributes
- [ ] set_platform_application_attributes - [ ] set_platform_application_attributes

View File

@ -12,8 +12,6 @@
sqs sqs
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
ssm ssm
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
stepfunctions stepfunctions
============= =============
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
sts sts
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
support support
======= =======
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
swf swf
=== ===
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
timestream-write timestream-write
================ ================
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,8 +12,6 @@
transcribe transcribe
========== ==========
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|
.. sourcecode:: python .. sourcecode:: python

View File

@ -12,9 +12,7 @@
wafv2 wafv2
===== =====
.. autoclass:: moto.wafv2.models.WAFV2Backend
https://docs.aws.amazon.com/waf/latest/APIReference/API_Operations_AWS_WAFV2.html
|start-h3| Example usage |end-h3| |start-h3| Example usage |end-h3|