Commit Graph

5417 Commits

Author SHA1 Message Date
pvbouwel
9e7803dc36
[Bugfix] UpdateExpression using ADD from zero (#2975)
When using the ADD syntax to sum up different components
the path that is provided is allowed to be non-existent.
In such a case DynamoDB will initialize it depending on
the type of the value.
If it is a number it will be initialized with 0.
If it is a set it will be initialized with an empty set.
2020-05-07 21:29:20 +01:00
Bert Blommers
0718525a2a Linting 2020-05-07 12:29:18 +01:00
Bert Blommers
f1f7ddb69d
Merge pull request #2970 from rigaspapas/opsworks-online-status
Fix the online status in OpsWorks
2020-05-07 12:27:53 +01:00
Bert Blommers
e4caea586d
Merge pull request #2957 from OneMainF/add-managedblockchain
Add managedblockchain network functions #2956
2020-05-07 11:47:18 +01:00
Bert Blommers
ed109dae91
Merge pull request #2966 from usmangani1/SES_mod
SES get send statistics response modification
2020-05-07 11:30:32 +01:00
Bert Blommers
f82e834225 Lambda - Only return Logs if LogType=Tail 2020-05-07 10:55:15 +01:00
Bert Blommers
be5b1c592f Lambda - Add actual logs to LogResult, instead of replicating the response 2020-05-07 10:40:24 +01:00
James Belleau
9881306ef2 Simplified optional attribute get 2020-05-07 04:33:31 -05:00
Bert Blommers
dcb122076f Linting 2020-05-07 09:53:07 +01:00
Bert Blommers
691e206854 SES - Validate domain before send_raw_email 2020-05-07 09:49:37 +01:00
Rigas Papathanasopoulos
4abd88f95c
Fix the online status in OpsWorks
When an instance is running, OpsWorks reports its status as "online"
[1], while EC2 reports it as "running". Until now, moto copied the EC2
instance's status as is. This commit introduces the converts the running
status to online when returned by OpsWorks.

[1]: https://docs.aws.amazon.com/cli/latest/reference/opsworks/describe-instances.html
2020-05-07 10:57:27 +03:00
Bert Blommers
ff23489f82
Merge pull request #2971 from bpandola/fix-2967
Add `Redshift.ClusterAlreadyExists` Error
2020-05-07 06:38:11 +01:00
James Belleau
811ec3bd2a Added get network test 2020-05-06 21:54:59 -05:00
James Belleau
5ec814a604 Fixes and additional tests 2020-05-06 21:12:48 -05:00
Brian Pandola
55f207050e Add Redshift.ClusterAlreadyExists Error
Closes #2967
2020-05-06 14:28:40 -07:00
Bert Blommers
2052a07ff7
Merge pull request #2962 from Chagui-/master
Implement parentGroup, namePrefixFilter and recursive for list_thing_groups()
2020-05-06 17:00:05 +01:00
usmankb
2b0e7da998 SES get send statistics response modification 2020-05-06 20:28:50 +05:30
Chagui-
8bfc7ed760 Fixed python2 2020-05-06 10:28:13 -04:00
Bert Blommers
df1e0d80c5
Merge pull request #2963 from gruebel/fix-ssm-get-parameters
Fix ssm.get_parameters missing validation
2020-05-06 14:59:19 +01:00
Chagui-
c51ef87f71 black 2020-05-06 09:43:34 -04:00
Chagui-
f7b0484428 Refactored test_describe_thing_group_metadata_hierarchy to use generate_thing_group_tree 2020-05-06 09:37:43 -04:00
Chagui-
0869c83ea5 Refactored test_delete_thing_group to use generate_thing_group_tree 2020-05-06 09:32:47 -04:00
Chagui-
5fd8179653 Refactored test_list_thing_groups into class TestListThingGroup 2020-05-06 09:29:16 -04:00
Chagui-
40d1c8c9b9 Added generate_thing_group_tree function 2020-05-06 09:10:42 -04:00
gruebel
3b8c8fafe2 Fix ssm.get_parameters missing validation 2020-05-06 14:38:25 +02:00
Chagui-
e114eb9383 Added test test_list_thing_groups() 2020-05-05 18:08:56 -04:00
Chagui-
e1baca1569 Implemented parent_group, recursive and name_prefix_filter for function list_thing_groups() 2020-05-05 18:08:28 -04:00
Bert Blommers
323877c15d
Merge pull request #2954 from usmangani1/LSTACK_AWSPROXY
Fix response_parameter being ignored in put_integration_response
2020-05-04 11:04:54 +01:00
Bert Blommers
2c9409faaa
Merge pull request #2946 from usmangani1/LSTACKISSUE909
SES Enhancement Adding  get_send_statistics,create_configuration_set functions.
2020-05-04 10:07:03 +01:00
Bert Blommers
34911b7c8b
Merge pull request #44 from spulec/master
Merge upstream
2020-05-04 09:38:41 +01:00
Bert Blommers
d6875c25cc Linting 2020-05-04 09:27:57 +01:00
Bert Blommers
353bc08ac2 Linting 2020-05-04 09:24:46 +01:00
James Belleau
4365c2bd4e Added network functions 2020-05-03 18:13:40 -05:00
usmankb
1cda64e9a3 Added tests 2020-05-03 08:31:46 +05:30
usmankb
b8aa6ddaea Fix response_parameter being ignored in put_integration_response 2020-05-03 08:28:20 +05:30
Steve Pulec
3167f4aeb8
Merge pull request #2952 from khneal/sqs_update_MaximumMessageSize
update SQS MaximumMessageSize from 64K to 256K
2020-05-02 20:15:04 -05:00
Kevin Neal
52cbdd72e7 update SQS MaximumMessageSize from 64K to 256K 2020-05-02 16:40:52 -07:00
Steve Pulec
067b7f3f5b
Merge pull request #2948 from rifqifatih/ecs-placement-constraints
ECS: add placement constraints
2020-05-02 12:36:45 -05:00
Rifqi Al Fatih
f23f706825 Implement placement constraints model 2020-05-02 18:47:59 +02:00
Steve Pulec
8a1b24b234
Merge pull request #2947 from usmangani1/LSTACKISSUE1658
Fix SQS send_message_batch empty array Exception handling
2020-05-01 15:50:08 -05:00
Steve Pulec
464a9db192
Merge pull request #2945 from bblommers/feature/dynamodb_atomic_counter3
DynamoDB - Implement atomic counter
2020-05-01 15:47:53 -05:00
Steve Pulec
ba65c641ba
Merge pull request #2944 from bblommers/s3_deleteobjects_golang
Fix S3:DeleteObjects in GoLang
2020-05-01 15:47:17 -05:00
usmankb
1431348161 Fix SQS send_message_batch empty array Exception handling 2020-05-02 01:33:58 +05:30
usmankb
440213f854 Enhancement Adding SES get_send_statistics,create_configuration_set functions 2020-05-01 21:16:33 +05:30
Bert Blommers
2e737a6102 DynamoDB - Add tests to verify Atomic Counter functionality 2020-05-01 14:19:20 +01:00
Bert Blommers
49b00942c3 S3 DeleteObjects - Allow multiple querystring formats 2020-05-01 13:50:11 +01:00
Bert Blommers
c39924501b
Merge pull request #43 from spulec/master
Merge upstream
2020-05-01 12:49:42 +01:00
Bert Blommers
4af10fe56b
Merge pull request #2942 from Chagui-/master
Added exception for deleting a thing_group which has childs.
2020-05-01 06:39:27 +01:00
Chagui-
5e4451b0d5 Removed f string so python 2 can work correctly 2020-04-30 20:54:51 -04:00
Chagui-
95c459a86d Added exception for deleting a group which has childs.
Added better tests for delete_thing_group
2020-04-30 17:21:45 -04:00