Prep Release 2.2.13 (#4536)

This commit is contained in:
Bert Blommers 2021-11-07 10:04:19 -01:00 committed by GitHub
parent eb1d127851
commit 235a8cf760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 11 deletions

View File

@ -1,6 +1,40 @@
Moto Changelog
===================
2.2.13
-----
General:
* The mock_dynamodb and mock_rds-decorators have been deprecated, and will be repurposed in a later release.
Please see https://github.com/spulec/moto/issues/4526 for more information.
New Methods:
* API Gateway:
* get_base_path_mappings()
* Cognito Identity:
* list_identities()
* DirectoryService:
* disable_sso()
* enable_sso()
* connect_directory()
* create_alias()
* create_microsoft_ad()
* EMR Containers:
* cancel_job_run()
* describe_job_run()
* list_job_runs()
* start_job_run()
* IAM:
* list_policy_tags()
* tag_policy()
* untag_policy()
* Sagemaker:
* create_processing_job()
* describe_processing_job()
* list_processing_jobs()
Miscellaneous:
* CloudFormation: Now supports creation of Custom:: resources. Note that this only works in ServerMode.
2.2.12
-----
New Services:

View File

@ -68,7 +68,7 @@
- [X] get_api_keys
- [X] get_authorizer
- [X] get_authorizers
- [ ] get_base_path_mapping
- [X] get_base_path_mapping
- [X] get_base_path_mappings
- [ ] get_client_certificate
- [ ] get_client_certificates
@ -561,7 +561,7 @@
## cognito-identity
<details>
<summary>30% implemented</summary>
<summary>34% implemented</summary>
- [X] create_identity_pool
- [ ] delete_identities
@ -574,7 +574,7 @@
- [X] get_open_id_token
- [X] get_open_id_token_for_developer_identity
- [ ] get_principal_tag_attribute_map
- [ ] list_identities
- [X] list_identities
- [ ] list_identity_pools
- [ ] list_tags_for_resource
- [ ] lookup_developer_identity
@ -814,12 +814,13 @@
## datasync
<details>
<summary>17% implemented</summary>
<summary>15% implemented</summary>
- [X] cancel_task_execution
- [ ] create_agent
- [ ] create_location_efs
- [ ] create_location_fsx_windows
- [ ] create_location_hdfs
- [ ] create_location_nfs
- [ ] create_location_object_storage
- [ ] create_location_s3
@ -831,6 +832,7 @@
- [ ] describe_agent
- [ ] describe_location_efs
- [ ] describe_location_fsx_windows
- [ ] describe_location_hdfs
- [ ] describe_location_nfs
- [ ] describe_location_object_storage
- [ ] describe_location_s3
@ -846,6 +848,7 @@
- [ ] tag_resource
- [ ] untag_resource
- [ ] update_agent
- [ ] update_location_hdfs
- [ ] update_location_nfs
- [ ] update_location_object_storage
- [ ] update_location_smb
@ -1919,7 +1922,7 @@
## emr-containers
<details>
<summary>26% implemented</summary>
<summary>53% implemented</summary>
- [X] cancel_job_run
- [ ] create_managed_endpoint
@ -2267,7 +2270,7 @@
## iam
<details>
<summary>65% implemented</summary>
<summary>67% implemented</summary>
- [ ] add_client_id_to_open_id_connect_provider
- [X] add_role_to_instance_profile
@ -3769,7 +3772,7 @@
## sagemaker
<details>
<summary>14% implemented</summary>
<summary>15% implemented</summary>
- [ ] add_association
- [ ] add_tags
@ -3810,7 +3813,7 @@
- [ ] create_pipeline
- [ ] create_presigned_domain_url
- [ ] create_presigned_notebook_instance_url
- [ ] create_processing_job
- [X] create_processing_job
- [ ] create_project
- [ ] create_studio_lifecycle_config
- [X] create_training_job
@ -3895,7 +3898,7 @@
- [ ] describe_pipeline
- [ ] describe_pipeline_definition_for_execution
- [ ] describe_pipeline_execution
- [ ] describe_processing_job
- [X] describe_processing_job
- [ ] describe_project
- [ ] describe_studio_lifecycle_config
- [ ] describe_subscribed_workteam
@ -3954,7 +3957,7 @@
- [ ] list_pipeline_executions
- [ ] list_pipeline_parameters_for_execution
- [ ] list_pipelines
- [ ] list_processing_jobs
- [X] list_processing_jobs
- [ ] list_projects
- [ ] list_studio_lifecycle_configs
- [ ] list_subscribed_workteams
@ -4584,6 +4587,7 @@
- ce
- chime
- chime-sdk-identity
- chime-sdk-meetings
- chime-sdk-messaging
- cloud9
- cloudcontrol
@ -4768,4 +4772,4 @@
- workmailmessageflow
- workspaces
- xray
</details>
</details>