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
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
gruebel
3b8c8fafe2
Fix ssm.get_parameters missing validation
2020-05-06 14:38:25 +02: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
d6875c25cc
Linting
2020-05-04 09:27:57 +01:00
Bert Blommers
353bc08ac2
Linting
2020-05-04 09:24:46 +01: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
Bert Blommers
e7312dd034
Merge pull request #2803 from zscholl/zscholl/iam-credential-report
...
Use access key create date for credential report
2020-04-30 18:24:52 +01:00
zscholl
1f1404352e
use conditional TEST_SERVER_MODE for backend tests
2020-04-30 09:42:22 -05:00
zscholl
0423be259a
remove backend logic & py27 incompatible timezone
2020-04-30 09:10:42 -05:00
zscholl
51e7002cbb
add tests
2020-04-30 09:10:42 -05:00
zscholl
48304f81b1
fix last_used template
2020-04-30 09:10:42 -05:00
zscholl
1abff57275
add status to credential report
2020-04-30 09:10:42 -05:00
zscholl
09109f336c
more fixes
2020-04-30 09:10:42 -05:00
zscholl
b342a96cb0
add fields
2020-04-30 09:10:42 -05:00
zscholl
9821eff128
add newline
2020-04-30 09:10:42 -05:00
zscholl
54d816f09f
fix typo
2020-04-30 09:10:42 -05:00
zscholl
35fde06381
update last_used for access keys
2020-04-30 09:10:42 -05:00
zscholl
2f2d6dc3fe
newline
2020-04-30 09:10:42 -05:00
zscholl
fc5e6ebf51
formatting
2020-04-30 09:10:42 -05:00
zscholl
72bc07f112
get access key create date for cred report
2020-04-30 09:10:42 -05:00
Steve Pulec
2e91b91294
Merge pull request #2938 from bblommers/circular_import_error
...
Circular import error
2020-04-30 08:44:12 -05:00
Bert Blommers
2e19666e67
Merge pull request #2930 from usmangani1/LSISSUE1450
...
EC2 enhancement create vpc end point
2020-04-30 12:13:19 +01:00
Bert Blommers
d6d2a38c76
Fix circular import issue
2020-04-30 12:11:33 +01:00
Bert Blommers
842e95120c
Merge pull request #42 from spulec/master
...
Merge upstream
2020-04-30 11:39:38 +01:00
Bert Blommers
2d0087d500
Linting
2020-04-29 16:29:25 +01:00
usmankb
f4888da334
added test asserts and review comments
2020-04-29 18:02:02 +05:30
Bert Blommers
d608a617b2
Merge pull request #2933 from mpenkov/relax-pins
...
relax version pins in setup.py for non-Py2 users
2020-04-29 09:00:44 +01:00
Michael Penkov
79b022fbc1
update requirements-dev.txt
2020-04-29 15:42:40 +09:00
Bert Blommers
b481ca8e3e
Merge pull request #2931 from asherf/travis
...
Add eu-south-1
2020-04-29 07:41:54 +01:00
Michael Penkov
45d99aef69
fix list comprehension
2020-04-29 13:03:03 +09:00
Michael Penkov
179f5170d4
more pins for Py2
2020-04-29 13:02:53 +09:00
Michael Penkov
4a7b5adbae
relax version pins in setup.py for non-Py2 users
2020-04-29 12:38:33 +09:00