Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changelog/229d5f2406d64d7a925cda7bf1bb7b5b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "229d5f24-06d6-4d7a-925c-da7bf1bb7b5b",
"type": "feature",
"description": "Add InvokeEndpointWithBidirectionalStream.",
"modules": [
"service/sagemakerruntimehttp2"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
public class RemoveOperations implements GoIntegration {

private Map<String, List<ShapeId>> SHAPES_TO_REMOVE = Map.of(
"sagemaker runtime http2", List.of(
ShapeId.from("com.amazonaws.sagemakerruntimehttp2#InvokeEndpointWithBidirectionalStream"),
ShapeId.from("com.amazonaws.sagemakerruntimehttp2#InvokeEndpointWithBidirectionalStreamInput"),
ShapeId.from("com.amazonaws.sagemakerruntimehttp2#InvokeEndpointWithBidirectionalStreamOutput")
)
// nothing right now. if you need to suppress an operation for
// technical reasons, add it here
);

@Override
Expand Down
143 changes: 143 additions & 0 deletions service/sagemakerruntimehttp2/api_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading