Prep release 4.2.7 (#6958)

This commit is contained in:
Bert Blommers 2023-10-27 19:27:06 +00:00 committed by GitHub
parent 9df845cc1b
commit b844fdd4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 68 additions and 3 deletions

View File

@ -1,6 +1,48 @@
Moto Changelog
==============
4.2.7
-----
Docker Digest for 4.2.7: <autopopulateddigest>
New Services:
* Inspector2:
* associate_member()
* batch_get_account_status()
* create_filter()
* delete_filter()
* describe_organization_configuration()
* disable()
* disable_delegated_admin_account()
* disassociate_member()
* enable()
* enable_delegated_admin_account()
* get_member()
* list_delegated_admin_accounts()
* list_filters()
* list_findings()
* list_members()
* list_tags_for_resource()
* tag_resource()
* untag_resource()
* update_organization_configuration()
New Methods:
* ECR:
* batch_get_repository_scanning_configuration()
* put_registry_scanning_configuration()
Miscellaneous:
* Batch: submit_job() now returns the jobArn-attribute
* DynamoDB: execute_statement() has now support for nested WHERE-clauses with functions
* DynamoDB: update_item() now returns item for ConditionalCheckFailed-exceptions
* EC2: create_key_pair() and describe_key_pair(s)() now support tags
* Route53: get_hosted_zone() now returns the CallerReference
* S3: get_object/put_object() now accepts AccessPoint ARN's
* S3Control: create_access_point() now returns the correct Alias
* SES: list_identities() now supports the IdentityType-parameter
* SNS: create_platform_application has improved error handling
4.2.6
-----
Docker Digest for 4.2.6: _sha256:ad3265531405fd48489ddee7e1fa7301b4d0f46b55daca7ba5039e73eaf70ac1_

View File

@ -2344,6 +2344,7 @@
- [ ] get_network_insights_access_scope_content
- [X] get_password_data
- [ ] get_reserved_instances_exchange_quote
- [ ] get_security_groups_for_vpc
- [ ] get_serial_console_access_status
- [ ] get_spot_placement_scores
- [ ] get_subnet_cidr_reservations
@ -4857,7 +4858,7 @@
## opensearch
<details>
<summary>18% implemented</summary>
<summary>17% implemented</summary>
- [ ] accept_inbound_connection
- [X] add_tags
@ -4890,9 +4891,11 @@
- [ ] describe_vpc_endpoints
- [ ] dissociate_package
- [X] get_compatible_versions
- [ ] get_domain_maintenance_status
- [ ] get_package_version_history
- [ ] get_upgrade_history
- [ ] get_upgrade_status
- [ ] list_domain_maintenances
- [X] list_domain_names
- [ ] list_domains_for_package
- [ ] list_instance_type_details
@ -4907,6 +4910,7 @@
- [ ] reject_inbound_connection
- [X] remove_tags
- [ ] revoke_vpc_endpoint_access
- [ ] start_domain_maintenance
- [ ] start_service_software_update
- [X] update_domain_config
- [ ] update_package
@ -5643,7 +5647,7 @@
## redshift
<details>
<summary>24% implemented</summary>
<summary>23% implemented</summary>
- [ ] accept_reserved_node_exchange
- [ ] add_partner
@ -5685,6 +5689,7 @@
- [ ] delete_hsm_client_certificate
- [ ] delete_hsm_configuration
- [ ] delete_partner
- [ ] delete_resource_policy
- [ ] delete_scheduled_action
- [X] delete_snapshot_copy_grant
- [ ] delete_snapshot_schedule
@ -5713,6 +5718,7 @@
- [ ] describe_events
- [ ] describe_hsm_client_certificates
- [ ] describe_hsm_configurations
- [ ] describe_inbound_integrations
- [ ] describe_logging_status
- [ ] describe_node_configuration_options
- [ ] describe_orderable_cluster_options
@ -5737,6 +5743,7 @@
- [ ] get_cluster_credentials_with_iam
- [ ] get_reserved_node_exchange_configuration_options
- [ ] get_reserved_node_exchange_offerings
- [ ] get_resource_policy
- [ ] modify_aqua_configuration
- [ ] modify_authentication_profile
- [X] modify_cluster
@ -5756,6 +5763,7 @@
- [ ] modify_usage_limit
- [X] pause_cluster
- [ ] purchase_reserved_node_offering
- [ ] put_resource_policy
- [ ] reboot_cluster
- [ ] reject_data_share
- [ ] reset_cluster_parameter_group
@ -5828,6 +5836,7 @@
- [ ] get_face_liveness_session_results
- [X] get_face_search
- [ ] get_label_detection
- [ ] get_media_analysis_job
- [ ] get_person_tracking
- [ ] get_segment_detection
- [X] get_text_detection
@ -5836,6 +5845,7 @@
- [ ] list_dataset_entries
- [ ] list_dataset_labels
- [ ] list_faces
- [ ] list_media_analysis_jobs
- [ ] list_project_policies
- [ ] list_stream_processors
- [ ] list_tags_for_resource
@ -5851,6 +5861,7 @@
- [ ] start_face_detection
- [X] start_face_search
- [ ] start_label_detection
- [ ] start_media_analysis_job
- [ ] start_person_tracking
- [ ] start_project_version
- [ ] start_segment_detection
@ -7026,6 +7037,7 @@
- [X] delete_document
- [ ] delete_inventory
- [X] delete_maintenance_window
- [ ] delete_ops_item
- [ ] delete_ops_metadata
- [X] delete_parameter
- [X] delete_parameters
@ -7556,7 +7568,6 @@
- frauddetector
- fsx
- gamelift
- gamesparks
- globalaccelerator
- grafana
- greengrassv2

View File

@ -503,6 +503,7 @@ ec2
- [ ] get_network_insights_access_scope_content
- [X] get_password_data
- [ ] get_reserved_instances_exchange_quote
- [ ] get_security_groups_for_vpc
- [ ] get_serial_console_access_status
- [ ] get_spot_placement_scores
- [ ] get_subnet_cidr_reservations

View File

@ -58,9 +58,11 @@ opensearch
- [ ] describe_vpc_endpoints
- [ ] dissociate_package
- [X] get_compatible_versions
- [ ] get_domain_maintenance_status
- [ ] get_package_version_history
- [ ] get_upgrade_history
- [ ] get_upgrade_status
- [ ] list_domain_maintenances
- [X] list_domain_names
- [ ] list_domains_for_package
- [ ] list_instance_type_details
@ -75,6 +77,7 @@ opensearch
- [ ] reject_inbound_connection
- [X] remove_tags
- [ ] revoke_vpc_endpoint_access
- [ ] start_domain_maintenance
- [ ] start_service_software_update
- [X] update_domain_config
- [ ] update_package

View File

@ -65,6 +65,7 @@ redshift
- [ ] delete_hsm_client_certificate
- [ ] delete_hsm_configuration
- [ ] delete_partner
- [ ] delete_resource_policy
- [ ] delete_scheduled_action
- [X] delete_snapshot_copy_grant
- [ ] delete_snapshot_schedule
@ -93,6 +94,7 @@ redshift
- [ ] describe_events
- [ ] describe_hsm_client_certificates
- [ ] describe_hsm_configurations
- [ ] describe_inbound_integrations
- [ ] describe_logging_status
- [ ] describe_node_configuration_options
- [ ] describe_orderable_cluster_options
@ -117,6 +119,7 @@ redshift
- [ ] get_cluster_credentials_with_iam
- [ ] get_reserved_node_exchange_configuration_options
- [ ] get_reserved_node_exchange_offerings
- [ ] get_resource_policy
- [ ] modify_aqua_configuration
- [ ] modify_authentication_profile
- [X] modify_cluster
@ -136,6 +139,7 @@ redshift
- [ ] modify_usage_limit
- [X] pause_cluster
- [ ] purchase_reserved_node_offering
- [ ] put_resource_policy
- [ ] reboot_cluster
- [ ] reject_data_share
- [ ] reset_cluster_parameter_group

View File

@ -69,6 +69,7 @@ rekognition
- [ ] get_label_detection
- [ ] get_media_analysis_job
- [ ] get_person_tracking
- [ ] get_segment_detection
- [X] get_text_detection
@ -81,6 +82,7 @@ rekognition
- [ ] list_dataset_entries
- [ ] list_dataset_labels
- [ ] list_faces
- [ ] list_media_analysis_jobs
- [ ] list_project_policies
- [ ] list_stream_processors
- [ ] list_tags_for_resource
@ -96,6 +98,7 @@ rekognition
- [ ] start_face_detection
- [X] start_face_search
- [ ] start_label_detection
- [ ] start_media_analysis_job
- [ ] start_person_tracking
- [ ] start_project_version
- [ ] start_segment_detection

View File

@ -57,6 +57,7 @@ ssm
Assumes the provided WindowId exists. No error handling has been implemented yet.
- [ ] delete_ops_item
- [ ] delete_ops_metadata
- [X] delete_parameter
- [X] delete_parameters