Prep release 4.1.12 (#6440)
This commit is contained in:
parent
9b8e24925e
commit
2543f9af73
70
CHANGELOG.md
70
CHANGELOG.md
@ -2,6 +2,76 @@ Moto Changelog
|
||||
==============
|
||||
|
||||
|
||||
4.1.12
|
||||
------
|
||||
Docker Digest for 4.1.12: <autopopulateddigest>
|
||||
|
||||
General:
|
||||
* Support for ISO regions
|
||||
* The official Docker image now comes with curl pre-installed
|
||||
|
||||
New Services:
|
||||
* AppConfig:
|
||||
* create_application()
|
||||
* create_configuration_profile()
|
||||
* create_hosted_configuration_version()
|
||||
* delete_application()
|
||||
* delete_configuration_profile()
|
||||
* delete_hosted_configuration_version()
|
||||
* get_application()
|
||||
* get_configuration_profile()
|
||||
* get_hosted_configuration_version()
|
||||
* list_configuration_profiles()
|
||||
* list_tags_for_resource()
|
||||
* tag_resource()
|
||||
* untag_resource()
|
||||
* update_application()
|
||||
* update_configuration_profile()
|
||||
|
||||
New Methods:
|
||||
* IdentityStore:
|
||||
* create_user()
|
||||
* describe_user()
|
||||
* delete_user()
|
||||
* get_group_id()
|
||||
* delete_group()
|
||||
* create_group_membership()
|
||||
* get_group_memberships()
|
||||
* delete_group_membership()
|
||||
|
||||
* SSM:
|
||||
* create_patch_baseline()
|
||||
* describe_patch_baselines()
|
||||
* delete_patch_baseline()
|
||||
* register_target_with_maintenance_window()
|
||||
* describe_maintenance_window_targets()
|
||||
* deregister_target_from_maintenance_window()
|
||||
|
||||
|
||||
Miscellaneous:
|
||||
* Moto Dashboard no longer fails to load after an S3 file is overwritten
|
||||
* CloudFormation: AWS:SSM::Parameter now exposes the PhysicalResourceId
|
||||
* CloudFront: create_invalidation() now behaves correctly when supplying a single Path
|
||||
* CloudWatch: get_metrics_data() now validates the provided start/end times
|
||||
* CodeBuild: create_project() now accepts all ServiceRole ARN's, not just ARN's that end in /service-role/
|
||||
* Config: put_configuration_recorder() now supports resource type exclusions
|
||||
* DMS: describe_replication_tasks() now returns TableMappings and ReplicationTaskSettings in the correct format
|
||||
* DynamoDB now supports ProjectionExpressions on (nested) lists
|
||||
* EC2: New availability zones have been added for ap-south-1, sa-east-1, ca-central-1, us-west-2
|
||||
* EC2: create_flow_logs() now allows different LogDestinations for a single ResourceId
|
||||
* EC2: replace_route() now returns the appropriate error when called with missing route
|
||||
* EC2: create_volume() now supports the Throughput-parameter
|
||||
* ECR: put_image() now correctly overwrites tags on images with multiple tags
|
||||
* IAM: add_role_to_instance_profile() now validates whether a role was already attached (only one is allowed)
|
||||
* Lambda: delete_layer_version() now also accepts function ARNs
|
||||
* MediaConnect: create_flow_payload() no longer requires the Entitlements-parameter
|
||||
* RDS: Further improve Global Cluster behaviour
|
||||
* S3: GET/PUT requests now return Access-Control headers, if a CORS configuration has been set
|
||||
* S3: put_bucket_lifecycle_configuration() now supports multiple Transitions
|
||||
* SESv2: create_contact_list() now correctly reads Topics with special characters
|
||||
* SESv2: send_email() now correctly reads raw emails
|
||||
|
||||
|
||||
4.1.11
|
||||
------
|
||||
Docker Digest for 4.1.11: _sha256:0ac1ec726e428bd3134c10c32639d72f814bbe002b9d2010420850aab8bc2550_
|
||||
|
@ -663,8 +663,9 @@
|
||||
|
||||
## cloudformation
|
||||
<details>
|
||||
<summary>50% implemented</summary>
|
||||
<summary>47% implemented</summary>
|
||||
|
||||
- [ ] activate_organizations_access
|
||||
- [ ] activate_type
|
||||
- [ ] batch_describe_type_configurations
|
||||
- [ ] cancel_update_stack
|
||||
@ -673,6 +674,7 @@
|
||||
- [X] create_stack
|
||||
- [X] create_stack_instances
|
||||
- [X] create_stack_set
|
||||
- [ ] deactivate_organizations_access
|
||||
- [ ] deactivate_type
|
||||
- [X] delete_change_set
|
||||
- [X] delete_stack
|
||||
@ -682,6 +684,7 @@
|
||||
- [ ] describe_account_limits
|
||||
- [X] describe_change_set
|
||||
- [ ] describe_change_set_hooks
|
||||
- [ ] describe_organizations_access
|
||||
- [ ] describe_publisher
|
||||
- [ ] describe_stack_drift_detection_status
|
||||
- [X] describe_stack_events
|
||||
@ -1912,6 +1915,7 @@
|
||||
- [X] create_flow_logs
|
||||
- [ ] create_fpga_image
|
||||
- [X] create_image
|
||||
- [ ] create_instance_connect_endpoint
|
||||
- [ ] create_instance_event_window
|
||||
- [ ] create_instance_export_task
|
||||
- [X] create_internet_gateway
|
||||
@ -1988,6 +1992,7 @@
|
||||
- [X] delete_fleets
|
||||
- [X] delete_flow_logs
|
||||
- [ ] delete_fpga_image
|
||||
- [ ] delete_instance_connect_endpoint
|
||||
- [ ] delete_instance_event_window
|
||||
- [X] delete_internet_gateway
|
||||
- [ ] delete_ipam
|
||||
@ -2102,6 +2107,7 @@
|
||||
- [ ] describe_import_image_tasks
|
||||
- [ ] describe_import_snapshot_tasks
|
||||
- [X] describe_instance_attribute
|
||||
- [ ] describe_instance_connect_endpoints
|
||||
- [X] describe_instance_credit_specifications
|
||||
- [ ] describe_instance_event_notification_attributes
|
||||
- [ ] describe_instance_event_windows
|
||||
@ -2853,7 +2859,7 @@
|
||||
|
||||
## emr
|
||||
<details>
|
||||
<summary>41% implemented</summary>
|
||||
<summary>40% implemented</summary>
|
||||
|
||||
- [ ] add_instance_fleet
|
||||
- [X] add_instance_groups
|
||||
@ -2889,6 +2895,7 @@
|
||||
- [X] list_steps
|
||||
- [ ] list_studio_session_mappings
|
||||
- [ ] list_studios
|
||||
- [ ] list_supported_instance_types
|
||||
- [X] modify_cluster
|
||||
- [ ] modify_instance_fleet
|
||||
- [X] modify_instance_groups
|
||||
@ -3747,22 +3754,22 @@
|
||||
|
||||
## identitystore
|
||||
<details>
|
||||
<summary>5% implemented</summary>
|
||||
<summary>47% implemented</summary>
|
||||
|
||||
- [X] create_group
|
||||
- [ ] create_group_membership
|
||||
- [ ] create_user
|
||||
- [ ] delete_group
|
||||
- [ ] delete_group_membership
|
||||
- [ ] delete_user
|
||||
- [X] create_group_membership
|
||||
- [X] create_user
|
||||
- [X] delete_group
|
||||
- [X] delete_group_membership
|
||||
- [X] delete_user
|
||||
- [ ] describe_group
|
||||
- [ ] describe_group_membership
|
||||
- [ ] describe_user
|
||||
- [ ] get_group_id
|
||||
- [X] describe_user
|
||||
- [X] get_group_id
|
||||
- [ ] get_group_membership_id
|
||||
- [ ] get_user_id
|
||||
- [ ] is_member_in_groups
|
||||
- [ ] list_group_memberships
|
||||
- [X] list_group_memberships
|
||||
- [ ] list_group_memberships_for_member
|
||||
- [ ] list_groups
|
||||
- [ ] list_users
|
||||
@ -3772,7 +3779,7 @@
|
||||
|
||||
## iot
|
||||
<details>
|
||||
<summary>33% implemented</summary>
|
||||
<summary>32% implemented</summary>
|
||||
|
||||
- [ ] accept_certificate_transfer
|
||||
- [ ] add_thing_to_billing_group
|
||||
@ -3804,6 +3811,8 @@
|
||||
- [X] create_keys_and_certificate
|
||||
- [ ] create_mitigation_action
|
||||
- [ ] create_ota_update
|
||||
- [ ] create_package
|
||||
- [ ] create_package_version
|
||||
- [X] create_policy
|
||||
- [X] create_policy_version
|
||||
- [ ] create_provisioning_claim
|
||||
@ -3834,6 +3843,8 @@
|
||||
- [ ] delete_job_template
|
||||
- [ ] delete_mitigation_action
|
||||
- [ ] delete_ota_update
|
||||
- [ ] delete_package
|
||||
- [ ] delete_package_version
|
||||
- [X] delete_policy
|
||||
- [X] delete_policy_version
|
||||
- [ ] delete_provisioning_template
|
||||
@ -3897,6 +3908,9 @@
|
||||
- [X] get_job_document
|
||||
- [ ] get_logging_options
|
||||
- [ ] get_ota_update
|
||||
- [ ] get_package
|
||||
- [ ] get_package_configuration
|
||||
- [ ] get_package_version
|
||||
- [ ] get_percentiles
|
||||
- [X] get_policy
|
||||
- [X] get_policy_version
|
||||
@ -3933,6 +3947,8 @@
|
||||
- [ ] list_mitigation_actions
|
||||
- [ ] list_ota_updates
|
||||
- [ ] list_outgoing_certificates
|
||||
- [ ] list_package_versions
|
||||
- [ ] list_packages
|
||||
- [X] list_policies
|
||||
- [X] list_policy_principals
|
||||
- [X] list_policy_versions
|
||||
@ -4002,6 +4018,9 @@
|
||||
- [ ] update_indexing_configuration
|
||||
- [ ] update_job
|
||||
- [ ] update_mitigation_action
|
||||
- [ ] update_package
|
||||
- [ ] update_package_configuration
|
||||
- [ ] update_package_version
|
||||
- [ ] update_provisioning_template
|
||||
- [ ] update_role_alias
|
||||
- [ ] update_scheduled_audit
|
||||
@ -4291,13 +4310,14 @@
|
||||
|
||||
## logs
|
||||
<details>
|
||||
<summary>52% implemented</summary>
|
||||
<summary>49% implemented</summary>
|
||||
|
||||
- [ ] associate_kms_key
|
||||
- [ ] cancel_export_task
|
||||
- [X] create_export_task
|
||||
- [X] create_log_group
|
||||
- [X] create_log_stream
|
||||
- [ ] delete_account_policy
|
||||
- [ ] delete_data_protection_policy
|
||||
- [ ] delete_destination
|
||||
- [X] delete_log_group
|
||||
@ -4307,6 +4327,7 @@
|
||||
- [X] delete_resource_policy
|
||||
- [X] delete_retention_policy
|
||||
- [X] delete_subscription_filter
|
||||
- [ ] describe_account_policies
|
||||
- [ ] describe_destinations
|
||||
- [ ] describe_export_tasks
|
||||
- [X] describe_log_groups
|
||||
@ -4325,6 +4346,7 @@
|
||||
- [ ] get_query_results
|
||||
- [ ] list_tags_for_resource
|
||||
- [X] list_tags_log_group
|
||||
- [ ] put_account_policy
|
||||
- [ ] put_data_protection_policy
|
||||
- [ ] put_destination
|
||||
- [ ] put_destination_policy
|
||||
@ -4572,7 +4594,7 @@
|
||||
|
||||
## mq
|
||||
<details>
|
||||
<summary>86% implemented</summary>
|
||||
<summary>82% implemented</summary>
|
||||
|
||||
- [X] create_broker
|
||||
- [X] create_configuration
|
||||
@ -4592,6 +4614,7 @@
|
||||
- [X] list_configurations
|
||||
- [X] list_tags
|
||||
- [X] list_users
|
||||
- [ ] promote
|
||||
- [X] reboot_broker
|
||||
- [X] update_broker
|
||||
- [X] update_configuration
|
||||
@ -5454,7 +5477,7 @@
|
||||
|
||||
## redshift
|
||||
<details>
|
||||
<summary>25% implemented</summary>
|
||||
<summary>24% implemented</summary>
|
||||
|
||||
- [ ] accept_reserved_node_exchange
|
||||
- [ ] add_partner
|
||||
@ -5473,6 +5496,7 @@
|
||||
- [X] create_cluster_security_group
|
||||
- [X] create_cluster_snapshot
|
||||
- [X] create_cluster_subnet_group
|
||||
- [ ] create_custom_domain_association
|
||||
- [ ] create_endpoint_access
|
||||
- [ ] create_event_subscription
|
||||
- [ ] create_hsm_client_certificate
|
||||
@ -5489,6 +5513,7 @@
|
||||
- [X] delete_cluster_security_group
|
||||
- [X] delete_cluster_snapshot
|
||||
- [X] delete_cluster_subnet_group
|
||||
- [ ] delete_custom_domain_association
|
||||
- [ ] delete_endpoint_access
|
||||
- [ ] delete_event_subscription
|
||||
- [ ] delete_hsm_client_certificate
|
||||
@ -5510,6 +5535,7 @@
|
||||
- [ ] describe_cluster_tracks
|
||||
- [ ] describe_cluster_versions
|
||||
- [X] describe_clusters
|
||||
- [ ] describe_custom_domain_associations
|
||||
- [ ] describe_data_shares
|
||||
- [ ] describe_data_shares_for_consumer
|
||||
- [ ] describe_data_shares_for_producer
|
||||
@ -5555,6 +5581,7 @@
|
||||
- [ ] modify_cluster_snapshot
|
||||
- [ ] modify_cluster_snapshot_schedule
|
||||
- [ ] modify_cluster_subnet_group
|
||||
- [ ] modify_custom_domain_association
|
||||
- [ ] modify_endpoint_access
|
||||
- [ ] modify_event_subscription
|
||||
- [ ] modify_scheduled_action
|
||||
@ -5595,8 +5622,9 @@
|
||||
|
||||
## rekognition
|
||||
<details>
|
||||
<summary>6% implemented</summary>
|
||||
<summary>5% implemented</summary>
|
||||
|
||||
- [ ] associate_faces
|
||||
- [ ] compare_faces
|
||||
- [ ] copy_project_version
|
||||
- [ ] create_collection
|
||||
@ -5605,6 +5633,7 @@
|
||||
- [ ] create_project
|
||||
- [ ] create_project_version
|
||||
- [ ] create_stream_processor
|
||||
- [ ] create_user
|
||||
- [ ] delete_collection
|
||||
- [ ] delete_dataset
|
||||
- [ ] delete_faces
|
||||
@ -5612,6 +5641,7 @@
|
||||
- [ ] delete_project_policy
|
||||
- [ ] delete_project_version
|
||||
- [ ] delete_stream_processor
|
||||
- [ ] delete_user
|
||||
- [ ] describe_collection
|
||||
- [ ] describe_dataset
|
||||
- [ ] describe_project_versions
|
||||
@ -5623,6 +5653,7 @@
|
||||
- [ ] detect_moderation_labels
|
||||
- [ ] detect_protective_equipment
|
||||
- [ ] detect_text
|
||||
- [ ] disassociate_faces
|
||||
- [ ] distribute_dataset_entries
|
||||
- [ ] get_celebrity_info
|
||||
- [ ] get_celebrity_recognition
|
||||
@ -5642,10 +5673,13 @@
|
||||
- [ ] list_project_policies
|
||||
- [ ] list_stream_processors
|
||||
- [ ] list_tags_for_resource
|
||||
- [ ] list_users
|
||||
- [ ] put_project_policy
|
||||
- [ ] recognize_celebrities
|
||||
- [ ] search_faces
|
||||
- [ ] search_faces_by_image
|
||||
- [ ] search_users
|
||||
- [ ] search_users_by_image
|
||||
- [ ] start_celebrity_recognition
|
||||
- [ ] start_content_moderation
|
||||
- [ ] start_face_detection
|
||||
@ -6619,11 +6653,12 @@
|
||||
|
||||
## signer
|
||||
<details>
|
||||
<summary>23% implemented</summary>
|
||||
<summary>21% implemented</summary>
|
||||
|
||||
- [ ] add_profile_permission
|
||||
- [X] cancel_signing_profile
|
||||
- [ ] describe_signing_job
|
||||
- [ ] get_revocation_status
|
||||
- [ ] get_signing_platform
|
||||
- [X] get_signing_profile
|
||||
- [ ] list_profile_permissions
|
||||
@ -6635,6 +6670,7 @@
|
||||
- [ ] remove_profile_permission
|
||||
- [ ] revoke_signature
|
||||
- [ ] revoke_signing_profile
|
||||
- [ ] sign_payload
|
||||
- [ ] start_signing_job
|
||||
- [ ] tag_resource
|
||||
- [ ] untag_resource
|
||||
@ -6690,9 +6726,10 @@
|
||||
|
||||
## sqs
|
||||
<details>
|
||||
<summary>100% implemented</summary>
|
||||
<summary>86% implemented</summary>
|
||||
|
||||
- [X] add_permission
|
||||
- [ ] cancel_message_move_task
|
||||
- [X] change_message_visibility
|
||||
- [X] change_message_visibility_batch
|
||||
- [X] create_queue
|
||||
@ -6702,6 +6739,7 @@
|
||||
- [X] get_queue_attributes
|
||||
- [X] get_queue_url
|
||||
- [X] list_dead_letter_source_queues
|
||||
- [ ] list_message_move_tasks
|
||||
- [X] list_queue_tags
|
||||
- [X] list_queues
|
||||
- [X] purge_queue
|
||||
@ -6710,13 +6748,14 @@
|
||||
- [X] send_message
|
||||
- [X] send_message_batch
|
||||
- [X] set_queue_attributes
|
||||
- [ ] start_message_move_task
|
||||
- [X] tag_queue
|
||||
- [X] untag_queue
|
||||
</details>
|
||||
|
||||
## ssm
|
||||
<details>
|
||||
<summary>20% implemented</summary>
|
||||
<summary>24% implemented</summary>
|
||||
|
||||
- [X] add_tags_to_resource
|
||||
- [ ] associate_ops_item_related_item
|
||||
@ -6903,24 +6942,31 @@
|
||||
|
||||
## stepfunctions
|
||||
<details>
|
||||
<summary>50% implemented</summary>
|
||||
<summary>38% implemented</summary>
|
||||
|
||||
- [ ] create_activity
|
||||
- [X] create_state_machine
|
||||
- [ ] create_state_machine_alias
|
||||
- [ ] delete_activity
|
||||
- [X] delete_state_machine
|
||||
- [ ] delete_state_machine_alias
|
||||
- [ ] delete_state_machine_version
|
||||
- [ ] describe_activity
|
||||
- [X] describe_execution
|
||||
- [ ] describe_map_run
|
||||
- [X] describe_state_machine
|
||||
- [ ] describe_state_machine_alias
|
||||
- [ ] describe_state_machine_for_execution
|
||||
- [ ] get_activity_task
|
||||
- [X] get_execution_history
|
||||
- [ ] list_activities
|
||||
- [X] list_executions
|
||||
- [ ] list_map_runs
|
||||
- [ ] list_state_machine_aliases
|
||||
- [ ] list_state_machine_versions
|
||||
- [X] list_state_machines
|
||||
- [X] list_tags_for_resource
|
||||
- [ ] publish_state_machine_version
|
||||
- [ ] send_task_failure
|
||||
- [ ] send_task_heartbeat
|
||||
- [ ] send_task_success
|
||||
@ -6931,6 +6977,7 @@
|
||||
- [X] untag_resource
|
||||
- [ ] update_map_run
|
||||
- [X] update_state_machine
|
||||
- [ ] update_state_machine_alias
|
||||
</details>
|
||||
|
||||
## sts
|
||||
@ -7205,6 +7252,7 @@
|
||||
- codecatalyst
|
||||
- codedeploy
|
||||
- codeguru-reviewer
|
||||
- codeguru-security
|
||||
- codeguruprofiler
|
||||
- codestar
|
||||
- codestar-connections
|
||||
@ -7325,6 +7373,8 @@
|
||||
- osis
|
||||
- outposts
|
||||
- panorama
|
||||
- payment-cryptography
|
||||
- payment-cryptography-data
|
||||
- personalize-events
|
||||
- personalize-runtime
|
||||
- pi
|
||||
@ -7380,6 +7430,7 @@
|
||||
- tnb
|
||||
- transfer
|
||||
- translate
|
||||
- verifiedpermissions
|
||||
- voice-id
|
||||
- vpc-lattice
|
||||
- waf
|
||||
|
@ -27,6 +27,7 @@ cloudformation
|
||||
|
||||
|start-h3| Implemented features for this service |end-h3|
|
||||
|
||||
- [ ] activate_organizations_access
|
||||
- [ ] activate_type
|
||||
- [ ] batch_describe_type_configurations
|
||||
- [ ] cancel_update_stack
|
||||
@ -47,6 +48,7 @@ cloudformation
|
||||
The following parameters are not yet implemented: StackId, AdministrationRoleARN, AutoDeployment, ExecutionRoleName, CallAs, ClientRequestToken, ManagedExecution
|
||||
|
||||
|
||||
- [ ] deactivate_organizations_access
|
||||
- [ ] deactivate_type
|
||||
- [X] delete_change_set
|
||||
- [X] delete_stack
|
||||
@ -60,6 +62,7 @@ cloudformation
|
||||
- [ ] describe_account_limits
|
||||
- [X] describe_change_set
|
||||
- [ ] describe_change_set_hooks
|
||||
- [ ] describe_organizations_access
|
||||
- [ ] describe_publisher
|
||||
- [ ] describe_stack_drift_detection_status
|
||||
- [X] describe_stack_events
|
||||
|
@ -97,6 +97,7 @@ ec2
|
||||
- [X] create_flow_logs
|
||||
- [ ] create_fpga_image
|
||||
- [X] create_image
|
||||
- [ ] create_instance_connect_endpoint
|
||||
- [ ] create_instance_event_window
|
||||
- [ ] create_instance_export_task
|
||||
- [X] create_internet_gateway
|
||||
@ -177,6 +178,7 @@ ec2
|
||||
- [X] delete_fleets
|
||||
- [X] delete_flow_logs
|
||||
- [ ] delete_fpga_image
|
||||
- [ ] delete_instance_connect_endpoint
|
||||
- [ ] delete_instance_event_window
|
||||
- [X] delete_internet_gateway
|
||||
- [ ] delete_ipam
|
||||
@ -299,6 +301,7 @@ ec2
|
||||
- [ ] describe_import_image_tasks
|
||||
- [ ] describe_import_snapshot_tasks
|
||||
- [X] describe_instance_attribute
|
||||
- [ ] describe_instance_connect_endpoints
|
||||
- [X] describe_instance_credit_specifications
|
||||
- [ ] describe_instance_event_notification_attributes
|
||||
- [ ] describe_instance_event_windows
|
||||
|
@ -59,6 +59,7 @@ emr
|
||||
- [X] list_steps
|
||||
- [ ] list_studio_session_mappings
|
||||
- [ ] list_studios
|
||||
- [ ] list_supported_instance_types
|
||||
- [X] modify_cluster
|
||||
- [ ] modify_instance_fleet
|
||||
- [X] modify_instance_groups
|
||||
|
@ -28,19 +28,19 @@ identitystore
|
||||
|start-h3| Implemented features for this service |end-h3|
|
||||
|
||||
- [X] create_group
|
||||
- [ ] create_group_membership
|
||||
- [ ] create_user
|
||||
- [ ] delete_group
|
||||
- [ ] delete_group_membership
|
||||
- [ ] delete_user
|
||||
- [X] create_group_membership
|
||||
- [X] create_user
|
||||
- [X] delete_group
|
||||
- [X] delete_group_membership
|
||||
- [X] delete_user
|
||||
- [ ] describe_group
|
||||
- [ ] describe_group_membership
|
||||
- [ ] describe_user
|
||||
- [ ] get_group_id
|
||||
- [X] describe_user
|
||||
- [X] get_group_id
|
||||
- [ ] get_group_membership_id
|
||||
- [ ] get_user_id
|
||||
- [ ] is_member_in_groups
|
||||
- [ ] list_group_memberships
|
||||
- [X] list_group_memberships
|
||||
- [ ] list_group_memberships_for_member
|
||||
- [ ] list_groups
|
||||
- [ ] list_users
|
||||
|
@ -63,6 +63,8 @@ iot
|
||||
- [X] create_keys_and_certificate
|
||||
- [ ] create_mitigation_action
|
||||
- [ ] create_ota_update
|
||||
- [ ] create_package
|
||||
- [ ] create_package_version
|
||||
- [X] create_policy
|
||||
- [X] create_policy_version
|
||||
- [ ] create_provisioning_claim
|
||||
@ -93,6 +95,8 @@ iot
|
||||
- [ ] delete_job_template
|
||||
- [ ] delete_mitigation_action
|
||||
- [ ] delete_ota_update
|
||||
- [ ] delete_package
|
||||
- [ ] delete_package_version
|
||||
- [X] delete_policy
|
||||
- [X] delete_policy_version
|
||||
- [ ] delete_provisioning_template
|
||||
@ -164,6 +168,9 @@ iot
|
||||
- [X] get_job_document
|
||||
- [ ] get_logging_options
|
||||
- [ ] get_ota_update
|
||||
- [ ] get_package
|
||||
- [ ] get_package_configuration
|
||||
- [ ] get_package_version
|
||||
- [ ] get_percentiles
|
||||
- [X] get_policy
|
||||
- [X] get_policy_version
|
||||
@ -212,6 +219,8 @@ iot
|
||||
- [ ] list_mitigation_actions
|
||||
- [ ] list_ota_updates
|
||||
- [ ] list_outgoing_certificates
|
||||
- [ ] list_package_versions
|
||||
- [ ] list_packages
|
||||
- [X] list_policies
|
||||
- [X] list_policy_principals
|
||||
- [X] list_policy_versions
|
||||
@ -301,6 +310,9 @@ iot
|
||||
- [ ] update_indexing_configuration
|
||||
- [ ] update_job
|
||||
- [ ] update_mitigation_action
|
||||
- [ ] update_package
|
||||
- [ ] update_package_configuration
|
||||
- [ ] update_package_version
|
||||
- [ ] update_provisioning_template
|
||||
- [ ] update_role_alias
|
||||
- [ ] update_scheduled_audit
|
||||
|
@ -30,6 +30,7 @@ logs
|
||||
- [X] create_export_task
|
||||
- [X] create_log_group
|
||||
- [X] create_log_stream
|
||||
- [ ] delete_account_policy
|
||||
- [ ] delete_data_protection_policy
|
||||
- [ ] delete_destination
|
||||
- [X] delete_log_group
|
||||
@ -41,6 +42,7 @@ logs
|
||||
|
||||
- [X] delete_retention_policy
|
||||
- [X] delete_subscription_filter
|
||||
- [ ] describe_account_policies
|
||||
- [ ] describe_destinations
|
||||
- [ ] describe_export_tasks
|
||||
- [X] describe_log_groups
|
||||
@ -71,6 +73,7 @@ logs
|
||||
- [ ] get_query_results
|
||||
- [ ] list_tags_for_resource
|
||||
- [X] list_tags_log_group
|
||||
- [ ] put_account_policy
|
||||
- [ ] put_data_protection_policy
|
||||
- [ ] put_destination
|
||||
- [ ] put_destination_policy
|
||||
|
@ -53,6 +53,7 @@ mq
|
||||
|
||||
- [X] list_tags
|
||||
- [X] list_users
|
||||
- [ ] promote
|
||||
- [X] reboot_broker
|
||||
- [X] update_broker
|
||||
- [X] update_configuration
|
||||
|
@ -42,6 +42,7 @@ redshift
|
||||
- [X] create_cluster_security_group
|
||||
- [X] create_cluster_snapshot
|
||||
- [X] create_cluster_subnet_group
|
||||
- [ ] create_custom_domain_association
|
||||
- [ ] create_endpoint_access
|
||||
- [ ] create_event_subscription
|
||||
- [ ] create_hsm_client_certificate
|
||||
@ -58,6 +59,7 @@ redshift
|
||||
- [X] delete_cluster_security_group
|
||||
- [X] delete_cluster_snapshot
|
||||
- [X] delete_cluster_subnet_group
|
||||
- [ ] delete_custom_domain_association
|
||||
- [ ] delete_endpoint_access
|
||||
- [ ] delete_event_subscription
|
||||
- [ ] delete_hsm_client_certificate
|
||||
@ -79,6 +81,7 @@ redshift
|
||||
- [ ] describe_cluster_tracks
|
||||
- [ ] describe_cluster_versions
|
||||
- [X] describe_clusters
|
||||
- [ ] describe_custom_domain_associations
|
||||
- [ ] describe_data_shares
|
||||
- [ ] describe_data_shares_for_consumer
|
||||
- [ ] describe_data_shares_for_producer
|
||||
@ -124,6 +127,7 @@ redshift
|
||||
- [ ] modify_cluster_snapshot
|
||||
- [ ] modify_cluster_snapshot_schedule
|
||||
- [ ] modify_cluster_subnet_group
|
||||
- [ ] modify_custom_domain_association
|
||||
- [ ] modify_endpoint_access
|
||||
- [ ] modify_event_subscription
|
||||
- [ ] modify_scheduled_action
|
||||
|
@ -27,6 +27,7 @@ rekognition
|
||||
|
||||
|start-h3| Implemented features for this service |end-h3|
|
||||
|
||||
- [ ] associate_faces
|
||||
- [ ] compare_faces
|
||||
- [ ] copy_project_version
|
||||
- [ ] create_collection
|
||||
@ -35,6 +36,7 @@ rekognition
|
||||
- [ ] create_project
|
||||
- [ ] create_project_version
|
||||
- [ ] create_stream_processor
|
||||
- [ ] create_user
|
||||
- [ ] delete_collection
|
||||
- [ ] delete_dataset
|
||||
- [ ] delete_faces
|
||||
@ -42,6 +44,7 @@ rekognition
|
||||
- [ ] delete_project_policy
|
||||
- [ ] delete_project_version
|
||||
- [ ] delete_stream_processor
|
||||
- [ ] delete_user
|
||||
- [ ] describe_collection
|
||||
- [ ] describe_dataset
|
||||
- [ ] describe_project_versions
|
||||
@ -53,6 +56,7 @@ rekognition
|
||||
- [ ] detect_moderation_labels
|
||||
- [ ] detect_protective_equipment
|
||||
- [ ] detect_text
|
||||
- [ ] disassociate_faces
|
||||
- [ ] distribute_dataset_entries
|
||||
- [ ] get_celebrity_info
|
||||
- [ ] get_celebrity_recognition
|
||||
@ -80,10 +84,13 @@ rekognition
|
||||
- [ ] list_project_policies
|
||||
- [ ] list_stream_processors
|
||||
- [ ] list_tags_for_resource
|
||||
- [ ] list_users
|
||||
- [ ] put_project_policy
|
||||
- [ ] recognize_celebrities
|
||||
- [ ] search_faces
|
||||
- [ ] search_faces_by_image
|
||||
- [ ] search_users
|
||||
- [ ] search_users_by_image
|
||||
- [ ] start_celebrity_recognition
|
||||
- [ ] start_content_moderation
|
||||
- [ ] start_face_detection
|
||||
|
@ -30,6 +30,7 @@ signer
|
||||
- [ ] add_profile_permission
|
||||
- [X] cancel_signing_profile
|
||||
- [ ] describe_signing_job
|
||||
- [ ] get_revocation_status
|
||||
- [ ] get_signing_platform
|
||||
- [X] get_signing_profile
|
||||
- [ ] list_profile_permissions
|
||||
@ -49,6 +50,7 @@ signer
|
||||
- [ ] remove_profile_permission
|
||||
- [ ] revoke_signature
|
||||
- [ ] revoke_signing_profile
|
||||
- [ ] sign_payload
|
||||
- [ ] start_signing_job
|
||||
- [ ] tag_resource
|
||||
- [ ] untag_resource
|
||||
|
@ -26,6 +26,7 @@ sqs
|
||||
|start-h3| Implemented features for this service |end-h3|
|
||||
|
||||
- [X] add_permission
|
||||
- [ ] cancel_message_move_task
|
||||
- [X] change_message_visibility
|
||||
- [X] change_message_visibility_batch
|
||||
- [X] create_queue
|
||||
@ -35,6 +36,7 @@ sqs
|
||||
- [X] get_queue_attributes
|
||||
- [X] get_queue_url
|
||||
- [X] list_dead_letter_source_queues
|
||||
- [ ] list_message_move_tasks
|
||||
- [X] list_queue_tags
|
||||
- [X] list_queues
|
||||
- [X] purge_queue
|
||||
@ -43,6 +45,7 @@ sqs
|
||||
- [X] send_message
|
||||
- [X] send_message_batch
|
||||
- [X] set_queue_attributes
|
||||
- [ ] start_message_move_task
|
||||
- [X] tag_queue
|
||||
- [X] untag_queue
|
||||
|
||||
|
@ -42,7 +42,11 @@ ssm
|
||||
|
||||
- [ ] create_ops_item
|
||||
- [ ] create_ops_metadata
|
||||
- [ ] create_patch_baseline
|
||||
- [X] create_patch_baseline
|
||||
|
||||
Registers a patch baseline. No error handling or input validation has been implemented yet.
|
||||
|
||||
|
||||
- [ ] create_resource_data_sync
|
||||
- [ ] delete_activation
|
||||
- [ ] delete_association
|
||||
@ -56,12 +60,20 @@ ssm
|
||||
- [ ] delete_ops_metadata
|
||||
- [X] delete_parameter
|
||||
- [X] delete_parameters
|
||||
- [ ] delete_patch_baseline
|
||||
- [X] delete_patch_baseline
|
||||
|
||||
Assumes the provided BaselineId exists. No error handling has been implemented yet.
|
||||
|
||||
|
||||
- [ ] delete_resource_data_sync
|
||||
- [ ] delete_resource_policy
|
||||
- [ ] deregister_managed_instance
|
||||
- [ ] deregister_patch_baseline_for_patch_group
|
||||
- [ ] deregister_target_from_maintenance_window
|
||||
- [X] deregister_target_from_maintenance_window
|
||||
|
||||
Deregisters a target from a maintenance window. No error handling has been implemented yet.
|
||||
|
||||
|
||||
- [ ] deregister_task_from_maintenance_window
|
||||
- [ ] describe_activations
|
||||
- [ ] describe_association
|
||||
@ -88,7 +100,11 @@ ssm
|
||||
- [ ] describe_maintenance_window_execution_tasks
|
||||
- [ ] describe_maintenance_window_executions
|
||||
- [ ] describe_maintenance_window_schedule
|
||||
- [ ] describe_maintenance_window_targets
|
||||
- [X] describe_maintenance_window_targets
|
||||
|
||||
Describes all targets for a maintenance window. No error handling has been implemented yet.
|
||||
|
||||
|
||||
- [ ] describe_maintenance_window_tasks
|
||||
- [X] describe_maintenance_windows
|
||||
|
||||
@ -100,7 +116,11 @@ ssm
|
||||
- [ ] describe_maintenance_windows_for_target
|
||||
- [ ] describe_ops_items
|
||||
- [X] describe_parameters
|
||||
- [ ] describe_patch_baselines
|
||||
- [X] describe_patch_baselines
|
||||
|
||||
Returns all baselines. No pagination has been implemented yet.
|
||||
|
||||
|
||||
- [ ] describe_patch_group_state
|
||||
- [ ] describe_patch_groups
|
||||
- [ ] describe_patch_properties
|
||||
@ -166,7 +186,11 @@ ssm
|
||||
- [ ] put_resource_policy
|
||||
- [ ] register_default_patch_baseline
|
||||
- [ ] register_patch_baseline_for_patch_group
|
||||
- [ ] register_target_with_maintenance_window
|
||||
- [X] register_target_with_maintenance_window
|
||||
|
||||
Registers a target with a maintenance window. No error handling has been implemented yet.
|
||||
|
||||
|
||||
- [ ] register_task_with_maintenance_window
|
||||
- [X] remove_tags_from_resource
|
||||
- [ ] reset_service_setting
|
||||
|
@ -27,8 +27,11 @@ stepfunctions
|
||||
|
||||
- [ ] create_activity
|
||||
- [X] create_state_machine
|
||||
- [ ] create_state_machine_alias
|
||||
- [ ] delete_activity
|
||||
- [X] delete_state_machine
|
||||
- [ ] delete_state_machine_alias
|
||||
- [ ] delete_state_machine_version
|
||||
- [ ] describe_activity
|
||||
- [X] describe_execution
|
||||
|
||||
@ -42,6 +45,7 @@ stepfunctions
|
||||
|
||||
- [ ] describe_map_run
|
||||
- [X] describe_state_machine
|
||||
- [ ] describe_state_machine_alias
|
||||
- [ ] describe_state_machine_for_execution
|
||||
- [ ] get_activity_task
|
||||
- [X] get_execution_history
|
||||
@ -66,8 +70,11 @@ stepfunctions
|
||||
|
||||
|
||||
- [ ] list_map_runs
|
||||
- [ ] list_state_machine_aliases
|
||||
- [ ] list_state_machine_versions
|
||||
- [X] list_state_machines
|
||||
- [X] list_tags_for_resource
|
||||
- [ ] publish_state_machine_version
|
||||
- [ ] send_task_failure
|
||||
- [ ] send_task_heartbeat
|
||||
- [ ] send_task_success
|
||||
@ -78,4 +85,5 @@ stepfunctions
|
||||
- [X] untag_resource
|
||||
- [ ] update_map_run
|
||||
- [X] update_state_machine
|
||||
- [ ] update_state_machine_alias
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user