File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed
alsdkdefs/apis/connectors Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -807,6 +807,73 @@ paths:
807807 ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsGetConnectionTargetFull.Arn}/invocations'
808808 httpMethod : POST
809809 type : aws_proxy
810+ ' /v1/{account_id}/notifications/{id} ' :
811+ parameters :
812+ - schema :
813+ type : string
814+ name : account_id
815+ in : path
816+ required : true
817+ description : AIMS Account ID
818+ - schema :
819+ type : string
820+ format : uuid
821+ name : id
822+ in : path
823+ required : true
824+ description : Notification ID
825+ get :
826+ summary : Get Notification Information
827+ tags : []
828+ responses :
829+ ' 200 ' :
830+ description : OK
831+ content :
832+ application/json :
833+ schema :
834+ type : object
835+ ' 403 ' :
836+ description : Forbidden
837+ ' 404 ' :
838+ description : Notification Not Found
839+ operationId : get_notification
840+ description : Returns notification information
841+ security :
842+ - aims_request_authorizer : []
843+ x-amazon-apigateway-integration :
844+ uri :
845+ ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsGetNotificationFunction.Arn}/invocations'
846+ httpMethod : POST
847+ type : aws_proxy
848+ ' /v1/{account_id}/notifications ' :
849+ parameters :
850+ - schema :
851+ type : string
852+ name : account_id
853+ in : path
854+ required : true
855+ description : AIMS Account ID
856+ get :
857+ summary : List Notifications Information
858+ tags : []
859+ responses :
860+ ' 200 ' :
861+ description : OK
862+ content :
863+ application/json :
864+ schema :
865+ type : object
866+ ' 403 ' :
867+ description : Forbidden
868+ operationId : list_notifications
869+ description : Returns information for all of the account's notifications
870+ security :
871+ - aims_request_authorizer : []
872+ x-amazon-apigateway-integration :
873+ uri :
874+ ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsListNotificationsFunction.Arn}/invocations'
875+ httpMethod : POST
876+ type : aws_proxy
810877 ' /v1/integration_types/{name} ' :
811878 parameters :
812879 - schema :
You can’t perform that action at this time.
0 commit comments