Thomas Rausch
68b93c3b86
add ec2 network-acl egress filter ( #5174 )
2022-05-29 16:39:19 +00:00
Bert Blommers
898f0928a4
KMS - add Grants API ( #5177 )
2022-05-27 22:11:09 +00:00
Bert Blommers
adeaea7c70
GuardDuty - additional methods ( #5175 )
2022-05-27 10:28:08 +00:00
szopen321
6b14d01f5d
EC2 - Add ami validation ( #5160 )
2022-05-26 16:04:36 +00:00
Bert Blommers
5a34a6599d
Events - send events to (subset of) targets ( #5169 )
2022-05-25 23:03:39 +00:00
szopen321
e8ea958444
EC2 - Add keypair validation ( #5152 )
2022-05-25 14:18:03 +00:00
Bert Blommers
a2ed7aef4f
RDS - return unknown bools as false, instead of none ( #5164 )
2022-05-25 09:21:03 +00:00
Brian Pandola
ab756c82b8
Add route.gateway-id
filter for ec2:DescribeRouteTables ( #5155 )
2022-05-22 09:43:51 +00:00
Bert Blommers
096a89266c
ELB:describe_instance_health() - implement OutOfService status ( #5154 )
2022-05-21 22:55:36 +00:00
Adam
5aace90385
ELBv2:create_target_group: fix template variable typo ( #5147 )
2022-05-19 17:35:38 +00:00
Bert Blommers
5d84eec79e
Enable more TF tests ( #5148 )
2022-05-19 11:08:02 +00:00
Cesar Alvernaz
ea4af2346c
APIGateway V2: add authorizerPayloadFormatVersion to the authorizer ( #5144 )
2022-05-19 11:07:26 +00:00
Cesar Alvernaz
416bef76e6
APIGateway - add passthroughBehaviour to the integration ( #5142 )
2022-05-19 10:16:33 +00:00
szopen321
dbcee3c196
Add instance type validation on add instance method ( #5132 )
2022-05-18 17:51:51 +00:00
Oleksandr Anosov
6ae0aa5272
Add ability to list ECS services by launch type ( #5138 )
2022-05-16 13:15:34 -07:00
szopen321
c59583c15b
Add availability zone check on add instance ( #5129 )
2022-05-16 16:58:14 +00:00
Bert Blommers
8bbd242d75
API Gateway: put_rest_api and import_rest_api ( #5140 )
2022-05-16 15:13:23 +00:00
joshuaghezzi
5389a4e9e2
Implement glue tags methods ( #5127 )
2022-05-16 10:48:03 +00:00
Brian Pandola
eb3da8f91d
Add Pagination for Organizations:ListAccountsForParent
...
Closes #5034
2022-05-13 22:12:18 -07:00
Brian Pandola
f389d507e8
Add Pagination for Organizations:ListOrganizationalUnitsForParent
2022-05-13 22:12:18 -07:00
Brian Pandola
f65d3970aa
Add Ipv6Native
field to ec2:Subnet response templates
...
This is currently just a placeholder because Moto does not yet fully support
Ipv6 subnets, but it is included in the Ipv4 subnet responses (set to `False`).
2022-05-13 19:39:00 -07:00
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