@@ -874,37 +874,6 @@ paths:
874874 ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsListNotificationsFunction.Arn}/invocations'
875875 httpMethod : POST
876876 type : aws_proxy
877- ' /v1/integration_types/{name} ' :
878- parameters :
879- - schema :
880- type : string
881- name : name
882- in : path
883- required : true
884- get :
885- summary : Get Integration Type Configuration Information
886- tags : []
887- responses :
888- ' 200 ' :
889- description : OK
890- content :
891- application/json :
892- schema :
893- $ref : ' #/components/schemas/IntegrationType'
894- examples : {}
895- ' 403 ' :
896- description : Forbidden
897- ' 404 ' :
898- description : Not Found
899- operationId : get_integration_type
900- description : Returns JSON Schema of parameters required to create a connection
901- security :
902- - aims_request_authorizer : []
903- x-amazon-apigateway-integration :
904- uri :
905- ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsGetIntegrationTypeFunction.Arn}/invocations'
906- httpMethod : POST
907- type : aws_proxy
908877 /v1/integration_types :
909878 get :
910879 summary : Get a list of supported integration types
@@ -996,61 +965,6 @@ paths:
996965 httpMethod : POST
997966 type : aws_proxy
998967
999- /v1/connection_targets :
1000- get :
1001- summary : Get a list of supported connection targets
1002- tags : []
1003- responses :
1004- ' 200 ' :
1005- description : OK
1006- content :
1007- application/json :
1008- schema :
1009- type : array
1010- description : List of ConnectionTarget objects
1011- items :
1012- $ref : ' #/components/schemas/ConnectionTargetDef'
1013- ' 403 ' :
1014- description : Forbidden
1015- operationId : list_connection_targets_definitions
1016- description : Returns definitions of supported connection targets
1017- security :
1018- - aims_request_authorizer : []
1019- x-amazon-apigateway-integration :
1020- uri :
1021- ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsListConnectionTargetDefinitionsFunction.Arn}/invocations'
1022- httpMethod : POST
1023- type : aws_proxy
1024-
1025- ' /v1/connection_targets/{name} ' :
1026- parameters :
1027- - schema :
1028- type : string
1029- name : name
1030- in : path
1031- required : true
1032- get :
1033- summary : Get a connection target definition by its name
1034- tags : []
1035- responses :
1036- ' 200 ' :
1037- description : OK
1038- content :
1039- application/json :
1040- schema :
1041- $ref : ' #/components/schemas/ConnectionTargetDef'
1042- ' 403 ' :
1043- description : Forbidden
1044- operationId : get_connection_target_definition
1045- description : Returns connection target definition
1046- security :
1047- - aims_request_authorizer : []
1048- x-amazon-apigateway-integration :
1049- uri :
1050- ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsGetConnectionTargetDefinitionFunction.Arn}/invocations'
1051- httpMethod : POST
1052- type : aws_proxy
1053-
1054968 /v1/{account_id}/definitions/connection_targets :
1055969 parameters :
1056970 - schema :
@@ -1160,40 +1074,6 @@ paths:
11601074 httpMethod : POST
11611075 type : aws_proxy
11621076 parameters : []
1163- ' /v1/{account_id}/migrate/connection_targets ' :
1164- parameters :
1165- - schema :
1166- type : string
1167- name : account_id
1168- in : path
1169- required : true
1170- description : AIMS Account ID
1171- post :
1172- summary : ' '
1173- operationId : migrate_to_connection_target
1174- responses :
1175- ' 201 ' :
1176- description : ' '
1177- content :
1178- application/json :
1179- schema :
1180- type : array
1181- items :
1182- $ref : ' #/components/schemas/ConnectionTarget'
1183- ' 409 ' :
1184- description : Conflict
1185- content :
1186- application/json :
1187- schema :
1188- $ref : ' #/components/schemas/MigrationError'
1189- description : Migrates accounts connections to connection targets
1190- security :
1191- - aims_request_authorizer : []
1192- x-amazon-apigateway-integration :
1193- uri :
1194- ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${connectorsMigrateToConnectionTarget.Arn}/invocations'
1195- httpMethod : POST
1196- type : aws_proxy
11971077components :
11981078 schemas :
11991079 EmailConnection :
0 commit comments