Alex Tareshawty
df2279d39c
Add familyPrefix option to ecs:ListTaskDefinitions
...
AWS defines this option as:
```
--family-prefix (string)
The full family name with which to filter the ListTaskDefinitions
results. Specifying a familyPrefix limits the listed task
defini-tions to task definition revisions that belong to that
family.
```
This option behaves differently than ecs:ListTaskDefinitionFamilies.
Instead of doing a comparison like `startswith`, it does a full string
comparison by matching the entire task definition family to the prefix.
For example, let's say there exists a task definition with the family
`super-cool-task-def`.
ListTaskDefinitionFamilies would look like this:
```
aws ecs list-task-definition-families --family-prefix super-cool
{
"families": [
"super-cool-task-def"
]
}
```
ListTaskDefinitions would look like this:
```
aws ecs list-task-definitions --family-prefix super-cool
{
"taskDefinitionArns": []
}
```
2019-11-26 09:40:01 -05:00
Steve Pulec
502957f1f9
Skip travis cleanup so we can tag release.
2019-11-22 10:27:22 -05:00
Steve Pulec
a9fe5d462c
More linting.
2019-11-22 09:39:07 -05:00
Steve Pulec
72da9e96c2
Lint.
2019-11-21 17:53:58 -05:00
Steve Pulec
40f241adc2
Fix dynamodb required stream parameter for new boto3.
2019-11-21 17:00:18 -05:00
Steve Pulec
92976d86c3
Merge pull request #2585 from spulec/fix-iot
...
Fix for updated botocore IoT requestUris.
2019-11-21 14:47:05 -05:00
Steve Pulec
4983f6af91
Fix for updated botocore IoT requestUris.
2019-11-21 13:35:02 -05:00
Mike Grima
2af4e7a63a
Merge pull request #2578 from mikegrima/fixunmock
...
Fix for moto not unmocking
2019-11-20 10:06:51 -08:00
Mike Grima
bd777cad44
Fix for moto not unmocking.
...
- Fixes #2575
- Also upgraded Travis CI to make use of Bionic instead of Xenial
- This may also address concerns raised in #1793
2019-11-18 15:28:31 -08:00
Mike Grima
9ccc9ef1fd
Merge pull request #2573 from cloudtruth/add_iam_ssh_public_key_methods
...
Add the ssh_public_key methods that were missing from IAM
2019-11-18 09:20:00 -08:00
Matt Conway
4d47d6b7f6
remove unnecessary CF method
2019-11-18 09:02:32 -05:00
Matt Conway
d9c8bdb2a0
Add the ssh_public_key methods that were missing from the IAM implementation
2019-11-18 09:02:32 -05:00
Mike Grima
6922606398
Merge pull request #2577 from mikegrima/fixtests
...
Fixed the Lambda invocation due to lambci changes.
2019-11-17 19:11:30 -08:00
Mike Grima
27f36a7514
Fixed the Lambda invocation due to lambci changes.
...
It looks like lambci is pre-pending the "lambda" responses with an
escape character `\033`. This was breaking the unit tests.
2019-11-17 18:40:15 -08:00
Mike Grima
dab7f9fdad
Merge pull request #2574 from gruebel/add-iam-get-account-summary
...
Add iam.get_account_summary
2019-11-17 15:53:34 -08:00
Mike Grima
a882d022ef
Merge pull request #2571 from asherf/lint
...
Fix some typos
2019-11-17 15:44:45 -08:00
gruebel
e9c3cba4d6
Fix tests
2019-11-17 14:34:00 +01:00
gruebel
d05ebadce8
Add iam.get_account_summary
2019-11-17 13:47:19 +01:00
Asher Foa
3bb31c84fd
Fix some typos
2019-11-16 12:31:45 -08:00
Mike Grima
d242a31c92
Merge pull request #2570 from gruebel/cap-dateutil-version
...
Cap python-dateutil to 2.8.0
2019-11-16 10:27:55 -08:00
Mike Grima
e70ad8fd12
Merge pull request #2569 from gruebel/fix-sns-publish-number-type
...
Fix sns.publish with number type and 0 value
2019-11-16 10:24:09 -08:00
Mike Grima
9a30b8e8d5
Merge pull request #2552 from bblommers/IAM-role-name-validation
...
IAM - Validate duplicate role names
2019-11-16 10:22:51 -08:00
Mike Grima
028aafd05b
Merge pull request #2555 from catherinetcai/feature/ec2-vpc-classic-link
...
Adds basic implementations for vpc-classic-link and vpc-classic-link-dns-support - Redo
2019-11-16 10:21:29 -08:00
Bert Blommers
e025ccfd06
Ensure IAM Policy names are unique in tests
2019-11-16 17:36:50 +00:00
Bert Blommers
85570f0abe
IAM - Add Validation on duplicate policy names
2019-11-16 17:36:50 +00:00
Bert Blommers
422bca8e90
IAM - Add Validation on duplicate role names
2019-11-16 17:33:59 +00:00
gruebel
3a2abe3e95
Cap python-dateutil to 2.8.0
2019-11-16 15:04:48 +01:00
gruebel
3d5d477f7f
Fix sns.publish with number type and 0 value
2019-11-16 14:46:05 +01:00
Bert Blommers
e750e3ace0
Merge pull request #17 from spulec/master
...
Merge upstream
2019-11-16 09:56:34 +00:00
Steve Pulec
dddb9dd4d2
Merge pull request #2536 from edekadigital/add-events-event-bus
...
Add events event bus
2019-11-15 16:38:51 -06:00
Mike Grima
8cc55003f7
Merge pull request #2550 from bblommers/fix_available_ip_addresses_subnets
...
Fix available ip addresses subnets
2019-11-15 12:52:26 -08:00
Mike Grima
80fc66a897
Merge pull request #2565 from bblommers/add-lambda-coverage
...
Add/improve Lambda coverage - no functionality changes
2019-11-15 11:10:44 -08:00
Mike Grima
60a5a06d23
Merge pull request #2564 from bblommers/bugfix/2562
...
#2562 - DynamoDB - allow updates to be of a different type
2019-11-15 11:08:35 -08:00
Mike Grima
3afb93d9db
Merge pull request #2548 from bblommers/feature/implement-iam-delete-group-endpoint
...
Feature/implement iam delete group endpoint
2019-11-15 10:52:21 -08:00
Mike Grima
4a282578c0
Merge pull request #2543 from stephenmuss/orgs-describe-create-account-status
...
Added describe_create_account_status to organizations
2019-11-15 10:41:37 -08:00
Mike Grima
7ca35514ca
Merge pull request #2542 from ianyon/create_policy_already_exist
...
Added Exception for create_policy when policy exists
2019-11-15 10:38:35 -08:00
Mike Grima
b0b962f120
Merge pull request #2541 from baolsen/datasync-improvements
...
Datasync improvements #2526
2019-11-15 10:37:52 -08:00
Mike Grima
dea4599581
Merge pull request #2554 from aacampbell/match_removal_of_smart_quote
...
Match AWS's change from smart-quote to ASCII quote
2019-11-15 10:33:05 -08:00
Bert Blommers
42311c40ad
Add/improve Lambda coverage - no functionality changes
2019-11-15 16:34:14 +00:00
Bert Blommers
993819bd41
#2562 - DynamoDB - allow updates to be of a different type
2019-11-15 15:54:21 +00:00
Steve Pulec
755c36a1bb
Merge pull request #2560 from bblommers/changelog-fix-typo
...
Changelog - Fix typo: Method was filed under the wrong service
2019-11-15 07:32:06 -06:00
Bert Blommers
319e5b6836
Fix typo on Changelog - method prescribed to the wrong service
2019-11-15 08:11:37 +00:00
Bert Blommers
1f6b600d49
Merge pull request #16 from spulec/master
...
Merge upstream
2019-11-15 08:07:30 +00:00
Mike Grima
bf1715c3f1
Merge pull request #2557 from reilings/fix_instance_profile_uniqueness
...
Fix IAM instance profile tracking to reflect AWS's requirement for account-unique names
2019-11-14 18:18:16 -08:00
Steven Reiling
cd0769af7e
Fix IAM instance profile tracking to reflect AWS's requirement for account-unique names
2019-11-14 17:23:44 -08:00
Steve Pulec
19a0d381e2
Bump version for prereleases.
2019-11-14 15:11:21 -06:00
Steve Pulec
f27a55f13f
Use Twine for publishing.
2019-11-14 15:10:54 -06:00
Steve Pulec
de1bbf6398
1.3.14
2019-11-14 15:04:33 -06:00
Steve Pulec
dfd5264489
Merge pull request #2556 from bblommers/change-log-next-version
...
Change log next version
2019-11-14 15:03:34 -06:00
Cat Cai
528cf0e21d
Run black to fix linting
2019-11-12 14:51:31 -08:00