kbalk
180a48751d
Minor updates to scaffold.py ( #4213 )
...
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2021-08-24 16:49:45 +01:00
Bert Blommers
d278fd6eaa
Batch - remove duplicate tests ( #4208 )
2021-08-22 15:14:46 +01:00
Bert Blommers
914d07027f
Feature: Batch: cancel_job ( #3769 )
2021-08-22 12:29:23 +01:00
Bert Blommers
5c24071f43
Support Python 3.9 ( #3848 )
2021-08-22 11:33:16 +01:00
Bert Blommers
fdf27a70e9
Route53 - Persist CallerReference ( #3788 )
2021-08-22 10:51:21 +01:00
Bert Blommers
5f7167ce62
Organisations - Detach policy, and asserts it actually happens ( #3759 )
2021-08-22 10:49:48 +01:00
Bert Blommers
bb3cbd0bb4
DynamoDB (V1) - implement UpdateItem ( #3926 )
...
* DynamoDB (V1) - UpdateItem implementation
* DynamoDB (V1) - negative tests for UpdateItem
2021-08-22 10:42:41 +01:00
Bert Blommers
fbd93efdb7
EC2 - Add tests for egress_only_internet_gateway ( #4206 )
2021-08-22 10:35:04 +01:00
Bert Blommers
7acdfe4feb
Introduce Pylint to check for duplicate test method names ( #3684 )
2021-08-21 16:33:15 +01:00
Moto Admin
88c15d3bb8
Increase version number post-release
2021-08-21 14:08:52 +00:00
Bert Blommers
8d4596a366
Prep Release 2.2.4 ( #4205 )
...
* S3 - Refactor logic to models.py, out of Response-class
* Changelog for release 2.2.4
2021-08-21 15:05:40 +01:00
Evan O'Connell
25e79c6e67
Fix IsDefault bug in elbv2 describe_rules ( #4204 )
2021-08-21 05:50:10 +01:00
kbalk
b9c7ec383c
Add AWS ConfigService put_config_rule, delete_config_rule, describe_config_rule ( #4171 )
...
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2021-08-21 05:45:52 +01:00
Timothy Klopotoski
bd5ab53241
Fix bugs. Cloudformation updates are complex! ( #4200 )
...
* **Fix bug.** If a cloudformation stack is updated with a new
parameter, that parameter should be honored. Several unit tests
had bugs where they were not providing parameters required by the template.
* **Fix bug.** Do not update stack parameters until after deleting removed
resources, so that any references to removed parameters can be resolved.
* **Fix bug.** Per the API, creation of a change set should not modify
a stack. The `diff` method, called in the creation of a
FakeChangeSet, was mutating the resource map which was problematic
2021-08-19 17:36:11 +01:00
Łukasz
73368863eb
Added handling for V4 signatures in PutObject body ( #4201 )
...
Co-authored-by: Łukasz Nowak <lukasz.nowak@idemia.com>
2021-08-19 15:06:43 +01:00
Brian Pandola
1db3e0e9b9
Raise error when attempting to terminate protected ec2 instance ( #4199 )
2021-08-19 06:47:05 +01:00
D. Ferruzzi
d67d8111a3
Fargate ( #4185 )
2021-08-19 06:44:56 +01:00
Macwan Nevil
a93756c69a
added support for egress-only-internet-gateway ( #4196 )
2021-08-19 06:39:06 +01:00
Timothy Klopotoski
b4f02f3436
Translate Cloudformation API data to EventBridge API data ( #4188 )
2021-08-18 20:31:29 +01:00
Hasanul Islam
492484be20
Add missing default regiono in s3 client ( #4194 )
2021-08-18 20:25:33 +01:00
Timothy Klopotoski
8743f81e15
CF: Raise ValidationError on bad resource id ( #4186 )
2021-08-18 18:41:02 +01:00
Bert Blommers
bac013c15a
Update build.yml
2021-08-18 13:21:19 +01:00
Ariel Beck
ce449bf86b
Iot/added deprecation errors ( #4192 )
...
Co-authored-by: arielb <ariel.beck@cyberark.com>
2021-08-18 10:32:58 +01:00
Bert Blommers
c296a9431e
Resolve coverage dependency conflict ( #4191 )
2021-08-18 09:19:27 +01:00
Brian Pandola
27c9b31d3a
Fix ec2 wildcard tag filters ( #4189 )
2021-08-18 06:02:19 +01:00
Ariel Beck
2f5a702f1f
added deprecate_thing_type method for IOT ( #4184 )
...
Co-authored-by: arielb <ariel.beck@cyberark.com>
2021-08-17 18:05:18 +01:00
Cristopher Pinzón
1d90946072
Feature S3 Object Lock ( #4174 )
2021-08-17 06:16:59 +01:00
Moto Admin
796ca1a814
Increase version number post-release
2021-08-16 15:51:47 +00:00
Bert Blommers
8983b42912
Prep release 2.2.3 ( #4182 )
2021-08-16 16:49:09 +01:00
Bert Blommers
547a1844ed
Tech debt - improve test coverage EC2/ELBv2/Events ( #4181 )
2021-08-16 15:13:50 +01:00
Anton Grübel
4df099c724
Add cloudwatch tags ( #4179 )
...
* Update cloudwatch.put_metric_alarm to accept TreatMissingData and Tags parameter
* Add parameter ExtendedStatistic and EvaluateLowSampleCountPercentile to cloudwatch.put_metric_alarm
* Add parameter ThresholdMetricId to cloudwatch.put_metric_alarm
2021-08-16 08:52:19 +01:00
Macwan Nevil
1800733162
added tgw support in rt ( #4178 )
2021-08-15 17:21:10 +01:00
Bert Blommers
c5b63693b5
Admin - Parallelize TF test runs in CI ( #4177 )
2021-08-15 12:03:23 +01:00
Macwan Nevil
7397b8c129
fixed rt, eip, natgateway integration ( #4176 )
2021-08-15 10:11:04 +01:00
Macwan Nevil
d2c9e85ed3
Enhanced support for ami filtering ( #4175 )
2021-08-15 10:09:50 +01:00
Mohit Alonja
39185cafef
Added ManagedPrefixList ( #4169 )
2021-08-14 16:31:06 +01:00
Anton Grübel
0d06ebb5fc
Add ecr replication config ( #4170 )
2021-08-14 16:15:56 +01:00
Koichi Ogura
ec33237165
iot: Add VersionsLimitExceededException ( #4173 )
2021-08-14 16:10:58 +01:00
Gonzalo Saad
9e61ab2220
refactor(events): Improve put_rule
and event pattern ( #4158 )
2021-08-13 06:01:44 +01:00
Bert Blommers
67199d9828
Use upstream TF test repo ( #4163 )
2021-08-12 16:55:53 +01:00
Bartosz Sledz
b3fe48ece0
Add support for USER_PASSWORD_AUTH auth method (cognito-idp) ( #4164 )
...
Co-authored-by: Bartosz Sledz <bartosz.sledz@hitachivantara.com>
2021-08-12 09:19:54 +01:00
Anton Grübel
cbfb450430
Support force flag in ecr.delete_repository ( #4167 )
2021-08-12 06:08:28 +01:00
Anton Grübel
b8405b39b5
Add ecr image scan ( #4166 )
...
* Add ecr.start_image_scan
* Add ecr.describe_image_scan_findings
2021-08-12 06:06:21 +01:00
Anton Grübel
a5eb46962d
Fix events target for custom event bus ( #4168 )
2021-08-12 06:02:16 +01:00
Macwan Nevil
f2b8318211
fixed owner id and delete rt ( #4161 )
2021-08-11 21:23:04 +01:00
Bert Blommers
574053cb27
EC2 - Improve/Extend RouteTable unit tests ( #4165 )
2021-08-11 18:50:15 +01:00
Anton Grübel
6f361e6afb
Add ecr registry policy ( #4159 )
...
* Add ecr.put_registry_policy
* Add ecr.get_registry_policy
* Add ecr.delete_registry_policy
* Add ecr registry policy test for Terraform and cleanup
2021-08-11 13:18:12 +01:00
Macwan Nevil
5e6b7ee529
removed depricated account id ( #4156 )
2021-08-10 07:13:39 +01:00
Mohit Alonja
6db042dc72
Added DisassociateTransitGatewayRouteTable API ( #4154 )
2021-08-10 07:11:50 +01:00
Anton Grübel
298e220122
Add ecr lifecycle policy ( #4153 )
...
* Add ecr.put_lifecycle_policy
* Add ecr.get_lifecycle_policy
* Add ecr.delete_lifecycle_policy
* Add ecr lifecycle policy test for Terraform
2021-08-09 14:55:29 +01:00