diff --git a/CHANGELOG.md b/CHANGELOG.md index 64366f674f8d..f319b606dead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Moto Changelog ============== +5.0.22 +----- +Docker Digest for 5.0.22: + + Miscellaneous: + * DS: enable_ldaps() is now supported for 'ADConnector' directory types + * EC2: Resource identifiers are now 17 characters long, up from 8, in-line with the values that AWS returns + * ECS: create_service() now supports and validates the networkConfiguration-parameter + * ELBv2: register_targets() now validates that instances are running + * IOTData: update_thing_shadow() now properly handles complex nested deltas + * MediaLive: list_channels() and list_inputs() now support pagination + * OpenSearch: create_domain() now returns the EngineVersion in the correct format + * ResourceGroupsTaggingAPI: get_resources() now returns secrets from SecretsManager + * S3: put_object_acl() now sends an EventBridge-notification + * SecretsManager: list_secrets() no longer shows deleted secrets unless the `include_planned_deletion`-parameter is set + * WAFv2: list_ip_sets(), list_logging_configurations(), list_rule_groups(), list_tags_for_resource(), list_web_acls() now all support pagination + 5.0.21 ----- Docker Digest for 5.0.21: _sha256:9ba3753fddbe2445667a1261a04dc92e75d9c329a1f2d0610f1dd8bb1c4f4eca_ diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index fc712ed25c4f..1ed94cd6e636 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -4505,7 +4505,7 @@ ## iot
-33% implemented +34% implemented - [ ] accept_certificate_transfer - [ ] add_thing_to_billing_group diff --git a/docs/docs/services/iot.rst b/docs/docs/services/iot.rst index c7b69271fafa..4dbc2ba70406 100644 --- a/docs/docs/services/iot.rst +++ b/docs/docs/services/iot.rst @@ -50,7 +50,7 @@ iot - [ ] create_dynamic_thing_group - [ ] create_fleet_metric - [X] create_job -- [ ] create_job_template +- [X] create_job_template - [X] create_keys_and_certificate - [ ] create_mitigation_action - [ ] create_ota_update @@ -84,7 +84,7 @@ iot - [ ] delete_fleet_metric - [X] delete_job - [X] delete_job_execution -- [ ] delete_job_template +- [X] delete_job_template - [ ] delete_mitigation_action - [ ] delete_ota_update - [ ] delete_package @@ -134,7 +134,7 @@ iot - [ ] describe_index - [X] describe_job - [X] describe_job_execution -- [ ] describe_job_template +- [X] describe_job_template - [ ] describe_managed_job_template - [ ] describe_mitigation_action - [ ] describe_provisioning_template @@ -207,7 +207,7 @@ iot - [ ] list_indices - [X] list_job_executions_for_job - [X] list_job_executions_for_thing -- [ ] list_job_templates +- [X] list_job_templates - [X] list_jobs The following parameter are not yet implemented: Status, TargetSelection, ThingGroupName, ThingGroupId