<p>Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for a batch of endpoints.</p>
pinpoint_update_endpoints_batch(ApplicationId, EndpointBatchRequest)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required]
svc$update_endpoints_batch( ApplicationId = "string", EndpointBatchRequest = list( Item = list( list( Address = "string", Attributes = list( list( "string" ) ), ChannelType = "GCM"|"APNS"|"APNS_SANDBOX"|"APNS_VOIP"|"APNS_VOIP_SANDBOX"|"ADM"|"SMS"|"VOICE"|"EMAIL"|"BAIDU"|"CUSTOM", Demographic = list( AppVersion = "string", Locale = "string", Make = "string", Model = "string", ModelVersion = "string", Platform = "string", PlatformVersion = "string", Timezone = "string" ), EffectiveDate = "string", EndpointStatus = "string", Id = "string", Location = list( City = "string", Country = "string", Latitude = 123.0, Longitude = 123.0, PostalCode = "string", Region = "string" ), Metrics = list( 123.0 ), OptOut = "string", RequestId = "string", User = list( UserAttributes = list( list( "string" ) ), UserId = "string" ) ) ) ) )