Commit Graph

3439 Commits

Author SHA1 Message Date
Steve Pulec
77bf143f80
Merge pull request #1906 from jrstarke/1009
Support full ARN in update_container_instance_state calls
2018-12-28 19:57:57 -05:00
Steve Pulec
643c498d01
Merge pull request #1911 from markchalloner/cf-create-change-sets-tags-fix
Fix Tags parameter on CloudFormation create_change_set method.
2018-12-28 19:55:36 -05:00
Steve Pulec
a62f15b537
Merge pull request #1730 from garyd203/cognitoidp-groups
Implement groups for cognito-idp
2018-12-28 19:53:53 -05:00
Steve Pulec
811197a9bb
Merge pull request #1913 from cm-iwata/add_iot_delete_validation
Fix #1908 add some validation for IoT delete operations
2018-12-28 19:52:24 -05:00
Steve Pulec
1dff707722
Merge pull request #1904 from illia-v/jsondiff-1.1.2
Update jsondiff to 1.1.2
2018-12-28 19:50:40 -05:00
Steve Pulec
0c5010989a
Merge branch 'master' into jsondiff-1.1.2 2018-12-28 19:50:34 -05:00
Steve Pulec
1244ce53e2
Merge pull request #1898 from sepulworld/zmw/refactor_multiple_secrets
Refactor to store multiple scrects, use uuid, tags support
2018-12-28 19:47:49 -05:00
Steve Pulec
bdb000b0e2
Merge pull request #1897 from georgealton/feature/add_max_results_and_next_token_to_cognito_lists
Adds limiting/pagination to cognitoidp list_* functions
2018-12-28 19:44:21 -05:00
Steve Pulec
f4767c805e Uncomment EMR FailureDetails. Closes #1891. 2018-12-28 19:38:09 -05:00
Steve Pulec
2d2ffa2bba
Merge pull request #1889 from adamdavis40208/readme-moto-server-fix
Without double quotes, pip would not install
2018-12-28 19:34:31 -05:00
Steve Pulec
745d46114f
Merge pull request #1887 from mikegrima/instanceprofiles
IAM Improvements
2018-12-28 19:30:20 -05:00
Steve Pulec
3564321ae2
Merge pull request #1885 from jonafato/pypi-long-description
Add a long description to setup
2018-12-28 19:27:48 -05:00
Steve Pulec
aca54b4376
Merge pull request #1978 from achakote/master
Added TargetGroupARNs to DESCRIBE_AUTOSCALING_GROUPS_TEMPLATE
2018-12-28 19:25:05 -05:00
Steve Pulec
3a98d2cd03
Merge pull request #1970 from jbmchuck/bucket-duplicate-tag-keys
Raise a client error if PutBucketTags request contains duplicate keys
2018-12-28 19:24:16 -05:00
zane
08d17a7a13 adding Tags support 2018-12-21 14:04:52 -08:00
amitchakote7
5db35ef168 Added TargetGroupARNs to DESCRIBE_AUTOSCALING_GROUPS_TEMPLATE 2018-11-29 15:39:39 +11:00
Jon Michaelchuck
d29869bf9b flake8 fix 2018-11-27 08:32:30 -08:00
Jon Michaelchuck
009b02bcd5 Raise a client error if PutBucketTags request contains duplicate keys
A PutBucketTags request with duplicate keys will raise a ClientError
with code InvalidTag and message 'Cannot provide multiple Tags with the
same key'.
2018-11-26 15:56:46 -08:00
Niko Eckerskorn
ed861ecae1 Loosen aws-xray-sdk requirements (#1948) 2018-11-15 07:29:05 +00:00
Mike Grima
94b5438d76 Added IAM User signing certificate support 2018-11-05 13:15:44 -08:00
Mike Grima
6e17ba51c6 Fixed a truncation bug for list_user_policies. 2018-11-05 09:24:28 -08:00
Mike Grima
b4b0ae5077 Some IAM fixes.
- Fixed InstanceProfiles having `Path` set to `None`.
- Added in some dynamic `CreateDate`s.
- Fixed missing Instance Profile ID's being sent over
2018-11-05 09:24:28 -08:00
Steve Pulec
90a62b5640 1.3.7 2018-11-04 17:30:44 -05:00
Steve Pulec
0fc00e2a3b
Merge pull request #1907 from lhufnagel/rebased_pr
Get all tests working with latest botocore
2018-11-04 17:26:57 -05:00
Steve Pulec
a8bc7a608e Lint. 2018-10-30 22:09:47 -04:00
Steve Pulec
75f2c56a36 Fix ecs error response to be json. 2018-10-30 22:03:16 -04:00
Tomoya Iwata
3d71a67794 Add some validations for IoT delete operations
fix #1908
2018-10-30 14:51:04 +09:00
Mark Challoner
a0708a70fc
Fix Tags parameter on CloudFormation create_change_set method. 2018-10-29 13:33:30 +00:00
Lorenz Hufnagel
b20e190995 Try to get tests running 2018-10-29 09:12:22 +01:00
Jordan Guymon
fd4e524855 Use env credentials for all tests 2018-10-29 09:12:22 +01:00
Jordan Guymon
8e909f580a MockAWS implementation using botocore event hooks 2018-10-29 09:12:22 +01:00
George Alton
9ba28a05b8
avoids copying entire result into a new list 2018-10-28 11:00:47 +00:00
Jamie Starke
090cad8c88 [1009] Converts ECS Instance full arn to instance_id for storage 2018-10-26 21:54:01 -07:00
Illia Volochii
5ca68fbf06
Update jsondiff to 1.1.2 2018-10-26 22:12:26 +03:00
zane
b485122ec6 refactor to store multiple scrects, use uuid 2018-10-25 15:16:40 -07:00
George Alton
aa4be6fcad
Adds limiting/pagination to cognitoidp list_* functions 2018-10-24 15:56:20 +01:00
Adam Davis
ede02e2c2a
Without double quotes, pip would not install 2018-10-22 13:37:52 -07:00
Jon Banafato
b4c44a820f Add a long description to setup
Include the readme as the `long_description` argument to `setup` and set
its content type appropriately. This allows PyPI to render the content
correctly.
2018-10-19 17:09:19 -04:00
Steve Pulec
71a054af92
Merge pull request #1882 from georgealton/add_keyId_support_to_get_usage_plans
Adds keyId support to apigateway get_usage_plans
2018-10-17 23:50:42 -04:00
Steve Pulec
c09b91de71
Merge pull request #1883 from georgealton/raise_user_not_found_error
Missing users now raise a UserNotFoundException
2018-10-17 23:49:22 -04:00
Steve Pulec
1fe32f4338
Merge pull request #1884 from willbengtson/get-account-auth-details-test-fix
remove the marker since this is truncated
2018-10-17 23:46:09 -04:00
Will Bengtson
4a7ed0d43e remove the marker since this is truncated 2018-10-17 15:48:13 -07:00
George Alton
2d2708cfd7
Missing users now raise a UserNotFoundException
A missing user in a cognito user pool has raises a UserNotFoundException,
not a ResourceNotFoundException. This commit corrects the behaviour so
that the correct exception is raised
2018-10-17 18:39:52 +01:00
George Alton
d919024510
Adds keyId support to apigateway get_usage_plans
apigateway is able to filter the result set, returning only usage plans
with the given keyId.

This commit supports filtering the usage plans returned to the user by
filtering the list of usage plans by checking for usage plan keys
2018-10-17 13:44:00 +01:00
Steve Pulec
2aad36f984
Merge pull request #1880 from garyd203/cognitoidp-user-enabled
Be able to change `enabled` status for cognito-idp users
2018-10-16 23:24:44 -04:00
Steve Pulec
e20d08435b
Merge pull request #1879 from mikegrima/iamgroupfixes
Fixes for IAM Groups
2018-10-16 23:23:53 -04:00
Steve Pulec
c52a408a56
Merge pull request #1878 from garyd203/dynamodb2-compare-keys-to-list
Don't compare a dict_keys object to a list, since it is always False
2018-10-16 23:23:07 -04:00
Gary Donovan
1b42c7bf7a Be able to change enabled status for cognito-idp users 2018-10-17 11:28:24 +11:00
Gary Donovan
ffa7560d02 Implement user-group relationships for cognito-idp 2018-10-17 11:19:33 +11:00
Gary Donovan
04fdd5617a Implement group management for cognito-idp 2018-10-17 11:19:33 +11:00