Skip to content

Commit

Permalink
Update AWS SDK source to use Ruby, update map #89
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Dec 13, 2024
1 parent 4581c2c commit 5d22ad5
Show file tree
Hide file tree
Showing 1,098 changed files with 1,491,053 additions and 867,033 deletions.
956 changes: 956 additions & 0 deletions iamlivecore/apis/AWSMigrationHub/2017-05-31/api-2.json

Large diffs are not rendered by default.

3,088 changes: 3,088 additions & 0 deletions iamlivecore/apis/accessanalyzer/2019-11-01/api-2.json

Large diffs are not rendered by default.

668 changes: 668 additions & 0 deletions iamlivecore/apis/account/2021-02-01/api-2.json

Large diffs are not rendered by default.

1,508 changes: 1,508 additions & 0 deletions iamlivecore/apis/acm-pca/2017-08-22/api-2.json

Large diffs are not rendered by default.

1,021 changes: 1,021 additions & 0 deletions iamlivecore/apis/acm/2015-12-08/api-2.json

Large diffs are not rendered by default.

1,775 changes: 1,775 additions & 0 deletions iamlivecore/apis/amp/2020-08-01/api-2.json

Large diffs are not rendered by default.

2,575 changes: 2,575 additions & 0 deletions iamlivecore/apis/amplify/2017-07-25/api-2.json

Large diffs are not rendered by default.

3,763 changes: 3,763 additions & 0 deletions iamlivecore/apis/amplifybackend/2020-08-11/api-2.json

Large diffs are not rendered by default.

2,604 changes: 2,604 additions & 0 deletions iamlivecore/apis/amplifyuibuilder/2021-08-11/api-2.json

Large diffs are not rendered by default.

5,718 changes: 5,718 additions & 0 deletions iamlivecore/apis/apigateway/2015-07-09/api-2.json

Large diffs are not rendered by default.

192 changes: 192 additions & 0 deletions iamlivecore/apis/apigatewaymanagementapi/2018-11-29/api-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
{
"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" : {
"DeleteConnection" : {
"name" : "DeleteConnection",
"http" : {
"method" : "DELETE",
"requestUri" : "/@connections/{connectionId}",
"responseCode" : 204
},
"input" : {
"shape" : "DeleteConnectionRequest"
},
"errors" : [ {
"shape" : "GoneException"
}, {
"shape" : "LimitExceededException"
}, {
"shape" : "ForbiddenException"
} ]
},
"GetConnection" : {
"name" : "GetConnection",
"http" : {
"method" : "GET",
"requestUri" : "/@connections/{connectionId}",
"responseCode" : 200
},
"input" : {
"shape" : "GetConnectionRequest"
},
"output" : {
"shape" : "GetConnectionResponse"
},
"errors" : [ {
"shape" : "GoneException"
}, {
"shape" : "LimitExceededException"
}, {
"shape" : "ForbiddenException"
} ]
},
"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
},
"DeleteConnectionRequest" : {
"type" : "structure",
"members" : {
"ConnectionId" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "connectionId"
}
},
"required" : [ "ConnectionId" ]
},
"ForbiddenException" : {
"type" : "structure",
"members" : { },
"exception" : true,
"error" : {
"httpStatusCode" : 403
}
},
"GetConnectionRequest" : {
"type" : "structure",
"members" : {
"ConnectionId" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "connectionId"
}
},
"required" : [ "ConnectionId" ]
},
"GetConnectionResponse" : {
"type" : "structure",
"members" : {
"ConnectedAt" : {
"shape" : "__timestampIso8601",
"locationName" : "connectedAt"
},
"Identity" : {
"shape" : "Identity",
"locationName" : "identity"
},
"LastActiveAt" : {
"shape" : "__timestampIso8601",
"locationName" : "lastActiveAt"
}
}
},
"GoneException" : {
"type" : "structure",
"members" : { },
"exception" : true,
"error" : {
"httpStatusCode" : 410
}
},
"Identity" : {
"type" : "structure",
"members" : {
"SourceIp" : {
"shape" : "__string",
"locationName" : "sourceIp"
},
"UserAgent" : {
"shape" : "__string",
"locationName" : "userAgent"
}
},
"required" : [ "SourceIp", "UserAgent" ]
},
"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"
},
"LimitExceededException" : {
"type" : "structure",
"members" : { },
"exception" : true,
"error" : {
"httpStatusCode" : 429
}
},
"__string" : {
"type" : "string"
},
"__timestampIso8601" : {
"type" : "timestamp",
"timestampFormat" : "iso8601"
}
}
}
Loading

0 comments on commit 5d22ad5

Please sign in to comment.