Repository URL to install this package:
| 
      
     
      
        
        
        Version: 
        
         
  
        
    
          
          1.21.11  ▾
        
         
  
      
        
      
  
      
  
     | 
**To check SMS message opt-out for a phone number**
The following ``check-if-phone-number-is-opted-out`` example checks whether the specified phone number is opted out of receiving SMS messages from the current AWS account. ::
    aws sns check-if-phone-number-is-opted-out \
        --phone-number 555-555-0100
Output::
    {
        "isOptedOut": false
    }