Commit Graph

4926 Commits

Author SHA1 Message Date
HALLOUARD
34bc540f70
Sagemaker: Add update_model_package (#6891) 2023-10-08 20:16:50 +00:00
Bert Blommers
3b67c9bfb0
S3: head() should return MethodNotAllowed for DeleteMarkers (#6889) 2023-10-06 21:10:28 +00:00
Macwan Nevil
90fec47f5f
ELBv2: fixed exception message for target group (#6882) 2023-10-05 17:30:49 +00:00
Bert Blommers
36f006c32a
EC2: run_instances() now returns the Placement.HostId attribute (#6885) 2023-10-05 07:44:17 +00:00
Bert Blommers
309d5eb3bc
S3: ContentLength-headers should be strings (#6884) 2023-10-05 07:43:53 +00:00
Bert Blommers
c19d8f1057
Admin: Lakeformation: Fix test names (#6883) 2023-10-04 21:56:38 +00:00
Cristopher Pinzón
197e8710af
EC2: Add validations for create_subnet tags (#6860) 2023-10-03 21:23:07 +00:00
Bert Blommers
24d9ea61ce
LakeFormation: add_lf_tags_to_resource() (#6879) 2023-10-03 21:06:07 +00:00
Bert Blommers
f5a69d531d
Events: put_events() now throws a warning when Detail field is not a dict (#6875) 2023-10-02 07:50:47 +00:00
komada
ad2d77a59c
CognitoIDP: Use default values for unspecified settings in update_user_pool (#6866) 2023-09-30 07:36:16 +00:00
Bert Blommers
6fe4999de2
SES: Support templates with if/else (#6867) 2023-09-30 07:35:11 +00:00
Bert Blommers
504387dcb8
Redshift: describe_clusters() now returns the TotalStorageCapacityInMegaBytes (#6868) 2023-09-29 22:05:38 +00:00
Bert Blommers
06982582b7
Glue: Default CatalogId should be the AccountID (#6864) 2023-09-29 12:08:22 +00:00
Bert Blommers
5563e62f21
EC2: delete_fleet() should set correct status (#6863) 2023-09-29 12:07:38 +00:00
Bert Blommers
438b2b7843
Feature: Proxy (#6848) 2023-09-27 18:34:30 +00:00
Edgar Ramírez Mondragón
39b9c2f121
Implement state transitions for ECS tasks (#6857) 2023-09-27 14:56:34 +00:00
Viren Nadkarni
fea098310a
EC2: Cross-account transit gateway peering attachments (#6851) 2023-09-27 12:50:26 +00:00
Bert Blommers
bc9c8ef8ab
Admin: Enable some tests to run against AWS (#6855) 2023-09-27 07:12:13 +00:00
Bert Blommers
fecde6c001
IAM: list_groups() now returns the CreateDate-attribute (#6854) 2023-09-26 21:59:37 +00:00
João Pedro Schmitt
9a84423187
CognitoIDP: clean MFA settings capability and enable multiple MFA methods (#6853) 2023-09-26 17:45:40 +00:00
HALLOUARD
c1bbae3604
feat: Add sagemaker list_model_package_groups and fix versionned model packages (#6847) 2023-09-26 08:43:27 +00:00
maederm
f878aaf8cd
Feature: s3 sns notification (#6838) 2023-09-22 13:17:01 +00:00
Sannya Singal
387e0960d3
elbv2: adds a new ssl policy (#6835)
* add ssl policy for ELBSecurityPolicy-TLS13-1-2-2021-06

* run formatter

* fix failing tests
2023-09-21 17:35:15 +00:00
Viren Nadkarni
5f1fb65038
EC2: Cross-account VPC peering connections (#6826) 2023-09-20 07:23:17 +00:00
Bert Blommers
643759bd64
Admin: Rework skipped tests for ServerMode (#6833) 2023-09-19 19:46:20 +00:00
cm-iwata
2ada07ff44
ECS: add pidMode validation for FARGATE (#6825) 2023-09-19 12:39:14 +00:00
Jean-Frederic Mainville
e8674cede8
Opensearch: Add the list_domain_names method support (#6824) 2023-09-19 07:41:54 +00:00
Bert Blommers
643cf7c55e
DynamoDB - Return binary data in right format (#6828) 2023-09-18 21:22:03 +00:00
Bert Blommers
55293b3668
ELBv2: Improve Target Group validation (#6818) 2023-09-16 08:54:51 +00:00
Macwan Nevil
fb9023a20e
ELBv2: added validation for create_target_group() and set_ip_address_type() (#6817) 2023-09-15 19:57:11 +00:00
Bert Blommers
b7cedf6480
Prep release 4.2.3 (#6814) 2023-09-15 17:56:03 +00:00
Bert Blommers
2bae13bf5b
DynamoDB: Fix projection expression with binary attribute (#6816) 2023-09-15 17:17:57 +00:00
Macwan Nevil
971e432ad3
ELBv2: fix parity in describe_target_group (#6812) 2023-09-15 10:12:47 +00:00
Demetrios Tsillas
c6b3e5a370
EBS: Some fixes to snapshot uploading (#6520)
* Two fixes to support Citrix AWS hypervisor plugin: ebs responses for putting a block and completing a snapshot should be 201 and 202 respectively rather than 200; If the body cannot be utf-8 decoded, try base64.Z

* Update responses.py

* Update responses.py

* Update responses.py

* Add EBS snapshot unit test

* EBS: put_snapshot_block() should support raw bytes

---------

Co-authored-by: Demetrios Tsillas <Demetrios.Tsillas@citrix.com>
Co-authored-by: Bert Blommers <info@bertblommers.nl>
2023-09-15 07:42:40 +00:00
Florian Weyandt
6831c42284
Elbv2.create rule links target group to lb (#6452)
* Link loadbalancer arn to target group when creating a forward rule so target groups can be found by loadbalancer arn

* add test for describe_target_groups by loadbalancer arn when creating listener rule after listener creation

* Linting

---------

Co-authored-by: Bert Blommers <info@bertblommers.nl>
2023-09-15 07:39:17 +00:00
Macwan Nevil
c1a6609f55
ELBv2: added validation for target group (#6808) 2023-09-14 12:52:14 +00:00
Aurélien Joga
9d8c11fdc8
IAM validation: Resource is now processed during authorization (#6799) 2023-09-14 12:48:20 +00:00
Bert Blommers
a1b0bb9298
IAM: Populate role.last_used when assuming a role (#6810) 2023-09-14 08:49:53 +00:00
Bert Blommers
be2f45ed8b
Core: Mocked ACCESS_KEY values now adhere to AWS guidelines (#6807) 2023-09-12 13:17:01 +00:00
Sha
c37ddd9c5c
Core responses: Add missing registered() (#6597) 2023-09-12 13:16:42 +00:00
Bert Blommers
60fd1a5cf2
Techdebt: Improve date handling across Moto (#6803) 2023-09-11 22:23:44 +00:00
Bert Blommers
b7efcdde6f
Events: Support for partner event sources (#6804) 2023-09-11 22:23:26 +00:00
Jean-Frederic Mainville
5e8b457bc9
Elastic Beanstalk: Add the delete_application method support (#6797) 2023-09-11 08:57:27 +00:00
Bert Blommers
de4ce26c20
SFN: list_executions() now returns the StopDate-attribute (#6802) 2023-09-10 18:14:41 +00:00
Bert Blommers
fa9aa95156
KMS: sign/verify should use the original message, not the base64-encoded version (#6795) 2023-09-09 09:57:39 +00:00
Akira Noda
121ad974b8
Batch: Using enum for job status (#6789) 2023-09-08 15:23:57 +00:00
Brett Buford
a8ab8011ed
KMS: Return proper metadata when replicating a key (#6788) 2023-09-08 15:23:09 +00:00
Michael French
1d3ddc9a19
Athena: make statement type dependent on query command (#6786) 2023-09-08 13:13:26 +00:00
Paul Dittamo
056b69bee7
S3: add granting logging perms using bucket policy (#6715) 2023-09-08 13:12:26 +00:00
Bert Blommers
ca9d8fc420
IAM validation: Now supports SSM requests (#6785) 2023-09-08 07:27:17 +00:00
Bert Blommers
3545d38595
DynamoDB: key_condition_expression cannot contain a literal value (#6784) 2023-09-07 20:45:04 +00:00
Bert Blommers
870f0ad22d
Feature: RoboMaker: *_robot_applications() (#6780) 2023-09-07 13:59:25 +00:00
Ben Simon Hartung
3e928bcad6
S3: fix Range request handling (#6778) 2023-09-07 07:20:24 +00:00
Bert Blommers
4ea51d8795
Events: put_events() now support HTTP targets (#6777) 2023-09-06 22:30:10 +00:00
Miki Watanabe
5b2da11e19
BUG: fix lint error E721 (#6767)
Co-authored-by: 渡邊 美希 <miki.watanabe@watanabes-MacBook-Pro.local>
Co-authored-by: Bert Blommers <info@bertblommers.nl>
2023-09-06 13:08:35 +00:00
JoshuaLicense
49f5a48f71
fix(secretsmanager): fix update of no-value initial secret (#6771) 2023-09-05 21:04:44 +00:00
Mario Nitchev
c653b597f3
EC2: Support filtering transit gateways by tag (#6774) 2023-09-05 17:32:26 +00:00
Bert Blommers
bf9bbcc506
AWSLambda: Layers are now loaded onto the Docker image (#6772) 2023-09-05 17:31:13 +00:00
Bert Blommers
264723d981
Techdebt: Do not load EC2 images unless necessary, to speed things up (#6761) 2023-09-03 14:59:09 +00:00
Jean-Frederic Mainville
d78db35f41
ElastiCache: Add the create_cache_cluster, delete_cache_cluster and describe_cache_clusters methods support (#6754) 2023-09-02 13:00:25 +00:00
Bert Blommers
e211366534
SageMaker: list_notebook_instances() (#6756) 2023-09-02 06:34:49 +00:00
Bert Blommers
5af4421524
SES: set_identity_mail_from_domain() - the Identity can be an email (#6755) 2023-09-01 21:56:47 +00:00
Mario Nitchev
c59fee5d35
EC2: Add missing transitGatewayArn field for CreateTransitGatewayResponse (#6750) 2023-09-01 16:45:39 +00:00
Bert Blommers
093052bd9b
Techdebt: Simplify ManagedBlockchain setup & tests (#6749) 2023-09-01 07:07:54 +00:00
Bert Blommers
5dd649378c
Feature: Sagemaker Runtime (#6747) 2023-09-01 07:06:50 +00:00
Thomas Schaaf
7098388ee4
IAM policies: allow s3 accesspoint arns (#6743) 2023-09-01 07:06:19 +00:00
Daniel Fangl
de44a85ed2
Fix usage of a single object instances for multiple concurrent requests (#6746) 2023-08-31 16:32:02 +00:00
Bert Blommers
2ddcb8e705
Techdebt: Reenable EC2 VPC endpoint services tests (#6744) 2023-08-31 13:20:51 +00:00
Bert Blommers
d3f5e3d68b
S3: Allow CrossAccount access to be disabled (#6741) 2023-08-31 06:48:28 +00:00
Bert Blommers
8aafbdb58f
Techdebt: Streamline AWSLambda/Docker tests (#6735) 2023-08-31 06:47:49 +00:00
Akira Noda
417ccbd54a
KMS: Add fail cases for testing verification of RSA Signing algorithms (#6738) 2023-08-28 18:39:50 +00:00
Akira Noda
f0b8fedd84
KMS: Add signing by ECDSA Private key (#6737) 2023-08-28 13:12:01 +00:00
Bert Blommers
7cf432b412
RDS: Clusters now support the ServerlessV2ScalingConfiguration parameter (#6736) 2023-08-28 07:29:52 +00:00
Bert Blommers
956dd265f0
Logs: Tagging support (#6734) 2023-08-27 18:14:51 +00:00
Bert Blommers
93131e6173
Logs: get_query_results() and describe_queries() (#6730) 2023-08-27 07:40:52 +00:00
Akira Noda
866c28a309
KMS: Add RSASSA_PKCS1_V1_5_SHA_256, 384, 512 signing algorithms (#6729) 2023-08-26 07:18:00 +00:00
Akira Noda
fedca69991
KMS: Add fail test cases for signing algorithms of RSA (#6728) 2023-08-26 07:16:51 +00:00
Bert Blommers
111c349682
ResourceGroupsTaggingAPI: tag_resource() for RDS resources (#6727) 2023-08-26 07:15:57 +00:00
Bert Blommers
59ebe7d6a5
Core: Allow request decompression (#6726) 2023-08-26 07:14:40 +00:00
Bert Blommers
a1adf241b4
Logs: Support two subscription filters (#6724) 2023-08-25 08:03:49 +00:00
Joel McCoy
a29f556358
IdentityStore: list_users() (#6719) 2023-08-25 08:01:43 +00:00
Bert Blommers
6eb16e8038
Techdebt: Paginator should support OrderedDict's (#6723) 2023-08-25 08:01:25 +00:00
Paul
b6a582e624
Cognito-IDP describe_resource_server() and list_resource_servers() (#6717) 2023-08-24 19:09:38 +00:00
amlodzianowski
873bc9cf1a
fix: broad catch statement for failedInvalidDelay (#6721)
Co-authored-by: Adrian Mlodzianowski <amlodzianowski@logicworks.net>
2023-08-24 17:46:03 +00:00
Bert Blommers
3cf4f6315b
SecretsManager: Allow creation/update of secrets without values (#6720) 2023-08-24 13:48:53 +00:00
Bert Blommers
8ff53ff417
IAM: Keep AWS managed policies cache clean (#6716) 2023-08-24 07:54:32 +00:00
Akira Noda
6a1a5ca5a2
KMS: add RSASSA_PSS_SHA_384 and RSASSA_PSS_SHA_512 signing algorithm (#6711) 2023-08-24 07:52:11 +00:00
Bert Blommers
bc6f72a768
Prep release 4.1.15 (#6710) 2023-08-22 07:58:00 +00:00
Bert Blommers
9e3e5e947b
DynamoDB: Allow ProjectionExpressions on attributes that contain a . (#6709) 2023-08-21 21:52:58 +00:00
Bert Blommers
bc29ae2fc3
Techdebt: Update TF tests (#6661) 2023-08-21 20:33:16 +00:00
Akira Noda
78c518ddc8
KMS: Support 3072 and 4098 key sizes for RSA (#6708) 2023-08-21 18:07:12 +00:00
Akira Noda
0d75cdc38b
KMS: Add RSASSA_PSS_SHA_256 private key (#6702) 2023-08-20 14:32:26 +00:00
Bert Blommers
e11ba21b83
IOT: group names can now contain special characters (#6701) 2023-08-20 10:17:57 +00:00
Akira Noda
5e1b166f25
KMS: refactoring signing_algorithms property (#6700) 2023-08-19 20:49:45 +00:00
kbalk
ca83236da6
Techdebt: Replace sure with regular assertions in RedShift (#6690) 2023-08-19 17:58:06 +00:00
Akira Noda
27f025320a
KMS: Validate key specs (#6630)
* validate key specs

* fix failed tests

* add unittests

* fix typo

---------

Co-authored-by: Akira Noda <akira.noda@onecareer.com>
2023-08-19 10:53:54 +00:00
João Pedro Schmitt
c072bac9ee
CognitoIDP: user status FORCE_CHANGE_PASSWORD in USER_SRP_AUTH should require new password (#6698) 2023-08-18 20:37:01 +00:00
Pepe Fagoaga
a36cd89780
fix(cloudtrail): get_trail_status must work with MultiRegion trails (#6687) 2023-08-18 08:14:19 +00:00
kbalk
30c5d435a6
Techdebt: Replace sure with regular assertions in ResourceGroups (#6694) 2023-08-18 07:48:01 +00:00
kbalk
6436dcb224
Techdebt: Replace sure with assertions in ResourceGroupStagging API (#6693) 2023-08-18 07:47:44 +00:00
kbalk
1106e64ed7
Techdebt: Replace sure with regular assertions in Rekognition (#6691) 2023-08-18 07:47:28 +00:00
kbalk
1fe69d55a5
Techdebt: Replace sure with regular assertions in RDS (#6683) 2023-08-17 07:42:19 +00:00
kbalk
28743bdbe7
Techdebt: Replace sure with regular assertions in Redshift Data (#6684) 2023-08-17 07:30:10 +00:00
kbalk
a36d8fcba4
Techdebt: Replace sure with regular assertions in RAM (#6681) 2023-08-17 07:29:10 +00:00
kbalk
a6f140ddab
Techdebt: Replace sure with regular assertions in QuickSight (#6680) 2023-08-17 07:28:50 +00:00
Bert Blommers
0e1df2ba62
Update test_vpc_endpoint_services_integration.py (#6682) 2023-08-17 07:28:15 +00:00
kbalk
bbecbd2acd
Techdebt: Replace sure with regular assertions in Polly (#6679) 2023-08-16 21:56:23 +00:00
Pepe Fagoaga
0b4889ad37
feat(ec2): Add Instance Monitoring attribute (#6678) 2023-08-16 21:55:24 +00:00
kbalk
45cffb6cd8
Techdebt: Replace sure with regular assertions in Pinpoint (#6677)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2023-08-16 11:29:57 +00:00
kbalk
35fc33c81c
Techdebt: Replace sure with regular assertions in Personalize (#6676)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2023-08-16 10:30:50 +00:00
kbalk
0fa43c85b4
Techdebt: Replace sure with regular assertions in Organizations (#6675)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2023-08-16 10:19:33 +00:00
kbalk
45dfb54469
Techdebt: Replace sure with regular assertions in OpsWorks (#6673)
Co-authored-by: Karri Balk <kbalk@users.noreply.github.com>
2023-08-16 10:10:41 +00:00
kbalk
b1195f8eb3
Techdebt: Replace sure with regular assertions in Utilities (#6660) 2023-08-16 08:04:34 +00:00
Scott Bailey
b71723b99a
awslambda: create_function() should fail on duplicate (#6626) 2023-08-15 21:24:01 +00:00
Scott Bailey
824f22a794
AWSLambda: enforce concurrency quota in put_function_concurrency() (#6628) 2023-08-15 16:43:40 +00:00
kbalk
f0c0eb7e4d
Techdebt: Replace sure with regular assertions in meteringmarketplace (#6668) 2023-08-15 09:58:55 +00:00
kbalk
b92b2f10c3
Techdebt: Replace sure with regular assertions in Forecast (#6667) 2023-08-15 09:57:57 +00:00
kbalk
1f189237f4
Techdebt: Replace some missed usage of sure in CloudFront (#6666) 2023-08-15 08:06:20 +00:00
kbalk
4104865bde
Techdebt: Replace sure with regular assertions in emrcontainers, emrserverless (#6665) 2023-08-15 08:05:53 +00:00
kbalk
d8d5f5905e
Techdebt: Replace sure with regular assertions in Transcribe (#6664) 2023-08-15 08:04:33 +00:00
Bert Blommers
8035269645
Techdebt: Replace sure with regular assertions in Neptune (#6663) 2023-08-15 08:00:12 +00:00
Bert Blommers
dc32eb86a3
Techdebt: Replace sure with regular assertions in MQ (#6662) 2023-08-15 07:59:14 +00:00
Bert Blommers
254ecc5e4f
Techdebt: Replace sure with regular assertions in MotoAPI (#6658) 2023-08-15 07:45:57 +00:00
kbalk
b9c848fd9c
Techdebt: Replace sure with regular assertions in WAFv2 (#6657) 2023-08-14 09:54:27 +00:00
kbalk
795e9b8677
Techdebt: Replace sure with regular assertions in Xray (#6656) 2023-08-14 09:53:44 +00:00
kbalk
3c4f4b5b0a
Techdebt: Replace sure with regular assertions in Timestreamwrite (#6655) 2023-08-14 09:53:02 +00:00
Joel McCoy
76a743c56e
Implemented IdentityStore list_groups function (#6644) 2023-08-14 09:52:11 +00:00
kbalk
0520df02c1
Techdebt: Replace sure with regular assertions in SSM (#6645) 2023-08-13 20:42:50 +00:00
Bert Blommers
82363e49e9
Techdebt: Replace sure with regular assertions in MediaStore (#6653) 2023-08-13 20:17:54 +00:00
Bert Blommers
b9fcfde3cf
Techdebt: Replace sure with regular assertions in MediaPackage (#6652) 2023-08-13 18:52:36 +00:00
Bert Blommers
5f35156d3d
Techdebt: Replace sure with regular assertions in MediaLive (#6651) 2023-08-13 16:59:51 +00:00
Bert Blommers
dc8015c91d
Techdebt: Replace sure with regular assertions in MediaConnect (#6650) 2023-08-13 16:51:18 +00:00
Bert Blommers
da89714e18
Techdebt: Replace sure with regular assertions in ManagedBlockchain (#6642) 2023-08-13 10:15:19 +00:00
kbalk
560162336f
Techdebt: Remove sure import if not used by service (#6643) 2023-08-13 10:14:27 +00:00
Bert Blommers
b41e2579c6
Scheduler: create_scheduler() now errors on duplicate names (#6641) 2023-08-12 21:58:33 +00:00
kbalk
c8b5470e25
Techdebt: Replace sure with regular assertions in SWF (#6638) 2023-08-12 07:59:33 +00:00
kbalk
1626c35ac5
Techdebt: Replace sure with regular assertions in SQS (#6634) 2023-08-12 07:10:50 +00:00
Bert Blommers
f297c4216f
DynamoDB: FilterExpressions/ProjectionExpressions cannot be an empty string (#6636) 2023-08-12 07:01:03 +00:00
Bert Blommers
4179de8a61
S3: Allow specific resource in IAM access policy (#6637) 2023-08-12 07:00:49 +00:00
Bert Blommers
303b1b92cb
IOTData: Support named shadows (#6633) 2023-08-11 07:20:44 +00:00
kbalk
deba2e38cd
Techdebt: Replace sure with regular assertions in STS (#6632) 2023-08-10 22:03:47 +00:00
Bert Blommers
deb914fc54
Feature: APIGateway Management API (#6588) 2023-08-10 22:02:37 +00:00
kbalk
14f9c3d38a
Techdebt: Replace sure with regular assertions in support (#6629) 2023-08-10 18:09:07 +00:00
kbalk
59d4dc8e12
Techdebt: Replace sure with regular assertions in stepfunctions (#6625) 2023-08-10 18:08:17 +00:00
kbalk
e9f5a64f0f
Techdebt: Replace sure with regular assertions in SNS (#6621) 2023-08-10 18:07:41 +00:00
Bert Blommers
38bd1af4d3
Techdebt: Replace sure with regular assertions in Logs (#6620) 2023-08-10 18:06:46 +00:00
Bert Blommers
110cf01e8a
Techdebt: Revert vpc test changes (#6631) 2023-08-10 18:06:19 +00:00
Bert Blommers
db0bec1418
S3: select_object_content() now takes RecordDelimiter into account (#6618) 2023-08-09 10:49:01 +00:00
Bert Blommers
db87597018
Techdebt: Replace sure with regular assertions in IOTData (#6619) 2023-08-09 07:37:49 +00:00
Bert Blommers
993a904ac4
Techdebt: Run ServerMode tests in newer Python versions (#6602) 2023-08-09 07:29:36 +00:00
Bert Blommers
9636e02127
Techdebt: Move some tests around (#6617) 2023-08-08 14:38:09 +00:00
Scott Bailey
2b0d6ee0dc
Add ECR support to lambda update_function_code() (#6586) 2023-08-08 10:11:24 +00:00
kbalk
eb5fdfa247
Techdebt: Replace sure with regular assertions in secretsmanager (#6616) 2023-08-08 10:08:15 +00:00
kbalk
56153be9d8
Techdebt: Replace sure with regular assertions in sagemaker (#6614) 2023-08-08 10:06:51 +00:00
kbalk
2f8019052d
Techdebt: Replace sure with regular assertions in servicediscovery (#6612) 2023-08-07 16:52:34 +00:00
kbalk
6297361d1e
Techdebt: Replace sure with regular assertions in ssoadmin (#6611) 2023-08-07 16:51:21 +00:00
Akira Noda
a35403714b
KMS: Add SM2DSA signing algorithms (#6609) 2023-08-07 16:49:26 +00:00
kbalk
29b66fe10c
Techdebt: Replace sure with regular assertions in S3 (#6603) 2023-08-07 16:48:48 +00:00
kbalk
75d9082ef4
Techdebt: Replace sure with regular assertions in servicequotas (#6604) 2023-08-06 10:59:41 +00:00
kbalk
7a17e0f89d
Techdebt: Replace sure with regular assertions in s3bucket_path (#6601) 2023-08-04 21:52:10 +00:00
kbalk
fc53fd6950
Replace sure with regular assertions in s3control (#6600) 2023-08-04 21:51:28 +00:00
kbalk
38827b29b8
Replace sure with regular assertions in signer (#6595) 2023-08-04 14:14:46 +00:00
kbalk
6a2131358a
Replace sure with regular assertions (#6594) 2023-08-04 14:14:14 +00:00
kbalk
b32c5e8d96
Replace sure with regular assertions in sdb (#6593) 2023-08-04 14:04:42 +00:00
Bert Blommers
b11a693b11
Techdebt: Replace sure with regular assertions in KMS (#6590) 2023-08-02 09:41:44 +00:00
Bert Blommers
f69d0b2b5f
Techdebt: Replace sure with regular assertions in KinesisVideo (#6589) 2023-08-02 09:39:45 +00:00
Bert Blommers
28837234c5
Techdebt: Ensure RT API has unique tag keys (#6587) 2023-08-01 22:46:10 +00:00
Scott Bailey
80f6cd78d1
AWSLambda: Don't report undefined working directory (#6585) 2023-08-01 21:42:12 +00:00
github-actions[bot]
d3816d82da
chore: update SSM Instance AMI's (#6581) 2023-08-01 21:38:21 +00:00
Bert Blommers
6843eb4c86
Techdebt: Replace sure with regular assertions in Kinesis (#6579) 2023-08-01 09:47:40 +00:00
Bert Blommers
58a981a002
EC2: describe_vpc_endpoint_services() now returns user-defined ones (#6578) 2023-08-01 09:29:20 +00:00
Bert Blommers
95dfa04691
Techdebt: Replace sure with regular assertions in IOT (#6577) 2023-07-31 21:50:24 +00:00
Bert Blommers
38b7ffade2
ResourceGroupsTaggingAPI: Support Glue resources (#6576) 2023-07-31 11:01:47 +00:00
Bert Blommers
cd5beb021a
Techdebt: Replace sure with regular assertions in IAM (#6573) 2023-07-30 19:37:08 +00:00
Bert Blommers
41c5b619b0
CloudWatch: get_metric_data() now support (simple) Expressions (#6570) 2023-07-30 10:34:05 +00:00
Bert Blommers
69a207df86
Techdebt: Replace sure with regular assertions in GuardDuty (#6569) 2023-07-29 23:04:49 +00:00
Bert Blommers
414a9e6c86
Techdebt: Replace sure with regular assertions in Glue (#6568) 2023-07-29 22:26:04 +00:00
Bert Blommers
35ab6cefe8
RDS: create_db_cluster() now supports the VpcSecurityGroupIds-parameter (#6567) 2023-07-28 14:34:35 +00:00
Bert Blommers
b52fd80cb1
Techdebt: Replace sure with regular assertions in Glacier (#6566) 2023-07-27 22:47:15 +00:00
Bert Blommers
a68a035038
Techdebt: Replace sure with regular assertions in Firehose (#6565) 2023-07-27 22:25:43 +00:00
Bert Blommers
689c93376a
Techdebt: Replace sure with regular assertions in Events (#6564) 2023-07-27 09:39:24 +00:00
DemyCode
8cc5155cc6
Sagemaker: Add create_model_package_group (#6454) 2023-07-27 09:32:18 +00:00
Bert Blommers
9222b81825
Techdebt: Replace sure with regular assertions in ElasticSearch (#6562) 2023-07-26 20:46:17 +00:00
Bert Blommers
11753adbf0
Techdebt: Replace sure with regular assertions in EMR (#6561) 2023-07-26 09:42:43 +00:00
Viren Nadkarni
5fbb1391e9
VPC: Add CloudFront, Ground Station and Lattice prefix lists (#6540) 2023-07-25 21:58:50 +00:00
Bert Blommers
1670471068
DynamoDB: Support sending nested items to ESM's (#6559) 2023-07-24 21:34:36 +00:00
Bert Blommers
6b0d022925
Techdebt: Replace sure with regular assertions in ELBv2 (#6558) 2023-07-24 12:50:35 +00:00
Bert Blommers
9cb38575f1
Cloudfront: update_distribution() now supports DefaultRootObject (#6557) 2023-07-24 08:20:27 +00:00
quirozs
39e57cc7a4
CognitoIDP: Deny login if user account is disabled (#6553) 2023-07-22 17:18:08 +00:00
Bert Blommers
e3d1ae6815
Techdebt: Replace sure with regular assertions in ELB (#6548) 2023-07-21 17:52:11 +00:00
Bert Blommers
774ff7cf6e
Techdebt: Replace sure with regular assertions in ElasticTranscoder (#6545) 2023-07-20 09:37:28 +00:00
Bert Blommers
8db8556562
Techdebt: Replace sure with regular assertions in ElasticBeanstalk (#6544) 2023-07-20 09:36:51 +00:00
Bert Blommers
a0af77f32c
Techdebt: Replace sure with regular assertions in ElastiCache (#6543) 2023-07-20 09:36:20 +00:00
Bert Blommers
42190252c3
Techdebt: Replace sure with regular assertions in EKS (#6537) 2023-07-19 09:37:49 +00:00
Bert Blommers
7bbec751df
CloudFormation: describe_stack_instances() now returns the StackInstanceStatus-attribute (#6536) 2023-07-19 09:37:13 +00:00
Bert Blommers
1aa8e7a7b2
IOT: search_index() now returns the connectivity-attribute (#6535) 2023-07-19 09:36:55 +00:00
Bert Blommers
cdcf356424
S3: Optional support for CRC32C (#6534) 2023-07-19 09:36:38 +00:00
Bert Blommers
9da27b76ef
Techdebt: Replace sure with regular assertions in ECS (#6533) 2023-07-18 15:33:16 +00:00
Bert Blommers
58ad693c42
Techdebt: Replace sure with regular asserts in ECR (#6530) 2023-07-17 10:21:32 +00:00
Bert Blommers
79bd7c5bae
Techdebt: Replace sure with regular assertions in EC2 (#6525) 2023-07-17 09:31:05 +00:00