Skip to main content

aws_sdk_pinpoint/
protocol_serde.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub(crate) fn type_erase_result<O, E>(
3    result: ::std::result::Result<O, E>,
4) -> ::std::result::Result<
5    ::aws_smithy_runtime_api::client::interceptors::context::Output,
6    ::aws_smithy_runtime_api::client::orchestrator::OrchestratorError<::aws_smithy_runtime_api::client::interceptors::context::Error>,
7>
8where
9    O: ::std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
10    E: ::std::error::Error + std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
11{
12    result
13        .map(|output| ::aws_smithy_runtime_api::client::interceptors::context::Output::erase(output))
14        .map_err(|error| ::aws_smithy_runtime_api::client::interceptors::context::Error::erase(error))
15        .map_err(::std::convert::Into::into)
16}
17
18pub fn parse_http_error_metadata(
19    _response_status: u16,
20    response_headers: &::aws_smithy_runtime_api::http::Headers,
21    response_body: &[u8],
22) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
23    crate::json_errors::parse_error_metadata(response_body, response_headers)
24}
25
26pub(crate) mod shape_create_app;
27
28pub fn rest_json_unset_struct_payload() -> ::std::vec::Vec<u8> {
29    b"{}"[..].into()
30}
31
32pub(crate) mod shape_create_app_input;
33
34pub(crate) mod shape_create_campaign;
35
36pub(crate) mod shape_create_campaign_input;
37
38pub(crate) mod shape_create_email_template;
39
40pub(crate) mod shape_create_email_template_input;
41
42pub(crate) mod shape_create_export_job;
43
44pub(crate) mod shape_create_export_job_input;
45
46pub(crate) mod shape_create_import_job;
47
48pub(crate) mod shape_create_import_job_input;
49
50pub(crate) mod shape_create_in_app_template;
51
52pub(crate) mod shape_create_in_app_template_input;
53
54pub(crate) mod shape_create_journey;
55
56pub(crate) mod shape_create_journey_input;
57
58pub(crate) mod shape_create_push_template;
59
60pub(crate) mod shape_create_push_template_input;
61
62pub(crate) mod shape_create_recommender_configuration;
63
64pub(crate) mod shape_create_recommender_configuration_input;
65
66pub(crate) mod shape_create_segment;
67
68pub(crate) mod shape_create_segment_input;
69
70pub(crate) mod shape_create_sms_template;
71
72pub(crate) mod shape_create_sms_template_input;
73
74pub(crate) mod shape_create_voice_template;
75
76pub(crate) mod shape_create_voice_template_input;
77
78pub(crate) mod shape_delete_adm_channel;
79
80pub(crate) mod shape_delete_apns_channel;
81
82pub(crate) mod shape_delete_apns_sandbox_channel;
83
84pub(crate) mod shape_delete_apns_voip_channel;
85
86pub(crate) mod shape_delete_apns_voip_sandbox_channel;
87
88pub(crate) mod shape_delete_app;
89
90pub(crate) mod shape_delete_baidu_channel;
91
92pub(crate) mod shape_delete_campaign;
93
94pub(crate) mod shape_delete_email_channel;
95
96pub(crate) mod shape_delete_email_template;
97
98pub(crate) mod shape_delete_endpoint;
99
100pub(crate) mod shape_delete_event_stream;
101
102pub(crate) mod shape_delete_gcm_channel;
103
104pub(crate) mod shape_delete_in_app_template;
105
106pub(crate) mod shape_delete_journey;
107
108pub(crate) mod shape_delete_push_template;
109
110pub(crate) mod shape_delete_recommender_configuration;
111
112pub(crate) mod shape_delete_segment;
113
114pub(crate) mod shape_delete_sms_channel;
115
116pub(crate) mod shape_delete_sms_template;
117
118pub(crate) mod shape_delete_user_endpoints;
119
120pub(crate) mod shape_delete_voice_channel;
121
122pub(crate) mod shape_delete_voice_template;
123
124pub(crate) mod shape_get_adm_channel;
125
126pub(crate) mod shape_get_apns_channel;
127
128pub(crate) mod shape_get_apns_sandbox_channel;
129
130pub(crate) mod shape_get_apns_voip_channel;
131
132pub(crate) mod shape_get_apns_voip_sandbox_channel;
133
134pub(crate) mod shape_get_app;
135
136pub(crate) mod shape_get_application_date_range_kpi;
137
138pub(crate) mod shape_get_application_settings;
139
140pub(crate) mod shape_get_apps;
141
142pub(crate) mod shape_get_baidu_channel;
143
144pub(crate) mod shape_get_campaign;
145
146pub(crate) mod shape_get_campaign_activities;
147
148pub(crate) mod shape_get_campaign_date_range_kpi;
149
150pub(crate) mod shape_get_campaign_version;
151
152pub(crate) mod shape_get_campaign_versions;
153
154pub(crate) mod shape_get_campaigns;
155
156pub(crate) mod shape_get_channels;
157
158pub(crate) mod shape_get_email_channel;
159
160pub(crate) mod shape_get_email_template;
161
162pub(crate) mod shape_get_endpoint;
163
164pub(crate) mod shape_get_event_stream;
165
166pub(crate) mod shape_get_export_job;
167
168pub(crate) mod shape_get_export_jobs;
169
170pub(crate) mod shape_get_gcm_channel;
171
172pub(crate) mod shape_get_import_job;
173
174pub(crate) mod shape_get_import_jobs;
175
176pub(crate) mod shape_get_in_app_messages;
177
178pub(crate) mod shape_get_in_app_template;
179
180pub(crate) mod shape_get_journey;
181
182pub(crate) mod shape_get_journey_date_range_kpi;
183
184pub(crate) mod shape_get_journey_execution_activity_metrics;
185
186pub(crate) mod shape_get_journey_execution_metrics;
187
188pub(crate) mod shape_get_journey_run_execution_activity_metrics;
189
190pub(crate) mod shape_get_journey_run_execution_metrics;
191
192pub(crate) mod shape_get_journey_runs;
193
194pub(crate) mod shape_get_push_template;
195
196pub(crate) mod shape_get_recommender_configuration;
197
198pub(crate) mod shape_get_recommender_configurations;
199
200pub(crate) mod shape_get_segment;
201
202pub(crate) mod shape_get_segment_export_jobs;
203
204pub(crate) mod shape_get_segment_import_jobs;
205
206pub(crate) mod shape_get_segment_version;
207
208pub(crate) mod shape_get_segment_versions;
209
210pub(crate) mod shape_get_segments;
211
212pub(crate) mod shape_get_sms_channel;
213
214pub(crate) mod shape_get_sms_template;
215
216pub(crate) mod shape_get_user_endpoints;
217
218pub(crate) mod shape_get_voice_channel;
219
220pub(crate) mod shape_get_voice_template;
221
222pub(crate) mod shape_list_journeys;
223
224pub(crate) mod shape_list_tags_for_resource;
225
226pub(crate) mod shape_list_template_versions;
227
228pub(crate) mod shape_list_templates;
229
230pub(crate) mod shape_phone_number_validate;
231
232pub(crate) mod shape_phone_number_validate_input;
233
234pub(crate) mod shape_put_event_stream;
235
236pub(crate) mod shape_put_event_stream_input;
237
238pub(crate) mod shape_put_events;
239
240pub(crate) mod shape_put_events_input;
241
242pub(crate) mod shape_remove_attributes;
243
244pub(crate) mod shape_remove_attributes_input;
245
246pub(crate) mod shape_send_messages;
247
248pub(crate) mod shape_send_messages_input;
249
250pub(crate) mod shape_send_otp_message;
251
252pub(crate) mod shape_send_otp_message_input;
253
254pub(crate) mod shape_send_users_messages;
255
256pub(crate) mod shape_send_users_messages_input;
257
258pub(crate) mod shape_tag_resource;
259
260pub(crate) mod shape_tag_resource_input;
261
262pub(crate) mod shape_untag_resource;
263
264pub(crate) mod shape_update_adm_channel;
265
266pub(crate) mod shape_update_adm_channel_input;
267
268pub(crate) mod shape_update_apns_channel;
269
270pub(crate) mod shape_update_apns_channel_input;
271
272pub(crate) mod shape_update_apns_sandbox_channel;
273
274pub(crate) mod shape_update_apns_sandbox_channel_input;
275
276pub(crate) mod shape_update_apns_voip_channel;
277
278pub(crate) mod shape_update_apns_voip_channel_input;
279
280pub(crate) mod shape_update_apns_voip_sandbox_channel;
281
282pub(crate) mod shape_update_apns_voip_sandbox_channel_input;
283
284pub(crate) mod shape_update_application_settings;
285
286pub(crate) mod shape_update_application_settings_input;
287
288pub(crate) mod shape_update_baidu_channel;
289
290pub(crate) mod shape_update_baidu_channel_input;
291
292pub(crate) mod shape_update_campaign;
293
294pub(crate) mod shape_update_campaign_input;
295
296pub(crate) mod shape_update_email_channel;
297
298pub(crate) mod shape_update_email_channel_input;
299
300pub(crate) mod shape_update_email_template;
301
302pub(crate) mod shape_update_email_template_input;
303
304pub(crate) mod shape_update_endpoint;
305
306pub(crate) mod shape_update_endpoint_input;
307
308pub(crate) mod shape_update_endpoints_batch;
309
310pub(crate) mod shape_update_endpoints_batch_input;
311
312pub(crate) mod shape_update_gcm_channel;
313
314pub(crate) mod shape_update_gcm_channel_input;
315
316pub(crate) mod shape_update_in_app_template;
317
318pub(crate) mod shape_update_in_app_template_input;
319
320pub(crate) mod shape_update_journey;
321
322pub(crate) mod shape_update_journey_input;
323
324pub(crate) mod shape_update_journey_state;
325
326pub(crate) mod shape_update_journey_state_input;
327
328pub(crate) mod shape_update_push_template;
329
330pub(crate) mod shape_update_push_template_input;
331
332pub(crate) mod shape_update_recommender_configuration;
333
334pub(crate) mod shape_update_recommender_configuration_input;
335
336pub(crate) mod shape_update_segment;
337
338pub(crate) mod shape_update_segment_input;
339
340pub(crate) mod shape_update_sms_channel;
341
342pub(crate) mod shape_update_sms_channel_input;
343
344pub(crate) mod shape_update_sms_template;
345
346pub(crate) mod shape_update_sms_template_input;
347
348pub(crate) mod shape_update_template_active_version;
349
350pub(crate) mod shape_update_template_active_version_input;
351
352pub(crate) mod shape_update_voice_channel;
353
354pub(crate) mod shape_update_voice_channel_input;
355
356pub(crate) mod shape_update_voice_template;
357
358pub(crate) mod shape_update_voice_template_input;
359
360pub(crate) mod shape_verify_otp_message;
361
362pub(crate) mod shape_verify_otp_message_input;
363
364pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
365    if data.is_empty() {
366        b"{}"
367    } else {
368        data
369    }
370}
371
372pub(crate) mod shape_bad_request_exception;
373
374pub(crate) mod shape_conflict_exception;
375
376pub(crate) mod shape_create_app_output;
377
378pub(crate) mod shape_create_campaign_output;
379
380pub(crate) mod shape_create_email_template_output;
381
382pub(crate) mod shape_create_export_job_output;
383
384pub(crate) mod shape_create_import_job_output;
385
386pub(crate) mod shape_create_in_app_template_output;
387
388pub(crate) mod shape_create_journey_output;
389
390pub(crate) mod shape_create_push_template_output;
391
392pub(crate) mod shape_create_recommender_configuration_output;
393
394pub(crate) mod shape_create_segment_output;
395
396pub(crate) mod shape_create_sms_template_output;
397
398pub(crate) mod shape_create_voice_template_output;
399
400pub(crate) mod shape_delete_adm_channel_output;
401
402pub(crate) mod shape_delete_apns_channel_output;
403
404pub(crate) mod shape_delete_apns_sandbox_channel_output;
405
406pub(crate) mod shape_delete_apns_voip_channel_output;
407
408pub(crate) mod shape_delete_apns_voip_sandbox_channel_output;
409
410pub(crate) mod shape_delete_app_output;
411
412pub(crate) mod shape_delete_baidu_channel_output;
413
414pub(crate) mod shape_delete_campaign_output;
415
416pub(crate) mod shape_delete_email_channel_output;
417
418pub(crate) mod shape_delete_email_template_output;
419
420pub(crate) mod shape_delete_endpoint_output;
421
422pub(crate) mod shape_delete_event_stream_output;
423
424pub(crate) mod shape_delete_gcm_channel_output;
425
426pub(crate) mod shape_delete_in_app_template_output;
427
428pub(crate) mod shape_delete_journey_output;
429
430pub(crate) mod shape_delete_push_template_output;
431
432pub(crate) mod shape_delete_recommender_configuration_output;
433
434pub(crate) mod shape_delete_segment_output;
435
436pub(crate) mod shape_delete_sms_channel_output;
437
438pub(crate) mod shape_delete_sms_template_output;
439
440pub(crate) mod shape_delete_user_endpoints_output;
441
442pub(crate) mod shape_delete_voice_channel_output;
443
444pub(crate) mod shape_delete_voice_template_output;
445
446pub(crate) mod shape_forbidden_exception;
447
448pub(crate) mod shape_get_adm_channel_output;
449
450pub(crate) mod shape_get_apns_channel_output;
451
452pub(crate) mod shape_get_apns_sandbox_channel_output;
453
454pub(crate) mod shape_get_apns_voip_channel_output;
455
456pub(crate) mod shape_get_apns_voip_sandbox_channel_output;
457
458pub(crate) mod shape_get_app_output;
459
460pub(crate) mod shape_get_application_date_range_kpi_output;
461
462pub(crate) mod shape_get_application_settings_output;
463
464pub(crate) mod shape_get_apps_output;
465
466pub(crate) mod shape_get_baidu_channel_output;
467
468pub(crate) mod shape_get_campaign_activities_output;
469
470pub(crate) mod shape_get_campaign_date_range_kpi_output;
471
472pub(crate) mod shape_get_campaign_output;
473
474pub(crate) mod shape_get_campaign_version_output;
475
476pub(crate) mod shape_get_campaign_versions_output;
477
478pub(crate) mod shape_get_campaigns_output;
479
480pub(crate) mod shape_get_channels_output;
481
482pub(crate) mod shape_get_email_channel_output;
483
484pub(crate) mod shape_get_email_template_output;
485
486pub(crate) mod shape_get_endpoint_output;
487
488pub(crate) mod shape_get_event_stream_output;
489
490pub(crate) mod shape_get_export_job_output;
491
492pub(crate) mod shape_get_export_jobs_output;
493
494pub(crate) mod shape_get_gcm_channel_output;
495
496pub(crate) mod shape_get_import_job_output;
497
498pub(crate) mod shape_get_import_jobs_output;
499
500pub(crate) mod shape_get_in_app_messages_output;
501
502pub(crate) mod shape_get_in_app_template_output;
503
504pub(crate) mod shape_get_journey_date_range_kpi_output;
505
506pub(crate) mod shape_get_journey_execution_activity_metrics_output;
507
508pub(crate) mod shape_get_journey_execution_metrics_output;
509
510pub(crate) mod shape_get_journey_output;
511
512pub(crate) mod shape_get_journey_run_execution_activity_metrics_output;
513
514pub(crate) mod shape_get_journey_run_execution_metrics_output;
515
516pub(crate) mod shape_get_journey_runs_output;
517
518pub(crate) mod shape_get_push_template_output;
519
520pub(crate) mod shape_get_recommender_configuration_output;
521
522pub(crate) mod shape_get_recommender_configurations_output;
523
524pub(crate) mod shape_get_segment_export_jobs_output;
525
526pub(crate) mod shape_get_segment_import_jobs_output;
527
528pub(crate) mod shape_get_segment_output;
529
530pub(crate) mod shape_get_segment_version_output;
531
532pub(crate) mod shape_get_segment_versions_output;
533
534pub(crate) mod shape_get_segments_output;
535
536pub(crate) mod shape_get_sms_channel_output;
537
538pub(crate) mod shape_get_sms_template_output;
539
540pub(crate) mod shape_get_user_endpoints_output;
541
542pub(crate) mod shape_get_voice_channel_output;
543
544pub(crate) mod shape_get_voice_template_output;
545
546pub(crate) mod shape_internal_server_error_exception;
547
548pub(crate) mod shape_list_journeys_output;
549
550pub(crate) mod shape_list_tags_for_resource_output;
551
552pub(crate) mod shape_list_template_versions_output;
553
554pub(crate) mod shape_list_templates_output;
555
556pub(crate) mod shape_method_not_allowed_exception;
557
558pub(crate) mod shape_not_found_exception;
559
560pub(crate) mod shape_payload_too_large_exception;
561
562pub(crate) mod shape_phone_number_validate_output;
563
564pub(crate) mod shape_put_event_stream_output;
565
566pub(crate) mod shape_put_events_output;
567
568pub(crate) mod shape_remove_attributes_output;
569
570pub(crate) mod shape_send_messages_output;
571
572pub(crate) mod shape_send_otp_message_output;
573
574pub(crate) mod shape_send_users_messages_output;
575
576pub(crate) mod shape_too_many_requests_exception;
577
578pub(crate) mod shape_update_adm_channel_output;
579
580pub(crate) mod shape_update_apns_channel_output;
581
582pub(crate) mod shape_update_apns_sandbox_channel_output;
583
584pub(crate) mod shape_update_apns_voip_channel_output;
585
586pub(crate) mod shape_update_apns_voip_sandbox_channel_output;
587
588pub(crate) mod shape_update_application_settings_output;
589
590pub(crate) mod shape_update_baidu_channel_output;
591
592pub(crate) mod shape_update_campaign_output;
593
594pub(crate) mod shape_update_email_channel_output;
595
596pub(crate) mod shape_update_email_template_output;
597
598pub(crate) mod shape_update_endpoint_output;
599
600pub(crate) mod shape_update_endpoints_batch_output;
601
602pub(crate) mod shape_update_gcm_channel_output;
603
604pub(crate) mod shape_update_in_app_template_output;
605
606pub(crate) mod shape_update_journey_output;
607
608pub(crate) mod shape_update_journey_state_output;
609
610pub(crate) mod shape_update_push_template_output;
611
612pub(crate) mod shape_update_recommender_configuration_output;
613
614pub(crate) mod shape_update_segment_output;
615
616pub(crate) mod shape_update_sms_channel_output;
617
618pub(crate) mod shape_update_sms_template_output;
619
620pub(crate) mod shape_update_template_active_version_output;
621
622pub(crate) mod shape_update_voice_channel_output;
623
624pub(crate) mod shape_update_voice_template_output;
625
626pub(crate) mod shape_verify_otp_message_output;
627
628pub(crate) mod shape_activities_response;
629
630pub(crate) mod shape_adm_channel_request;
631
632pub(crate) mod shape_adm_channel_response;
633
634pub(crate) mod shape_apns_channel_request;
635
636pub(crate) mod shape_apns_channel_response;
637
638pub(crate) mod shape_apns_sandbox_channel_request;
639
640pub(crate) mod shape_apns_sandbox_channel_response;
641
642pub(crate) mod shape_apns_voip_channel_request;
643
644pub(crate) mod shape_apns_voip_channel_response;
645
646pub(crate) mod shape_apns_voip_sandbox_channel_request;
647
648pub(crate) mod shape_apns_voip_sandbox_channel_response;
649
650pub(crate) mod shape_application_date_range_kpi_response;
651
652pub(crate) mod shape_application_response;
653
654pub(crate) mod shape_application_settings_resource;
655
656pub(crate) mod shape_applications_response;
657
658pub(crate) mod shape_attributes_resource;
659
660pub(crate) mod shape_baidu_channel_request;
661
662pub(crate) mod shape_baidu_channel_response;
663
664pub(crate) mod shape_campaign_date_range_kpi_response;
665
666pub(crate) mod shape_campaign_response;
667
668pub(crate) mod shape_campaigns_response;
669
670pub(crate) mod shape_channels_response;
671
672pub(crate) mod shape_create_application_request;
673
674pub(crate) mod shape_create_recommender_configuration_shape;
675
676pub(crate) mod shape_create_template_message_body;
677
678pub(crate) mod shape_email_channel_request;
679
680pub(crate) mod shape_email_channel_response;
681
682pub(crate) mod shape_email_template_request;
683
684pub(crate) mod shape_email_template_response;
685
686pub(crate) mod shape_endpoint_batch_request;
687
688pub(crate) mod shape_endpoint_request;
689
690pub(crate) mod shape_endpoint_response;
691
692pub(crate) mod shape_endpoints_response;
693
694pub(crate) mod shape_event_stream;
695
696pub(crate) mod shape_events_request;
697
698pub(crate) mod shape_events_response;
699
700pub(crate) mod shape_export_job_request;
701
702pub(crate) mod shape_export_job_response;
703
704pub(crate) mod shape_export_jobs_response;
705
706pub(crate) mod shape_gcm_channel_request;
707
708pub(crate) mod shape_gcm_channel_response;
709
710pub(crate) mod shape_import_job_request;
711
712pub(crate) mod shape_import_job_response;
713
714pub(crate) mod shape_import_jobs_response;
715
716pub(crate) mod shape_in_app_messages_response;
717
718pub(crate) mod shape_in_app_template_request;
719
720pub(crate) mod shape_in_app_template_response;
721
722pub(crate) mod shape_journey_date_range_kpi_response;
723
724pub(crate) mod shape_journey_execution_activity_metrics_response;
725
726pub(crate) mod shape_journey_execution_metrics_response;
727
728pub(crate) mod shape_journey_response;
729
730pub(crate) mod shape_journey_run_execution_activity_metrics_response;
731
732pub(crate) mod shape_journey_run_execution_metrics_response;
733
734pub(crate) mod shape_journey_runs_response;
735
736pub(crate) mod shape_journey_state_request;
737
738pub(crate) mod shape_journeys_response;
739
740pub(crate) mod shape_list_recommender_configurations_response;
741
742pub(crate) mod shape_message_body;
743
744pub(crate) mod shape_message_request;
745
746pub(crate) mod shape_message_response;
747
748pub(crate) mod shape_number_validate_request;
749
750pub(crate) mod shape_number_validate_response;
751
752pub(crate) mod shape_push_notification_template_request;
753
754pub(crate) mod shape_push_notification_template_response;
755
756pub(crate) mod shape_recommender_configuration_response;
757
758pub(crate) mod shape_segment_response;
759
760pub(crate) mod shape_segments_response;
761
762pub(crate) mod shape_send_otp_message_request_parameters;
763
764pub(crate) mod shape_send_users_message_request;
765
766pub(crate) mod shape_send_users_message_response;
767
768pub(crate) mod shape_sms_channel_request;
769
770pub(crate) mod shape_sms_channel_response;
771
772pub(crate) mod shape_sms_template_request;
773
774pub(crate) mod shape_sms_template_response;
775
776pub(crate) mod shape_tags_model;
777
778pub(crate) mod shape_template_active_version_request;
779
780pub(crate) mod shape_template_create_message_body;
781
782pub(crate) mod shape_template_versions_response;
783
784pub(crate) mod shape_templates_response;
785
786pub(crate) mod shape_update_attributes_request;
787
788pub(crate) mod shape_update_recommender_configuration_shape;
789
790pub(crate) mod shape_verification_response;
791
792pub(crate) mod shape_verify_otp_message_request_parameters;
793
794pub(crate) mod shape_voice_channel_request;
795
796pub(crate) mod shape_voice_channel_response;
797
798pub(crate) mod shape_voice_template_request;
799
800pub(crate) mod shape_voice_template_response;
801
802pub(crate) mod shape_write_application_settings_request;
803
804pub(crate) mod shape_write_campaign_request;
805
806pub(crate) mod shape_write_event_stream;
807
808pub(crate) mod shape_write_journey_request;
809
810pub(crate) mod shape_write_segment_request;
811
812pub(crate) mod shape_activity;
813
814pub(crate) mod shape_address_configuration;
815
816pub(crate) mod shape_android_push_notification_template;
817
818pub(crate) mod shape_apns_push_notification_template;
819
820pub(crate) mod shape_application_settings_journey_limits;
821
822pub(crate) mod shape_campaign_hook;
823
824pub(crate) mod shape_campaign_limits;
825
826pub(crate) mod shape_closed_days;
827
828pub(crate) mod shape_custom_delivery_configuration;
829
830pub(crate) mod shape_default_push_notification_template;
831
832pub(crate) mod shape_direct_message_configuration;
833
834pub(crate) mod shape_endpoint_batch_item;
835
836pub(crate) mod shape_endpoint_demographic;
837
838pub(crate) mod shape_endpoint_location;
839
840pub(crate) mod shape_endpoint_send_configuration;
841
842pub(crate) mod shape_endpoint_user;
843
844pub(crate) mod shape_events_batch;
845
846pub(crate) mod shape_in_app_message_content;
847
848pub(crate) mod shape_journey_channel_settings;
849
850pub(crate) mod shape_journey_limits;
851
852pub(crate) mod shape_journey_schedule;
853
854pub(crate) mod shape_message_configuration;
855
856pub(crate) mod shape_message_header;
857
858pub(crate) mod shape_open_hours;
859
860pub(crate) mod shape_quiet_time;
861
862pub(crate) mod shape_schedule;
863
864pub(crate) mod shape_segment_dimensions;
865
866pub(crate) mod shape_segment_group_list;
867
868pub(crate) mod shape_start_condition;
869
870pub(crate) mod shape_template_configuration;
871
872pub(crate) mod shape_write_treatment_resource;
873
874pub(crate) mod shape_adm_message;
875
876pub(crate) mod shape_apns_message;
877
878pub(crate) mod shape_attribute_dimension;
879
880pub(crate) mod shape_baidu_message;
881
882pub(crate) mod shape_base_kpi_result;
883
884pub(crate) mod shape_campaign_custom_message;
885
886pub(crate) mod shape_campaign_email_message;
887
888pub(crate) mod shape_campaign_event_filter;
889
890pub(crate) mod shape_campaign_in_app_message;
891
892pub(crate) mod shape_campaign_sms_message;
893
894pub(crate) mod shape_campaign_state;
895
896pub(crate) mod shape_closed_days_rule;
897
898pub(crate) mod shape_conditional_split_activity;
899
900pub(crate) mod shape_contact_center_activity;
901
902pub(crate) mod shape_custom_message_activity;
903
904pub(crate) mod shape_default_message;
905
906pub(crate) mod shape_default_push_notification_message;
907
908pub(crate) mod shape_email_message;
909
910pub(crate) mod shape_email_message_activity;
911
912pub(crate) mod shape_event;
913
914pub(crate) mod shape_event_start_condition;
915
916pub(crate) mod shape_export_job_resource;
917
918pub(crate) mod shape_gcm_message;
919
920pub(crate) mod shape_holdout_activity;
921
922pub(crate) mod shape_import_job_resource;
923
924pub(crate) mod shape_in_app_message_body_config;
925
926pub(crate) mod shape_in_app_message_button;
927
928pub(crate) mod shape_in_app_message_header_config;
929
930pub(crate) mod shape_journey_timeframe_cap;
931
932pub(crate) mod shape_list_of_activity_response;
933
934pub(crate) mod shape_list_of_application_response;
935
936pub(crate) mod shape_list_of_campaign_response;
937
938pub(crate) mod shape_list_of_endpoint_response;
939
940pub(crate) mod shape_list_of_export_job_response;
941
942pub(crate) mod shape_list_of_import_job_response;
943
944pub(crate) mod shape_list_of_in_app_message_campaign;
945
946pub(crate) mod shape_list_of_in_app_message_content;
947
948pub(crate) mod shape_list_of_journey_response;
949
950pub(crate) mod shape_list_of_journey_run_response;
951
952pub(crate) mod shape_list_of_message_header;
953
954pub(crate) mod shape_list_of_recommender_configuration_response;
955
956pub(crate) mod shape_list_of_segment_response;
957
958pub(crate) mod shape_list_of_string;
959
960pub(crate) mod shape_list_of_template_response;
961
962pub(crate) mod shape_list_of_template_version_response;
963
964pub(crate) mod shape_list_of_timezone_estimation_methods_element;
965
966pub(crate) mod shape_list_of_treatment_resource;
967
968pub(crate) mod shape_map_of_activity;
969
970pub(crate) mod shape_map_of_channel_response;
971
972pub(crate) mod shape_map_of_double;
973
974pub(crate) mod shape_map_of_endpoint_message_result;
975
976pub(crate) mod shape_map_of_item_response;
977
978pub(crate) mod shape_map_of_list_of_string;
979
980pub(crate) mod shape_map_of_map_of_endpoint_message_result;
981
982pub(crate) mod shape_map_of_message_result;
983
984pub(crate) mod shape_map_of_string;
985
986pub(crate) mod shape_message;
987
988pub(crate) mod shape_metric_dimension;
989
990pub(crate) mod shape_multi_conditional_split_activity;
991
992pub(crate) mod shape_open_hours_rule;
993
994pub(crate) mod shape_public_endpoint;
995
996pub(crate) mod shape_push_message_activity;
997
998pub(crate) mod shape_random_split_activity;
999
1000pub(crate) mod shape_segment_behaviors;
1001
1002pub(crate) mod shape_segment_condition;
1003
1004pub(crate) mod shape_segment_demographics;
1005
1006pub(crate) mod shape_segment_group;
1007
1008pub(crate) mod shape_segment_import_resource;
1009
1010pub(crate) mod shape_segment_location;
1011
1012pub(crate) mod shape_sms_message;
1013
1014pub(crate) mod shape_sms_message_activity;
1015
1016pub(crate) mod shape_template;
1017
1018pub(crate) mod shape_voice_message;
1019
1020pub(crate) mod shape_wait_activity;
1021
1022pub(crate) mod shape_activity_response;
1023
1024pub(crate) mod shape_channel_response;
1025
1026pub(crate) mod shape_condition;
1027
1028pub(crate) mod shape_default_button_configuration;
1029
1030pub(crate) mod shape_endpoint_message_result;
1031
1032pub(crate) mod shape_event_dimensions;
1033
1034pub(crate) mod shape_event_filter;
1035
1036pub(crate) mod shape_gps_point_dimension;
1037
1038pub(crate) mod shape_in_app_message_campaign;
1039
1040pub(crate) mod shape_item_response;
1041
1042pub(crate) mod shape_journey_custom_message;
1043
1044pub(crate) mod shape_journey_email_message;
1045
1046pub(crate) mod shape_journey_push_message;
1047
1048pub(crate) mod shape_journey_run_response;
1049
1050pub(crate) mod shape_journey_sms_message;
1051
1052pub(crate) mod shape_list_of_closed_days_rules;
1053
1054pub(crate) mod shape_list_of_endpoint_types_element;
1055
1056pub(crate) mod shape_list_of_result_row;
1057
1058pub(crate) mod shape_list_of_segment_group;
1059
1060pub(crate) mod shape_map_of_attribute_dimension;
1061
1062pub(crate) mod shape_map_of_integer;
1063
1064pub(crate) mod shape_map_of_list_of_open_hours_rules;
1065
1066pub(crate) mod shape_map_of_metric_dimension;
1067
1068pub(crate) mod shape_message_result;
1069
1070pub(crate) mod shape_multi_conditional_branch;
1071
1072pub(crate) mod shape_override_button_configuration;
1073
1074pub(crate) mod shape_random_split_entry;
1075
1076pub(crate) mod shape_raw_email;
1077
1078pub(crate) mod shape_recency_dimension;
1079
1080pub(crate) mod shape_segment_reference;
1081
1082pub(crate) mod shape_session;
1083
1084pub(crate) mod shape_set_dimension;
1085
1086pub(crate) mod shape_simple_email;
1087
1088pub(crate) mod shape_template_response;
1089
1090pub(crate) mod shape_template_version_response;
1091
1092pub(crate) mod shape_treatment_resource;
1093
1094pub(crate) mod shape_wait_time;
1095
1096pub(crate) mod shape_endpoint_item_response;
1097
1098pub(crate) mod shape_gps_coordinates;
1099
1100pub(crate) mod shape_in_app_campaign_schedule;
1101
1102pub(crate) mod shape_in_app_message;
1103
1104pub(crate) mod shape_list_of_open_hours_rules;
1105
1106pub(crate) mod shape_map_of_event_item_response;
1107
1108pub(crate) mod shape_result_row;
1109
1110pub(crate) mod shape_simple_condition;
1111
1112pub(crate) mod shape_simple_email_part;
1113
1114pub(crate) mod shape_event_condition;
1115
1116pub(crate) mod shape_event_item_response;
1117
1118pub(crate) mod shape_list_of_multi_conditional_branch;
1119
1120pub(crate) mod shape_list_of_random_split_entry;
1121
1122pub(crate) mod shape_list_of_result_row_value;
1123
1124pub(crate) mod shape_list_of_segment_dimensions;
1125
1126pub(crate) mod shape_list_of_segment_reference;
1127
1128pub(crate) mod shape_list_of_simple_condition;
1129
1130pub(crate) mod shape_result_row_value;