Commit Graph

4140 Commits

Author SHA1 Message Date
Felipe Marinho
ccadde5d32
EC2: support launch template tags (#5381) 2022-08-23 14:52:42 +00:00
Timothy Klopotoski
4e9fba5f28
Route53 backend should be global (#5414) 2022-08-23 13:45:01 +00:00
Bert Blommers
3fbcac5820
Admin - Update static content (#5395) 2022-08-18 10:54:38 +00:00
Bert Blommers
a6f7cb7957
Admin - add missing TF tests (#5396) 2022-08-17 16:54:39 +00:00
Bert Blommers
9e1d78d44e
TechDebt - remove warnings from tests (#5390) 2022-08-17 14:01:22 +00:00
Bert Blommers
5d897cc7e1
Remove DynamoDB2/RDS2 decorators (#5383) 2022-08-16 11:54:14 +00:00
Bert Blommers
3d913f8f15
MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
Amine Haj Ali
7386163a67
DynamoDB: add checks for projection expression (#5380) 2022-08-12 19:45:14 +00:00
Viren Nadkarni
f91ffcffb8
SES: Implement DescribeConfigurationSet (#5378) 2022-08-12 16:33:35 +00:00
Amine Haj Ali
c40c6895ce
Error listing Lambda layers after layer deletion (#5376) 2022-08-12 16:32:41 +00:00
Felipe Marinho
f743567789
EC2: Add ec2 fleets basic api (#5367) 2022-08-12 09:33:39 +00:00
deepaksrgm2010
2d6f04d01c
SES: Implement SendBulkTemplatedEmail (#5361) 2022-08-11 17:13:33 +00:00
Viren Nadkarni
e9c5cb2308
EC2: Generate IDs for all key pairs (#5370) 2022-08-10 21:29:54 +00:00
Lukasz Demolin
c4965d1e06
RDS: Add AvailabilityZone to describe_db_instances (#5373) 2022-08-10 20:49:07 +00:00
Johannes Loewe
b40c9760c1
EC2: handle non-existent template name for describe-launch-templates (#5365) 2022-08-10 19:17:30 +00:00
Bert Blommers
034ecb9dfb
TF - split long-running tests (#5363) 2022-08-06 20:10:15 +00:00
Himani Patel
5dfe4e00d6
Feature: Glue Schema Registry APIs: GetSchemaVersion, GetSchemaByDefinition, DeleteSchema, PutSchemaVersionMetadata (#5351) 2022-08-05 20:59:01 +00:00
donfiguerres
9629f09af6
MediaConnect: add_flow_sources and update_flow_source (#5322)
* Implement mediaconnect

Implement add_flow_sources and update_flow_source.

* MediaConnect - add missing URLs

Co-authored-by: Bert Blommers <info@bertblommers.nl>
2022-08-04 18:20:22 +00:00
Kent Ou
12d58bbf29
iam - add RoleLastUsed to get_role response (#5302) 2022-08-04 16:18:06 +00:00
Himani Patel
02270ffcef
Glue: CreateSchema and RegisterSchemaVersion features (#5301) 2022-08-04 15:48:08 +00:00
Jonas
e5f8ef2f9a
IOT: check if policy name already taken (#5352) 2022-08-02 19:45:46 +02:00
ppena-LiveData
e09d35701f
DynamoDB: add check for empty key when getting an item (fix #5345) (#5348) 2022-08-02 19:43:48 +02:00
Jonas
201b61455b
IOT - add list_targets_for_policy action to IoTBackend (#5309) 2022-08-01 11:14:47 +02:00
Brian Pandola
f701875334
Fix: KeyName should not be in ec2:DescribeInstances response if value is None (#5347)
AWS does not serialize NULL values.
2022-07-30 14:12:57 -07:00
Michael Merrill
23c4f47635
Implement IAM back end part of update_assume_role_policy to validate policies (#5340) 2022-07-30 00:25:56 -03:00
Noelle Leigh
d28c4bfb93
Core: Use strings for Jinja2 template names (#5343) 2022-07-29 14:41:14 -03:00
Sahil Shah
c0ce38dba8
AWS::AutoScaling::ScheduledAction add more features (#5305) 2022-07-28 11:42:32 -03:00
Macwan Nevil
5cdd5bf9d2
EC2: fixed filtering in describe az (#5307) 2022-07-27 19:41:27 -03:00
Cristopher Pinzón
bc3ddcff5b
IAM Access Key limit per user (#5337) 2022-07-27 13:19:34 -03:00
tim
a9372c2fbc
Support CatalogId in create_database (#5339) 2022-07-27 09:38:08 -03:00
Jonas
7681fe8706
IOT: fix attribute addition when updating thing groups (#5318) 2022-07-27 09:01:13 -03:00
Jonas
f47d9eefef
IOT: update thing group descriptions (#5298) 2022-07-27 07:03:26 -03:00
taras-kobernyk-localstack
9d26ec7422
KMS : Adding support for multi-region keys and implementing replicate_key API. (#5288) 2022-07-27 06:30:41 -03:00
Brian Pandola
be6e02e5fa
Add key-name filter for ec2:DescribeInstances (#5338) 2022-07-27 00:19:47 -07:00
Guilherme Martins Crocetti
515faca8aa
Add extra keys to EC2 describe-addresses operation (#5306) 2022-07-26 20:39:32 -03:00
pvbouwel
7b43d81aab
Codepipeline - handling iam trust policies and absence of tags. (#5324) 2022-07-26 16:21:07 -03:00
Lukasz Demolin
42b11bbe14
RDS - Fix KeyError on describe_db_clusters for non-existent cluster (#5321) 2022-07-26 16:19:10 -03:00
Cristopher Pinzón
98501ae676
add subscription role arn attribute (#5303) 2022-07-26 09:57:44 -03:00
Jonas
ab045f5beb
IOT: check for existing thing group when creating (#5316) 2022-07-26 07:10:10 -03:00
Jonas
c51ff9bb5f
IOT: fix increment policy version ids (#5296) 2022-07-25 22:26:30 -03:00
Karoline Pauls
feedf1802d Cache Jinja environment by response type (#5308) 2022-07-25 21:29:18 -03:00
Jonas
a1b3b15c59
IOT - check for non-default policy versions before deleting (#5297) 2022-07-25 21:23:26 -03:00
bspot
cc8f8fd805
cognito-idp - pagination for list_groups and list_users_in_group. (#5292) 2022-07-25 20:54:50 -03:00
Sahil Shah
40eefb92d7
Add AWS::AutoScaling::ScheduledAction action cloudformation support (#5289) 2022-07-25 19:37:22 -03:00
steffyP
7658051594
parse 'ActionsEnabled' as boolean for describe-alarms (#5313) 2022-07-25 19:32:41 -03:00
Bert Blommers
5ece8a816c
Downgrade werkzeug (#5330) 2022-07-25 19:26:32 -03:00
b0bu
79af23aeb7
Add support for codebuild (#5282) 2022-07-14 15:57:04 +00:00
cm-iwata
c1bdd764c7
Greengrass Implement Deployments APIs (#5281) 2022-07-03 21:37:22 +00:00
Brian Pandola
2c544fe498
Add Domain to DescribeUserPool response (#5286) 2022-07-02 19:52:05 -07:00
Brian Pandola
fff61af6fc
Fix TypeError when calling emr:RunJobFlow with AutoTerminationPolicy (#5285) 2022-07-02 17:03:54 -07:00
cm-iwata
01d0141da8
Greengrass Implement group and role associate APIs (#5278) 2022-07-01 11:18:57 +00:00
Bert Blommers
6282e5124d
CloudFront improvements (#5275) 2022-06-29 20:12:56 +00:00
Bert Blommers
4d84f84ffc
TF - improve wait times EC2/Route53 (#5274) 2022-06-28 14:39:50 +00:00
Bert Blommers
4115031594
Feature: Cost Explorer (#5273) 2022-06-28 13:40:49 +00:00
Andor Markus
ae8a2e48eb
Feature: EMR serverless application (#5218) 2022-06-28 11:33:00 +00:00
Bert Blommers
068032a59b
Prepare Release 3.1.16 (#5268) 2022-06-27 09:49:36 +00:00
Bert Blommers
2364b7770f
Update TF to latest (#5266) 2022-06-26 17:23:26 +00:00
Bert Blommers
f513d6ca88
Prep release 3.1.15 (#5262) 2022-06-25 21:39:58 +00:00
Macwan Nevil
ac07f03d9e
feature route53resolver: ip address associate/disassociate (#5254) 2022-06-25 11:32:04 +00:00
Jonas
3abb737579
IOT - allow attaching policies to ThingGroups (#5260) 2022-06-25 11:30:37 +00:00
Cristopher Pinzón
20a2218ddc
S3 - avoid encoding of / (#5261) 2022-06-24 22:55:20 +00:00
Bert Blommers
7d8c05ebee
S3 - Return tag-count as string (#5258) 2022-06-23 20:38:22 +00:00
Bert Blommers
adaa7623c5
S3 multiparts - support ACLs (#5255) 2022-06-23 09:56:21 +00:00
José Coelho
727bc2ba0a
Improve test coverage of KMS sign and verify (#5251) 2022-06-23 09:45:07 +00:00
Bert Blommers
6d68a5176b
EC2: create_customer_gateway - support PublicIp and IpAddress (#5253) 2022-06-22 21:05:44 +00:00
Himani Patel
6343d24c92
Implemented Glue Schema Registry CreateRegistry API (#5234) 2022-06-21 20:31:28 +00:00
José Coelho
25aad70481
Add KMS Sign/Verify (#5243) 2022-06-21 17:18:51 +00:00
Cristopher Pinzón
e99e8a883c
SNS - deletion of endpoints after platform app (#5247) 2022-06-21 17:16:15 +00:00
cm-iwata
23e0c4ce03
Greengrass Implement group APIs (#5248) 2022-06-21 17:14:47 +00:00
diepholz
788e14ed40
add createtime to glue table response (#5245) 2022-06-20 22:29:16 +00:00
Macwan Nevil
c2b1950698
Route53 - fixed endpoint creation without ip address (#5246) 2022-06-20 21:13:49 +00:00
Michael Sanders
e004c6d218
Adds CRUD support for databrew recipe jobs and profile jobs (#5244) 2022-06-20 15:38:56 +00:00
Bert Blommers
d03891e805
Prep Release 3.1.14 (#5242) 2022-06-19 13:43:57 +00:00
Macwan Nevil
48186924ae
fixed tf tests: TestAccRoute53HealthCheck (#5241) 2022-06-19 11:21:28 +00:00
Bryan Schrock
836a2e6538
Update get_secret_value to properly check versions and stages match (#5238) 2022-06-18 11:20:14 +00:00
cm-iwata
62923af1c1
Greengrass Implement subscription_definition APIs (#5240) 2022-06-17 14:07:37 +00:00
Cristopher Pinzón
a44a9df21d
S3 - fix encoding for prefix (#5239) 2022-06-17 10:21:06 +00:00
cm-iwata
19bb5f96d2
Greengrass Implement resource_definition_version APIs (#5237) 2022-06-17 10:18:43 +00:00
cm-iwata
6a1a8ee1f8
Greengrass Implement function_definition APIs (#5236) 2022-06-16 13:01:09 +00:00
cm-iwata
6272d586ae
Greengrass Implement resource_definition APIs (#5235) 2022-06-16 12:01:39 +00:00
Michael Merrill
c3f06064ff
feature: handle overlapping routes (#5187) (#5233) 2022-06-15 21:14:29 +00:00
Macwan Nevil
b66e04ffd5
fixed tf-tests: TestAccRoute53Zone, TestAccRoute53ZoneDataSource (#5229) 2022-06-15 20:01:11 +00:00
cm-iwata
00f9b47b45
Greengrass Implement create_resource_definition (#5221) 2022-06-15 15:49:59 +00:00
cm-iwata
1bbdbc2e0d
fix(test_sqs) Extends the Visibility Timeout for failed test(#5230) (#5231) 2022-06-15 14:51:02 +00:00
Michael Sanders
7882505f24
Databrew: support for returning ResourceArn in databrew datasets (#5226) 2022-06-14 14:23:55 +00:00
Paweł Rubin
21189ef1df
feat[route53]: Validate action value in change_resource_record_sets. (#5222) 2022-06-14 14:22:07 +00:00
Michael Merrill
36e4856015
feature: tag functions in eks(#5203) (#5215) 2022-06-14 11:08:04 +00:00
Macwan Nevil
631e887b5e
fixed tf suite: Route53HostedZone (#5223) 2022-06-14 10:14:15 +00:00
Cesar Alvernaz
1698c52740
APIGateway - add request parameters to integration model (#5224) 2022-06-14 10:07:30 +00:00
Fedorenko Dmitrij
9640ec20d1
Stable cognito user pool (#5194) 2022-06-13 10:14:22 +00:00
Bert Blommers
8973f21d15
Prepare release 3.1.13 (#5219) 2022-06-12 17:53:27 +00:00
Bert Blommers
e15c16eaed
EC2 - Error when passing in TagSpec with 0 tags (#5216) 2022-06-12 10:15:25 +00:00
Macwan Nevil
67cda6d7d6
fixed route53 rrset terraform suit (#5197) 2022-06-10 19:33:17 +00:00
Bert Blommers
6bb409e29d
AWSlambda: Support creation of functions with PackageType=Image (#5213) 2022-06-10 14:09:13 +00:00
Bert Blommers
8a8eaff547
EC2 - create_default_vpc (#5212) 2022-06-10 12:05:10 +00:00
cm-iwata
f8bbf98176
Greengrass Implement device_definition_version APIs (#5211) 2022-06-10 09:48:40 +00:00
Bert Blommers
a2c2c06243
Techdebt - Align models-responses integration for all services (#5207) 2022-06-09 17:40:22 +00:00
Feng He
47fe052c6f
sso-admin: add PermissionSet actions (#5208) 2022-06-09 17:37:30 +00:00
cm-iwata
d4355a93f8
Greengrass Implement device_definition APIs (#5206) 2022-06-09 09:44:33 +00:00
Daniel Birnstiel
f282cb03f0
Add state transition for restoring objects from S3 glacier (#5202) 2022-06-09 09:41:57 +00:00