Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / sns / opt-in-phone-number.rst
Size: Mime:
**To opt-in for SMS messages**

The following ``opt-in-phone-number`` example opts the specified phone number into receiving SMS messages. ::

    aws sns opt-in-phone-number \
        --phone-number +1-555-555-0100

This command produces no output.