powered by
Pinpoint SMS and Voice Messaging public facing APIs
pinpointsmsvoice(config = list())
Optional configuration of credentials, endpoint, and/or region.
svc <- pinpointsmsvoice( config = list( credentials = list( creds = list( access_key_id = "string", secret_access_key = "string", session_token = "string" ), profile = "string" ), endpoint = "string", region = "string" ) )
# NOT RUN { svc <- pinpointsmsvoice() svc$create_configuration_set( Foo = 123 ) # } # NOT RUN { # }
Run the code above in your browser using DataLab