Bert Blommers
8bbd242d75
API Gateway: put_rest_api and import_rest_api ( #5140 )
2022-05-16 15:13:23 +00:00
Agustin Cabra
ecfd6d6065
Update getting_started.rst ( #5139 )
2022-05-16 14:20:16 +00:00
joshuaghezzi
5389a4e9e2
Implement glue tags methods ( #5127 )
2022-05-16 10:48:03 +00:00
Brian Pandola
07b7d77611
Fix Ram/Organizations interop
...
Pagination was added to Organizations:ListOrganizationalUnitsForParent, which
necessitated a change to the internal backend method call/response.
NOTE: We probably want to lift the pagination decorator up to the response
layer. Calls between moto backends should not be concerned with pagination
at all, ideally; but this fix is the simplest solution for now.
2022-05-13 22:12:18 -07: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
Moto Admin
f7c4d779c5
Post-release steps
2022-05-13 21:53:58 +00:00
Bert Blommers
a6acb7ed55
Prepare release 3.1.9 ( #5135 )
2022-05-13 21:50:07 +00:00
Bert Blommers
0e3ac26068
CognitoIDP - allow respond_to_auth_challenge without Auth-header ( #5133 )
2022-05-13 19:45:05 +00:00
Yoshiki Shibukawa
32b662c896
Fix dashboard not to show JSON as '[object Object]' ( #5126 )
2022-05-13 11:16:57 +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
31737bc81e
Refactor BotocoreStubber/BaseBackend into separate files ( #5122 )
2022-05-12 09:02:27 +00:00
Bert Blommers
e49e67aba5
Refactor - Extract CommonModels into separate file ( #5121 )
2022-05-11 20:18:35 +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
551df91ddf
xmltodict - Allow both OrderedDicts and normal dicts ( #5111 )
2022-05-08 22:01:32 +00:00
Bert Blommers
86d617e034
Feature: EBS ( #5106 )
2022-05-07 21:11:32 +00:00
Moto Admin
9a8c9f164a
Post-release steps
2022-05-06 21:16:26 +00:00
Bert Blommers
ac4495c7f7
Prepare release 3.1.8 ( #5104 )
2022-05-06 20:22:35 +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
Moto Admin
3a6223083d
Post-release steps
2022-04-30 15:11:16 +00:00
Bert Blommers
a6d3a90c10
Prep release 3.1.7 ( #5083 )
2022-04-30 14:20:36 +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