Commit Graph

7717 Commits

Author SHA1 Message Date
Bert Blommers
22774e8d08
Core: Reduce slowdown mock_all (#6451) 2023-06-28 21:23:33 +00:00
Bert Blommers
3056ba95b7
Cloudfront: Origin Access Control (#6453) 2023-06-28 13:37:45 +00:00
rafcio19
5c12416492
DynamoDB: correct no table error (#6449) 2023-06-27 21:06:49 +00:00
rafcio19
1d50326585
StepFunctions: validation according to api docs (#6447)
* fix: validation according to api docs

* fix: validate execution name

* fix: only validate name if name supplied

---------

Co-authored-by: raf <rafal.jankowicz@avanti.space>
2023-06-27 11:26:35 +00:00
github-actions[bot]
48bfda642a
chore: update SSM default parameters (#6445) 2023-06-26 08:50:51 +00:00
github-actions[bot]
ed2b3430c8
chore: update EC2 Instance Types (#6443) 2023-06-25 22:42:47 +00:00
github-actions[bot]
f15306c41e
chore: update EC2 Instance Offerings (#6442) 2023-06-25 22:42:20 +00:00
Bert Blommers
5c0827547d
RDS: Automated snapshots now have the appropriate SnapshotType (#6444) 2023-06-25 17:36:42 +00:00
Moto Admin
bec9130d4c Post-release steps 2023-06-24 22:02:20 +00:00
Bert Blommers
2543f9af73
Prep release 4.1.12 (#6440) 2023-06-24 20:51:27 +00:00
Claudio Catterina
9b8e24925e
S3: Multiple Transitions in lifecycle configuration (#6439) 2023-06-24 19:30:13 +00:00
rafcio19
7e2cd92320
SSM: missing type from param update response (#6436) 2023-06-23 20:46:07 +00:00
Bert Blommers
dab6318f90
Techdebt: Replace sure with regular asserts for DAX+DMS (#6435) 2023-06-23 15:12:32 +00:00
Mike Grima
10106d76d9
Fixed bug in new Config recorder logic (#6434) 2023-06-23 10:23:52 +00:00
Cristopher Pinzón
9a247d5943
SSM: add support for maintenance window targets (#6429) 2023-06-23 10:22:35 +00:00
Mike Grima
883d01dd76
Merge pull request #6432 from rafcio19/fix/ssm_param_update
SSM: broken ssm param update, updated error message
2023-06-22 18:04:55 -04:00
Mike Grima
0a814f1697
Merge pull request #6425 from LewisGaul/replace-route-invalidparametervalue
EC2: Return appropriate error when calling EC2.Client.replace_route() with missing route
2023-06-22 13:21:40 -04:00
raf
103d6a9293 chore: mypy 2023-06-22 12:54:34 +01:00
Lewis Gaul
1d8ca4a852 Use same structure as delete_route() for determining cidr string 2023-06-22 04:29:05 -07:00
raf
e9d4816442 fix: broken ssm param update, updated error message 2023-06-22 11:57:12 +01:00
Mike Grima
af4a8e2ba6
AWS Config support for Resource Type Exclusions (#6428) 2023-06-21 11:41:00 +00:00
Cristopher Pinzón
c942883183
SSM: add patch baseline operations (#6426) 2023-06-21 11:37:09 +00:00
Benjamin Gorman
b2dc643f56
Add cURL install to Dockerfile (#6424) 2023-06-21 09:50:44 +00:00
jeremyrobertson
5de95f4d02
Identitystore - Partial implementation (#6411) 2023-06-21 09:49:49 +00:00
Mike Grima
b11cc6a5fe
Merge pull request #6427 from robert-schmidtke/feature/upgrade-pyparsing
pyparsing 3.1.0 support, remove experimental warning on Glue partition filtering
2023-06-20 17:31:11 -04:00
Mike Grima
c7edf0f8f7
Merge pull request #6422 from getmoto/chore-update-ssm-params-18
chore: update SSM Instance parameters
2023-06-20 12:27:26 -04:00
Mike Grima
56f17c1960
Merge pull request #6420 from getmoto/chore-update-ec2-offerings-18
chore: update EC2 Instance Offerings
2023-06-20 12:26:01 -04:00
Robert Schmidtke
2ea551b6a3 fix test, as filtering no longer emits experimental warning 2023-06-20 17:07:30 +02:00
Robert Schmidtke
fb7c32bc0e ignore type error as delimited_list is a function, but DelimitedList is a class 2023-06-20 14:58:11 +02:00
Robert Schmidtke
114d3807d7 DelimitedList is new in pyparsing 3.1.0 and will deprecate delimited_list in a future release 2023-06-20 14:00:28 +02:00
Robert Schmidtke
5e2dd80d84 expression filtering is no longer experimental 2023-06-20 13:59:02 +02:00
Lewis Gaul
b21131c4f6 Add testcase for replace_route() returning InvalidParameterValue error code 2023-06-19 07:29:53 -07:00
bblommers
5d7dd443be chore: update SSM default parameters 2023-06-18 12:08:53 +00:00
Yoshihiro Sugi
7b98252214
SES, SESv2: Fix get params in SESV2Response, and destinations in send_raw_email() (#6414) 2023-06-18 12:07:13 +00:00
joel-aws
4cbddbed96
Support All AWS Partitions (#6412) 2023-06-18 12:05:55 +00:00
bblommers
e0997cdb5a chore: update EC2 Instance Offerings 2023-06-18 06:08:14 +00:00
Bert Blommers
408f61d100
Update payment_notification.yml 2023-06-17 20:26:33 +00:00
rafcio19
627dd3073c
IAM: additional role on instance profile validation (#6415) 2023-06-17 11:19:59 +00:00
Lewis Gaul
0fb3e59e0d If route specified in replace_route() doesn't exist then return suitable error response 2023-06-16 09:33:54 -07:00
Danish Amjad
1c8d1aec2e
DMS: Fix TableMappings and ReplicationTaskSettings format. (#6396) 2023-06-16 14:12:23 +00:00
Bert Blommers
3741058242
Techdebt: Replace sure with regular asserts in Batch (#6413) 2023-06-16 10:42:07 +00:00
rafcio19
a15b14085b
RDS: improve global clustering behaviour (#6403) 2023-06-15 21:21:20 +00:00
Bert Blommers
932b7a25d6
Lambda: delete_layer_version() now also accepts an ARN (#6409) 2023-06-15 11:05:06 +00:00
Bert Blommers
0247719554
Techdebt: MyPy all the things (#6406) 2023-06-15 11:03:58 +00:00
Bert Blommers
2e3b06bbe5
Moto Dashboard - Don't fail when S3 objects are deleted (#6410) 2023-06-15 11:03:20 +00:00
Bert Blommers
667bb9aa56
ECR: put_image() - ensure that we can overwrite tags on image with multiple tags (#6408) 2023-06-15 09:28:23 +00:00
Bert Blommers
1dfbeed5a7
SESv2: send_email(): raw emails are send as JSON (#6405) 2023-06-14 17:33:48 +00:00
Bert Blommers
759f26c6d0
Update payment_notification.yml 2023-06-14 11:48:03 +00:00
Bert Blommers
d7828fdb1d
Codebuild - create_project(): Loosen serviceRole validation (#6401) 2023-06-14 09:31:55 +00:00
github-actions[bot]
62bbee56b2
chore: update SSM default parameters (#6392) 2023-06-11 18:45:08 +00:00