Skip to content

Export more interfaces from command #191

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

Merged
merged 3 commits into from
Jan 28, 2019

Conversation

AllanZhengYP
Copy link
Contributor

You can now export useful interfaces from commands.
Previously you need to import interfaces else where

import { AddPermissionCommand } from '@aws-sdk/client-sqs-client/commands/AddPermissionCommand';
import {AddPermissionInput, AddPermissionOutput, AddPermissionExceptionsUnion} from '@aws-sdk/client-sqs-client';

Now you can just:

import { 
    AddPermissionCommand,
    AddPermissionInput, 
    AddPermissionOutput, 
    AddPermissionExceptionsUnion
 } from  '@aws-sdk/client-sqs-client/commands/AddPermissionCommand';

The first commit is the actual code change.

@AllanZhengYP AllanZhengYP requested a review from srchase January 28, 2019 19:56
@AllanZhengYP AllanZhengYP force-pushed the export-more-interfaces branch from 11389a8 to ed63829 Compare January 28, 2019 20:01
@srchase
Copy link
Contributor

srchase commented Jan 28, 2019

🚢 !!

@AllanZhengYP AllanZhengYP merged commit 0dd9cda into aws:master Jan 28, 2019
@lock
Copy link

lock bot commented May 24, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants