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

client-b2bi - Support Outbound Transformers through the StartTransformationJob request #6570

Closed
2 tasks
ncalarco opened this issue Oct 16, 2024 · 3 comments
Closed
2 tasks
Assignees
Labels
closed-for-staleness feature-request New feature or enhancement. May require GitHub community feedback. p3 This is a minor priority issue response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@ncalarco
Copy link

Describe the feature

Support for Outbound transformers when using the StartTransformationJob API in the SDK (or CLI):

Use Case

In the client-b2bi documentation it states:

If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the StartTransformerJob API to process your files.

This is the exact functionality we need and want to use.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

3.670.0

Environment details (OS name and version, etc.)

Windows, NodeJS 18x, cdk/cdk-lib 2.162.1

@ncalarco ncalarco added feature-request New feature or enhancement. May require GitHub community feedback. needs-triage This issue or PR still needs to be triaged. labels Oct 16, 2024
@aBurmeseDev aBurmeseDev self-assigned this Oct 17, 2024
@aBurmeseDev
Copy link
Member

Hi @ncalarco - thanks for reaching out.

Could you please provide more details about the feature request you have regarding the StartTransformerJob API? I noticed that this API is currently available in the SDKs and CLI (code example for JavaScript below). However, I'm not entirely clear on what specific aspect or enhancement you're looking for.

import { B2biClient, StartTransformerJobCommand } from "@aws-sdk/client-b2bi"; // ES Modules import
const client = new B2biClient(config);
const input = { // StartTransformerJobRequest
  inputFile: { // S3Location
    bucketName: "STRING_VALUE",
    key: "STRING_VALUE",
  },
  outputLocation: {
    bucketName: "STRING_VALUE",
    key: "STRING_VALUE",
  },
  transformerId: "STRING_VALUE", 
};

JavaScript API Reference Docs: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/b2bi/command/StartTransformerJobCommand/

Looking forward to hear back!

@aBurmeseDev aBurmeseDev added response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation. and removed needs-triage This issue or PR still needs to be triaged. labels Oct 17, 2024
Copy link

This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Oct 28, 2024
@github-actions github-actions bot closed this as completed Nov 2, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed-for-staleness feature-request New feature or enhancement. May require GitHub community feedback. p3 This is a minor priority issue response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants