Prep 2.2.11 release (#4474)
This commit is contained in:
parent
1d21cec000
commit
a290f8e791
47
CHANGELOG.md
47
CHANGELOG.md
@ -1,6 +1,53 @@
|
|||||||
Moto Changelog
|
Moto Changelog
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
2.2.11
|
||||||
|
-----
|
||||||
|
General:
|
||||||
|
* Support for AWS China regions
|
||||||
|
* ECS now has an option to enable long-format ARNs, by setting the environment variable MOTO_ECS_NEW_ARN=true
|
||||||
|
Alternatively, use the `put_account_setting` to enable long-format for the current user.
|
||||||
|
|
||||||
|
New Services:
|
||||||
|
* Timestream:
|
||||||
|
* create_database()
|
||||||
|
* create_table()
|
||||||
|
* delete_database()
|
||||||
|
* delete_table()
|
||||||
|
* describe_database()
|
||||||
|
* describe_endpoints()
|
||||||
|
* describe_table()
|
||||||
|
* list_databases()
|
||||||
|
* list_tables()
|
||||||
|
* update_database()
|
||||||
|
* update_table()
|
||||||
|
* write_records()
|
||||||
|
|
||||||
|
New Methods:
|
||||||
|
* CognitoIDP:
|
||||||
|
* admin_confirm_sign_up()
|
||||||
|
* update_user_pool()
|
||||||
|
* ECS:
|
||||||
|
* delete_account_setting()
|
||||||
|
* list_account_settings()
|
||||||
|
* put_account_setting()
|
||||||
|
* Route53:
|
||||||
|
* create_query_logging_config()
|
||||||
|
* delete_query_logging_config()
|
||||||
|
* get_query_logging_config()
|
||||||
|
* list_query_logging_config()
|
||||||
|
* SES
|
||||||
|
* describe_receipt_rule()
|
||||||
|
* get_identity_notification_attributes()
|
||||||
|
* set_identity_feedback_forwarding_enabled()
|
||||||
|
|
||||||
|
Miscellaneous:
|
||||||
|
* CloudFormation: Support create/update/delete of resource AWS::Logs::ResourcePolicy
|
||||||
|
* CloudFormation:get_template_summary() now returns the Parameters-attribute
|
||||||
|
* CognitoIDP: Allow the UserAttributes email or phone_number to be used as username
|
||||||
|
* CognitoIDP: Improved behaviour for the ForgotPassword()-feature
|
||||||
|
|
||||||
|
|
||||||
2.2.10
|
2.2.10
|
||||||
------
|
------
|
||||||
New Services:
|
New Services:
|
||||||
|
@ -590,11 +590,11 @@
|
|||||||
|
|
||||||
## cognito-idp
|
## cognito-idp
|
||||||
<details>
|
<details>
|
||||||
<summary>50% implemented</summary>
|
<summary>52% implemented</summary>
|
||||||
|
|
||||||
- [ ] add_custom_attributes
|
- [ ] add_custom_attributes
|
||||||
- [X] admin_add_user_to_group
|
- [X] admin_add_user_to_group
|
||||||
- [ ] admin_confirm_sign_up
|
- [X] admin_confirm_sign_up
|
||||||
- [X] admin_create_user
|
- [X] admin_create_user
|
||||||
- [X] admin_delete_user
|
- [X] admin_delete_user
|
||||||
- [ ] admin_delete_user_attributes
|
- [ ] admin_delete_user_attributes
|
||||||
@ -647,7 +647,7 @@
|
|||||||
- [X] describe_user_pool_client
|
- [X] describe_user_pool_client
|
||||||
- [X] describe_user_pool_domain
|
- [X] describe_user_pool_domain
|
||||||
- [ ] forget_device
|
- [ ] forget_device
|
||||||
- [ ] forgot_password
|
- [X] forgot_password
|
||||||
- [ ] get_csv_header
|
- [ ] get_csv_header
|
||||||
- [ ] get_device
|
- [ ] get_device
|
||||||
- [X] get_group
|
- [X] get_group
|
||||||
@ -1019,6 +1019,7 @@
|
|||||||
- [ ] bundle_instance
|
- [ ] bundle_instance
|
||||||
- [ ] cancel_bundle_task
|
- [ ] cancel_bundle_task
|
||||||
- [ ] cancel_capacity_reservation
|
- [ ] cancel_capacity_reservation
|
||||||
|
- [ ] cancel_capacity_reservation_fleets
|
||||||
- [ ] cancel_conversion_task
|
- [ ] cancel_conversion_task
|
||||||
- [ ] cancel_export_task
|
- [ ] cancel_export_task
|
||||||
- [ ] cancel_import_task
|
- [ ] cancel_import_task
|
||||||
@ -1030,6 +1031,7 @@
|
|||||||
- [X] copy_image
|
- [X] copy_image
|
||||||
- [X] copy_snapshot
|
- [X] copy_snapshot
|
||||||
- [ ] create_capacity_reservation
|
- [ ] create_capacity_reservation
|
||||||
|
- [ ] create_capacity_reservation_fleet
|
||||||
- [X] create_carrier_gateway
|
- [X] create_carrier_gateway
|
||||||
- [ ] create_client_vpn_endpoint
|
- [ ] create_client_vpn_endpoint
|
||||||
- [ ] create_client_vpn_route
|
- [ ] create_client_vpn_route
|
||||||
@ -1161,6 +1163,7 @@
|
|||||||
- [X] describe_availability_zones
|
- [X] describe_availability_zones
|
||||||
- [ ] describe_bundle_tasks
|
- [ ] describe_bundle_tasks
|
||||||
- [ ] describe_byoip_cidrs
|
- [ ] describe_byoip_cidrs
|
||||||
|
- [ ] describe_capacity_reservation_fleets
|
||||||
- [ ] describe_capacity_reservations
|
- [ ] describe_capacity_reservations
|
||||||
- [X] describe_carrier_gateways
|
- [X] describe_carrier_gateways
|
||||||
- [ ] describe_classic_link_instances
|
- [ ] describe_classic_link_instances
|
||||||
@ -1340,6 +1343,8 @@
|
|||||||
- [ ] get_transit_gateway_prefix_list_references
|
- [ ] get_transit_gateway_prefix_list_references
|
||||||
- [ ] get_transit_gateway_route_table_associations
|
- [ ] get_transit_gateway_route_table_associations
|
||||||
- [ ] get_transit_gateway_route_table_propagations
|
- [ ] get_transit_gateway_route_table_propagations
|
||||||
|
- [ ] get_vpn_connection_device_sample_configuration
|
||||||
|
- [ ] get_vpn_connection_device_types
|
||||||
- [ ] import_client_vpn_client_certificate_revocation_list
|
- [ ] import_client_vpn_client_certificate_revocation_list
|
||||||
- [ ] import_image
|
- [ ] import_image
|
||||||
- [ ] import_instance
|
- [ ] import_instance
|
||||||
@ -1349,6 +1354,7 @@
|
|||||||
- [ ] modify_address_attribute
|
- [ ] modify_address_attribute
|
||||||
- [ ] modify_availability_zone_group
|
- [ ] modify_availability_zone_group
|
||||||
- [ ] modify_capacity_reservation
|
- [ ] modify_capacity_reservation
|
||||||
|
- [ ] modify_capacity_reservation_fleet
|
||||||
- [ ] modify_client_vpn_endpoint
|
- [ ] modify_client_vpn_endpoint
|
||||||
- [ ] modify_default_credit_specification
|
- [ ] modify_default_credit_specification
|
||||||
- [ ] modify_ebs_default_kms_key_id
|
- [ ] modify_ebs_default_kms_key_id
|
||||||
@ -1461,7 +1467,7 @@
|
|||||||
|
|
||||||
## ecr
|
## ecr
|
||||||
<details>
|
<details>
|
||||||
<summary>76% implemented</summary>
|
<summary>74% implemented</summary>
|
||||||
|
|
||||||
- [ ] batch_check_layer_availability
|
- [ ] batch_check_layer_availability
|
||||||
- [X] batch_delete_image
|
- [X] batch_delete_image
|
||||||
@ -1472,6 +1478,7 @@
|
|||||||
- [X] delete_registry_policy
|
- [X] delete_registry_policy
|
||||||
- [X] delete_repository
|
- [X] delete_repository
|
||||||
- [X] delete_repository_policy
|
- [X] delete_repository_policy
|
||||||
|
- [ ] describe_image_replication_status
|
||||||
- [X] describe_image_scan_findings
|
- [X] describe_image_scan_findings
|
||||||
- [X] describe_images
|
- [X] describe_images
|
||||||
- [X] describe_registry
|
- [X] describe_registry
|
||||||
@ -1592,7 +1599,7 @@
|
|||||||
|
|
||||||
## eks
|
## eks
|
||||||
<details>
|
<details>
|
||||||
<summary>37% implemented</summary>
|
<summary>35% implemented</summary>
|
||||||
|
|
||||||
- [ ] associate_encryption_config
|
- [ ] associate_encryption_config
|
||||||
- [ ] associate_identity_provider_config
|
- [ ] associate_identity_provider_config
|
||||||
@ -1604,6 +1611,7 @@
|
|||||||
- [X] delete_cluster
|
- [X] delete_cluster
|
||||||
- [X] delete_fargate_profile
|
- [X] delete_fargate_profile
|
||||||
- [X] delete_nodegroup
|
- [X] delete_nodegroup
|
||||||
|
- [ ] deregister_cluster
|
||||||
- [ ] describe_addon
|
- [ ] describe_addon
|
||||||
- [ ] describe_addon_versions
|
- [ ] describe_addon_versions
|
||||||
- [X] describe_cluster
|
- [X] describe_cluster
|
||||||
@ -1619,6 +1627,7 @@
|
|||||||
- [X] list_nodegroups
|
- [X] list_nodegroups
|
||||||
- [ ] list_tags_for_resource
|
- [ ] list_tags_for_resource
|
||||||
- [ ] list_updates
|
- [ ] list_updates
|
||||||
|
- [ ] register_cluster
|
||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_addon
|
- [ ] update_addon
|
||||||
@ -2516,6 +2525,7 @@
|
|||||||
- [X] list_topic_rules
|
- [X] list_topic_rules
|
||||||
- [ ] list_v2_logging_levels
|
- [ ] list_v2_logging_levels
|
||||||
- [ ] list_violation_events
|
- [ ] list_violation_events
|
||||||
|
- [ ] put_verification_state_on_violation
|
||||||
- [ ] register_ca_certificate
|
- [ ] register_ca_certificate
|
||||||
- [X] register_certificate
|
- [X] register_certificate
|
||||||
- [X] register_certificate_without_ca
|
- [X] register_certificate_without_ca
|
||||||
@ -2891,6 +2901,7 @@
|
|||||||
- [ ] batch_stop
|
- [ ] batch_stop
|
||||||
- [ ] batch_update_schedule
|
- [ ] batch_update_schedule
|
||||||
- [ ] cancel_input_device_transfer
|
- [ ] cancel_input_device_transfer
|
||||||
|
- [ ] claim_device
|
||||||
- [X] create_channel
|
- [X] create_channel
|
||||||
- [X] create_input
|
- [X] create_input
|
||||||
- [ ] create_input_security_group
|
- [ ] create_input_security_group
|
||||||
@ -3491,7 +3502,7 @@
|
|||||||
|
|
||||||
## route53
|
## route53
|
||||||
<details>
|
<details>
|
||||||
<summary>17% implemented</summary>
|
<summary>23% implemented</summary>
|
||||||
|
|
||||||
- [ ] activate_key_signing_key
|
- [ ] activate_key_signing_key
|
||||||
- [ ] associate_vpc_with_hosted_zone
|
- [ ] associate_vpc_with_hosted_zone
|
||||||
@ -3705,6 +3716,7 @@
|
|||||||
- [ ] create_presigned_notebook_instance_url
|
- [ ] create_presigned_notebook_instance_url
|
||||||
- [ ] create_processing_job
|
- [ ] create_processing_job
|
||||||
- [ ] create_project
|
- [ ] create_project
|
||||||
|
- [ ] create_studio_lifecycle_config
|
||||||
- [X] create_training_job
|
- [X] create_training_job
|
||||||
- [ ] create_transform_job
|
- [ ] create_transform_job
|
||||||
- [ ] create_trial
|
- [ ] create_trial
|
||||||
@ -3743,6 +3755,7 @@
|
|||||||
- [X] delete_notebook_instance_lifecycle_config
|
- [X] delete_notebook_instance_lifecycle_config
|
||||||
- [ ] delete_pipeline
|
- [ ] delete_pipeline
|
||||||
- [ ] delete_project
|
- [ ] delete_project
|
||||||
|
- [ ] delete_studio_lifecycle_config
|
||||||
- [ ] delete_tags
|
- [ ] delete_tags
|
||||||
- [ ] delete_trial
|
- [ ] delete_trial
|
||||||
- [ ] delete_trial_component
|
- [ ] delete_trial_component
|
||||||
@ -3788,6 +3801,7 @@
|
|||||||
- [ ] describe_pipeline_execution
|
- [ ] describe_pipeline_execution
|
||||||
- [ ] describe_processing_job
|
- [ ] describe_processing_job
|
||||||
- [ ] describe_project
|
- [ ] describe_project
|
||||||
|
- [ ] describe_studio_lifecycle_config
|
||||||
- [ ] describe_subscribed_workteam
|
- [ ] describe_subscribed_workteam
|
||||||
- [X] describe_training_job
|
- [X] describe_training_job
|
||||||
- [ ] describe_transform_job
|
- [ ] describe_transform_job
|
||||||
@ -3846,6 +3860,7 @@
|
|||||||
- [ ] list_pipelines
|
- [ ] list_pipelines
|
||||||
- [ ] list_processing_jobs
|
- [ ] list_processing_jobs
|
||||||
- [ ] list_projects
|
- [ ] list_projects
|
||||||
|
- [ ] list_studio_lifecycle_configs
|
||||||
- [ ] list_subscribed_workteams
|
- [ ] list_subscribed_workteams
|
||||||
- [ ] list_tags
|
- [ ] list_tags
|
||||||
- [X] list_training_jobs
|
- [X] list_training_jobs
|
||||||
@ -3859,6 +3874,7 @@
|
|||||||
- [ ] put_model_package_group_policy
|
- [ ] put_model_package_group_policy
|
||||||
- [ ] register_devices
|
- [ ] register_devices
|
||||||
- [ ] render_ui_template
|
- [ ] render_ui_template
|
||||||
|
- [ ] retry_pipeline_execution
|
||||||
- [ ] search
|
- [ ] search
|
||||||
- [ ] send_pipeline_execution_step_failure
|
- [ ] send_pipeline_execution_step_failure
|
||||||
- [ ] send_pipeline_execution_step_success
|
- [ ] send_pipeline_execution_step_success
|
||||||
@ -4446,6 +4462,7 @@
|
|||||||
<details>
|
<details>
|
||||||
|
|
||||||
- accessanalyzer
|
- accessanalyzer
|
||||||
|
- account
|
||||||
- acm-pca
|
- acm-pca
|
||||||
- alexaforbusiness
|
- alexaforbusiness
|
||||||
- amp
|
- amp
|
||||||
@ -4472,6 +4489,7 @@
|
|||||||
- chime-sdk-identity
|
- chime-sdk-identity
|
||||||
- chime-sdk-messaging
|
- chime-sdk-messaging
|
||||||
- cloud9
|
- cloud9
|
||||||
|
- cloudcontrol
|
||||||
- clouddirectory
|
- clouddirectory
|
||||||
- cloudfront
|
- cloudfront
|
||||||
- cloudhsm
|
- cloudhsm
|
||||||
@ -4521,6 +4539,7 @@
|
|||||||
- fsx
|
- fsx
|
||||||
- gamelift
|
- gamelift
|
||||||
- globalaccelerator
|
- globalaccelerator
|
||||||
|
- grafana
|
||||||
- greengrass
|
- greengrass
|
||||||
- greengrassv2
|
- greengrassv2
|
||||||
- groundstation
|
- groundstation
|
||||||
@ -4546,6 +4565,7 @@
|
|||||||
- iotwireless
|
- iotwireless
|
||||||
- ivs
|
- ivs
|
||||||
- kafka
|
- kafka
|
||||||
|
- kafkaconnect
|
||||||
- kendra
|
- kendra
|
||||||
- kinesis-video-media
|
- kinesis-video-media
|
||||||
- kinesis-video-signaling
|
- kinesis-video-signaling
|
||||||
@ -4584,8 +4604,10 @@
|
|||||||
- network-firewall
|
- network-firewall
|
||||||
- networkmanager
|
- networkmanager
|
||||||
- nimble
|
- nimble
|
||||||
|
- opensearch
|
||||||
- opsworkscm
|
- opsworkscm
|
||||||
- outposts
|
- outposts
|
||||||
|
- panorama
|
||||||
- personalize
|
- personalize
|
||||||
- personalize-events
|
- personalize-events
|
||||||
- personalize-runtime
|
- personalize-runtime
|
||||||
@ -4640,13 +4662,15 @@
|
|||||||
- timestream-query
|
- timestream-query
|
||||||
- transfer
|
- transfer
|
||||||
- translate
|
- translate
|
||||||
|
- voice-id
|
||||||
- waf
|
- waf
|
||||||
- waf-regional
|
- waf-regional
|
||||||
- wellarchitected
|
- wellarchitected
|
||||||
|
- wisdom
|
||||||
- workdocs
|
- workdocs
|
||||||
- worklink
|
- worklink
|
||||||
- workmail
|
- workmail
|
||||||
- workmailmessageflow
|
- workmailmessageflow
|
||||||
- workspaces
|
- workspaces
|
||||||
- xray
|
- xray
|
||||||
</details>
|
</details>
|
Loading…
Reference in New Issue
Block a user