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

importexport.Client missing GenerateShippingLabel API Call #46

Closed
kingb opened this issue Jan 7, 2015 · 7 comments
Closed

importexport.Client missing GenerateShippingLabel API Call #46

kingb opened this issue Jan 7, 2015 · 7 comments
Labels
dependencies This issue is a problem in a dependency. pending-release This issue will be fixed by an approved PR that hasn't been released yet.

Comments

@kingb
Copy link

kingb commented Jan 7, 2015

This is related to boto/botocore#431 which contains more background information.

According to http://docs.aws.amazon.com/AWSImportExport/latest/DG/WebCommands.html and http://docs.aws.amazon.com/AWSImportExport/latest/DG/WebGenerateShippingLabel.html the GenerateShippingLabel API call is missing. It is also missing in botocore as mentioned above. It is also missing from AWS CLI v1.6.10.

importexport.generate_shipping_label is missing:

    In [76]: importexport = boto3.client('importexport')

    In [77]: importexport.
    importexport.can_paginate   importexport.get_status
    importexport.cancel_job     importexport.get_waiter
    importexport.clone_client   importexport.list_jobs
    importexport.create_job     importexport.update_job
    importexport.get_paginator  importexport.waiter_names
@danielgtaylor danielgtaylor added the dependencies This issue is a problem in a dependency. label Jan 12, 2015
@danielgtaylor
Copy link
Member

This looks like an outdated or incorrect model in Botocore. I'm leaving this open so we can track when the fix will be available in a Boto 3 release, but let's continue discussions on the Botocore ticket.

@danielgtaylor danielgtaylor added the pending-release This issue will be fixed by an approved PR that hasn't been released yet. label Jan 28, 2015
@danielgtaylor
Copy link
Member

This has been added to Botocore and will be included in the next Boto 3 release.

@kingb
Copy link
Author

kingb commented Feb 3, 2015

@danielgtaylor, thanks for the update. I look forward to this being resolved.

@kingb
Copy link
Author

kingb commented Feb 3, 2015

Just to be clear, this is a show stopper. I product is broken until this is fixed.

@danielgtaylor
Copy link
Member

@kingb understood. I'm trying to get #52 merged in, update our Botocore dependency and then get ready to do a release soon.

@danielgtaylor
Copy link
Member

@kingb this is now released with Boto 3 - 0.0.7.

@kingb
Copy link
Author

kingb commented Feb 5, 2015

@danielgtaylor... Thank you for this. You rock! Keep up the great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency. pending-release This issue will be fixed by an approved PR that hasn't been released yet.
Projects
None yet
Development

No branches or pull requests

2 participants