Commit Graph

4008 Commits

Author SHA1 Message Date
Brian Pandola
30c2aeab29
Fix Exists pattern matching with None values (#5134)
Exists matching works on the presence or absence of a field in the JSON of the event.
The value of the field is not considered when evaluating a match.[1]

* Add sentinel to distinguish between missing fields and existing fields with None values
* Update event pattern matching tests to cover this specific use-case.
* Add integrated test to cover this scenario within a larger context.

[1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns-content-based-filtering.html
2022-05-13 15:06:48 -07:00
Bert Blommers
0e3ac26068
CognitoIDP - allow respond_to_auth_challenge without Auth-header (#5133) 2022-05-13 19:45:05 +00:00
Steven Church
babbd21814
Databrew: Add datasets support (#5095) 2022-05-13 10:48:04 +00:00
Bert Blommers
957b3148e0
S3 - Return custom response when calling DeleteObjects without authentication (#5124) 2022-05-12 13:59:47 +00:00
Paul
f2d14a9dc2
cloudront.update_distribution() support (#5120) 2022-05-12 13:58:17 +00:00
joshuaghezzi
1cb2c80bf2
list crawler implementation (#5123) 2022-05-12 10:17:17 +00:00
Bert Blommers
3e31e49c83
RDS - Dont return empty DBClusterIdentifier (#5119) 2022-05-11 09:15:28 +00:00
Bert Blommers
08d705aa99
DynamoDB - error when persisting an empty number set (#5118) 2022-05-11 09:14:43 +00:00
Bert Blommers
749b543b7c
SSM - Integrate with SecretsManager (#5117) 2022-05-10 22:32:49 +00:00
CoderDonohoe
ae6b28b5b9
Extends Rekognition support to include get_face_search and start_face_search. (#5115) 2022-05-10 22:02:21 +00:00
Bert Blommers
ac03044c96
EC2:describe_vpc_endpoints() - filter by vpc-endpoint-type (#5110) 2022-05-09 13:06:01 +00:00
Bert Blommers
ff767d0743
DynamoDB - error when sending an integer as string (#5108) 2022-05-09 13:01:31 +00:00
Bert Blommers
4a5c72d5ed
AdminInitiateAuth - return correct AccessToken for Refresh-scenario (#5109) 2022-05-09 08:41:29 +00:00
Bert Blommers
515243eab0
RDS - support for EnableCloudWatchLogExports-parameter (#5107) 2022-05-09 08:40:16 +00:00
Thomas Rausch
e911341e6a
add indirection to access account id (#5098) 2022-05-08 22:25:40 +00:00
Bert Blommers
86d617e034
Feature: EBS (#5106) 2022-05-07 21:11:32 +00:00
mattBrzezinski
3f948aa5ae
RDS Filtering on db-cluster-id (#5101) 2022-05-06 17:11:55 +00:00
Bert Blommers
beb05662e4
Feature: Dockerless Batch (#5100) 2022-05-06 09:45:56 +00:00
Bert Blommers
c2727a7c20
CognitoIDP - allow unauthenticated requests to GetUser (#5099) 2022-05-05 22:34:37 +00:00
Michael Sanders
3f89b98889
Databrew: add recipe version support (#5094) 2022-05-05 20:33:33 +00:00
Bert Blommers
a666d59b58
S3 list_object_versions - ensure the prefix can contain a plus (#5097) 2022-05-05 11:06:31 +00:00
nickphbrown
147f52fedc
mediaconnect: fix, actually fixing create_flow to allow no outputs argument (#5096) 2022-05-04 22:07:27 +00:00
nickphbrown
600ac8efa5
Bugfix/mediaconnect create flow include source ingest ip (#5093) 2022-05-04 10:51:12 +00:00
Killian O'Daly
eb49891118
Sagemaker: add support for update_endpoint_weights_and_capacities (#5082) 2022-05-04 09:36:46 +00:00
Bert Blommers
406ca1d8f9
Admin - Move internal EC2 models (#5090) 2022-05-03 11:40:15 +00:00
Bert Blommers
76fe578d95
IAM - Implement ServiceLinkedRoles (#5089) 2022-05-03 09:44:47 +00:00
Bert Blommers
578de3d47f
TimestreamWrite - support MagneticStoreWriteProps-argument (#5088) 2022-05-02 20:15:19 +00:00
Bert Blommers
cb4cbd1f5b
EC2 - Spot Requests improvements (#5087) 2022-05-02 15:00:06 +00:00
Bert Blommers
1d87b90e75
CognitoIDP: update_group, global_sign_out, update_user_attributes (#5086) 2022-05-01 21:04:57 +00:00
Bert Blommers
3b68be55d3
EC2 - Pass LaunchTemplate tags to new Instances (#5085) 2022-05-01 19:27:25 +00:00
Bert Blommers
6b70cd1b6b
EC2 SpotFleetRequests - support LaunchTemplates (#5084) 2022-05-01 13:52:38 +00:00
Bert Blommers
12421068bd
Feature: Resource State Transition (#4734) 2022-05-01 11:45:59 +00:00
Stephanie Manning
b57ce46670
Support all Action types in ELBv2 create_rule and set_rule_priorities responses (#5080) 2022-04-30 11:09:03 +00:00
Amit Shah
4cacf2698c
Support SES get_identity_verification_attributes (#5078) 2022-04-30 10:07:11 +00:00
Iain Samuel McLean Elder
a79df7bc87
fix(org): close_account matches public API (#5072) 2022-04-30 10:03:19 +00:00
Bert Blommers
8ad121282f
CognitoIDP - improve default UserPool response (#5074) 2022-04-29 10:50:33 +00:00
nickphbrown
9ab77d505d
mediaconnect: fix flow and source arn format and update tests to use … (#5070) 2022-04-28 09:52:48 +00:00
Bert Blommers
56806fb310
SQS - Accept queue-names as QueueUrl-parameter (#5073) 2022-04-27 22:51:51 +00:00
tzven0
3cb455edb7
[CloudWatch] Take into account _metric_name if dimensions are set (#5068) 2022-04-27 20:43:26 +00:00
Bert Blommers
d60df32a25
Upgrade flake8 to 4.x (#5066) 2022-04-27 11:58:59 +00:00
Killian O'Daly
e703ee9a76
Increase Tag support for Sagemaker. (#5052) 2022-04-27 11:56:08 +00:00
Viren Nadkarni
afe4b3ace9
EC2: More filters for DescribeNetworkAcls (#5049) 2022-04-25 20:14:00 +00:00
Bert Blommers
be52b4d7a2
CF - detect changesets without changes (#5058) 2022-04-24 21:37:14 +00:00
rangerthegood
a20633b577
events: delete_rule implementation update (#5056) 2022-04-24 10:03:28 +00:00
Bert Blommers
0e5c2e4f6b
SNS - enable more Terraform tests (#5051) 2022-04-23 09:45:05 +00:00
Bert Blommers
752eee1941
Autoscaling - create custom BlockDevice in addition to default image block device (#5050) 2022-04-22 15:40:30 +00:00
Bert Blommers
61a5d5ca3b
ELBv2 - enable Tags for create_target_group (#5045) 2022-04-21 19:27:14 +00:00
Bert Blommers
8da9666a90
Autoscaling - pass BlockDeviceMapping from launch_config/launch_template (#5044) 2022-04-21 14:19:36 +00:00
steffyP
f8c2b621db
cloudwatch: filter 'dimensions' for get_metric_data (#5041) 2022-04-21 11:32:57 +00:00
Guriido
e63fc08db2
fix idempotency on verify_email_identity endpoint (#5043) 2022-04-21 11:27:12 +00:00
donelupus
27e469d95e
Add organizations close_account feature (#5040) 2022-04-21 09:44:31 +00:00
Iain Samuel McLean Elder
fc170df796
fix(swf_tests): compare tz-aware timestamps (#5039) 2022-04-19 22:22:49 +00:00
Bert Blommers
10bd677cf2
Admin - enable more Pylint rules (#5037) 2022-04-18 20:44:56 +00:00
Bert Blommers
d8251d4d0a
Terraform - enable additional tests (#5035) 2022-04-17 22:34:48 +00:00
Viren Nadkarni
14fc1d3e41
ELB: Fix response templates (#5032) 2022-04-16 20:57:02 +00:00
Bert Blommers
720bbe6433
Terraform Tests - update to latest TF branch (#5031) 2022-04-16 10:02:57 +00:00
Robert Schmidtke
794e940421
Support Expression in Glue's get_partitions (#5013) 2022-04-14 19:37:10 +00:00
Kent Ou
d46987ec29
rds - support final snapshot when delete a cluster (#5023) 2022-04-14 14:58:41 +00:00
Bert Blommers
48e3cbec99
EC2 - search_transit_gateway_routes -search by CIDR (#5020) 2022-04-11 19:43:33 +00:00
Bert Blommers
f8f6f6f1ee
DynamoDB - extend TransactWriteItems error handling (#5012) 2022-04-09 21:45:25 +00:00
Bert Blommers
a0eb48d588
ApplicationAutoscaling - Scheduled Actions (#5011) 2022-04-08 10:08:28 +00:00
Kent Ou
56a2fd384c
Enhance IAM credentials report to dynamic mfa_active and password_last_used (#5004) 2022-04-07 16:35:08 +00:00
John-Paul Stanford
2a6ba0ddd1
New methods to the databrew service for recipes and rulesets. (#4996) 2022-04-07 09:45:17 +00:00
Bert Blommers
552385881c
CognitoIDP - allow unauthenticated request to sign_up (#5009) 2022-04-06 22:21:14 +00:00
Bert Blommers
ac6d88518d
S3 - initial Notifications implementation (#5007) 2022-04-06 21:10:32 +00:00
Bert Blommers
43b987427f
Refactor EC2 models into separate files (#5003) 2022-04-04 17:51:11 +00:00
George Lungley
b5f03b0a0e
EC2 - implement network attachments (#4998) 2022-04-04 10:17:22 +00:00
Panagiotis Irakleous
3718cde444
fix cloudformation arn account id (#4995) 2022-04-02 17:07:40 +00:00
Bert Blommers
15b49396ce
RDS - improve tagging support (#4994) 2022-03-31 13:12:49 +00:00
Bert Blommers
e533b1a3ff
QuickSight - list_users,list_groups,create_group_membership,create_data_set,create_ingestion (#4989) 2022-03-31 12:26:17 +00:00
Bert Blommers
d6bec75e43
ELBV2 - Ensure ResourceARN is returned when describing tags (#4990) 2022-03-31 11:40:06 +00:00
Cristopher Pinzón
bd6b90a6ab
Extract region from auth headers for s3 bucket creation (#4983) 2022-03-31 10:47:29 +00:00
Bert Blommers
c57db140f8
EKS: EncryptionConfig should be an empty list by default (#4986) 2022-03-29 22:40:23 +00:00
Bert Blommers
cf2690ca1e
Improvements - Autoscaling (#4985) 2022-03-29 21:46:06 +00:00
Asher Foa
c134afaf60
Create & Describe file system APIs return Name property based on tags (#4978) 2022-03-29 17:24:48 +00:00
Asher Foa
472b050aad
Use monkeypatch.setenv instead of modifying os.environ (#4981) 2022-03-29 15:43:44 +00:00
Bert Blommers
1a5c18878c
ECS - support for CapacityProviders (#4977) 2022-03-29 14:19:09 +00:00
Bert Blommers
60e48c101e
Feature: QuickSight (initial implementation) (#4973) 2022-03-29 14:17:12 +00:00
CoderDonohoe
4ed5a837de
Add Rekognition support. (#4957) 2022-03-29 13:15:25 +00:00
Bert Blommers
eafd5f3dbb
EC2:run_instances() - fix bug when supplying the NIC with security groups (#4975) 2022-03-27 14:32:37 +00:00
Bert Blommers
afa34ffd8d
TimestreamWrite - improvements (#4971) 2022-03-26 20:25:56 -01:00
Bert Blommers
2929f3ee35
Logs - fix typo in log-group-name regex (#4972) 2022-03-26 20:06:23 -01:00
Bert Blommers
3e2adbcc3a
ECR - Fix bug in batch_delete where images could not be deleted (#4969) 2022-03-25 14:11:54 -01:00
Bert Blommers
2d18ec5a7b
Remove print-statement 2022-03-24 22:38:17 -01:00
Bert Blommers
b4343baa16
RDS - simplify filter-parameter logic (#4966) 2022-03-24 20:58:13 -01:00
Bert Blommers
472b1dab0c
ELBv2 - improve tagging (#4964) 2022-03-23 19:44:12 -01:00
Arno Lehtonen
5e55daebb8
Return all things when using "*" query_string parameter (#4960) 2022-03-22 21:35:37 -01:00
Sam Watson
4f92ee8a1c
bugfix: apply cloudwatch subscription filters to newly created streams (#4962) 2022-03-22 21:34:36 -01:00
SundeepK
75ecc31ec4
Added support for ListenerAddress based on srt or zixi-pull protocols. (#4961) 2022-03-22 19:11:22 -01:00
Max A
26397e9c6d
Feature/glue start job (#4959) 2022-03-22 09:19:56 -01:00
Bert Blommers
647c612c7a
Docs - add SQS:receive_message() (#4958) 2022-03-21 20:58:49 -01:00
Bert Blommers
47ce689cb7
ELB/ELBv2 improvements (#4956) 2022-03-21 19:55:19 -01:00
Michał Górny
2d5ae58120
Fix test failures on systems with 32-bit time_t (#4954) 2022-03-20 15:22:15 -01:00
Brian Pandola
626629ef82 Fix: EMR Steps should be returned in reverse order of creation
This is according to the AWS EMR documentation[1] and has been verified against a real AWS backend.

[1]:https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/emr.html#EMR.Client.list_steps
2022-03-19 22:51:53 -07:00
Brian Pandola
a90d8c801b Add Pagination for Organizations:ListAccounts 2022-03-19 17:34:58 -07:00
Max A
662b96693d
Glue: get_job() (#4948) 2022-03-19 15:30:46 -01:00
Bert Blommers
de990b07f9
AWSLambda - Policy improvements (#4949) 2022-03-19 12:00:39 -01:00
Brian Pandola
411ce71d3a
Update Response for TimestreamWrite:WriteRecords (#4950)
The botocore `WriteRecordsResponse` model was updated to include `RecordsIngested` a few months ago.[1]

* Include `RecordsIngested` in the `moto` response
* Use sample records from AWS documentation in `test_write_records`

[1]:4a2fc7f7c0
2022-03-18 20:36:22 -07:00
Bert Blommers
96c9391beb
Improvements: AWSLambda (#4943) 2022-03-17 11:32:31 -01:00
Bert Blommers
bbd4b2afc3
EFS enhancements (#4940) 2022-03-15 18:51:03 -01:00