Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Lex Runtime V2 StartConversation API. #1515

Merged
merged 3 commits into from Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .changelog/f0080c1f15ae43c5a697801297110714.json
Expand Up @@ -2,7 +2,7 @@
"id": "f0080c1f-15ae-43c5-a697-801297110714",
"type": "bugfix",
"collapse": true,
"description": "Fixes a bug that prevented aws.EndpointResolverWithOptions from being used by the service client.",
"description": "Fixes a bug that prevented aws.EndpointResolverWithOptions from being used by the service client. ([#1514](https://github.com/aws/aws-sdk-go-v2/pull/1514))",
"modules": [
"internal/protocoltest/awsrestjson",
"internal/protocoltest/ec2query",
Expand Down Expand Up @@ -306,4 +306,4 @@
"service/workspaces",
"service/xray"
]
}
}
8 changes: 8 additions & 0 deletions .changelog/f0b246281bad4ac285fe7d8e7a342a7d.json
@@ -0,0 +1,8 @@
{
"id": "f0b24628-1bad-4ac2-85fe-7d8e7a342a7d",
"type": "feature",
"description": "Support has been added for the `StartConversation` API.",
"modules": [
"service/lexruntimev2"
]
}
Expand Up @@ -32,9 +32,7 @@
public final class FilterShapes implements GoIntegration {
private static final Logger LOGGER = Logger.getLogger(FilterShapes.class.getName());

private static final Set<ShapeId> SHAPE_IDS = SetUtils.of(
ShapeId.from("com.amazonaws.lexruntimev2#StartConversation")
);
private static final Set<ShapeId> SHAPE_IDS = SetUtils.of();

public FilterShapes() {
}
Expand Down
2 changes: 2 additions & 0 deletions service/lexruntimev2/api_client.go

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

337 changes: 337 additions & 0 deletions service/lexruntimev2/api_op_StartConversation.go

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