Commit Graph

4448 Commits

Author SHA1 Message Date
rafcio19
763b582cf2
Fix ami attributes (#6280)
* fix: describe_image attributes

* refactor: unifi attribute logic, add tests

* chore: mypy

* chore: linting

* chore: unused method

* chore: increase coverage
2023-05-04 09:16:22 +00:00
rafcio19
6f170410e8
SES v2 (#6259)
* feat: add ses v2

* feat: move wrap v1 logic into v2 api

* feat: v2 api on v2 url

* chore: types

* chore: linting

* feat: raw emails

* chore: linting

* feat: add list_contacts

* fix: urls need to be explicit for this to work with moto server

* chore: linting

* chore: remodel

* chore: rework

* chore: cleanup

* chore: fix test

* chore: sort out mypy

* feat: add contact lists

* fix: new url for server mode

* feat: create and delete

* chore: linting

* chore: linting

* chore: refactor

* chore: match errors with real responses

* chore: linting

* chore: run implementation coverage script

* refactor: easier, faster look ups with dicts

* refactor: contact is now a child of contactlist

* tests: contactlists return 200 if empty, contacts do not

* chore: update botocore and run implementation coverage script

* refactor: add matching *_contact methods to backend model so coverage script can detect them
2023-05-01 18:15:29 +00:00
Ben Simon Hartung
2c0636ae67
update CopyObject logic (#6264)
* S3 update CopyObject logic

* add CopyObject tests

* re-add missing type annotation

* add ACL test

* lint/format

* fix typing

* fix test

* fix test test_copy_object_does_not_copy_storage_class
2023-05-01 09:14:31 +00:00
Álvaro Torres Cogollo
e5e1521523
Scheduler: Fix update_schedule raising ResourceNotFound errors when using schedule groups (#6269) 2023-04-29 19:27:43 +00:00
Bert Blommers
e2d3582471
Techdebt: MyPy U (#6265) 2023-04-29 10:40:11 +00:00
Bert Blommers
2cd773fe95
Revert "Remove tests incompatible with werkzeug 2.3.0 (#6257)" (#6266)
This reverts commit da39d2103c.
2023-04-28 14:38:04 +00:00
Bert Blommers
da39d2103c
Remove tests incompatible with werkzeug 2.3.0 (#6257) 2023-04-26 10:56:08 +00:00
Przemysław Dąbek
69cf309183
[Glue] Triggers (#6253) 2023-04-25 16:02:57 +00:00
Niklas Janlert
92da03b1dd
SNS: Forward MessageDeduplicationId to SQS queues (#6255) 2023-04-25 15:33:22 +00:00
Bert Blommers
65611082be
Techdebt: MyPy SES (#6252) 2023-04-25 11:42:08 +00:00
Lucas Silva Chaves
fe7b15c9f9
Kinesis: calculating size of record using decoded data and partition key (#6231) 2023-04-24 19:11:36 +00:00
Bert Blommers
a32b721c79
Techdebt: MyPy SSM (#6250) 2023-04-24 10:26:25 +00:00
Jakub P
2d7c38f64f
SNS: numeric filtering fixups + parameter validation (#6242) 2023-04-24 10:05:21 +00:00
Przemysław Dąbek
7e83233774
[Glue] Implement delete_job (#6246) 2023-04-23 10:21:43 +00:00
rafcio19
7fad08214d
S3: add a checksum to a copied object if requested so (#6245) 2023-04-22 20:45:00 +00:00
Bert Blommers
f54f4a666f
Techdebt: MyPy SecretsManager (#6244) 2023-04-22 15:39:48 +00:00
tjohnes
462ff57900
EC2: Implement ReplaceRoute to NetworkInterfaceId (#6236) 2023-04-21 16:12:16 +00:00
Przemysław Dąbek
c6b048695b
[Glue] Implement batch_get_jobs (#6241) 2023-04-21 12:12:16 +00:00
Bert Blommers
a08174405f
S3: get_object() should not return VersionId for non-versioned buckets (#6240) 2023-04-21 10:57:39 +00:00
Bert Blommers
28f3f84644
SSM: Allow filtering by existence of tag-name (#6238) 2023-04-20 21:12:43 +00:00
Zachary Elliott
ff48188362
Corrects ECRClient.batch_get_image tag handling (#6230) 2023-04-19 16:55:28 +00:00
Bert Blommers
3e21ddd606
ECS: Fix a bug where a cluster cannot be tagged after creation (#6226) 2023-04-18 13:54:08 +00:00
sercan tor
ae11c02593
KMS: add get_public_key (#6222) 2023-04-17 19:59:33 +00:00
Marco Braga
bdcc6f3335
ELBv2: describe-target-health: return unavailable target (#6195) 2023-04-17 16:43:14 +00:00
Bert Blommers
822d94f59e
DynamoDB: Initial support for execute_statement et. al. (#6216) 2023-04-16 19:06:29 +00:00
Bert Blommers
af841303d0
Athena - WorkGroup configuration should be a dictionary, not a string (#6212) 2023-04-15 10:02:47 +00:00
rafcio19
de76cc5ab0
BatchSimple: jobs can fail or succeed (#6205) 2023-04-13 19:17:49 +00:00
Daniel Fangl
ad20320d41
fix access key storage for different accounts (#6210) 2023-04-13 17:33:31 +00:00
Viren Nadkarni
7a74df0426
Fix autoscaling policy ARN (#6209) 2023-04-13 16:17:52 +00:00
Bert Blommers
4ef076341d
SES - allow single curly brace in template (#6208) 2023-04-13 14:43:09 +00:00
Bert Blommers
90d67db6ea
AWSLambda: Do not keep downloading Docker images (#6207) 2023-04-13 09:25:47 +00:00
Bert Blommers
c44f0b7395
StepFunctions: Ensure that all operations respect the FAILURE env var (#6204) 2023-04-12 09:26:28 +00:00
Bert Blommers
b4346e2eea
Service: Scheduler (#6197) 2023-04-10 16:00:15 +00:00
Mike Grima
6a12c6c0a9
Merge pull request #6188 from mikegrima/config
Added support for AWS Config Retention Configuration
2023-04-09 15:21:36 -04:00
Mike Grima
ae8f2a19c6
Added support for AWS Config Retention Configuration
- Added AWS Config Retention Configuration support
- Also added S3 KMS Key ARN support for the Delivery Channel
- Updated the supported functions page for Config
2023-04-09 11:45:39 -04:00
rafcio19
201e57585b
SQS: Improve deduplication logic (#6184) 2023-04-09 10:13:28 +00:00
Bert Blommers
0e6d27bac0
S3: Allow Bucket Creation without specifying Content-Length header (#6190) 2023-04-09 10:05:43 +00:00
Bert Blommers
1eb3479d08
Techdebt: MyPy P (#6189) 2023-04-08 20:44:26 +00:00
Bert Blommers
ba05cc9c81
S3: Allow DeleteMarker as appropriate (#6187) 2023-04-08 10:34:15 +00:00
Bert Blommers
bab61089a3
RDS: Various improvements (#6186) 2023-04-08 10:33:09 +00:00
Bert Blommers
1111e10b87
DynamoDB: Allow attribute name 'S' (#6185) 2023-04-07 21:02:00 +00:00
Josh Kropf
dc460a3258
EC2: Fix egress rules used in ingress revoke method (#6180) 2023-04-06 18:59:18 +00:00
Matthew Burke
bbb07b4e7e
Cognito: Validate password in NEW_PASSWORD_REQUIRED (#6174) 2023-04-05 16:15:30 +00:00
Cole Peters
f424c6ac05
DynamoDB:query() KeyConditionExpression now allows enclosing the sort key condition in brackets (#6178) 2023-04-05 14:30:19 +00:00
Bert Blommers
be17a7d8e2
Logs: put_subscription_filter() now supports KinesisStream destinations (#6176) 2023-04-05 09:36:37 +00:00
Bert Blommers
6c32c089a1
Feature: LakeFormation (#6172) 2023-04-04 09:36:48 +00:00
Bert Blommers
706ff9f5e0
Techdebt: MyPy M (#6170) 2023-04-03 22:50:19 +00:00
Bert Blommers
52870d6114
Feature: RDS Data (#6168) 2023-04-03 16:18:10 +00:00
Lewis Gaul
2667a53725
EC2: Support assigning specified private IP addrs (#6147) 2023-04-03 09:16:31 +00:00
Jordan Sanders
7dc17d655b
CloudFormation: Implement Fn::ToJsonString (#6167) 2023-04-02 21:56:24 +00:00