Skip to content

Commit

Permalink
Add Support for Lex Runtime V2 StartConversation API. (aws#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored and jrichardpfs committed Feb 14, 2022
1 parent e020d93 commit 92c5f50
Show file tree
Hide file tree
Showing 14 changed files with 3,177 additions and 88 deletions.
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.

0 comments on commit 92c5f50

Please sign in to comment.