mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
Generated
Vendored
+96
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"metadata" : {
|
||||
"apiVersion" : "2018-11-29",
|
||||
"endpointPrefix" : "execute-api",
|
||||
"signingName" : "execute-api",
|
||||
"serviceFullName" : "AmazonApiGatewayManagementApi",
|
||||
"serviceId" : "ApiGatewayManagementApi",
|
||||
"protocol" : "rest-json",
|
||||
"jsonVersion" : "1.1",
|
||||
"uid" : "apigatewaymanagementapi-2018-11-29",
|
||||
"signatureVersion" : "v4"
|
||||
},
|
||||
"operations" : {
|
||||
"PostToConnection" : {
|
||||
"name" : "PostToConnection",
|
||||
"http" : {
|
||||
"method" : "POST",
|
||||
"requestUri" : "/@connections/{connectionId}",
|
||||
"responseCode" : 200
|
||||
},
|
||||
"input" : {
|
||||
"shape" : "PostToConnectionRequest"
|
||||
},
|
||||
"errors" : [ {
|
||||
"shape" : "GoneException"
|
||||
}, {
|
||||
"shape" : "LimitExceededException"
|
||||
}, {
|
||||
"shape" : "PayloadTooLargeException"
|
||||
}, {
|
||||
"shape" : "ForbiddenException"
|
||||
} ]
|
||||
}
|
||||
},
|
||||
"shapes" : {
|
||||
"Data" : {
|
||||
"type" : "blob",
|
||||
"max" : 131072
|
||||
},
|
||||
"ForbiddenException" : {
|
||||
"type" : "structure",
|
||||
"members" : { },
|
||||
"exception" : true,
|
||||
"error" : {
|
||||
"httpStatusCode" : 403
|
||||
}
|
||||
},
|
||||
"GoneException" : {
|
||||
"type" : "structure",
|
||||
"members" : { },
|
||||
"exception" : true,
|
||||
"error" : {
|
||||
"httpStatusCode" : 410
|
||||
}
|
||||
},
|
||||
"LimitExceededException" : {
|
||||
"type" : "structure",
|
||||
"members" : { },
|
||||
"exception" : true,
|
||||
"error" : {
|
||||
"httpStatusCode" : 429
|
||||
}
|
||||
},
|
||||
"PayloadTooLargeException" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Message" : {
|
||||
"shape" : "__string",
|
||||
"locationName" : "message"
|
||||
}
|
||||
},
|
||||
"exception" : true,
|
||||
"error" : {
|
||||
"httpStatusCode" : 413
|
||||
}
|
||||
},
|
||||
"PostToConnectionRequest" : {
|
||||
"type" : "structure",
|
||||
"members" : {
|
||||
"Data" : {
|
||||
"shape" : "Data"
|
||||
},
|
||||
"ConnectionId" : {
|
||||
"shape" : "__string",
|
||||
"location" : "uri",
|
||||
"locationName" : "connectionId"
|
||||
}
|
||||
},
|
||||
"required" : [ "ConnectionId", "Data" ],
|
||||
"payload" : "Data"
|
||||
},
|
||||
"__string" : {
|
||||
"type" : "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"version" : "2.0",
|
||||
"service" : "<p>The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or will be the endpoint corresponding to your API's custom domain and base path, if applicable.</p>",
|
||||
"operations" : {
|
||||
"PostToConnection" : "<p>Sends the provided data to the specified connection.</p>"
|
||||
},
|
||||
"shapes" : {
|
||||
"Data" : {
|
||||
"base" : "<p>The data to be sent to the client specified by its connection id.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"ForbiddenException" : {
|
||||
"base" : "<p>The caller is not authorized to invoke this operation.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"GoneException" : {
|
||||
"base" : "<p>The connection with the provided id no longer exists.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"LimitExceededException" : {
|
||||
"base" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"PayloadTooLargeException" : {
|
||||
"base" : "<p>The data has exceeded the maximum size allowed.</p>",
|
||||
"refs" : { }
|
||||
},
|
||||
"__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"PayloadTooLargeException$Message" : null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pagination" : { }
|
||||
}
|
||||
Reference in New Issue
Block a user