Smaws_Client_SNS.CreatePlatformApplicationCreates a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the CreatePlatformApplication action.
PlatformPrincipal and PlatformCredential are received from the notification service.
PlatformPrincipal is client id and PlatformCredential is client secret.APNS_SANDBOX using certificate credentials, PlatformPrincipal is SSL certificate and PlatformCredential is private key.APNS_SANDBOX using token credentials, PlatformPrincipal is signing key ID and PlatformCredential is signing key.PlatformPrincipal is API key and PlatformCredential is secret key.PlatformPrincipal. The PlatformCredential is API key.PlatformPrincipal. The PlatformCredential is a JSON formatted private key file. When using the Amazon Web Services CLI or Amazon Web Services SDKs, the file must be in string format and special characters must be ignored. To format the file correctly, Amazon SNS recommends using the following command: SERVICE_JSON=$(jq @json < service.json).PlatformPrincipal is TLS certificate and PlatformCredential is private key.PlatformPrincipal is Package Security Identifier and PlatformCredential is secret key.You can use the returned PlatformApplicationArn as an attribute for the CreatePlatformEndpoint action.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_platform_application_input ->
(Types.create_platform_application_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_platform_application_input ->
(Types.create_platform_application_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `InternalErrorException of Types.internal_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result