Merge pull request #338 from Tinche/sns.list_platform_applications
Update responses.py
This commit is contained in:
commit
96b2fa96c1
@ -250,7 +250,8 @@ class SNSResponse(BaseResponse):
|
|||||||
"PlatformApplications": [{
|
"PlatformApplications": [{
|
||||||
"PlatformApplicationArn": application.arn,
|
"PlatformApplicationArn": application.arn,
|
||||||
"attributes": application.attributes,
|
"attributes": application.attributes,
|
||||||
} for application in applications]
|
} for application in applications],
|
||||||
|
"NextToken": None
|
||||||
},
|
},
|
||||||
"ResponseMetadata": {
|
"ResponseMetadata": {
|
||||||
"RequestId": "384ac68d-3775-11df-8963-01868b7c937c",
|
"RequestId": "384ac68d-3775-11df-8963-01868b7c937c",
|
||||||
|
Loading…
Reference in New Issue
Block a user