Prepare for Release 2.0.5 (#3851)
* Changelog for 2.0.5 * Updating implementation coverage
This commit is contained in:
parent
3942613bf4
commit
1a35150d1c
23
CHANGELOG.md
23
CHANGELOG.md
@ -4,6 +4,29 @@ Moto Changelog
|
|||||||
Unreleased
|
Unreleased
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
2.0.5
|
||||||
|
-----
|
||||||
|
New Services:
|
||||||
|
* MediaStore
|
||||||
|
* create_container()
|
||||||
|
* describe_container()
|
||||||
|
* list_containers()
|
||||||
|
* put_lifecycle_policy()
|
||||||
|
* get_lifecycle_policy()
|
||||||
|
* put_container_policy()
|
||||||
|
* get_container_policy()
|
||||||
|
* put_metric_policy()
|
||||||
|
* get_metric_policy
|
||||||
|
|
||||||
|
Miscellaneous:
|
||||||
|
* ACM now supports the MOTO_ACM_VALIDATION_WAIT-environment variable, to configure the wait time before the status on new certificates move from PENDING_VALIDATION to ISSUED
|
||||||
|
* CloudFormation support for AWS::SageMaker::NotebookInstance
|
||||||
|
* EMR:run_job_flow() now creates the appropriate EC2 security groups in a private subnet
|
||||||
|
* Events:put_events() has improved support for the EventPattern-parameter in create_archive/put_rule
|
||||||
|
* Events:put_targets() now support SQS queues
|
||||||
|
* IAM:get_user() now returns the Tags-attribute
|
||||||
|
* Fixed a bug where Moto would break on systems with a default encoding other than UTF-8
|
||||||
|
|
||||||
2.0.4
|
2.0.4
|
||||||
-----
|
-----
|
||||||
Miscelleaneous:
|
Miscelleaneous:
|
||||||
|
@ -26,18 +26,16 @@
|
|||||||
|
|
||||||
## acm
|
## acm
|
||||||
<details>
|
<details>
|
||||||
<summary>33% implemented</summary>
|
<summary>38% implemented</summary>
|
||||||
|
|
||||||
- [X] add_tags_to_certificate
|
- [X] add_tags_to_certificate
|
||||||
- [X] delete_certificate
|
- [X] delete_certificate
|
||||||
- [ ] describe_certificate
|
- [ ] describe_certificate
|
||||||
- [ ] export_certificate
|
- [ ] export_certificate
|
||||||
- [ ] get_account_configuration
|
|
||||||
- [X] get_certificate
|
- [X] get_certificate
|
||||||
- [ ] import_certificate
|
- [ ] import_certificate
|
||||||
- [ ] list_certificates
|
- [ ] list_certificates
|
||||||
- [ ] list_tags_for_certificate
|
- [ ] list_tags_for_certificate
|
||||||
- [ ] put_account_configuration
|
|
||||||
- [X] remove_tags_from_certificate
|
- [X] remove_tags_from_certificate
|
||||||
- [ ] renew_certificate
|
- [ ] renew_certificate
|
||||||
- [X] request_certificate
|
- [X] request_certificate
|
||||||
@ -743,31 +741,26 @@
|
|||||||
|
|
||||||
## athena
|
## athena
|
||||||
<details>
|
<details>
|
||||||
<summary>20% implemented</summary>
|
<summary>25% implemented</summary>
|
||||||
|
|
||||||
- [ ] batch_get_named_query
|
- [ ] batch_get_named_query
|
||||||
- [ ] batch_get_query_execution
|
- [ ] batch_get_query_execution
|
||||||
- [ ] create_data_catalog
|
- [ ] create_data_catalog
|
||||||
- [X] create_named_query
|
- [X] create_named_query
|
||||||
- [ ] create_prepared_statement
|
|
||||||
- [X] create_work_group
|
- [X] create_work_group
|
||||||
- [ ] delete_data_catalog
|
- [ ] delete_data_catalog
|
||||||
- [ ] delete_named_query
|
- [ ] delete_named_query
|
||||||
- [ ] delete_prepared_statement
|
|
||||||
- [ ] delete_work_group
|
- [ ] delete_work_group
|
||||||
- [ ] get_data_catalog
|
- [ ] get_data_catalog
|
||||||
- [ ] get_database
|
- [ ] get_database
|
||||||
- [X] get_named_query
|
- [X] get_named_query
|
||||||
- [ ] get_prepared_statement
|
|
||||||
- [ ] get_query_execution
|
- [ ] get_query_execution
|
||||||
- [ ] get_query_results
|
- [ ] get_query_results
|
||||||
- [ ] get_table_metadata
|
- [ ] get_table_metadata
|
||||||
- [X] get_work_group
|
- [X] get_work_group
|
||||||
- [ ] list_data_catalogs
|
- [ ] list_data_catalogs
|
||||||
- [ ] list_databases
|
- [ ] list_databases
|
||||||
- [ ] list_engine_versions
|
|
||||||
- [ ] list_named_queries
|
- [ ] list_named_queries
|
||||||
- [ ] list_prepared_statements
|
|
||||||
- [ ] list_query_executions
|
- [ ] list_query_executions
|
||||||
- [ ] list_table_metadata
|
- [ ] list_table_metadata
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
@ -777,7 +770,6 @@
|
|||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_data_catalog
|
- [ ] update_data_catalog
|
||||||
- [ ] update_prepared_statement
|
|
||||||
- [ ] update_work_group
|
- [ ] update_work_group
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -1053,7 +1045,6 @@
|
|||||||
- [ ] get_anomaly_subscriptions
|
- [ ] get_anomaly_subscriptions
|
||||||
- [ ] get_cost_and_usage
|
- [ ] get_cost_and_usage
|
||||||
- [ ] get_cost_and_usage_with_resources
|
- [ ] get_cost_and_usage_with_resources
|
||||||
- [ ] get_cost_categories
|
|
||||||
- [ ] get_cost_forecast
|
- [ ] get_cost_forecast
|
||||||
- [ ] get_dimension_values
|
- [ ] get_dimension_values
|
||||||
- [ ] get_reservation_coverage
|
- [ ] get_reservation_coverage
|
||||||
@ -1918,7 +1909,7 @@
|
|||||||
|
|
||||||
## codepipeline
|
## codepipeline
|
||||||
<details>
|
<details>
|
||||||
<summary>20% implemented</summary>
|
<summary>21% implemented</summary>
|
||||||
|
|
||||||
- [ ] acknowledge_job
|
- [ ] acknowledge_job
|
||||||
- [ ] acknowledge_third_party_job
|
- [ ] acknowledge_third_party_job
|
||||||
@ -1930,7 +1921,6 @@
|
|||||||
- [ ] deregister_webhook_with_third_party
|
- [ ] deregister_webhook_with_third_party
|
||||||
- [ ] disable_stage_transition
|
- [ ] disable_stage_transition
|
||||||
- [ ] enable_stage_transition
|
- [ ] enable_stage_transition
|
||||||
- [ ] get_action_type
|
|
||||||
- [ ] get_job_details
|
- [ ] get_job_details
|
||||||
- [X] get_pipeline
|
- [X] get_pipeline
|
||||||
- [ ] get_pipeline_execution
|
- [ ] get_pipeline_execution
|
||||||
@ -1957,7 +1947,6 @@
|
|||||||
- [ ] stop_pipeline_execution
|
- [ ] stop_pipeline_execution
|
||||||
- [X] tag_resource
|
- [X] tag_resource
|
||||||
- [X] untag_resource
|
- [X] untag_resource
|
||||||
- [ ] update_action_type
|
|
||||||
- [X] update_pipeline
|
- [X] update_pipeline
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -2024,7 +2013,7 @@
|
|||||||
|
|
||||||
## cognito-identity
|
## cognito-identity
|
||||||
<details>
|
<details>
|
||||||
<summary>26% implemented</summary>
|
<summary>28% implemented</summary>
|
||||||
|
|
||||||
- [X] create_identity_pool
|
- [X] create_identity_pool
|
||||||
- [ ] delete_identities
|
- [ ] delete_identities
|
||||||
@ -2036,14 +2025,12 @@
|
|||||||
- [ ] get_identity_pool_roles
|
- [ ] get_identity_pool_roles
|
||||||
- [X] get_open_id_token
|
- [X] get_open_id_token
|
||||||
- [X] get_open_id_token_for_developer_identity
|
- [X] get_open_id_token_for_developer_identity
|
||||||
- [ ] get_principal_tag_attribute_map
|
|
||||||
- [ ] list_identities
|
- [ ] list_identities
|
||||||
- [ ] list_identity_pools
|
- [ ] list_identity_pools
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] lookup_developer_identity
|
- [ ] lookup_developer_identity
|
||||||
- [ ] merge_developer_identities
|
- [ ] merge_developer_identities
|
||||||
- [ ] set_identity_pool_roles
|
- [ ] set_identity_pool_roles
|
||||||
- [ ] set_principal_tag_attribute_map
|
|
||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] unlink_developer_identity
|
- [ ] unlink_developer_identity
|
||||||
- [ ] unlink_identity
|
- [ ] unlink_identity
|
||||||
@ -2388,13 +2375,11 @@
|
|||||||
- [ ] associate_instance_storage_config
|
- [ ] associate_instance_storage_config
|
||||||
- [ ] associate_lambda_function
|
- [ ] associate_lambda_function
|
||||||
- [ ] associate_lex_bot
|
- [ ] associate_lex_bot
|
||||||
- [ ] associate_queue_quick_connects
|
|
||||||
- [ ] associate_routing_profile_queues
|
- [ ] associate_routing_profile_queues
|
||||||
- [ ] associate_security_key
|
- [ ] associate_security_key
|
||||||
- [ ] create_contact_flow
|
- [ ] create_contact_flow
|
||||||
- [ ] create_instance
|
- [ ] create_instance
|
||||||
- [ ] create_integration_association
|
- [ ] create_integration_association
|
||||||
- [ ] create_queue
|
|
||||||
- [ ] create_quick_connect
|
- [ ] create_quick_connect
|
||||||
- [ ] create_routing_profile
|
- [ ] create_routing_profile
|
||||||
- [ ] create_use_case
|
- [ ] create_use_case
|
||||||
@ -2407,11 +2392,9 @@
|
|||||||
- [ ] delete_user
|
- [ ] delete_user
|
||||||
- [ ] delete_user_hierarchy_group
|
- [ ] delete_user_hierarchy_group
|
||||||
- [ ] describe_contact_flow
|
- [ ] describe_contact_flow
|
||||||
- [ ] describe_hours_of_operation
|
|
||||||
- [ ] describe_instance
|
- [ ] describe_instance
|
||||||
- [ ] describe_instance_attribute
|
- [ ] describe_instance_attribute
|
||||||
- [ ] describe_instance_storage_config
|
- [ ] describe_instance_storage_config
|
||||||
- [ ] describe_queue
|
|
||||||
- [ ] describe_quick_connect
|
- [ ] describe_quick_connect
|
||||||
- [ ] describe_routing_profile
|
- [ ] describe_routing_profile
|
||||||
- [ ] describe_user
|
- [ ] describe_user
|
||||||
@ -2421,7 +2404,6 @@
|
|||||||
- [ ] disassociate_instance_storage_config
|
- [ ] disassociate_instance_storage_config
|
||||||
- [ ] disassociate_lambda_function
|
- [ ] disassociate_lambda_function
|
||||||
- [ ] disassociate_lex_bot
|
- [ ] disassociate_lex_bot
|
||||||
- [ ] disassociate_queue_quick_connects
|
|
||||||
- [ ] disassociate_routing_profile_queues
|
- [ ] disassociate_routing_profile_queues
|
||||||
- [ ] disassociate_security_key
|
- [ ] disassociate_security_key
|
||||||
- [ ] get_contact_attributes
|
- [ ] get_contact_attributes
|
||||||
@ -2439,7 +2421,6 @@
|
|||||||
- [ ] list_lex_bots
|
- [ ] list_lex_bots
|
||||||
- [ ] list_phone_numbers
|
- [ ] list_phone_numbers
|
||||||
- [ ] list_prompts
|
- [ ] list_prompts
|
||||||
- [ ] list_queue_quick_connects
|
|
||||||
- [ ] list_queues
|
- [ ] list_queues
|
||||||
- [ ] list_quick_connects
|
- [ ] list_quick_connects
|
||||||
- [ ] list_routing_profile_queues
|
- [ ] list_routing_profile_queues
|
||||||
@ -2465,11 +2446,6 @@
|
|||||||
- [ ] update_contact_flow_name
|
- [ ] update_contact_flow_name
|
||||||
- [ ] update_instance_attribute
|
- [ ] update_instance_attribute
|
||||||
- [ ] update_instance_storage_config
|
- [ ] update_instance_storage_config
|
||||||
- [ ] update_queue_hours_of_operation
|
|
||||||
- [ ] update_queue_max_contacts
|
|
||||||
- [ ] update_queue_name
|
|
||||||
- [ ] update_queue_outbound_caller_config
|
|
||||||
- [ ] update_queue_status
|
|
||||||
- [ ] update_quick_connect_config
|
- [ ] update_quick_connect_config
|
||||||
- [ ] update_quick_connect_name
|
- [ ] update_quick_connect_name
|
||||||
- [ ] update_routing_profile_concurrency
|
- [ ] update_routing_profile_concurrency
|
||||||
@ -2568,7 +2544,6 @@
|
|||||||
- [ ] delete_schedule
|
- [ ] delete_schedule
|
||||||
- [ ] describe_dataset
|
- [ ] describe_dataset
|
||||||
- [ ] describe_job
|
- [ ] describe_job
|
||||||
- [ ] describe_job_run
|
|
||||||
- [ ] describe_project
|
- [ ] describe_project
|
||||||
- [ ] describe_recipe
|
- [ ] describe_recipe
|
||||||
- [ ] describe_schedule
|
- [ ] describe_schedule
|
||||||
@ -2650,7 +2625,7 @@
|
|||||||
|
|
||||||
## datasync
|
## datasync
|
||||||
<details>
|
<details>
|
||||||
<summary>17% implemented</summary>
|
<summary>18% implemented</summary>
|
||||||
|
|
||||||
- [X] cancel_task_execution
|
- [X] cancel_task_execution
|
||||||
- [ ] create_agent
|
- [ ] create_agent
|
||||||
@ -2682,9 +2657,6 @@
|
|||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_agent
|
- [ ] update_agent
|
||||||
- [ ] update_location_nfs
|
|
||||||
- [ ] update_location_object_storage
|
|
||||||
- [ ] update_location_smb
|
|
||||||
- [X] update_task
|
- [X] update_task
|
||||||
- [ ] update_task_execution
|
- [ ] update_task_execution
|
||||||
</details>
|
</details>
|
||||||
@ -2825,7 +2797,6 @@
|
|||||||
- [ ] describe_account_health
|
- [ ] describe_account_health
|
||||||
- [ ] describe_account_overview
|
- [ ] describe_account_overview
|
||||||
- [ ] describe_anomaly
|
- [ ] describe_anomaly
|
||||||
- [ ] describe_feedback
|
|
||||||
- [ ] describe_insight
|
- [ ] describe_insight
|
||||||
- [ ] describe_resource_collection_health
|
- [ ] describe_resource_collection_health
|
||||||
- [ ] describe_service_integration
|
- [ ] describe_service_integration
|
||||||
@ -3370,7 +3341,6 @@
|
|||||||
- [ ] deregister_transit_gateway_multicast_group_sources
|
- [ ] deregister_transit_gateway_multicast_group_sources
|
||||||
- [ ] describe_account_attributes
|
- [ ] describe_account_attributes
|
||||||
- [X] describe_addresses
|
- [X] describe_addresses
|
||||||
- [ ] describe_addresses_attribute
|
|
||||||
- [ ] describe_aggregate_id_format
|
- [ ] describe_aggregate_id_format
|
||||||
- [X] describe_availability_zones
|
- [X] describe_availability_zones
|
||||||
- [ ] describe_bundle_tasks
|
- [ ] describe_bundle_tasks
|
||||||
@ -3546,7 +3516,6 @@
|
|||||||
- [X] import_key_pair
|
- [X] import_key_pair
|
||||||
- [ ] import_snapshot
|
- [ ] import_snapshot
|
||||||
- [ ] import_volume
|
- [ ] import_volume
|
||||||
- [ ] modify_address_attribute
|
|
||||||
- [ ] modify_availability_zone_group
|
- [ ] modify_availability_zone_group
|
||||||
- [ ] modify_capacity_reservation
|
- [ ] modify_capacity_reservation
|
||||||
- [ ] modify_client_vpn_endpoint
|
- [ ] modify_client_vpn_endpoint
|
||||||
@ -3617,7 +3586,6 @@
|
|||||||
- [ ] report_instance_status
|
- [ ] report_instance_status
|
||||||
- [X] request_spot_fleet
|
- [X] request_spot_fleet
|
||||||
- [X] request_spot_instances
|
- [X] request_spot_instances
|
||||||
- [ ] reset_address_attribute
|
|
||||||
- [ ] reset_ebs_default_kms_key_id
|
- [ ] reset_ebs_default_kms_key_id
|
||||||
- [ ] reset_fpga_image_attribute
|
- [ ] reset_fpga_image_attribute
|
||||||
- [ ] reset_image_attribute
|
- [ ] reset_image_attribute
|
||||||
@ -3715,13 +3683,10 @@
|
|||||||
- [ ] get_repository_catalog_data
|
- [ ] get_repository_catalog_data
|
||||||
- [ ] get_repository_policy
|
- [ ] get_repository_policy
|
||||||
- [ ] initiate_layer_upload
|
- [ ] initiate_layer_upload
|
||||||
- [ ] list_tags_for_resource
|
|
||||||
- [ ] put_image
|
- [ ] put_image
|
||||||
- [ ] put_registry_catalog_data
|
- [ ] put_registry_catalog_data
|
||||||
- [ ] put_repository_catalog_data
|
- [ ] put_repository_catalog_data
|
||||||
- [ ] set_repository_policy
|
- [ ] set_repository_policy
|
||||||
- [ ] tag_resource
|
|
||||||
- [ ] untag_resource
|
|
||||||
- [ ] upload_layer_part
|
- [ ] upload_layer_part
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -3816,8 +3781,6 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>0% implemented</summary>
|
<summary>0% implemented</summary>
|
||||||
|
|
||||||
- [ ] associate_encryption_config
|
|
||||||
- [ ] associate_identity_provider_config
|
|
||||||
- [ ] create_addon
|
- [ ] create_addon
|
||||||
- [ ] create_cluster
|
- [ ] create_cluster
|
||||||
- [ ] create_fargate_profile
|
- [ ] create_fargate_profile
|
||||||
@ -3830,14 +3793,11 @@
|
|||||||
- [ ] describe_addon_versions
|
- [ ] describe_addon_versions
|
||||||
- [ ] describe_cluster
|
- [ ] describe_cluster
|
||||||
- [ ] describe_fargate_profile
|
- [ ] describe_fargate_profile
|
||||||
- [ ] describe_identity_provider_config
|
|
||||||
- [ ] describe_nodegroup
|
- [ ] describe_nodegroup
|
||||||
- [ ] describe_update
|
- [ ] describe_update
|
||||||
- [ ] disassociate_identity_provider_config
|
|
||||||
- [ ] list_addons
|
- [ ] list_addons
|
||||||
- [ ] list_clusters
|
- [ ] list_clusters
|
||||||
- [ ] list_fargate_profiles
|
- [ ] list_fargate_profiles
|
||||||
- [ ] list_identity_provider_configs
|
|
||||||
- [ ] list_nodegroups
|
- [ ] list_nodegroups
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] list_updates
|
- [ ] list_updates
|
||||||
@ -4086,7 +4046,7 @@
|
|||||||
|
|
||||||
## emr
|
## emr
|
||||||
<details>
|
<details>
|
||||||
<summary>42% implemented</summary>
|
<summary>43% implemented</summary>
|
||||||
|
|
||||||
- [ ] add_instance_fleet
|
- [ ] add_instance_fleet
|
||||||
- [X] add_instance_groups
|
- [X] add_instance_groups
|
||||||
@ -4133,7 +4093,6 @@
|
|||||||
- [ ] start_notebook_execution
|
- [ ] start_notebook_execution
|
||||||
- [ ] stop_notebook_execution
|
- [ ] stop_notebook_execution
|
||||||
- [X] terminate_job_flows
|
- [X] terminate_job_flows
|
||||||
- [ ] update_studio
|
|
||||||
- [ ] update_studio_session_mapping
|
- [ ] update_studio_session_mapping
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -4174,7 +4133,6 @@
|
|||||||
- [ ] delete_inbound_cross_cluster_search_connection
|
- [ ] delete_inbound_cross_cluster_search_connection
|
||||||
- [ ] delete_outbound_cross_cluster_search_connection
|
- [ ] delete_outbound_cross_cluster_search_connection
|
||||||
- [ ] delete_package
|
- [ ] delete_package
|
||||||
- [ ] describe_domain_auto_tunes
|
|
||||||
- [ ] describe_elasticsearch_domain
|
- [ ] describe_elasticsearch_domain
|
||||||
- [ ] describe_elasticsearch_domain_config
|
- [ ] describe_elasticsearch_domain_config
|
||||||
- [ ] describe_elasticsearch_domains
|
- [ ] describe_elasticsearch_domains
|
||||||
@ -4206,26 +4164,19 @@
|
|||||||
|
|
||||||
## events
|
## events
|
||||||
<details>
|
<details>
|
||||||
<summary>58% implemented</summary>
|
<summary>75% implemented</summary>
|
||||||
|
|
||||||
- [ ] activate_event_source
|
- [ ] activate_event_source
|
||||||
- [X] cancel_replay
|
- [X] cancel_replay
|
||||||
- [ ] create_api_destination
|
|
||||||
- [X] create_archive
|
- [X] create_archive
|
||||||
- [ ] create_connection
|
|
||||||
- [X] create_event_bus
|
- [X] create_event_bus
|
||||||
- [ ] create_partner_event_source
|
- [ ] create_partner_event_source
|
||||||
- [ ] deactivate_event_source
|
- [ ] deactivate_event_source
|
||||||
- [ ] deauthorize_connection
|
|
||||||
- [ ] delete_api_destination
|
|
||||||
- [X] delete_archive
|
- [X] delete_archive
|
||||||
- [ ] delete_connection
|
|
||||||
- [X] delete_event_bus
|
- [X] delete_event_bus
|
||||||
- [ ] delete_partner_event_source
|
- [ ] delete_partner_event_source
|
||||||
- [X] delete_rule
|
- [X] delete_rule
|
||||||
- [ ] describe_api_destination
|
|
||||||
- [X] describe_archive
|
- [X] describe_archive
|
||||||
- [ ] describe_connection
|
|
||||||
- [X] describe_event_bus
|
- [X] describe_event_bus
|
||||||
- [ ] describe_event_source
|
- [ ] describe_event_source
|
||||||
- [ ] describe_partner_event_source
|
- [ ] describe_partner_event_source
|
||||||
@ -4233,9 +4184,7 @@
|
|||||||
- [X] describe_rule
|
- [X] describe_rule
|
||||||
- [X] disable_rule
|
- [X] disable_rule
|
||||||
- [X] enable_rule
|
- [X] enable_rule
|
||||||
- [ ] list_api_destinations
|
|
||||||
- [X] list_archives
|
- [X] list_archives
|
||||||
- [ ] list_connections
|
|
||||||
- [X] list_event_buses
|
- [X] list_event_buses
|
||||||
- [ ] list_event_sources
|
- [ ] list_event_sources
|
||||||
- [ ] list_partner_event_source_accounts
|
- [ ] list_partner_event_source_accounts
|
||||||
@ -4256,9 +4205,7 @@
|
|||||||
- [X] tag_resource
|
- [X] tag_resource
|
||||||
- [X] test_event_pattern
|
- [X] test_event_pattern
|
||||||
- [X] untag_resource
|
- [X] untag_resource
|
||||||
- [ ] update_api_destination
|
|
||||||
- [X] update_archive
|
- [X] update_archive
|
||||||
- [ ] update_connection
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## firehose
|
## firehose
|
||||||
@ -4313,7 +4260,7 @@
|
|||||||
|
|
||||||
## forecast
|
## forecast
|
||||||
<details>
|
<details>
|
||||||
<summary>14% implemented</summary>
|
<summary>15% implemented</summary>
|
||||||
|
|
||||||
- [ ] create_dataset
|
- [ ] create_dataset
|
||||||
- [X] create_dataset_group
|
- [X] create_dataset_group
|
||||||
@ -4345,7 +4292,6 @@
|
|||||||
- [ ] list_predictor_backtest_export_jobs
|
- [ ] list_predictor_backtest_export_jobs
|
||||||
- [ ] list_predictors
|
- [ ] list_predictors
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] stop_resource
|
|
||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [X] update_dataset_group
|
- [X] update_dataset_group
|
||||||
@ -5063,7 +5009,7 @@
|
|||||||
|
|
||||||
## iam
|
## iam
|
||||||
<details>
|
<details>
|
||||||
<summary>65% implemented</summary>
|
<summary>73% implemented</summary>
|
||||||
|
|
||||||
- [ ] add_client_id_to_open_id_connect_provider
|
- [ ] add_client_id_to_open_id_connect_provider
|
||||||
- [X] add_role_to_instance_profile
|
- [X] add_role_to_instance_profile
|
||||||
@ -5151,23 +5097,17 @@
|
|||||||
- [X] list_group_policies
|
- [X] list_group_policies
|
||||||
- [X] list_groups
|
- [X] list_groups
|
||||||
- [ ] list_groups_for_user
|
- [ ] list_groups_for_user
|
||||||
- [ ] list_instance_profile_tags
|
|
||||||
- [ ] list_instance_profiles
|
- [ ] list_instance_profiles
|
||||||
- [ ] list_instance_profiles_for_role
|
- [ ] list_instance_profiles_for_role
|
||||||
- [ ] list_mfa_device_tags
|
|
||||||
- [X] list_mfa_devices
|
- [X] list_mfa_devices
|
||||||
- [ ] list_open_id_connect_provider_tags
|
|
||||||
- [X] list_open_id_connect_providers
|
- [X] list_open_id_connect_providers
|
||||||
- [X] list_policies
|
- [X] list_policies
|
||||||
- [ ] list_policies_granting_service_access
|
- [ ] list_policies_granting_service_access
|
||||||
- [ ] list_policy_tags
|
|
||||||
- [X] list_policy_versions
|
- [X] list_policy_versions
|
||||||
- [X] list_role_policies
|
- [X] list_role_policies
|
||||||
- [X] list_role_tags
|
- [X] list_role_tags
|
||||||
- [X] list_roles
|
- [X] list_roles
|
||||||
- [ ] list_saml_provider_tags
|
|
||||||
- [X] list_saml_providers
|
- [X] list_saml_providers
|
||||||
- [ ] list_server_certificate_tags
|
|
||||||
- [ ] list_server_certificates
|
- [ ] list_server_certificates
|
||||||
- [ ] list_service_specific_credentials
|
- [ ] list_service_specific_credentials
|
||||||
- [X] list_signing_certificates
|
- [X] list_signing_certificates
|
||||||
@ -5190,21 +5130,9 @@
|
|||||||
- [ ] set_security_token_service_preferences
|
- [ ] set_security_token_service_preferences
|
||||||
- [ ] simulate_custom_policy
|
- [ ] simulate_custom_policy
|
||||||
- [ ] simulate_principal_policy
|
- [ ] simulate_principal_policy
|
||||||
- [ ] tag_instance_profile
|
|
||||||
- [ ] tag_mfa_device
|
|
||||||
- [ ] tag_open_id_connect_provider
|
|
||||||
- [ ] tag_policy
|
|
||||||
- [X] tag_role
|
- [X] tag_role
|
||||||
- [ ] tag_saml_provider
|
|
||||||
- [ ] tag_server_certificate
|
|
||||||
- [X] tag_user
|
- [X] tag_user
|
||||||
- [ ] untag_instance_profile
|
|
||||||
- [ ] untag_mfa_device
|
|
||||||
- [ ] untag_open_id_connect_provider
|
|
||||||
- [ ] untag_policy
|
|
||||||
- [X] untag_role
|
- [X] untag_role
|
||||||
- [ ] untag_saml_provider
|
|
||||||
- [ ] untag_server_certificate
|
|
||||||
- [X] untag_user
|
- [X] untag_user
|
||||||
- [X] update_access_key
|
- [X] update_access_key
|
||||||
- [X] update_account_password_policy
|
- [X] update_account_password_policy
|
||||||
@ -5271,7 +5199,6 @@
|
|||||||
- [ ] list_container_recipes
|
- [ ] list_container_recipes
|
||||||
- [ ] list_distribution_configurations
|
- [ ] list_distribution_configurations
|
||||||
- [ ] list_image_build_versions
|
- [ ] list_image_build_versions
|
||||||
- [ ] list_image_packages
|
|
||||||
- [ ] list_image_pipeline_images
|
- [ ] list_image_pipeline_images
|
||||||
- [ ] list_image_pipelines
|
- [ ] list_image_pipelines
|
||||||
- [ ] list_image_recipes
|
- [ ] list_image_recipes
|
||||||
@ -5704,16 +5631,13 @@
|
|||||||
- [ ] delete_detector_model
|
- [ ] delete_detector_model
|
||||||
- [ ] delete_input
|
- [ ] delete_input
|
||||||
- [ ] describe_detector_model
|
- [ ] describe_detector_model
|
||||||
- [ ] describe_detector_model_analysis
|
|
||||||
- [ ] describe_input
|
- [ ] describe_input
|
||||||
- [ ] describe_logging_options
|
- [ ] describe_logging_options
|
||||||
- [ ] get_detector_model_analysis_results
|
|
||||||
- [ ] list_detector_model_versions
|
- [ ] list_detector_model_versions
|
||||||
- [ ] list_detector_models
|
- [ ] list_detector_models
|
||||||
- [ ] list_inputs
|
- [ ] list_inputs
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] put_logging_options
|
- [ ] put_logging_options
|
||||||
- [ ] start_detector_model_analysis
|
|
||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_detector_model
|
- [ ] update_detector_model
|
||||||
@ -5975,7 +5899,6 @@
|
|||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_broker_count
|
- [ ] update_broker_count
|
||||||
- [ ] update_broker_storage
|
- [ ] update_broker_storage
|
||||||
- [ ] update_broker_type
|
|
||||||
- [ ] update_cluster_configuration
|
- [ ] update_cluster_configuration
|
||||||
- [ ] update_cluster_kafka_version
|
- [ ] update_cluster_kafka_version
|
||||||
- [ ] update_configuration
|
- [ ] update_configuration
|
||||||
@ -6352,64 +6275,6 @@
|
|||||||
- [ ] put_session
|
- [ ] put_session
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## lexv2-models
|
|
||||||
<details>
|
|
||||||
<summary>0% implemented</summary>
|
|
||||||
|
|
||||||
- [ ] build_bot_locale
|
|
||||||
- [ ] create_bot
|
|
||||||
- [ ] create_bot_alias
|
|
||||||
- [ ] create_bot_locale
|
|
||||||
- [ ] create_bot_version
|
|
||||||
- [ ] create_intent
|
|
||||||
- [ ] create_slot
|
|
||||||
- [ ] create_slot_type
|
|
||||||
- [ ] delete_bot
|
|
||||||
- [ ] delete_bot_alias
|
|
||||||
- [ ] delete_bot_locale
|
|
||||||
- [ ] delete_bot_version
|
|
||||||
- [ ] delete_intent
|
|
||||||
- [ ] delete_slot
|
|
||||||
- [ ] delete_slot_type
|
|
||||||
- [ ] describe_bot
|
|
||||||
- [ ] describe_bot_alias
|
|
||||||
- [ ] describe_bot_locale
|
|
||||||
- [ ] describe_bot_version
|
|
||||||
- [ ] describe_intent
|
|
||||||
- [ ] describe_slot
|
|
||||||
- [ ] describe_slot_type
|
|
||||||
- [ ] list_bot_aliases
|
|
||||||
- [ ] list_bot_locales
|
|
||||||
- [ ] list_bot_versions
|
|
||||||
- [ ] list_bots
|
|
||||||
- [ ] list_built_in_intents
|
|
||||||
- [ ] list_built_in_slot_types
|
|
||||||
- [ ] list_intents
|
|
||||||
- [ ] list_slot_types
|
|
||||||
- [ ] list_slots
|
|
||||||
- [ ] list_tags_for_resource
|
|
||||||
- [ ] tag_resource
|
|
||||||
- [ ] untag_resource
|
|
||||||
- [ ] update_bot
|
|
||||||
- [ ] update_bot_alias
|
|
||||||
- [ ] update_bot_locale
|
|
||||||
- [ ] update_intent
|
|
||||||
- [ ] update_slot
|
|
||||||
- [ ] update_slot_type
|
|
||||||
</details>
|
|
||||||
|
|
||||||
## lexv2-runtime
|
|
||||||
<details>
|
|
||||||
<summary>0% implemented</summary>
|
|
||||||
|
|
||||||
- [ ] delete_session
|
|
||||||
- [ ] get_session
|
|
||||||
- [ ] put_session
|
|
||||||
- [ ] recognize_text
|
|
||||||
- [ ] recognize_utterance
|
|
||||||
- [ ] start_conversation
|
|
||||||
</details>
|
|
||||||
|
|
||||||
## license-manager
|
## license-manager
|
||||||
<details>
|
<details>
|
||||||
<summary>0% implemented</summary>
|
<summary>0% implemented</summary>
|
||||||
@ -6586,7 +6451,6 @@
|
|||||||
- [ ] release_static_ip
|
- [ ] release_static_ip
|
||||||
- [ ] reset_distribution_cache
|
- [ ] reset_distribution_cache
|
||||||
- [ ] send_contact_method_verification
|
- [ ] send_contact_method_verification
|
||||||
- [ ] set_ip_address_type
|
|
||||||
- [ ] start_instance
|
- [ ] start_instance
|
||||||
- [ ] start_relational_database
|
- [ ] start_relational_database
|
||||||
- [ ] stop_instance
|
- [ ] stop_instance
|
||||||
@ -6710,11 +6574,8 @@
|
|||||||
- [ ] list_dataset_entries
|
- [ ] list_dataset_entries
|
||||||
- [ ] list_models
|
- [ ] list_models
|
||||||
- [ ] list_projects
|
- [ ] list_projects
|
||||||
- [ ] list_tags_for_resource
|
|
||||||
- [ ] start_model
|
- [ ] start_model
|
||||||
- [ ] stop_model
|
- [ ] stop_model
|
||||||
- [ ] tag_resource
|
|
||||||
- [ ] untag_resource
|
|
||||||
- [ ] update_dataset_entries
|
- [ ] update_dataset_entries
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -6787,12 +6648,10 @@
|
|||||||
- [ ] describe_organization_configuration
|
- [ ] describe_organization_configuration
|
||||||
- [ ] disable_macie
|
- [ ] disable_macie
|
||||||
- [ ] disable_organization_admin_account
|
- [ ] disable_organization_admin_account
|
||||||
- [ ] disassociate_from_administrator_account
|
|
||||||
- [ ] disassociate_from_master_account
|
- [ ] disassociate_from_master_account
|
||||||
- [ ] disassociate_member
|
- [ ] disassociate_member
|
||||||
- [ ] enable_macie
|
- [ ] enable_macie
|
||||||
- [ ] enable_organization_admin_account
|
- [ ] enable_organization_admin_account
|
||||||
- [ ] get_administrator_account
|
|
||||||
- [ ] get_bucket_statistics
|
- [ ] get_bucket_statistics
|
||||||
- [ ] get_classification_export_configuration
|
- [ ] get_classification_export_configuration
|
||||||
- [ ] get_custom_data_identifier
|
- [ ] get_custom_data_identifier
|
||||||
@ -6826,7 +6685,7 @@
|
|||||||
|
|
||||||
## managedblockchain
|
## managedblockchain
|
||||||
<details>
|
<details>
|
||||||
<summary>86% implemented</summary>
|
<summary>100% implemented</summary>
|
||||||
|
|
||||||
- [X] create_member
|
- [X] create_member
|
||||||
- [X] create_network
|
- [X] create_network
|
||||||
@ -6844,10 +6703,7 @@
|
|||||||
- [X] list_nodes
|
- [X] list_nodes
|
||||||
- [X] list_proposal_votes
|
- [X] list_proposal_votes
|
||||||
- [X] list_proposals
|
- [X] list_proposals
|
||||||
- [ ] list_tags_for_resource
|
|
||||||
- [X] reject_invitation
|
- [X] reject_invitation
|
||||||
- [ ] tag_resource
|
|
||||||
- [ ] untag_resource
|
|
||||||
- [X] update_member
|
- [X] update_member
|
||||||
- [X] update_node
|
- [X] update_node
|
||||||
- [X] vote_on_proposal
|
- [X] vote_on_proposal
|
||||||
@ -6959,7 +6815,6 @@
|
|||||||
- [ ] create_input_security_group
|
- [ ] create_input_security_group
|
||||||
- [ ] create_multiplex
|
- [ ] create_multiplex
|
||||||
- [ ] create_multiplex_program
|
- [ ] create_multiplex_program
|
||||||
- [ ] create_partner_input
|
|
||||||
- [ ] create_tags
|
- [ ] create_tags
|
||||||
- [X] delete_channel
|
- [X] delete_channel
|
||||||
- [X] delete_input
|
- [X] delete_input
|
||||||
@ -7035,7 +6890,6 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>0% implemented</summary>
|
<summary>0% implemented</summary>
|
||||||
|
|
||||||
- [ ] configure_logs
|
|
||||||
- [ ] create_asset
|
- [ ] create_asset
|
||||||
- [ ] create_packaging_configuration
|
- [ ] create_packaging_configuration
|
||||||
- [ ] create_packaging_group
|
- [ ] create_packaging_group
|
||||||
@ -7056,25 +6910,25 @@
|
|||||||
|
|
||||||
## mediastore
|
## mediastore
|
||||||
<details>
|
<details>
|
||||||
<summary>0% implemented</summary>
|
<summary>42% implemented</summary>
|
||||||
|
|
||||||
- [ ] create_container
|
- [X] create_container
|
||||||
- [ ] delete_container
|
- [ ] delete_container
|
||||||
- [ ] delete_container_policy
|
- [ ] delete_container_policy
|
||||||
- [ ] delete_cors_policy
|
- [ ] delete_cors_policy
|
||||||
- [ ] delete_lifecycle_policy
|
- [ ] delete_lifecycle_policy
|
||||||
- [ ] delete_metric_policy
|
- [ ] delete_metric_policy
|
||||||
- [ ] describe_container
|
- [X] describe_container
|
||||||
- [ ] get_container_policy
|
- [X] get_container_policy
|
||||||
- [ ] get_cors_policy
|
- [ ] get_cors_policy
|
||||||
- [ ] get_lifecycle_policy
|
- [X] get_lifecycle_policy
|
||||||
- [ ] get_metric_policy
|
- [X] get_metric_policy
|
||||||
- [ ] list_containers
|
- [X] list_containers
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] put_container_policy
|
- [X] put_container_policy
|
||||||
- [ ] put_cors_policy
|
- [ ] put_cors_policy
|
||||||
- [ ] put_lifecycle_policy
|
- [X] put_lifecycle_policy
|
||||||
- [ ] put_metric_policy
|
- [X] put_metric_policy
|
||||||
- [ ] start_access_logging
|
- [ ] start_access_logging
|
||||||
- [ ] stop_access_logging
|
- [ ] stop_access_logging
|
||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
@ -8109,7 +7963,6 @@
|
|||||||
- [ ] describe_valid_db_instance_modifications
|
- [ ] describe_valid_db_instance_modifications
|
||||||
- [ ] download_db_log_file_portion
|
- [ ] download_db_log_file_portion
|
||||||
- [ ] failover_db_cluster
|
- [ ] failover_db_cluster
|
||||||
- [ ] failover_global_cluster
|
|
||||||
- [ ] import_installation_media
|
- [ ] import_installation_media
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] modify_certificates
|
- [ ] modify_certificates
|
||||||
@ -9080,7 +8933,7 @@
|
|||||||
|
|
||||||
## secretsmanager
|
## secretsmanager
|
||||||
<details>
|
<details>
|
||||||
<summary>63% implemented</summary>
|
<summary>73% implemented</summary>
|
||||||
|
|
||||||
- [ ] cancel_rotate_secret
|
- [ ] cancel_rotate_secret
|
||||||
- [X] create_secret
|
- [X] create_secret
|
||||||
@ -9094,11 +8947,8 @@
|
|||||||
- [X] list_secrets
|
- [X] list_secrets
|
||||||
- [ ] put_resource_policy
|
- [ ] put_resource_policy
|
||||||
- [X] put_secret_value
|
- [X] put_secret_value
|
||||||
- [ ] remove_regions_from_replication
|
|
||||||
- [ ] replicate_secret_to_regions
|
|
||||||
- [X] restore_secret
|
- [X] restore_secret
|
||||||
- [X] rotate_secret
|
- [X] rotate_secret
|
||||||
- [ ] stop_replication_to_replica
|
|
||||||
- [X] tag_resource
|
- [X] tag_resource
|
||||||
- [X] untag_resource
|
- [X] untag_resource
|
||||||
- [X] update_secret
|
- [X] update_secret
|
||||||
@ -9497,7 +9347,6 @@
|
|||||||
- [ ] put_dedicated_ip_in_pool
|
- [ ] put_dedicated_ip_in_pool
|
||||||
- [ ] put_dedicated_ip_warmup_attributes
|
- [ ] put_dedicated_ip_warmup_attributes
|
||||||
- [ ] put_deliverability_dashboard_option
|
- [ ] put_deliverability_dashboard_option
|
||||||
- [ ] put_email_identity_configuration_set_attributes
|
|
||||||
- [ ] put_email_identity_dkim_attributes
|
- [ ] put_email_identity_dkim_attributes
|
||||||
- [ ] put_email_identity_dkim_signing_attributes
|
- [ ] put_email_identity_dkim_signing_attributes
|
||||||
- [ ] put_email_identity_feedback_attributes
|
- [ ] put_email_identity_feedback_attributes
|
||||||
@ -9548,9 +9397,6 @@
|
|||||||
- [ ] list_protection_groups
|
- [ ] list_protection_groups
|
||||||
- [ ] list_protections
|
- [ ] list_protections
|
||||||
- [ ] list_resources_in_protection_group
|
- [ ] list_resources_in_protection_group
|
||||||
- [ ] list_tags_for_resource
|
|
||||||
- [ ] tag_resource
|
|
||||||
- [ ] untag_resource
|
|
||||||
- [ ] update_emergency_contact_settings
|
- [ ] update_emergency_contact_settings
|
||||||
- [ ] update_protection_group
|
- [ ] update_protection_group
|
||||||
- [ ] update_subscription
|
- [ ] update_subscription
|
||||||
@ -10055,7 +9901,7 @@
|
|||||||
|
|
||||||
## support
|
## support
|
||||||
<details>
|
<details>
|
||||||
<summary>14% implemented</summary>
|
<summary>35% implemented</summary>
|
||||||
|
|
||||||
- [ ] add_attachments_to_set
|
- [ ] add_attachments_to_set
|
||||||
- [ ] add_communication_to_case
|
- [ ] add_communication_to_case
|
||||||
@ -10496,11 +10342,8 @@
|
|||||||
- [ ] list_milestones
|
- [ ] list_milestones
|
||||||
- [ ] list_notifications
|
- [ ] list_notifications
|
||||||
- [ ] list_share_invitations
|
- [ ] list_share_invitations
|
||||||
- [ ] list_tags_for_resource
|
|
||||||
- [ ] list_workload_shares
|
- [ ] list_workload_shares
|
||||||
- [ ] list_workloads
|
- [ ] list_workloads
|
||||||
- [ ] tag_resource
|
|
||||||
- [ ] untag_resource
|
|
||||||
- [ ] update_answer
|
- [ ] update_answer
|
||||||
- [ ] update_lens_review
|
- [ ] update_lens_review
|
||||||
- [ ] update_share_invitation
|
- [ ] update_share_invitation
|
||||||
@ -10655,7 +10498,6 @@
|
|||||||
<summary>0% implemented</summary>
|
<summary>0% implemented</summary>
|
||||||
|
|
||||||
- [ ] get_raw_message_content
|
- [ ] get_raw_message_content
|
||||||
- [ ] put_raw_message_content
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## workspaces
|
## workspaces
|
||||||
|
Loading…
Reference in New Issue
Block a user