{ "opencollection": "1.0.0", "info": { "name": "Amazon GuardDuty Admin Invitation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Invitation", "type": "folder" }, "items": [ { "info": { "name": "Amazon GuardDuty Decline Invitations", "type": "http" }, "http": { "method": "POST", "url": "http://guardduty.{region}.amazonaws.com/invitation/decline", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Declines invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs." }, { "info": { "name": "Amazon GuardDuty Delete Invitations", "type": "http" }, "http": { "method": "POST", "url": "http://guardduty.{region}.amazonaws.com/invitation/delete", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs." }, { "info": { "name": "Amazon GuardDuty Get Invitations Count", "type": "http" }, "http": { "method": "GET", "url": "http://guardduty.{region}.amazonaws.com/invitation/count", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ] }, "docs": "Returns the count of all GuardDuty membership invitations that were sent to the current member account except the currently accepted invitation." }, { "info": { "name": "Amazon GuardDuty List Invitations", "type": "http" }, "http": { "method": "GET", "url": "http://guardduty.{region}.amazonaws.com/invitation", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50." }, { "name": "nextToken", "value": "", "type": "query", "description": "You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data." }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account." } ] } ], "bundled": true }