@aws-sdk/client-pinpoint 3.130.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAppCommand.js +2 -2
- package/dist-cjs/commands/CreateCampaignCommand.js +2 -2
- package/dist-cjs/commands/CreateEmailTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateExportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateImportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateInAppTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateJourneyCommand.js +2 -2
- package/dist-cjs/commands/CreatePushTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateRecommenderConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateSegmentCommand.js +2 -2
- package/dist-cjs/commands/CreateSmsTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateVoiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteAdmChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteApnsChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteApnsSandboxChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteApnsVoipChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteApnsVoipSandboxChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppCommand.js +2 -2
- package/dist-cjs/commands/DeleteBaiduChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteCampaignCommand.js +2 -2
- package/dist-cjs/commands/DeleteEmailChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteEmailTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventStreamCommand.js +2 -2
- package/dist-cjs/commands/DeleteGcmChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInAppTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteJourneyCommand.js +2 -2
- package/dist-cjs/commands/DeletePushTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteRecommenderConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteSegmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteSmsChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteSmsTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DeleteVoiceChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteVoiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetAdmChannelCommand.js +2 -2
- package/dist-cjs/commands/GetApnsChannelCommand.js +2 -2
- package/dist-cjs/commands/GetApnsSandboxChannelCommand.js +2 -2
- package/dist-cjs/commands/GetApnsVoipChannelCommand.js +2 -2
- package/dist-cjs/commands/GetApnsVoipSandboxChannelCommand.js +2 -2
- package/dist-cjs/commands/GetAppCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationDateRangeKpiCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetAppsCommand.js +2 -2
- package/dist-cjs/commands/GetBaiduChannelCommand.js +2 -2
- package/dist-cjs/commands/GetCampaignActivitiesCommand.js +2 -2
- package/dist-cjs/commands/GetCampaignCommand.js +2 -2
- package/dist-cjs/commands/GetCampaignDateRangeKpiCommand.js +2 -2
- package/dist-cjs/commands/GetCampaignVersionCommand.js +2 -2
- package/dist-cjs/commands/GetCampaignVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetCampaignsCommand.js +2 -2
- package/dist-cjs/commands/GetChannelsCommand.js +2 -2
- package/dist-cjs/commands/GetEmailChannelCommand.js +2 -2
- package/dist-cjs/commands/GetEmailTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetEventStreamCommand.js +2 -2
- package/dist-cjs/commands/GetExportJobCommand.js +2 -2
- package/dist-cjs/commands/GetExportJobsCommand.js +2 -2
- package/dist-cjs/commands/GetGcmChannelCommand.js +2 -2
- package/dist-cjs/commands/GetImportJobCommand.js +2 -2
- package/dist-cjs/commands/GetImportJobsCommand.js +2 -2
- package/dist-cjs/commands/GetInAppMessagesCommand.js +2 -2
- package/dist-cjs/commands/GetInAppTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetJourneyCommand.js +2 -2
- package/dist-cjs/commands/GetJourneyDateRangeKpiCommand.js +2 -2
- package/dist-cjs/commands/GetJourneyExecutionActivityMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetJourneyExecutionMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetPushTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetRecommenderConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetRecommenderConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/GetSegmentCommand.js +2 -2
- package/dist-cjs/commands/GetSegmentExportJobsCommand.js +2 -2
- package/dist-cjs/commands/GetSegmentImportJobsCommand.js +2 -2
- package/dist-cjs/commands/GetSegmentVersionCommand.js +2 -2
- package/dist-cjs/commands/GetSegmentVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetSegmentsCommand.js +2 -2
- package/dist-cjs/commands/GetSmsChannelCommand.js +2 -2
- package/dist-cjs/commands/GetSmsTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetUserEndpointsCommand.js +2 -2
- package/dist-cjs/commands/GetVoiceChannelCommand.js +2 -2
- package/dist-cjs/commands/GetVoiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListJourneysCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/PhoneNumberValidateCommand.js +2 -2
- package/dist-cjs/commands/PutEventStreamCommand.js +2 -2
- package/dist-cjs/commands/PutEventsCommand.js +2 -2
- package/dist-cjs/commands/RemoveAttributesCommand.js +2 -2
- package/dist-cjs/commands/SendMessagesCommand.js +2 -2
- package/dist-cjs/commands/SendOTPMessageCommand.js +2 -2
- package/dist-cjs/commands/SendUsersMessagesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAdmChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateApnsChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateApnsSandboxChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateApnsVoipChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateApnsVoipSandboxChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateBaiduChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateCampaignCommand.js +2 -2
- package/dist-cjs/commands/UpdateEmailChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateEmailTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointsBatchCommand.js +2 -2
- package/dist-cjs/commands/UpdateGcmChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateInAppTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateJourneyCommand.js +2 -2
- package/dist-cjs/commands/UpdateJourneyStateCommand.js +2 -2
- package/dist-cjs/commands/UpdatePushTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateRecommenderConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateSegmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateSmsChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateSmsTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateActiveVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateVoiceChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateVoiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/VerifyOTPMessageCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1074 -1608
- package/dist-cjs/models/models_1.js +672 -1006
- package/dist-es/commands/CreateAppCommand.js +3 -3
- package/dist-es/commands/CreateCampaignCommand.js +3 -3
- package/dist-es/commands/CreateEmailTemplateCommand.js +3 -3
- package/dist-es/commands/CreateExportJobCommand.js +3 -3
- package/dist-es/commands/CreateImportJobCommand.js +3 -3
- package/dist-es/commands/CreateInAppTemplateCommand.js +3 -3
- package/dist-es/commands/CreateJourneyCommand.js +3 -3
- package/dist-es/commands/CreatePushTemplateCommand.js +3 -3
- package/dist-es/commands/CreateRecommenderConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateSegmentCommand.js +3 -3
- package/dist-es/commands/CreateSmsTemplateCommand.js +3 -3
- package/dist-es/commands/CreateVoiceTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteAdmChannelCommand.js +3 -3
- package/dist-es/commands/DeleteApnsChannelCommand.js +3 -3
- package/dist-es/commands/DeleteApnsSandboxChannelCommand.js +3 -3
- package/dist-es/commands/DeleteApnsVoipChannelCommand.js +3 -3
- package/dist-es/commands/DeleteApnsVoipSandboxChannelCommand.js +3 -3
- package/dist-es/commands/DeleteAppCommand.js +3 -3
- package/dist-es/commands/DeleteBaiduChannelCommand.js +3 -3
- package/dist-es/commands/DeleteCampaignCommand.js +3 -3
- package/dist-es/commands/DeleteEmailChannelCommand.js +3 -3
- package/dist-es/commands/DeleteEmailTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEventStreamCommand.js +3 -3
- package/dist-es/commands/DeleteGcmChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInAppTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteJourneyCommand.js +3 -3
- package/dist-es/commands/DeletePushTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteRecommenderConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteSegmentCommand.js +3 -3
- package/dist-es/commands/DeleteSmsChannelCommand.js +3 -3
- package/dist-es/commands/DeleteSmsTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteUserEndpointsCommand.js +3 -3
- package/dist-es/commands/DeleteVoiceChannelCommand.js +3 -3
- package/dist-es/commands/DeleteVoiceTemplateCommand.js +3 -3
- package/dist-es/commands/GetAdmChannelCommand.js +3 -3
- package/dist-es/commands/GetApnsChannelCommand.js +3 -3
- package/dist-es/commands/GetApnsSandboxChannelCommand.js +3 -3
- package/dist-es/commands/GetApnsVoipChannelCommand.js +3 -3
- package/dist-es/commands/GetApnsVoipSandboxChannelCommand.js +3 -3
- package/dist-es/commands/GetAppCommand.js +3 -3
- package/dist-es/commands/GetApplicationDateRangeKpiCommand.js +3 -3
- package/dist-es/commands/GetApplicationSettingsCommand.js +3 -3
- package/dist-es/commands/GetAppsCommand.js +3 -3
- package/dist-es/commands/GetBaiduChannelCommand.js +3 -3
- package/dist-es/commands/GetCampaignActivitiesCommand.js +3 -3
- package/dist-es/commands/GetCampaignCommand.js +3 -3
- package/dist-es/commands/GetCampaignDateRangeKpiCommand.js +3 -3
- package/dist-es/commands/GetCampaignVersionCommand.js +3 -3
- package/dist-es/commands/GetCampaignVersionsCommand.js +3 -3
- package/dist-es/commands/GetCampaignsCommand.js +3 -3
- package/dist-es/commands/GetChannelsCommand.js +3 -3
- package/dist-es/commands/GetEmailChannelCommand.js +3 -3
- package/dist-es/commands/GetEmailTemplateCommand.js +4 -4
- package/dist-es/commands/GetEndpointCommand.js +3 -3
- package/dist-es/commands/GetEventStreamCommand.js +3 -3
- package/dist-es/commands/GetExportJobCommand.js +3 -3
- package/dist-es/commands/GetExportJobsCommand.js +3 -3
- package/dist-es/commands/GetGcmChannelCommand.js +3 -3
- package/dist-es/commands/GetImportJobCommand.js +3 -3
- package/dist-es/commands/GetImportJobsCommand.js +3 -3
- package/dist-es/commands/GetInAppMessagesCommand.js +3 -3
- package/dist-es/commands/GetInAppTemplateCommand.js +3 -3
- package/dist-es/commands/GetJourneyCommand.js +3 -3
- package/dist-es/commands/GetJourneyDateRangeKpiCommand.js +3 -3
- package/dist-es/commands/GetJourneyExecutionActivityMetricsCommand.js +3 -3
- package/dist-es/commands/GetJourneyExecutionMetricsCommand.js +3 -3
- package/dist-es/commands/GetPushTemplateCommand.js +3 -3
- package/dist-es/commands/GetRecommenderConfigurationCommand.js +3 -3
- package/dist-es/commands/GetRecommenderConfigurationsCommand.js +3 -3
- package/dist-es/commands/GetSegmentCommand.js +3 -3
- package/dist-es/commands/GetSegmentExportJobsCommand.js +3 -3
- package/dist-es/commands/GetSegmentImportJobsCommand.js +3 -3
- package/dist-es/commands/GetSegmentVersionCommand.js +3 -3
- package/dist-es/commands/GetSegmentVersionsCommand.js +3 -3
- package/dist-es/commands/GetSegmentsCommand.js +3 -3
- package/dist-es/commands/GetSmsChannelCommand.js +3 -3
- package/dist-es/commands/GetSmsTemplateCommand.js +3 -3
- package/dist-es/commands/GetUserEndpointsCommand.js +3 -3
- package/dist-es/commands/GetVoiceChannelCommand.js +3 -3
- package/dist-es/commands/GetVoiceTemplateCommand.js +3 -3
- package/dist-es/commands/ListJourneysCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/PhoneNumberValidateCommand.js +3 -3
- package/dist-es/commands/PutEventStreamCommand.js +3 -3
- package/dist-es/commands/PutEventsCommand.js +3 -3
- package/dist-es/commands/RemoveAttributesCommand.js +3 -3
- package/dist-es/commands/SendMessagesCommand.js +3 -3
- package/dist-es/commands/SendOTPMessageCommand.js +3 -3
- package/dist-es/commands/SendUsersMessagesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAdmChannelCommand.js +3 -3
- package/dist-es/commands/UpdateApnsChannelCommand.js +3 -3
- package/dist-es/commands/UpdateApnsSandboxChannelCommand.js +3 -3
- package/dist-es/commands/UpdateApnsVoipChannelCommand.js +3 -3
- package/dist-es/commands/UpdateApnsVoipSandboxChannelCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateBaiduChannelCommand.js +3 -3
- package/dist-es/commands/UpdateCampaignCommand.js +3 -3
- package/dist-es/commands/UpdateEmailChannelCommand.js +3 -3
- package/dist-es/commands/UpdateEmailTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointsBatchCommand.js +3 -3
- package/dist-es/commands/UpdateGcmChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInAppTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateJourneyCommand.js +3 -3
- package/dist-es/commands/UpdateJourneyStateCommand.js +3 -3
- package/dist-es/commands/UpdatePushTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateRecommenderConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateSegmentCommand.js +3 -3
- package/dist-es/commands/UpdateSmsChannelCommand.js +3 -3
- package/dist-es/commands/UpdateSmsTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateActiveVersionCommand.js +3 -3
- package/dist-es/commands/UpdateVoiceChannelCommand.js +3 -3
- package/dist-es/commands/UpdateVoiceTemplateCommand.js +3 -3
- package/dist-es/commands/VerifyOTPMessageCommand.js +3 -3
- package/dist-es/models/models_0.js +267 -1068
- package/dist-es/models/models_1.js +167 -668
- package/dist-types/models/models_0.d.ts +1068 -1602
- package/dist-types/models/models_1.d.ts +668 -1002
- package/dist-types/ts3.4/models/models_0.d.ts +534 -1068
- package/dist-types/ts3.4/models/models_1.d.ts +334 -668
- package/package.json +7 -7
|
@@ -49,10 +49,6 @@ export interface ActivityResponse {
|
|
|
49
49
|
|
|
50
50
|
TreatmentId?: string;
|
|
51
51
|
}
|
|
52
|
-
export declare namespace ActivityResponse {
|
|
53
|
-
|
|
54
|
-
const filterSensitiveLog: (obj: ActivityResponse) => any;
|
|
55
|
-
}
|
|
56
52
|
|
|
57
53
|
export interface ActivitiesResponse {
|
|
58
54
|
|
|
@@ -60,10 +56,6 @@ export interface ActivitiesResponse {
|
|
|
60
56
|
|
|
61
57
|
NextToken?: string;
|
|
62
58
|
}
|
|
63
|
-
export declare namespace ActivitiesResponse {
|
|
64
|
-
|
|
65
|
-
const filterSensitiveLog: (obj: ActivitiesResponse) => any;
|
|
66
|
-
}
|
|
67
59
|
export declare enum AttributeType {
|
|
68
60
|
AFTER = "AFTER",
|
|
69
61
|
BEFORE = "BEFORE",
|
|
@@ -80,10 +72,6 @@ export interface AttributeDimension {
|
|
|
80
72
|
|
|
81
73
|
Values: string[] | undefined;
|
|
82
74
|
}
|
|
83
|
-
export declare namespace AttributeDimension {
|
|
84
|
-
|
|
85
|
-
const filterSensitiveLog: (obj: AttributeDimension) => any;
|
|
86
|
-
}
|
|
87
75
|
export declare enum DimensionType {
|
|
88
76
|
EXCLUSIVE = "EXCLUSIVE",
|
|
89
77
|
INCLUSIVE = "INCLUSIVE"
|
|
@@ -95,10 +83,6 @@ export interface SetDimension {
|
|
|
95
83
|
|
|
96
84
|
Values: string[] | undefined;
|
|
97
85
|
}
|
|
98
|
-
export declare namespace SetDimension {
|
|
99
|
-
|
|
100
|
-
const filterSensitiveLog: (obj: SetDimension) => any;
|
|
101
|
-
}
|
|
102
86
|
|
|
103
87
|
export interface MetricDimension {
|
|
104
88
|
|
|
@@ -106,10 +90,6 @@ export interface MetricDimension {
|
|
|
106
90
|
|
|
107
91
|
Value: number | undefined;
|
|
108
92
|
}
|
|
109
|
-
export declare namespace MetricDimension {
|
|
110
|
-
|
|
111
|
-
const filterSensitiveLog: (obj: MetricDimension) => any;
|
|
112
|
-
}
|
|
113
93
|
|
|
114
94
|
export interface EventDimensions {
|
|
115
95
|
|
|
@@ -119,10 +99,6 @@ export interface EventDimensions {
|
|
|
119
99
|
|
|
120
100
|
Metrics?: Record<string, MetricDimension>;
|
|
121
101
|
}
|
|
122
|
-
export declare namespace EventDimensions {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: EventDimensions) => any;
|
|
125
|
-
}
|
|
126
102
|
|
|
127
103
|
export interface EventCondition {
|
|
128
104
|
|
|
@@ -130,19 +106,11 @@ export interface EventCondition {
|
|
|
130
106
|
|
|
131
107
|
MessageActivity?: string;
|
|
132
108
|
}
|
|
133
|
-
export declare namespace EventCondition {
|
|
134
|
-
|
|
135
|
-
const filterSensitiveLog: (obj: EventCondition) => any;
|
|
136
|
-
}
|
|
137
109
|
|
|
138
110
|
export interface SegmentCondition {
|
|
139
111
|
|
|
140
112
|
SegmentId: string | undefined;
|
|
141
113
|
}
|
|
142
|
-
export declare namespace SegmentCondition {
|
|
143
|
-
|
|
144
|
-
const filterSensitiveLog: (obj: SegmentCondition) => any;
|
|
145
|
-
}
|
|
146
114
|
export declare enum Duration {
|
|
147
115
|
DAY_14 = "DAY_14",
|
|
148
116
|
DAY_30 = "DAY_30",
|
|
@@ -160,19 +128,11 @@ export interface RecencyDimension {
|
|
|
160
128
|
|
|
161
129
|
RecencyType: RecencyType | string | undefined;
|
|
162
130
|
}
|
|
163
|
-
export declare namespace RecencyDimension {
|
|
164
|
-
|
|
165
|
-
const filterSensitiveLog: (obj: RecencyDimension) => any;
|
|
166
|
-
}
|
|
167
131
|
|
|
168
132
|
export interface SegmentBehaviors {
|
|
169
133
|
|
|
170
134
|
Recency?: RecencyDimension;
|
|
171
135
|
}
|
|
172
|
-
export declare namespace SegmentBehaviors {
|
|
173
|
-
|
|
174
|
-
const filterSensitiveLog: (obj: SegmentBehaviors) => any;
|
|
175
|
-
}
|
|
176
136
|
|
|
177
137
|
export interface SegmentDemographics {
|
|
178
138
|
|
|
@@ -188,10 +148,6 @@ export interface SegmentDemographics {
|
|
|
188
148
|
|
|
189
149
|
Platform?: SetDimension;
|
|
190
150
|
}
|
|
191
|
-
export declare namespace SegmentDemographics {
|
|
192
|
-
|
|
193
|
-
const filterSensitiveLog: (obj: SegmentDemographics) => any;
|
|
194
|
-
}
|
|
195
151
|
|
|
196
152
|
export interface GPSCoordinates {
|
|
197
153
|
|
|
@@ -199,10 +155,6 @@ export interface GPSCoordinates {
|
|
|
199
155
|
|
|
200
156
|
Longitude: number | undefined;
|
|
201
157
|
}
|
|
202
|
-
export declare namespace GPSCoordinates {
|
|
203
|
-
|
|
204
|
-
const filterSensitiveLog: (obj: GPSCoordinates) => any;
|
|
205
|
-
}
|
|
206
158
|
|
|
207
159
|
export interface GPSPointDimension {
|
|
208
160
|
|
|
@@ -210,10 +162,6 @@ export interface GPSPointDimension {
|
|
|
210
162
|
|
|
211
163
|
RangeInKilometers?: number;
|
|
212
164
|
}
|
|
213
|
-
export declare namespace GPSPointDimension {
|
|
214
|
-
|
|
215
|
-
const filterSensitiveLog: (obj: GPSPointDimension) => any;
|
|
216
|
-
}
|
|
217
165
|
|
|
218
166
|
export interface SegmentLocation {
|
|
219
167
|
|
|
@@ -221,10 +169,6 @@ export interface SegmentLocation {
|
|
|
221
169
|
|
|
222
170
|
GPSPoint?: GPSPointDimension;
|
|
223
171
|
}
|
|
224
|
-
export declare namespace SegmentLocation {
|
|
225
|
-
|
|
226
|
-
const filterSensitiveLog: (obj: SegmentLocation) => any;
|
|
227
|
-
}
|
|
228
172
|
|
|
229
173
|
export interface SegmentDimensions {
|
|
230
174
|
|
|
@@ -240,10 +184,6 @@ export interface SegmentDimensions {
|
|
|
240
184
|
|
|
241
185
|
UserAttributes?: Record<string, AttributeDimension>;
|
|
242
186
|
}
|
|
243
|
-
export declare namespace SegmentDimensions {
|
|
244
|
-
|
|
245
|
-
const filterSensitiveLog: (obj: SegmentDimensions) => any;
|
|
246
|
-
}
|
|
247
187
|
|
|
248
188
|
export interface SimpleCondition {
|
|
249
189
|
|
|
@@ -253,10 +193,6 @@ export interface SimpleCondition {
|
|
|
253
193
|
|
|
254
194
|
SegmentDimensions?: SegmentDimensions;
|
|
255
195
|
}
|
|
256
|
-
export declare namespace SimpleCondition {
|
|
257
|
-
|
|
258
|
-
const filterSensitiveLog: (obj: SimpleCondition) => any;
|
|
259
|
-
}
|
|
260
196
|
export declare enum Operator {
|
|
261
197
|
ALL = "ALL",
|
|
262
198
|
ANY = "ANY"
|
|
@@ -268,10 +204,6 @@ export interface Condition {
|
|
|
268
204
|
|
|
269
205
|
Operator?: Operator | string;
|
|
270
206
|
}
|
|
271
|
-
export declare namespace Condition {
|
|
272
|
-
|
|
273
|
-
const filterSensitiveLog: (obj: Condition) => any;
|
|
274
|
-
}
|
|
275
207
|
|
|
276
208
|
export interface WaitTime {
|
|
277
209
|
|
|
@@ -279,10 +211,6 @@ export interface WaitTime {
|
|
|
279
211
|
|
|
280
212
|
WaitUntil?: string;
|
|
281
213
|
}
|
|
282
|
-
export declare namespace WaitTime {
|
|
283
|
-
|
|
284
|
-
const filterSensitiveLog: (obj: WaitTime) => any;
|
|
285
|
-
}
|
|
286
214
|
|
|
287
215
|
export interface ConditionalSplitActivity {
|
|
288
216
|
|
|
@@ -294,27 +222,15 @@ export interface ConditionalSplitActivity {
|
|
|
294
222
|
|
|
295
223
|
TrueActivity?: string;
|
|
296
224
|
}
|
|
297
|
-
export declare namespace ConditionalSplitActivity {
|
|
298
|
-
|
|
299
|
-
const filterSensitiveLog: (obj: ConditionalSplitActivity) => any;
|
|
300
|
-
}
|
|
301
225
|
export interface ContactCenterActivity {
|
|
302
226
|
|
|
303
227
|
NextActivity?: string;
|
|
304
228
|
}
|
|
305
|
-
export declare namespace ContactCenterActivity {
|
|
306
|
-
|
|
307
|
-
const filterSensitiveLog: (obj: ContactCenterActivity) => any;
|
|
308
|
-
}
|
|
309
229
|
|
|
310
230
|
export interface JourneyCustomMessage {
|
|
311
231
|
|
|
312
232
|
Data?: string;
|
|
313
233
|
}
|
|
314
|
-
export declare namespace JourneyCustomMessage {
|
|
315
|
-
|
|
316
|
-
const filterSensitiveLog: (obj: JourneyCustomMessage) => any;
|
|
317
|
-
}
|
|
318
234
|
|
|
319
235
|
export interface CustomMessageActivity {
|
|
320
236
|
|
|
@@ -330,19 +246,11 @@ export interface CustomMessageActivity {
|
|
|
330
246
|
|
|
331
247
|
TemplateVersion?: string;
|
|
332
248
|
}
|
|
333
|
-
export declare namespace CustomMessageActivity {
|
|
334
|
-
|
|
335
|
-
const filterSensitiveLog: (obj: CustomMessageActivity) => any;
|
|
336
|
-
}
|
|
337
249
|
|
|
338
250
|
export interface JourneyEmailMessage {
|
|
339
251
|
|
|
340
252
|
FromAddress?: string;
|
|
341
253
|
}
|
|
342
|
-
export declare namespace JourneyEmailMessage {
|
|
343
|
-
|
|
344
|
-
const filterSensitiveLog: (obj: JourneyEmailMessage) => any;
|
|
345
|
-
}
|
|
346
254
|
|
|
347
255
|
export interface EmailMessageActivity {
|
|
348
256
|
|
|
@@ -354,10 +262,6 @@ export interface EmailMessageActivity {
|
|
|
354
262
|
|
|
355
263
|
TemplateVersion?: string;
|
|
356
264
|
}
|
|
357
|
-
export declare namespace EmailMessageActivity {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: EmailMessageActivity) => any;
|
|
360
|
-
}
|
|
361
265
|
|
|
362
266
|
export interface HoldoutActivity {
|
|
363
267
|
|
|
@@ -365,10 +269,6 @@ export interface HoldoutActivity {
|
|
|
365
269
|
|
|
366
270
|
Percentage: number | undefined;
|
|
367
271
|
}
|
|
368
|
-
export declare namespace HoldoutActivity {
|
|
369
|
-
|
|
370
|
-
const filterSensitiveLog: (obj: HoldoutActivity) => any;
|
|
371
|
-
}
|
|
372
272
|
|
|
373
273
|
export interface MultiConditionalBranch {
|
|
374
274
|
|
|
@@ -376,10 +276,6 @@ export interface MultiConditionalBranch {
|
|
|
376
276
|
|
|
377
277
|
NextActivity?: string;
|
|
378
278
|
}
|
|
379
|
-
export declare namespace MultiConditionalBranch {
|
|
380
|
-
|
|
381
|
-
const filterSensitiveLog: (obj: MultiConditionalBranch) => any;
|
|
382
|
-
}
|
|
383
279
|
|
|
384
280
|
export interface MultiConditionalSplitActivity {
|
|
385
281
|
|
|
@@ -389,19 +285,11 @@ export interface MultiConditionalSplitActivity {
|
|
|
389
285
|
|
|
390
286
|
EvaluationWaitTime?: WaitTime;
|
|
391
287
|
}
|
|
392
|
-
export declare namespace MultiConditionalSplitActivity {
|
|
393
|
-
|
|
394
|
-
const filterSensitiveLog: (obj: MultiConditionalSplitActivity) => any;
|
|
395
|
-
}
|
|
396
288
|
|
|
397
289
|
export interface JourneyPushMessage {
|
|
398
290
|
|
|
399
291
|
TimeToLive?: string;
|
|
400
292
|
}
|
|
401
|
-
export declare namespace JourneyPushMessage {
|
|
402
|
-
|
|
403
|
-
const filterSensitiveLog: (obj: JourneyPushMessage) => any;
|
|
404
|
-
}
|
|
405
293
|
|
|
406
294
|
export interface PushMessageActivity {
|
|
407
295
|
|
|
@@ -413,10 +301,6 @@ export interface PushMessageActivity {
|
|
|
413
301
|
|
|
414
302
|
TemplateVersion?: string;
|
|
415
303
|
}
|
|
416
|
-
export declare namespace PushMessageActivity {
|
|
417
|
-
|
|
418
|
-
const filterSensitiveLog: (obj: PushMessageActivity) => any;
|
|
419
|
-
}
|
|
420
304
|
|
|
421
305
|
export interface RandomSplitEntry {
|
|
422
306
|
|
|
@@ -424,19 +308,11 @@ export interface RandomSplitEntry {
|
|
|
424
308
|
|
|
425
309
|
Percentage?: number;
|
|
426
310
|
}
|
|
427
|
-
export declare namespace RandomSplitEntry {
|
|
428
|
-
|
|
429
|
-
const filterSensitiveLog: (obj: RandomSplitEntry) => any;
|
|
430
|
-
}
|
|
431
311
|
|
|
432
312
|
export interface RandomSplitActivity {
|
|
433
313
|
|
|
434
314
|
Branches?: RandomSplitEntry[];
|
|
435
315
|
}
|
|
436
|
-
export declare namespace RandomSplitActivity {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: RandomSplitActivity) => any;
|
|
439
|
-
}
|
|
440
316
|
export declare enum MessageType {
|
|
441
317
|
PROMOTIONAL = "PROMOTIONAL",
|
|
442
318
|
TRANSACTIONAL = "TRANSACTIONAL"
|
|
@@ -454,10 +330,6 @@ export interface JourneySMSMessage {
|
|
|
454
330
|
|
|
455
331
|
TemplateId?: string;
|
|
456
332
|
}
|
|
457
|
-
export declare namespace JourneySMSMessage {
|
|
458
|
-
|
|
459
|
-
const filterSensitiveLog: (obj: JourneySMSMessage) => any;
|
|
460
|
-
}
|
|
461
333
|
|
|
462
334
|
export interface SMSMessageActivity {
|
|
463
335
|
|
|
@@ -469,10 +341,6 @@ export interface SMSMessageActivity {
|
|
|
469
341
|
|
|
470
342
|
TemplateVersion?: string;
|
|
471
343
|
}
|
|
472
|
-
export declare namespace SMSMessageActivity {
|
|
473
|
-
|
|
474
|
-
const filterSensitiveLog: (obj: SMSMessageActivity) => any;
|
|
475
|
-
}
|
|
476
344
|
|
|
477
345
|
export interface WaitActivity {
|
|
478
346
|
|
|
@@ -480,10 +348,6 @@ export interface WaitActivity {
|
|
|
480
348
|
|
|
481
349
|
WaitTime?: WaitTime;
|
|
482
350
|
}
|
|
483
|
-
export declare namespace WaitActivity {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: WaitActivity) => any;
|
|
486
|
-
}
|
|
487
351
|
|
|
488
352
|
export interface Activity {
|
|
489
353
|
|
|
@@ -509,10 +373,6 @@ export interface Activity {
|
|
|
509
373
|
|
|
510
374
|
ContactCenter?: ContactCenterActivity;
|
|
511
375
|
}
|
|
512
|
-
export declare namespace Activity {
|
|
513
|
-
|
|
514
|
-
const filterSensitiveLog: (obj: Activity) => any;
|
|
515
|
-
}
|
|
516
376
|
export declare enum ChannelType {
|
|
517
377
|
ADM = "ADM",
|
|
518
378
|
APNS = "APNS",
|
|
@@ -543,10 +403,6 @@ export interface AddressConfiguration {
|
|
|
543
403
|
|
|
544
404
|
TitleOverride?: string;
|
|
545
405
|
}
|
|
546
|
-
export declare namespace AddressConfiguration {
|
|
547
|
-
|
|
548
|
-
const filterSensitiveLog: (obj: AddressConfiguration) => any;
|
|
549
|
-
}
|
|
550
406
|
|
|
551
407
|
export interface ADMChannelRequest {
|
|
552
408
|
|
|
@@ -556,10 +412,6 @@ export interface ADMChannelRequest {
|
|
|
556
412
|
|
|
557
413
|
Enabled?: boolean;
|
|
558
414
|
}
|
|
559
|
-
export declare namespace ADMChannelRequest {
|
|
560
|
-
|
|
561
|
-
const filterSensitiveLog: (obj: ADMChannelRequest) => any;
|
|
562
|
-
}
|
|
563
415
|
|
|
564
416
|
export interface ADMChannelResponse {
|
|
565
417
|
|
|
@@ -583,10 +435,6 @@ export interface ADMChannelResponse {
|
|
|
583
435
|
|
|
584
436
|
Version?: number;
|
|
585
437
|
}
|
|
586
|
-
export declare namespace ADMChannelResponse {
|
|
587
|
-
|
|
588
|
-
const filterSensitiveLog: (obj: ADMChannelResponse) => any;
|
|
589
|
-
}
|
|
590
438
|
|
|
591
439
|
export interface ADMMessage {
|
|
592
440
|
|
|
@@ -622,10 +470,6 @@ export interface ADMMessage {
|
|
|
622
470
|
|
|
623
471
|
Url?: string;
|
|
624
472
|
}
|
|
625
|
-
export declare namespace ADMMessage {
|
|
626
|
-
|
|
627
|
-
const filterSensitiveLog: (obj: ADMMessage) => any;
|
|
628
|
-
}
|
|
629
473
|
export declare enum Alignment {
|
|
630
474
|
CENTER = "CENTER",
|
|
631
475
|
LEFT = "LEFT",
|
|
@@ -652,10 +496,6 @@ export interface AndroidPushNotificationTemplate {
|
|
|
652
496
|
|
|
653
497
|
Url?: string;
|
|
654
498
|
}
|
|
655
|
-
export declare namespace AndroidPushNotificationTemplate {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: AndroidPushNotificationTemplate) => any;
|
|
658
|
-
}
|
|
659
499
|
|
|
660
500
|
export interface APNSChannelRequest {
|
|
661
501
|
|
|
@@ -675,10 +515,6 @@ export interface APNSChannelRequest {
|
|
|
675
515
|
|
|
676
516
|
TokenKeyId?: string;
|
|
677
517
|
}
|
|
678
|
-
export declare namespace APNSChannelRequest {
|
|
679
|
-
|
|
680
|
-
const filterSensitiveLog: (obj: APNSChannelRequest) => any;
|
|
681
|
-
}
|
|
682
518
|
|
|
683
519
|
export interface APNSChannelResponse {
|
|
684
520
|
|
|
@@ -706,10 +542,6 @@ export interface APNSChannelResponse {
|
|
|
706
542
|
|
|
707
543
|
Version?: number;
|
|
708
544
|
}
|
|
709
|
-
export declare namespace APNSChannelResponse {
|
|
710
|
-
|
|
711
|
-
const filterSensitiveLog: (obj: APNSChannelResponse) => any;
|
|
712
|
-
}
|
|
713
545
|
|
|
714
546
|
export interface APNSMessage {
|
|
715
547
|
|
|
@@ -749,10 +581,6 @@ export interface APNSMessage {
|
|
|
749
581
|
|
|
750
582
|
Url?: string;
|
|
751
583
|
}
|
|
752
|
-
export declare namespace APNSMessage {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: APNSMessage) => any;
|
|
755
|
-
}
|
|
756
584
|
|
|
757
585
|
export interface APNSPushNotificationTemplate {
|
|
758
586
|
|
|
@@ -770,10 +598,6 @@ export interface APNSPushNotificationTemplate {
|
|
|
770
598
|
|
|
771
599
|
Url?: string;
|
|
772
600
|
}
|
|
773
|
-
export declare namespace APNSPushNotificationTemplate {
|
|
774
|
-
|
|
775
|
-
const filterSensitiveLog: (obj: APNSPushNotificationTemplate) => any;
|
|
776
|
-
}
|
|
777
601
|
|
|
778
602
|
export interface APNSSandboxChannelRequest {
|
|
779
603
|
|
|
@@ -793,10 +617,6 @@ export interface APNSSandboxChannelRequest {
|
|
|
793
617
|
|
|
794
618
|
TokenKeyId?: string;
|
|
795
619
|
}
|
|
796
|
-
export declare namespace APNSSandboxChannelRequest {
|
|
797
|
-
|
|
798
|
-
const filterSensitiveLog: (obj: APNSSandboxChannelRequest) => any;
|
|
799
|
-
}
|
|
800
620
|
|
|
801
621
|
export interface APNSSandboxChannelResponse {
|
|
802
622
|
|
|
@@ -824,10 +644,6 @@ export interface APNSSandboxChannelResponse {
|
|
|
824
644
|
|
|
825
645
|
Version?: number;
|
|
826
646
|
}
|
|
827
|
-
export declare namespace APNSSandboxChannelResponse {
|
|
828
|
-
|
|
829
|
-
const filterSensitiveLog: (obj: APNSSandboxChannelResponse) => any;
|
|
830
|
-
}
|
|
831
647
|
|
|
832
648
|
export interface APNSVoipChannelRequest {
|
|
833
649
|
|
|
@@ -847,10 +663,6 @@ export interface APNSVoipChannelRequest {
|
|
|
847
663
|
|
|
848
664
|
TokenKeyId?: string;
|
|
849
665
|
}
|
|
850
|
-
export declare namespace APNSVoipChannelRequest {
|
|
851
|
-
|
|
852
|
-
const filterSensitiveLog: (obj: APNSVoipChannelRequest) => any;
|
|
853
|
-
}
|
|
854
666
|
|
|
855
667
|
export interface APNSVoipChannelResponse {
|
|
856
668
|
|
|
@@ -878,10 +690,6 @@ export interface APNSVoipChannelResponse {
|
|
|
878
690
|
|
|
879
691
|
Version?: number;
|
|
880
692
|
}
|
|
881
|
-
export declare namespace APNSVoipChannelResponse {
|
|
882
|
-
|
|
883
|
-
const filterSensitiveLog: (obj: APNSVoipChannelResponse) => any;
|
|
884
|
-
}
|
|
885
693
|
|
|
886
694
|
export interface APNSVoipSandboxChannelRequest {
|
|
887
695
|
|
|
@@ -901,10 +709,6 @@ export interface APNSVoipSandboxChannelRequest {
|
|
|
901
709
|
|
|
902
710
|
TokenKeyId?: string;
|
|
903
711
|
}
|
|
904
|
-
export declare namespace APNSVoipSandboxChannelRequest {
|
|
905
|
-
|
|
906
|
-
const filterSensitiveLog: (obj: APNSVoipSandboxChannelRequest) => any;
|
|
907
|
-
}
|
|
908
712
|
|
|
909
713
|
export interface APNSVoipSandboxChannelResponse {
|
|
910
714
|
|
|
@@ -932,10 +736,6 @@ export interface APNSVoipSandboxChannelResponse {
|
|
|
932
736
|
|
|
933
737
|
Version?: number;
|
|
934
738
|
}
|
|
935
|
-
export declare namespace APNSVoipSandboxChannelResponse {
|
|
936
|
-
|
|
937
|
-
const filterSensitiveLog: (obj: APNSVoipSandboxChannelResponse) => any;
|
|
938
|
-
}
|
|
939
739
|
|
|
940
740
|
export interface ResultRowValue {
|
|
941
741
|
|
|
@@ -945,10 +745,6 @@ export interface ResultRowValue {
|
|
|
945
745
|
|
|
946
746
|
Value: string | undefined;
|
|
947
747
|
}
|
|
948
|
-
export declare namespace ResultRowValue {
|
|
949
|
-
|
|
950
|
-
const filterSensitiveLog: (obj: ResultRowValue) => any;
|
|
951
|
-
}
|
|
952
748
|
|
|
953
749
|
export interface ResultRow {
|
|
954
750
|
|
|
@@ -956,19 +752,11 @@ export interface ResultRow {
|
|
|
956
752
|
|
|
957
753
|
Values: ResultRowValue[] | undefined;
|
|
958
754
|
}
|
|
959
|
-
export declare namespace ResultRow {
|
|
960
|
-
|
|
961
|
-
const filterSensitiveLog: (obj: ResultRow) => any;
|
|
962
|
-
}
|
|
963
755
|
|
|
964
756
|
export interface BaseKpiResult {
|
|
965
757
|
|
|
966
758
|
Rows: ResultRow[] | undefined;
|
|
967
759
|
}
|
|
968
|
-
export declare namespace BaseKpiResult {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: BaseKpiResult) => any;
|
|
971
|
-
}
|
|
972
760
|
|
|
973
761
|
export interface ApplicationDateRangeKpiResponse {
|
|
974
762
|
|
|
@@ -984,10 +772,6 @@ export interface ApplicationDateRangeKpiResponse {
|
|
|
984
772
|
|
|
985
773
|
StartTime: Date | undefined;
|
|
986
774
|
}
|
|
987
|
-
export declare namespace ApplicationDateRangeKpiResponse {
|
|
988
|
-
|
|
989
|
-
const filterSensitiveLog: (obj: ApplicationDateRangeKpiResponse) => any;
|
|
990
|
-
}
|
|
991
775
|
|
|
992
776
|
export interface ApplicationResponse {
|
|
993
777
|
|
|
@@ -1001,10 +785,6 @@ export interface ApplicationResponse {
|
|
|
1001
785
|
|
|
1002
786
|
CreationDate?: string;
|
|
1003
787
|
}
|
|
1004
|
-
export declare namespace ApplicationResponse {
|
|
1005
|
-
|
|
1006
|
-
const filterSensitiveLog: (obj: ApplicationResponse) => any;
|
|
1007
|
-
}
|
|
1008
788
|
export declare enum Mode {
|
|
1009
789
|
DELIVERY = "DELIVERY",
|
|
1010
790
|
FILTER = "FILTER"
|
|
@@ -1018,10 +798,6 @@ export interface CampaignHook {
|
|
|
1018
798
|
|
|
1019
799
|
WebUrl?: string;
|
|
1020
800
|
}
|
|
1021
|
-
export declare namespace CampaignHook {
|
|
1022
|
-
|
|
1023
|
-
const filterSensitiveLog: (obj: CampaignHook) => any;
|
|
1024
|
-
}
|
|
1025
801
|
|
|
1026
802
|
export interface CampaignLimits {
|
|
1027
803
|
|
|
@@ -1035,10 +811,6 @@ export interface CampaignLimits {
|
|
|
1035
811
|
|
|
1036
812
|
Session?: number;
|
|
1037
813
|
}
|
|
1038
|
-
export declare namespace CampaignLimits {
|
|
1039
|
-
|
|
1040
|
-
const filterSensitiveLog: (obj: CampaignLimits) => any;
|
|
1041
|
-
}
|
|
1042
814
|
|
|
1043
815
|
export interface QuietTime {
|
|
1044
816
|
|
|
@@ -1046,10 +818,6 @@ export interface QuietTime {
|
|
|
1046
818
|
|
|
1047
819
|
Start?: string;
|
|
1048
820
|
}
|
|
1049
|
-
export declare namespace QuietTime {
|
|
1050
|
-
|
|
1051
|
-
const filterSensitiveLog: (obj: QuietTime) => any;
|
|
1052
|
-
}
|
|
1053
821
|
|
|
1054
822
|
export interface ApplicationSettingsResource {
|
|
1055
823
|
|
|
@@ -1063,10 +831,6 @@ export interface ApplicationSettingsResource {
|
|
|
1063
831
|
|
|
1064
832
|
QuietTime?: QuietTime;
|
|
1065
833
|
}
|
|
1066
|
-
export declare namespace ApplicationSettingsResource {
|
|
1067
|
-
|
|
1068
|
-
const filterSensitiveLog: (obj: ApplicationSettingsResource) => any;
|
|
1069
|
-
}
|
|
1070
834
|
|
|
1071
835
|
export interface ApplicationsResponse {
|
|
1072
836
|
|
|
@@ -1074,10 +838,6 @@ export interface ApplicationsResponse {
|
|
|
1074
838
|
|
|
1075
839
|
NextToken?: string;
|
|
1076
840
|
}
|
|
1077
|
-
export declare namespace ApplicationsResponse {
|
|
1078
|
-
|
|
1079
|
-
const filterSensitiveLog: (obj: ApplicationsResponse) => any;
|
|
1080
|
-
}
|
|
1081
841
|
|
|
1082
842
|
export interface AttributesResource {
|
|
1083
843
|
|
|
@@ -1087,10 +847,6 @@ export interface AttributesResource {
|
|
|
1087
847
|
|
|
1088
848
|
Attributes?: string[];
|
|
1089
849
|
}
|
|
1090
|
-
export declare namespace AttributesResource {
|
|
1091
|
-
|
|
1092
|
-
const filterSensitiveLog: (obj: AttributesResource) => any;
|
|
1093
|
-
}
|
|
1094
850
|
|
|
1095
851
|
export declare class BadRequestException extends __BaseException {
|
|
1096
852
|
readonly name: "BadRequestException";
|
|
@@ -1111,10 +867,6 @@ export interface BaiduChannelRequest {
|
|
|
1111
867
|
|
|
1112
868
|
SecretKey: string | undefined;
|
|
1113
869
|
}
|
|
1114
|
-
export declare namespace BaiduChannelRequest {
|
|
1115
|
-
|
|
1116
|
-
const filterSensitiveLog: (obj: BaiduChannelRequest) => any;
|
|
1117
|
-
}
|
|
1118
870
|
|
|
1119
871
|
export interface BaiduChannelResponse {
|
|
1120
872
|
|
|
@@ -1140,10 +892,6 @@ export interface BaiduChannelResponse {
|
|
|
1140
892
|
|
|
1141
893
|
Version?: number;
|
|
1142
894
|
}
|
|
1143
|
-
export declare namespace BaiduChannelResponse {
|
|
1144
|
-
|
|
1145
|
-
const filterSensitiveLog: (obj: BaiduChannelResponse) => any;
|
|
1146
|
-
}
|
|
1147
895
|
|
|
1148
896
|
export interface BaiduMessage {
|
|
1149
897
|
|
|
@@ -1175,10 +923,6 @@ export interface BaiduMessage {
|
|
|
1175
923
|
|
|
1176
924
|
Url?: string;
|
|
1177
925
|
}
|
|
1178
|
-
export declare namespace BaiduMessage {
|
|
1179
|
-
|
|
1180
|
-
const filterSensitiveLog: (obj: BaiduMessage) => any;
|
|
1181
|
-
}
|
|
1182
926
|
export declare enum ButtonAction {
|
|
1183
927
|
CLOSE = "CLOSE",
|
|
1184
928
|
DEEP_LINK = "DEEP_LINK",
|
|
@@ -1189,10 +933,6 @@ export interface CampaignCustomMessage {
|
|
|
1189
933
|
|
|
1190
934
|
Data?: string;
|
|
1191
935
|
}
|
|
1192
|
-
export declare namespace CampaignCustomMessage {
|
|
1193
|
-
|
|
1194
|
-
const filterSensitiveLog: (obj: CampaignCustomMessage) => any;
|
|
1195
|
-
}
|
|
1196
936
|
|
|
1197
937
|
export interface CampaignDateRangeKpiResponse {
|
|
1198
938
|
|
|
@@ -1210,10 +950,6 @@ export interface CampaignDateRangeKpiResponse {
|
|
|
1210
950
|
|
|
1211
951
|
StartTime: Date | undefined;
|
|
1212
952
|
}
|
|
1213
|
-
export declare namespace CampaignDateRangeKpiResponse {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: CampaignDateRangeKpiResponse) => any;
|
|
1216
|
-
}
|
|
1217
953
|
|
|
1218
954
|
export interface CampaignEmailMessage {
|
|
1219
955
|
|
|
@@ -1225,10 +961,6 @@ export interface CampaignEmailMessage {
|
|
|
1225
961
|
|
|
1226
962
|
Title?: string;
|
|
1227
963
|
}
|
|
1228
|
-
export declare namespace CampaignEmailMessage {
|
|
1229
|
-
|
|
1230
|
-
const filterSensitiveLog: (obj: CampaignEmailMessage) => any;
|
|
1231
|
-
}
|
|
1232
964
|
export declare enum FilterType {
|
|
1233
965
|
ENDPOINT = "ENDPOINT",
|
|
1234
966
|
SYSTEM = "SYSTEM"
|
|
@@ -1240,10 +972,6 @@ export interface CampaignEventFilter {
|
|
|
1240
972
|
|
|
1241
973
|
FilterType: FilterType | string | undefined;
|
|
1242
974
|
}
|
|
1243
|
-
export declare namespace CampaignEventFilter {
|
|
1244
|
-
|
|
1245
|
-
const filterSensitiveLog: (obj: CampaignEventFilter) => any;
|
|
1246
|
-
}
|
|
1247
975
|
|
|
1248
976
|
export interface InAppMessageBodyConfig {
|
|
1249
977
|
|
|
@@ -1253,10 +981,6 @@ export interface InAppMessageBodyConfig {
|
|
|
1253
981
|
|
|
1254
982
|
TextColor: string | undefined;
|
|
1255
983
|
}
|
|
1256
|
-
export declare namespace InAppMessageBodyConfig {
|
|
1257
|
-
|
|
1258
|
-
const filterSensitiveLog: (obj: InAppMessageBodyConfig) => any;
|
|
1259
|
-
}
|
|
1260
984
|
|
|
1261
985
|
export interface InAppMessageHeaderConfig {
|
|
1262
986
|
|
|
@@ -1266,10 +990,6 @@ export interface InAppMessageHeaderConfig {
|
|
|
1266
990
|
|
|
1267
991
|
TextColor: string | undefined;
|
|
1268
992
|
}
|
|
1269
|
-
export declare namespace InAppMessageHeaderConfig {
|
|
1270
|
-
|
|
1271
|
-
const filterSensitiveLog: (obj: InAppMessageHeaderConfig) => any;
|
|
1272
|
-
}
|
|
1273
993
|
|
|
1274
994
|
export interface OverrideButtonConfiguration {
|
|
1275
995
|
|
|
@@ -1277,10 +997,6 @@ export interface OverrideButtonConfiguration {
|
|
|
1277
997
|
|
|
1278
998
|
Link?: string;
|
|
1279
999
|
}
|
|
1280
|
-
export declare namespace OverrideButtonConfiguration {
|
|
1281
|
-
|
|
1282
|
-
const filterSensitiveLog: (obj: OverrideButtonConfiguration) => any;
|
|
1283
|
-
}
|
|
1284
1000
|
|
|
1285
1001
|
export interface DefaultButtonConfiguration {
|
|
1286
1002
|
|
|
@@ -1296,10 +1012,6 @@ export interface DefaultButtonConfiguration {
|
|
|
1296
1012
|
|
|
1297
1013
|
TextColor?: string;
|
|
1298
1014
|
}
|
|
1299
|
-
export declare namespace DefaultButtonConfiguration {
|
|
1300
|
-
|
|
1301
|
-
const filterSensitiveLog: (obj: DefaultButtonConfiguration) => any;
|
|
1302
|
-
}
|
|
1303
1015
|
|
|
1304
1016
|
export interface InAppMessageButton {
|
|
1305
1017
|
|
|
@@ -1311,10 +1023,6 @@ export interface InAppMessageButton {
|
|
|
1311
1023
|
|
|
1312
1024
|
Web?: OverrideButtonConfiguration;
|
|
1313
1025
|
}
|
|
1314
|
-
export declare namespace InAppMessageButton {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: InAppMessageButton) => any;
|
|
1317
|
-
}
|
|
1318
1026
|
|
|
1319
1027
|
export interface InAppMessageContent {
|
|
1320
1028
|
|
|
@@ -1330,10 +1038,6 @@ export interface InAppMessageContent {
|
|
|
1330
1038
|
|
|
1331
1039
|
SecondaryBtn?: InAppMessageButton;
|
|
1332
1040
|
}
|
|
1333
|
-
export declare namespace InAppMessageContent {
|
|
1334
|
-
|
|
1335
|
-
const filterSensitiveLog: (obj: InAppMessageContent) => any;
|
|
1336
|
-
}
|
|
1337
1041
|
export declare enum Layout {
|
|
1338
1042
|
BOTTOM_BANNER = "BOTTOM_BANNER",
|
|
1339
1043
|
CAROUSEL = "CAROUSEL",
|
|
@@ -1353,10 +1057,6 @@ export interface CampaignInAppMessage {
|
|
|
1353
1057
|
|
|
1354
1058
|
Layout?: Layout | string;
|
|
1355
1059
|
}
|
|
1356
|
-
export declare namespace CampaignInAppMessage {
|
|
1357
|
-
|
|
1358
|
-
const filterSensitiveLog: (obj: CampaignInAppMessage) => any;
|
|
1359
|
-
}
|
|
1360
1060
|
|
|
1361
1061
|
export interface CustomDeliveryConfiguration {
|
|
1362
1062
|
|
|
@@ -1364,10 +1064,6 @@ export interface CustomDeliveryConfiguration {
|
|
|
1364
1064
|
|
|
1365
1065
|
EndpointTypes?: (__EndpointTypesElement | string)[];
|
|
1366
1066
|
}
|
|
1367
|
-
export declare namespace CustomDeliveryConfiguration {
|
|
1368
|
-
|
|
1369
|
-
const filterSensitiveLog: (obj: CustomDeliveryConfiguration) => any;
|
|
1370
|
-
}
|
|
1371
1067
|
|
|
1372
1068
|
export interface Message {
|
|
1373
1069
|
|
|
@@ -1395,10 +1091,6 @@ export interface Message {
|
|
|
1395
1091
|
|
|
1396
1092
|
Url?: string;
|
|
1397
1093
|
}
|
|
1398
|
-
export declare namespace Message {
|
|
1399
|
-
|
|
1400
|
-
const filterSensitiveLog: (obj: Message) => any;
|
|
1401
|
-
}
|
|
1402
1094
|
|
|
1403
1095
|
export interface CampaignSmsMessage {
|
|
1404
1096
|
|
|
@@ -1414,10 +1106,6 @@ export interface CampaignSmsMessage {
|
|
|
1414
1106
|
|
|
1415
1107
|
TemplateId?: string;
|
|
1416
1108
|
}
|
|
1417
|
-
export declare namespace CampaignSmsMessage {
|
|
1418
|
-
|
|
1419
|
-
const filterSensitiveLog: (obj: CampaignSmsMessage) => any;
|
|
1420
|
-
}
|
|
1421
1109
|
|
|
1422
1110
|
export interface MessageConfiguration {
|
|
1423
1111
|
|
|
@@ -1439,10 +1127,6 @@ export interface MessageConfiguration {
|
|
|
1439
1127
|
|
|
1440
1128
|
InAppMessage?: CampaignInAppMessage;
|
|
1441
1129
|
}
|
|
1442
|
-
export declare namespace MessageConfiguration {
|
|
1443
|
-
|
|
1444
|
-
const filterSensitiveLog: (obj: MessageConfiguration) => any;
|
|
1445
|
-
}
|
|
1446
1130
|
export declare enum Frequency {
|
|
1447
1131
|
DAILY = "DAILY",
|
|
1448
1132
|
EVENT = "EVENT",
|
|
@@ -1469,10 +1153,6 @@ export interface Schedule {
|
|
|
1469
1153
|
|
|
1470
1154
|
Timezone?: string;
|
|
1471
1155
|
}
|
|
1472
|
-
export declare namespace Schedule {
|
|
1473
|
-
|
|
1474
|
-
const filterSensitiveLog: (obj: Schedule) => any;
|
|
1475
|
-
}
|
|
1476
1156
|
export declare enum CampaignStatus {
|
|
1477
1157
|
COMPLETED = "COMPLETED",
|
|
1478
1158
|
DELETED = "DELETED",
|
|
@@ -1487,10 +1167,6 @@ export interface CampaignState {
|
|
|
1487
1167
|
|
|
1488
1168
|
CampaignStatus?: CampaignStatus | string;
|
|
1489
1169
|
}
|
|
1490
|
-
export declare namespace CampaignState {
|
|
1491
|
-
|
|
1492
|
-
const filterSensitiveLog: (obj: CampaignState) => any;
|
|
1493
|
-
}
|
|
1494
1170
|
|
|
1495
1171
|
export interface Template {
|
|
1496
1172
|
|
|
@@ -1498,10 +1174,6 @@ export interface Template {
|
|
|
1498
1174
|
|
|
1499
1175
|
Version?: string;
|
|
1500
1176
|
}
|
|
1501
|
-
export declare namespace Template {
|
|
1502
|
-
|
|
1503
|
-
const filterSensitiveLog: (obj: Template) => any;
|
|
1504
|
-
}
|
|
1505
1177
|
|
|
1506
1178
|
export interface TemplateConfiguration {
|
|
1507
1179
|
|
|
@@ -1513,10 +1185,6 @@ export interface TemplateConfiguration {
|
|
|
1513
1185
|
|
|
1514
1186
|
VoiceTemplate?: Template;
|
|
1515
1187
|
}
|
|
1516
|
-
export declare namespace TemplateConfiguration {
|
|
1517
|
-
|
|
1518
|
-
const filterSensitiveLog: (obj: TemplateConfiguration) => any;
|
|
1519
|
-
}
|
|
1520
1188
|
|
|
1521
1189
|
export interface TreatmentResource {
|
|
1522
1190
|
|
|
@@ -1538,10 +1206,6 @@ export interface TreatmentResource {
|
|
|
1538
1206
|
|
|
1539
1207
|
TreatmentName?: string;
|
|
1540
1208
|
}
|
|
1541
|
-
export declare namespace TreatmentResource {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: TreatmentResource) => any;
|
|
1544
|
-
}
|
|
1545
1209
|
|
|
1546
1210
|
export interface CampaignResponse {
|
|
1547
1211
|
|
|
@@ -1595,10 +1259,6 @@ export interface CampaignResponse {
|
|
|
1595
1259
|
|
|
1596
1260
|
Priority?: number;
|
|
1597
1261
|
}
|
|
1598
|
-
export declare namespace CampaignResponse {
|
|
1599
|
-
|
|
1600
|
-
const filterSensitiveLog: (obj: CampaignResponse) => any;
|
|
1601
|
-
}
|
|
1602
1262
|
|
|
1603
1263
|
export interface CampaignsResponse {
|
|
1604
1264
|
|
|
@@ -1606,10 +1266,6 @@ export interface CampaignsResponse {
|
|
|
1606
1266
|
|
|
1607
1267
|
NextToken?: string;
|
|
1608
1268
|
}
|
|
1609
|
-
export declare namespace CampaignsResponse {
|
|
1610
|
-
|
|
1611
|
-
const filterSensitiveLog: (obj: CampaignsResponse) => any;
|
|
1612
|
-
}
|
|
1613
1269
|
|
|
1614
1270
|
export interface ChannelResponse {
|
|
1615
1271
|
|
|
@@ -1631,19 +1287,11 @@ export interface ChannelResponse {
|
|
|
1631
1287
|
|
|
1632
1288
|
Version?: number;
|
|
1633
1289
|
}
|
|
1634
|
-
export declare namespace ChannelResponse {
|
|
1635
|
-
|
|
1636
|
-
const filterSensitiveLog: (obj: ChannelResponse) => any;
|
|
1637
|
-
}
|
|
1638
1290
|
|
|
1639
1291
|
export interface ChannelsResponse {
|
|
1640
1292
|
|
|
1641
1293
|
Channels: Record<string, ChannelResponse> | undefined;
|
|
1642
1294
|
}
|
|
1643
|
-
export declare namespace ChannelsResponse {
|
|
1644
|
-
|
|
1645
|
-
const filterSensitiveLog: (obj: ChannelsResponse) => any;
|
|
1646
|
-
}
|
|
1647
1295
|
|
|
1648
1296
|
export declare class ConflictException extends __BaseException {
|
|
1649
1297
|
readonly name: "ConflictException";
|
|
@@ -1662,26 +1310,14 @@ export interface CreateApplicationRequest {
|
|
|
1662
1310
|
|
|
1663
1311
|
tags?: Record<string, string>;
|
|
1664
1312
|
}
|
|
1665
|
-
export declare namespace CreateApplicationRequest {
|
|
1666
|
-
|
|
1667
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1668
|
-
}
|
|
1669
1313
|
export interface CreateAppRequest {
|
|
1670
1314
|
|
|
1671
1315
|
CreateApplicationRequest: CreateApplicationRequest | undefined;
|
|
1672
1316
|
}
|
|
1673
|
-
export declare namespace CreateAppRequest {
|
|
1674
|
-
|
|
1675
|
-
const filterSensitiveLog: (obj: CreateAppRequest) => any;
|
|
1676
|
-
}
|
|
1677
1317
|
export interface CreateAppResponse {
|
|
1678
1318
|
|
|
1679
1319
|
ApplicationResponse: ApplicationResponse | undefined;
|
|
1680
1320
|
}
|
|
1681
|
-
export declare namespace CreateAppResponse {
|
|
1682
|
-
|
|
1683
|
-
const filterSensitiveLog: (obj: CreateAppResponse) => any;
|
|
1684
|
-
}
|
|
1685
1321
|
|
|
1686
1322
|
export declare class ForbiddenException extends __BaseException {
|
|
1687
1323
|
readonly name: "ForbiddenException";
|
|
@@ -1765,10 +1401,6 @@ export interface WriteTreatmentResource {
|
|
|
1765
1401
|
|
|
1766
1402
|
TreatmentName?: string;
|
|
1767
1403
|
}
|
|
1768
|
-
export declare namespace WriteTreatmentResource {
|
|
1769
|
-
|
|
1770
|
-
const filterSensitiveLog: (obj: WriteTreatmentResource) => any;
|
|
1771
|
-
}
|
|
1772
1404
|
|
|
1773
1405
|
export interface WriteCampaignRequest {
|
|
1774
1406
|
|
|
@@ -1806,28 +1438,16 @@ export interface WriteCampaignRequest {
|
|
|
1806
1438
|
|
|
1807
1439
|
Priority?: number;
|
|
1808
1440
|
}
|
|
1809
|
-
export declare namespace WriteCampaignRequest {
|
|
1810
|
-
|
|
1811
|
-
const filterSensitiveLog: (obj: WriteCampaignRequest) => any;
|
|
1812
|
-
}
|
|
1813
1441
|
export interface CreateCampaignRequest {
|
|
1814
1442
|
|
|
1815
1443
|
ApplicationId: string | undefined;
|
|
1816
1444
|
|
|
1817
1445
|
WriteCampaignRequest: WriteCampaignRequest | undefined;
|
|
1818
1446
|
}
|
|
1819
|
-
export declare namespace CreateCampaignRequest {
|
|
1820
|
-
|
|
1821
|
-
const filterSensitiveLog: (obj: CreateCampaignRequest) => any;
|
|
1822
|
-
}
|
|
1823
1447
|
export interface CreateCampaignResponse {
|
|
1824
1448
|
|
|
1825
1449
|
CampaignResponse: CampaignResponse | undefined;
|
|
1826
1450
|
}
|
|
1827
|
-
export declare namespace CreateCampaignResponse {
|
|
1828
|
-
|
|
1829
|
-
const filterSensitiveLog: (obj: CreateCampaignResponse) => any;
|
|
1830
|
-
}
|
|
1831
1451
|
|
|
1832
1452
|
export interface EmailTemplateRequest {
|
|
1833
1453
|
|
|
@@ -1845,20 +1465,12 @@ export interface EmailTemplateRequest {
|
|
|
1845
1465
|
|
|
1846
1466
|
TextPart?: string;
|
|
1847
1467
|
}
|
|
1848
|
-
export declare namespace EmailTemplateRequest {
|
|
1849
|
-
|
|
1850
|
-
const filterSensitiveLog: (obj: EmailTemplateRequest) => any;
|
|
1851
|
-
}
|
|
1852
1468
|
export interface CreateEmailTemplateRequest {
|
|
1853
1469
|
|
|
1854
1470
|
EmailTemplateRequest: EmailTemplateRequest | undefined;
|
|
1855
1471
|
|
|
1856
1472
|
TemplateName: string | undefined;
|
|
1857
1473
|
}
|
|
1858
|
-
export declare namespace CreateEmailTemplateRequest {
|
|
1859
|
-
|
|
1860
|
-
const filterSensitiveLog: (obj: CreateEmailTemplateRequest) => any;
|
|
1861
|
-
}
|
|
1862
1474
|
|
|
1863
1475
|
export interface CreateTemplateMessageBody {
|
|
1864
1476
|
|
|
@@ -1868,18 +1480,10 @@ export interface CreateTemplateMessageBody {
|
|
|
1868
1480
|
|
|
1869
1481
|
RequestID?: string;
|
|
1870
1482
|
}
|
|
1871
|
-
export declare namespace CreateTemplateMessageBody {
|
|
1872
|
-
|
|
1873
|
-
const filterSensitiveLog: (obj: CreateTemplateMessageBody) => any;
|
|
1874
|
-
}
|
|
1875
1483
|
export interface CreateEmailTemplateResponse {
|
|
1876
1484
|
|
|
1877
1485
|
CreateTemplateMessageBody: CreateTemplateMessageBody | undefined;
|
|
1878
1486
|
}
|
|
1879
|
-
export declare namespace CreateEmailTemplateResponse {
|
|
1880
|
-
|
|
1881
|
-
const filterSensitiveLog: (obj: CreateEmailTemplateResponse) => any;
|
|
1882
|
-
}
|
|
1883
1487
|
|
|
1884
1488
|
export interface ExportJobRequest {
|
|
1885
1489
|
|
|
@@ -1891,20 +1495,12 @@ export interface ExportJobRequest {
|
|
|
1891
1495
|
|
|
1892
1496
|
SegmentVersion?: number;
|
|
1893
1497
|
}
|
|
1894
|
-
export declare namespace ExportJobRequest {
|
|
1895
|
-
|
|
1896
|
-
const filterSensitiveLog: (obj: ExportJobRequest) => any;
|
|
1897
|
-
}
|
|
1898
1498
|
export interface CreateExportJobRequest {
|
|
1899
1499
|
|
|
1900
1500
|
ApplicationId: string | undefined;
|
|
1901
1501
|
|
|
1902
1502
|
ExportJobRequest: ExportJobRequest | undefined;
|
|
1903
1503
|
}
|
|
1904
|
-
export declare namespace CreateExportJobRequest {
|
|
1905
|
-
|
|
1906
|
-
const filterSensitiveLog: (obj: CreateExportJobRequest) => any;
|
|
1907
|
-
}
|
|
1908
1504
|
|
|
1909
1505
|
export interface ExportJobResource {
|
|
1910
1506
|
|
|
@@ -1916,10 +1512,6 @@ export interface ExportJobResource {
|
|
|
1916
1512
|
|
|
1917
1513
|
SegmentVersion?: number;
|
|
1918
1514
|
}
|
|
1919
|
-
export declare namespace ExportJobResource {
|
|
1920
|
-
|
|
1921
|
-
const filterSensitiveLog: (obj: ExportJobResource) => any;
|
|
1922
|
-
}
|
|
1923
1515
|
export declare enum JobStatus {
|
|
1924
1516
|
COMPLETED = "COMPLETED",
|
|
1925
1517
|
COMPLETING = "COMPLETING",
|
|
@@ -1960,18 +1552,10 @@ export interface ExportJobResponse {
|
|
|
1960
1552
|
|
|
1961
1553
|
Type: string | undefined;
|
|
1962
1554
|
}
|
|
1963
|
-
export declare namespace ExportJobResponse {
|
|
1964
|
-
|
|
1965
|
-
const filterSensitiveLog: (obj: ExportJobResponse) => any;
|
|
1966
|
-
}
|
|
1967
1555
|
export interface CreateExportJobResponse {
|
|
1968
1556
|
|
|
1969
1557
|
ExportJobResponse: ExportJobResponse | undefined;
|
|
1970
1558
|
}
|
|
1971
|
-
export declare namespace CreateExportJobResponse {
|
|
1972
|
-
|
|
1973
|
-
const filterSensitiveLog: (obj: CreateExportJobResponse) => any;
|
|
1974
|
-
}
|
|
1975
1559
|
export declare enum Format {
|
|
1976
1560
|
CSV = "CSV",
|
|
1977
1561
|
JSON = "JSON"
|
|
@@ -1995,20 +1579,12 @@ export interface ImportJobRequest {
|
|
|
1995
1579
|
|
|
1996
1580
|
SegmentName?: string;
|
|
1997
1581
|
}
|
|
1998
|
-
export declare namespace ImportJobRequest {
|
|
1999
|
-
|
|
2000
|
-
const filterSensitiveLog: (obj: ImportJobRequest) => any;
|
|
2001
|
-
}
|
|
2002
1582
|
export interface CreateImportJobRequest {
|
|
2003
1583
|
|
|
2004
1584
|
ApplicationId: string | undefined;
|
|
2005
1585
|
|
|
2006
1586
|
ImportJobRequest: ImportJobRequest | undefined;
|
|
2007
1587
|
}
|
|
2008
|
-
export declare namespace CreateImportJobRequest {
|
|
2009
|
-
|
|
2010
|
-
const filterSensitiveLog: (obj: CreateImportJobRequest) => any;
|
|
2011
|
-
}
|
|
2012
1588
|
|
|
2013
1589
|
export interface ImportJobResource {
|
|
2014
1590
|
|
|
@@ -2028,10 +1604,6 @@ export interface ImportJobResource {
|
|
|
2028
1604
|
|
|
2029
1605
|
SegmentName?: string;
|
|
2030
1606
|
}
|
|
2031
|
-
export declare namespace ImportJobResource {
|
|
2032
|
-
|
|
2033
|
-
const filterSensitiveLog: (obj: ImportJobResource) => any;
|
|
2034
|
-
}
|
|
2035
1607
|
|
|
2036
1608
|
export interface ImportJobResponse {
|
|
2037
1609
|
|
|
@@ -2061,18 +1633,10 @@ export interface ImportJobResponse {
|
|
|
2061
1633
|
|
|
2062
1634
|
Type: string | undefined;
|
|
2063
1635
|
}
|
|
2064
|
-
export declare namespace ImportJobResponse {
|
|
2065
|
-
|
|
2066
|
-
const filterSensitiveLog: (obj: ImportJobResponse) => any;
|
|
2067
|
-
}
|
|
2068
1636
|
export interface CreateImportJobResponse {
|
|
2069
1637
|
|
|
2070
1638
|
ImportJobResponse: ImportJobResponse | undefined;
|
|
2071
1639
|
}
|
|
2072
|
-
export declare namespace CreateImportJobResponse {
|
|
2073
|
-
|
|
2074
|
-
const filterSensitiveLog: (obj: CreateImportJobResponse) => any;
|
|
2075
|
-
}
|
|
2076
1640
|
|
|
2077
1641
|
export interface InAppTemplateRequest {
|
|
2078
1642
|
|
|
@@ -2086,20 +1650,12 @@ export interface InAppTemplateRequest {
|
|
|
2086
1650
|
|
|
2087
1651
|
TemplateDescription?: string;
|
|
2088
1652
|
}
|
|
2089
|
-
export declare namespace InAppTemplateRequest {
|
|
2090
|
-
|
|
2091
|
-
const filterSensitiveLog: (obj: InAppTemplateRequest) => any;
|
|
2092
|
-
}
|
|
2093
1653
|
export interface CreateInAppTemplateRequest {
|
|
2094
1654
|
|
|
2095
1655
|
InAppTemplateRequest: InAppTemplateRequest | undefined;
|
|
2096
1656
|
|
|
2097
1657
|
TemplateName: string | undefined;
|
|
2098
1658
|
}
|
|
2099
|
-
export declare namespace CreateInAppTemplateRequest {
|
|
2100
|
-
|
|
2101
|
-
const filterSensitiveLog: (obj: CreateInAppTemplateRequest) => any;
|
|
2102
|
-
}
|
|
2103
1659
|
|
|
2104
1660
|
export interface TemplateCreateMessageBody {
|
|
2105
1661
|
|
|
@@ -2109,18 +1665,10 @@ export interface TemplateCreateMessageBody {
|
|
|
2109
1665
|
|
|
2110
1666
|
RequestID?: string;
|
|
2111
1667
|
}
|
|
2112
|
-
export declare namespace TemplateCreateMessageBody {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: TemplateCreateMessageBody) => any;
|
|
2115
|
-
}
|
|
2116
1668
|
export interface CreateInAppTemplateResponse {
|
|
2117
1669
|
|
|
2118
1670
|
TemplateCreateMessageBody: TemplateCreateMessageBody | undefined;
|
|
2119
1671
|
}
|
|
2120
|
-
export declare namespace CreateInAppTemplateResponse {
|
|
2121
|
-
|
|
2122
|
-
const filterSensitiveLog: (obj: CreateInAppTemplateResponse) => any;
|
|
2123
|
-
}
|
|
2124
1672
|
|
|
2125
1673
|
export interface JourneyChannelSettings {
|
|
2126
1674
|
|
|
@@ -2128,10 +1676,6 @@ export interface JourneyChannelSettings {
|
|
|
2128
1676
|
|
|
2129
1677
|
ConnectCampaignExecutionRoleArn?: string;
|
|
2130
1678
|
}
|
|
2131
|
-
export declare namespace JourneyChannelSettings {
|
|
2132
|
-
|
|
2133
|
-
const filterSensitiveLog: (obj: JourneyChannelSettings) => any;
|
|
2134
|
-
}
|
|
2135
1679
|
|
|
2136
1680
|
export interface JourneyLimits {
|
|
2137
1681
|
|
|
@@ -2143,10 +1687,6 @@ export interface JourneyLimits {
|
|
|
2143
1687
|
|
|
2144
1688
|
EndpointReentryInterval?: string;
|
|
2145
1689
|
}
|
|
2146
|
-
export declare namespace JourneyLimits {
|
|
2147
|
-
|
|
2148
|
-
const filterSensitiveLog: (obj: JourneyLimits) => any;
|
|
2149
|
-
}
|
|
2150
1690
|
|
|
2151
1691
|
export interface JourneySchedule {
|
|
2152
1692
|
|
|
@@ -2156,10 +1696,6 @@ export interface JourneySchedule {
|
|
|
2156
1696
|
|
|
2157
1697
|
Timezone?: string;
|
|
2158
1698
|
}
|
|
2159
|
-
export declare namespace JourneySchedule {
|
|
2160
|
-
|
|
2161
|
-
const filterSensitiveLog: (obj: JourneySchedule) => any;
|
|
2162
|
-
}
|
|
2163
1699
|
|
|
2164
1700
|
export interface EventFilter {
|
|
2165
1701
|
|
|
@@ -2167,20 +1703,12 @@ export interface EventFilter {
|
|
|
2167
1703
|
|
|
2168
1704
|
FilterType: FilterType | string | undefined;
|
|
2169
1705
|
}
|
|
2170
|
-
export declare namespace EventFilter {
|
|
2171
|
-
|
|
2172
|
-
const filterSensitiveLog: (obj: EventFilter) => any;
|
|
2173
|
-
}
|
|
2174
1706
|
|
|
2175
1707
|
export interface EventStartCondition {
|
|
2176
1708
|
|
|
2177
1709
|
EventFilter?: EventFilter;
|
|
2178
1710
|
SegmentId?: string;
|
|
2179
1711
|
}
|
|
2180
|
-
export declare namespace EventStartCondition {
|
|
2181
|
-
|
|
2182
|
-
const filterSensitiveLog: (obj: EventStartCondition) => any;
|
|
2183
|
-
}
|
|
2184
1712
|
|
|
2185
1713
|
export interface StartCondition {
|
|
2186
1714
|
|
|
@@ -2190,10 +1718,6 @@ export interface StartCondition {
|
|
|
2190
1718
|
|
|
2191
1719
|
SegmentStartCondition?: SegmentCondition;
|
|
2192
1720
|
}
|
|
2193
|
-
export declare namespace StartCondition {
|
|
2194
|
-
|
|
2195
|
-
const filterSensitiveLog: (obj: StartCondition) => any;
|
|
2196
|
-
}
|
|
2197
1721
|
export declare enum State {
|
|
2198
1722
|
ACTIVE = "ACTIVE",
|
|
2199
1723
|
CANCELLED = "CANCELLED",
|
|
@@ -2235,20 +1759,12 @@ export interface WriteJourneyRequest {
|
|
|
2235
1759
|
|
|
2236
1760
|
JourneyChannelSettings?: JourneyChannelSettings;
|
|
2237
1761
|
}
|
|
2238
|
-
export declare namespace WriteJourneyRequest {
|
|
2239
|
-
|
|
2240
|
-
const filterSensitiveLog: (obj: WriteJourneyRequest) => any;
|
|
2241
|
-
}
|
|
2242
1762
|
export interface CreateJourneyRequest {
|
|
2243
1763
|
|
|
2244
1764
|
ApplicationId: string | undefined;
|
|
2245
1765
|
|
|
2246
1766
|
WriteJourneyRequest: WriteJourneyRequest | undefined;
|
|
2247
1767
|
}
|
|
2248
|
-
export declare namespace CreateJourneyRequest {
|
|
2249
|
-
|
|
2250
|
-
const filterSensitiveLog: (obj: CreateJourneyRequest) => any;
|
|
2251
|
-
}
|
|
2252
1768
|
|
|
2253
1769
|
export interface JourneyResponse {
|
|
2254
1770
|
|
|
@@ -2288,18 +1804,10 @@ export interface JourneyResponse {
|
|
|
2288
1804
|
|
|
2289
1805
|
JourneyChannelSettings?: JourneyChannelSettings;
|
|
2290
1806
|
}
|
|
2291
|
-
export declare namespace JourneyResponse {
|
|
2292
|
-
|
|
2293
|
-
const filterSensitiveLog: (obj: JourneyResponse) => any;
|
|
2294
|
-
}
|
|
2295
1807
|
export interface CreateJourneyResponse {
|
|
2296
1808
|
|
|
2297
1809
|
JourneyResponse: JourneyResponse | undefined;
|
|
2298
1810
|
}
|
|
2299
|
-
export declare namespace CreateJourneyResponse {
|
|
2300
|
-
|
|
2301
|
-
const filterSensitiveLog: (obj: CreateJourneyResponse) => any;
|
|
2302
|
-
}
|
|
2303
1811
|
|
|
2304
1812
|
export interface DefaultPushNotificationTemplate {
|
|
2305
1813
|
|
|
@@ -2313,10 +1821,6 @@ export interface DefaultPushNotificationTemplate {
|
|
|
2313
1821
|
|
|
2314
1822
|
Url?: string;
|
|
2315
1823
|
}
|
|
2316
|
-
export declare namespace DefaultPushNotificationTemplate {
|
|
2317
|
-
|
|
2318
|
-
const filterSensitiveLog: (obj: DefaultPushNotificationTemplate) => any;
|
|
2319
|
-
}
|
|
2320
1824
|
|
|
2321
1825
|
export interface PushNotificationTemplateRequest {
|
|
2322
1826
|
|
|
@@ -2338,28 +1842,16 @@ export interface PushNotificationTemplateRequest {
|
|
|
2338
1842
|
|
|
2339
1843
|
TemplateDescription?: string;
|
|
2340
1844
|
}
|
|
2341
|
-
export declare namespace PushNotificationTemplateRequest {
|
|
2342
|
-
|
|
2343
|
-
const filterSensitiveLog: (obj: PushNotificationTemplateRequest) => any;
|
|
2344
|
-
}
|
|
2345
1845
|
export interface CreatePushTemplateRequest {
|
|
2346
1846
|
|
|
2347
1847
|
PushNotificationTemplateRequest: PushNotificationTemplateRequest | undefined;
|
|
2348
1848
|
|
|
2349
1849
|
TemplateName: string | undefined;
|
|
2350
1850
|
}
|
|
2351
|
-
export declare namespace CreatePushTemplateRequest {
|
|
2352
|
-
|
|
2353
|
-
const filterSensitiveLog: (obj: CreatePushTemplateRequest) => any;
|
|
2354
|
-
}
|
|
2355
1851
|
export interface CreatePushTemplateResponse {
|
|
2356
1852
|
|
|
2357
1853
|
CreateTemplateMessageBody: CreateTemplateMessageBody | undefined;
|
|
2358
1854
|
}
|
|
2359
|
-
export declare namespace CreatePushTemplateResponse {
|
|
2360
|
-
|
|
2361
|
-
const filterSensitiveLog: (obj: CreatePushTemplateResponse) => any;
|
|
2362
|
-
}
|
|
2363
1855
|
|
|
2364
1856
|
export interface CreateRecommenderConfigurationShape {
|
|
2365
1857
|
|
|
@@ -2381,18 +1873,10 @@ export interface CreateRecommenderConfigurationShape {
|
|
|
2381
1873
|
|
|
2382
1874
|
RecommendationsPerMessage?: number;
|
|
2383
1875
|
}
|
|
2384
|
-
export declare namespace CreateRecommenderConfigurationShape {
|
|
2385
|
-
|
|
2386
|
-
const filterSensitiveLog: (obj: CreateRecommenderConfigurationShape) => any;
|
|
2387
|
-
}
|
|
2388
1876
|
export interface CreateRecommenderConfigurationRequest {
|
|
2389
1877
|
|
|
2390
1878
|
CreateRecommenderConfiguration: CreateRecommenderConfigurationShape | undefined;
|
|
2391
1879
|
}
|
|
2392
|
-
export declare namespace CreateRecommenderConfigurationRequest {
|
|
2393
|
-
|
|
2394
|
-
const filterSensitiveLog: (obj: CreateRecommenderConfigurationRequest) => any;
|
|
2395
|
-
}
|
|
2396
1880
|
|
|
2397
1881
|
export interface RecommenderConfigurationResponse {
|
|
2398
1882
|
|
|
@@ -2420,18 +1904,10 @@ export interface RecommenderConfigurationResponse {
|
|
|
2420
1904
|
|
|
2421
1905
|
RecommendationsPerMessage?: number;
|
|
2422
1906
|
}
|
|
2423
|
-
export declare namespace RecommenderConfigurationResponse {
|
|
2424
|
-
|
|
2425
|
-
const filterSensitiveLog: (obj: RecommenderConfigurationResponse) => any;
|
|
2426
|
-
}
|
|
2427
1907
|
export interface CreateRecommenderConfigurationResponse {
|
|
2428
1908
|
|
|
2429
1909
|
RecommenderConfigurationResponse: RecommenderConfigurationResponse | undefined;
|
|
2430
1910
|
}
|
|
2431
|
-
export declare namespace CreateRecommenderConfigurationResponse {
|
|
2432
|
-
|
|
2433
|
-
const filterSensitiveLog: (obj: CreateRecommenderConfigurationResponse) => any;
|
|
2434
|
-
}
|
|
2435
1911
|
|
|
2436
1912
|
export interface SegmentReference {
|
|
2437
1913
|
|
|
@@ -2439,10 +1915,6 @@ export interface SegmentReference {
|
|
|
2439
1915
|
|
|
2440
1916
|
Version?: number;
|
|
2441
1917
|
}
|
|
2442
|
-
export declare namespace SegmentReference {
|
|
2443
|
-
|
|
2444
|
-
const filterSensitiveLog: (obj: SegmentReference) => any;
|
|
2445
|
-
}
|
|
2446
1918
|
export declare enum SourceType {
|
|
2447
1919
|
ALL = "ALL",
|
|
2448
1920
|
ANY = "ANY",
|
|
@@ -2464,10 +1936,6 @@ export interface SegmentGroup {
|
|
|
2464
1936
|
|
|
2465
1937
|
Type?: Type | string;
|
|
2466
1938
|
}
|
|
2467
|
-
export declare namespace SegmentGroup {
|
|
2468
|
-
|
|
2469
|
-
const filterSensitiveLog: (obj: SegmentGroup) => any;
|
|
2470
|
-
}
|
|
2471
1939
|
export declare enum Include {
|
|
2472
1940
|
ALL = "ALL",
|
|
2473
1941
|
ANY = "ANY",
|
|
@@ -2480,10 +1948,6 @@ export interface SegmentGroupList {
|
|
|
2480
1948
|
|
|
2481
1949
|
Include?: Include | string;
|
|
2482
1950
|
}
|
|
2483
|
-
export declare namespace SegmentGroupList {
|
|
2484
|
-
|
|
2485
|
-
const filterSensitiveLog: (obj: SegmentGroupList) => any;
|
|
2486
|
-
}
|
|
2487
1951
|
|
|
2488
1952
|
export interface WriteSegmentRequest {
|
|
2489
1953
|
|
|
@@ -2495,20 +1959,12 @@ export interface WriteSegmentRequest {
|
|
|
2495
1959
|
|
|
2496
1960
|
tags?: Record<string, string>;
|
|
2497
1961
|
}
|
|
2498
|
-
export declare namespace WriteSegmentRequest {
|
|
2499
|
-
|
|
2500
|
-
const filterSensitiveLog: (obj: WriteSegmentRequest) => any;
|
|
2501
|
-
}
|
|
2502
1962
|
export interface CreateSegmentRequest {
|
|
2503
1963
|
|
|
2504
1964
|
ApplicationId: string | undefined;
|
|
2505
1965
|
|
|
2506
1966
|
WriteSegmentRequest: WriteSegmentRequest | undefined;
|
|
2507
1967
|
}
|
|
2508
|
-
export declare namespace CreateSegmentRequest {
|
|
2509
|
-
|
|
2510
|
-
const filterSensitiveLog: (obj: CreateSegmentRequest) => any;
|
|
2511
|
-
}
|
|
2512
1968
|
|
|
2513
1969
|
export interface SegmentImportResource {
|
|
2514
1970
|
|
|
@@ -2524,10 +1980,6 @@ export interface SegmentImportResource {
|
|
|
2524
1980
|
|
|
2525
1981
|
Size: number | undefined;
|
|
2526
1982
|
}
|
|
2527
|
-
export declare namespace SegmentImportResource {
|
|
2528
|
-
|
|
2529
|
-
const filterSensitiveLog: (obj: SegmentImportResource) => any;
|
|
2530
|
-
}
|
|
2531
1983
|
export declare enum SegmentType {
|
|
2532
1984
|
DIMENSIONAL = "DIMENSIONAL",
|
|
2533
1985
|
IMPORT = "IMPORT"
|
|
@@ -2559,18 +2011,10 @@ export interface SegmentResponse {
|
|
|
2559
2011
|
|
|
2560
2012
|
Version?: number;
|
|
2561
2013
|
}
|
|
2562
|
-
export declare namespace SegmentResponse {
|
|
2563
|
-
|
|
2564
|
-
const filterSensitiveLog: (obj: SegmentResponse) => any;
|
|
2565
|
-
}
|
|
2566
2014
|
export interface CreateSegmentResponse {
|
|
2567
2015
|
|
|
2568
2016
|
SegmentResponse: SegmentResponse | undefined;
|
|
2569
2017
|
}
|
|
2570
|
-
export declare namespace CreateSegmentResponse {
|
|
2571
|
-
|
|
2572
|
-
const filterSensitiveLog: (obj: CreateSegmentResponse) => any;
|
|
2573
|
-
}
|
|
2574
2018
|
|
|
2575
2019
|
export interface SMSTemplateRequest {
|
|
2576
2020
|
|
|
@@ -2584,28 +2028,16 @@ export interface SMSTemplateRequest {
|
|
|
2584
2028
|
|
|
2585
2029
|
TemplateDescription?: string;
|
|
2586
2030
|
}
|
|
2587
|
-
export declare namespace SMSTemplateRequest {
|
|
2588
|
-
|
|
2589
|
-
const filterSensitiveLog: (obj: SMSTemplateRequest) => any;
|
|
2590
|
-
}
|
|
2591
2031
|
export interface CreateSmsTemplateRequest {
|
|
2592
2032
|
|
|
2593
2033
|
SMSTemplateRequest: SMSTemplateRequest | undefined;
|
|
2594
2034
|
|
|
2595
2035
|
TemplateName: string | undefined;
|
|
2596
2036
|
}
|
|
2597
|
-
export declare namespace CreateSmsTemplateRequest {
|
|
2598
|
-
|
|
2599
|
-
const filterSensitiveLog: (obj: CreateSmsTemplateRequest) => any;
|
|
2600
|
-
}
|
|
2601
2037
|
export interface CreateSmsTemplateResponse {
|
|
2602
2038
|
|
|
2603
2039
|
CreateTemplateMessageBody: CreateTemplateMessageBody | undefined;
|
|
2604
2040
|
}
|
|
2605
|
-
export declare namespace CreateSmsTemplateResponse {
|
|
2606
|
-
|
|
2607
|
-
const filterSensitiveLog: (obj: CreateSmsTemplateResponse) => any;
|
|
2608
|
-
}
|
|
2609
2041
|
|
|
2610
2042
|
export interface VoiceTemplateRequest {
|
|
2611
2043
|
|
|
@@ -2621,28 +2053,16 @@ export interface VoiceTemplateRequest {
|
|
|
2621
2053
|
|
|
2622
2054
|
VoiceId?: string;
|
|
2623
2055
|
}
|
|
2624
|
-
export declare namespace VoiceTemplateRequest {
|
|
2625
|
-
|
|
2626
|
-
const filterSensitiveLog: (obj: VoiceTemplateRequest) => any;
|
|
2627
|
-
}
|
|
2628
2056
|
export interface CreateVoiceTemplateRequest {
|
|
2629
2057
|
|
|
2630
2058
|
TemplateName: string | undefined;
|
|
2631
2059
|
|
|
2632
2060
|
VoiceTemplateRequest: VoiceTemplateRequest | undefined;
|
|
2633
2061
|
}
|
|
2634
|
-
export declare namespace CreateVoiceTemplateRequest {
|
|
2635
|
-
|
|
2636
|
-
const filterSensitiveLog: (obj: CreateVoiceTemplateRequest) => any;
|
|
2637
|
-
}
|
|
2638
2062
|
export interface CreateVoiceTemplateResponse {
|
|
2639
2063
|
|
|
2640
2064
|
CreateTemplateMessageBody: CreateTemplateMessageBody | undefined;
|
|
2641
2065
|
}
|
|
2642
|
-
export declare namespace CreateVoiceTemplateResponse {
|
|
2643
|
-
|
|
2644
|
-
const filterSensitiveLog: (obj: CreateVoiceTemplateResponse) => any;
|
|
2645
|
-
}
|
|
2646
2066
|
|
|
2647
2067
|
export interface DefaultMessage {
|
|
2648
2068
|
|
|
@@ -2650,10 +2070,6 @@ export interface DefaultMessage {
|
|
|
2650
2070
|
|
|
2651
2071
|
Substitutions?: Record<string, string[]>;
|
|
2652
2072
|
}
|
|
2653
|
-
export declare namespace DefaultMessage {
|
|
2654
|
-
|
|
2655
|
-
const filterSensitiveLog: (obj: DefaultMessage) => any;
|
|
2656
|
-
}
|
|
2657
2073
|
|
|
2658
2074
|
export interface DefaultPushNotificationMessage {
|
|
2659
2075
|
|
|
@@ -2671,148 +2087,76 @@ export interface DefaultPushNotificationMessage {
|
|
|
2671
2087
|
|
|
2672
2088
|
Url?: string;
|
|
2673
2089
|
}
|
|
2674
|
-
export declare namespace DefaultPushNotificationMessage {
|
|
2675
|
-
|
|
2676
|
-
const filterSensitiveLog: (obj: DefaultPushNotificationMessage) => any;
|
|
2677
|
-
}
|
|
2678
2090
|
export interface DeleteAdmChannelRequest {
|
|
2679
2091
|
|
|
2680
2092
|
ApplicationId: string | undefined;
|
|
2681
2093
|
}
|
|
2682
|
-
export declare namespace DeleteAdmChannelRequest {
|
|
2683
|
-
|
|
2684
|
-
const filterSensitiveLog: (obj: DeleteAdmChannelRequest) => any;
|
|
2685
|
-
}
|
|
2686
2094
|
export interface DeleteAdmChannelResponse {
|
|
2687
2095
|
|
|
2688
2096
|
ADMChannelResponse: ADMChannelResponse | undefined;
|
|
2689
2097
|
}
|
|
2690
|
-
export declare namespace DeleteAdmChannelResponse {
|
|
2691
|
-
|
|
2692
|
-
const filterSensitiveLog: (obj: DeleteAdmChannelResponse) => any;
|
|
2693
|
-
}
|
|
2694
2098
|
export interface DeleteApnsChannelRequest {
|
|
2695
2099
|
|
|
2696
2100
|
ApplicationId: string | undefined;
|
|
2697
2101
|
}
|
|
2698
|
-
export declare namespace DeleteApnsChannelRequest {
|
|
2699
|
-
|
|
2700
|
-
const filterSensitiveLog: (obj: DeleteApnsChannelRequest) => any;
|
|
2701
|
-
}
|
|
2702
2102
|
export interface DeleteApnsChannelResponse {
|
|
2703
2103
|
|
|
2704
2104
|
APNSChannelResponse: APNSChannelResponse | undefined;
|
|
2705
2105
|
}
|
|
2706
|
-
export declare namespace DeleteApnsChannelResponse {
|
|
2707
|
-
|
|
2708
|
-
const filterSensitiveLog: (obj: DeleteApnsChannelResponse) => any;
|
|
2709
|
-
}
|
|
2710
2106
|
export interface DeleteApnsSandboxChannelRequest {
|
|
2711
2107
|
|
|
2712
2108
|
ApplicationId: string | undefined;
|
|
2713
2109
|
}
|
|
2714
|
-
export declare namespace DeleteApnsSandboxChannelRequest {
|
|
2715
|
-
|
|
2716
|
-
const filterSensitiveLog: (obj: DeleteApnsSandboxChannelRequest) => any;
|
|
2717
|
-
}
|
|
2718
2110
|
export interface DeleteApnsSandboxChannelResponse {
|
|
2719
2111
|
|
|
2720
2112
|
APNSSandboxChannelResponse: APNSSandboxChannelResponse | undefined;
|
|
2721
2113
|
}
|
|
2722
|
-
export declare namespace DeleteApnsSandboxChannelResponse {
|
|
2723
|
-
|
|
2724
|
-
const filterSensitiveLog: (obj: DeleteApnsSandboxChannelResponse) => any;
|
|
2725
|
-
}
|
|
2726
2114
|
export interface DeleteApnsVoipChannelRequest {
|
|
2727
2115
|
|
|
2728
2116
|
ApplicationId: string | undefined;
|
|
2729
2117
|
}
|
|
2730
|
-
export declare namespace DeleteApnsVoipChannelRequest {
|
|
2731
|
-
|
|
2732
|
-
const filterSensitiveLog: (obj: DeleteApnsVoipChannelRequest) => any;
|
|
2733
|
-
}
|
|
2734
2118
|
export interface DeleteApnsVoipChannelResponse {
|
|
2735
2119
|
|
|
2736
2120
|
APNSVoipChannelResponse: APNSVoipChannelResponse | undefined;
|
|
2737
2121
|
}
|
|
2738
|
-
export declare namespace DeleteApnsVoipChannelResponse {
|
|
2739
|
-
|
|
2740
|
-
const filterSensitiveLog: (obj: DeleteApnsVoipChannelResponse) => any;
|
|
2741
|
-
}
|
|
2742
2122
|
export interface DeleteApnsVoipSandboxChannelRequest {
|
|
2743
2123
|
|
|
2744
2124
|
ApplicationId: string | undefined;
|
|
2745
2125
|
}
|
|
2746
|
-
export declare namespace DeleteApnsVoipSandboxChannelRequest {
|
|
2747
|
-
|
|
2748
|
-
const filterSensitiveLog: (obj: DeleteApnsVoipSandboxChannelRequest) => any;
|
|
2749
|
-
}
|
|
2750
2126
|
export interface DeleteApnsVoipSandboxChannelResponse {
|
|
2751
2127
|
|
|
2752
2128
|
APNSVoipSandboxChannelResponse: APNSVoipSandboxChannelResponse | undefined;
|
|
2753
2129
|
}
|
|
2754
|
-
export declare namespace DeleteApnsVoipSandboxChannelResponse {
|
|
2755
|
-
|
|
2756
|
-
const filterSensitiveLog: (obj: DeleteApnsVoipSandboxChannelResponse) => any;
|
|
2757
|
-
}
|
|
2758
2130
|
export interface DeleteAppRequest {
|
|
2759
2131
|
|
|
2760
2132
|
ApplicationId: string | undefined;
|
|
2761
2133
|
}
|
|
2762
|
-
export declare namespace DeleteAppRequest {
|
|
2763
|
-
|
|
2764
|
-
const filterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
2765
|
-
}
|
|
2766
2134
|
export interface DeleteAppResponse {
|
|
2767
2135
|
|
|
2768
2136
|
ApplicationResponse: ApplicationResponse | undefined;
|
|
2769
2137
|
}
|
|
2770
|
-
export declare namespace DeleteAppResponse {
|
|
2771
|
-
|
|
2772
|
-
const filterSensitiveLog: (obj: DeleteAppResponse) => any;
|
|
2773
|
-
}
|
|
2774
2138
|
export interface DeleteBaiduChannelRequest {
|
|
2775
2139
|
|
|
2776
2140
|
ApplicationId: string | undefined;
|
|
2777
2141
|
}
|
|
2778
|
-
export declare namespace DeleteBaiduChannelRequest {
|
|
2779
|
-
|
|
2780
|
-
const filterSensitiveLog: (obj: DeleteBaiduChannelRequest) => any;
|
|
2781
|
-
}
|
|
2782
2142
|
export interface DeleteBaiduChannelResponse {
|
|
2783
2143
|
|
|
2784
2144
|
BaiduChannelResponse: BaiduChannelResponse | undefined;
|
|
2785
2145
|
}
|
|
2786
|
-
export declare namespace DeleteBaiduChannelResponse {
|
|
2787
|
-
|
|
2788
|
-
const filterSensitiveLog: (obj: DeleteBaiduChannelResponse) => any;
|
|
2789
|
-
}
|
|
2790
2146
|
export interface DeleteCampaignRequest {
|
|
2791
2147
|
|
|
2792
2148
|
ApplicationId: string | undefined;
|
|
2793
2149
|
|
|
2794
2150
|
CampaignId: string | undefined;
|
|
2795
2151
|
}
|
|
2796
|
-
export declare namespace DeleteCampaignRequest {
|
|
2797
|
-
|
|
2798
|
-
const filterSensitiveLog: (obj: DeleteCampaignRequest) => any;
|
|
2799
|
-
}
|
|
2800
2152
|
export interface DeleteCampaignResponse {
|
|
2801
2153
|
|
|
2802
2154
|
CampaignResponse: CampaignResponse | undefined;
|
|
2803
2155
|
}
|
|
2804
|
-
export declare namespace DeleteCampaignResponse {
|
|
2805
|
-
|
|
2806
|
-
const filterSensitiveLog: (obj: DeleteCampaignResponse) => any;
|
|
2807
|
-
}
|
|
2808
2156
|
export interface DeleteEmailChannelRequest {
|
|
2809
2157
|
|
|
2810
2158
|
ApplicationId: string | undefined;
|
|
2811
2159
|
}
|
|
2812
|
-
export declare namespace DeleteEmailChannelRequest {
|
|
2813
|
-
|
|
2814
|
-
const filterSensitiveLog: (obj: DeleteEmailChannelRequest) => any;
|
|
2815
|
-
}
|
|
2816
2160
|
|
|
2817
2161
|
export interface EmailChannelResponse {
|
|
2818
2162
|
|
|
@@ -2846,28 +2190,16 @@ export interface EmailChannelResponse {
|
|
|
2846
2190
|
|
|
2847
2191
|
Version?: number;
|
|
2848
2192
|
}
|
|
2849
|
-
export declare namespace EmailChannelResponse {
|
|
2850
|
-
|
|
2851
|
-
const filterSensitiveLog: (obj: EmailChannelResponse) => any;
|
|
2852
|
-
}
|
|
2853
2193
|
export interface DeleteEmailChannelResponse {
|
|
2854
2194
|
|
|
2855
2195
|
EmailChannelResponse: EmailChannelResponse | undefined;
|
|
2856
2196
|
}
|
|
2857
|
-
export declare namespace DeleteEmailChannelResponse {
|
|
2858
|
-
|
|
2859
|
-
const filterSensitiveLog: (obj: DeleteEmailChannelResponse) => any;
|
|
2860
|
-
}
|
|
2861
2197
|
export interface DeleteEmailTemplateRequest {
|
|
2862
2198
|
|
|
2863
2199
|
TemplateName: string | undefined;
|
|
2864
2200
|
|
|
2865
2201
|
Version?: string;
|
|
2866
2202
|
}
|
|
2867
|
-
export declare namespace DeleteEmailTemplateRequest {
|
|
2868
|
-
|
|
2869
|
-
const filterSensitiveLog: (obj: DeleteEmailTemplateRequest) => any;
|
|
2870
|
-
}
|
|
2871
2203
|
|
|
2872
2204
|
export interface MessageBody {
|
|
2873
2205
|
|
|
@@ -2875,28 +2207,16 @@ export interface MessageBody {
|
|
|
2875
2207
|
|
|
2876
2208
|
RequestID?: string;
|
|
2877
2209
|
}
|
|
2878
|
-
export declare namespace MessageBody {
|
|
2879
|
-
|
|
2880
|
-
const filterSensitiveLog: (obj: MessageBody) => any;
|
|
2881
|
-
}
|
|
2882
2210
|
export interface DeleteEmailTemplateResponse {
|
|
2883
2211
|
|
|
2884
2212
|
MessageBody: MessageBody | undefined;
|
|
2885
2213
|
}
|
|
2886
|
-
export declare namespace DeleteEmailTemplateResponse {
|
|
2887
|
-
|
|
2888
|
-
const filterSensitiveLog: (obj: DeleteEmailTemplateResponse) => any;
|
|
2889
|
-
}
|
|
2890
2214
|
export interface DeleteEndpointRequest {
|
|
2891
2215
|
|
|
2892
2216
|
ApplicationId: string | undefined;
|
|
2893
2217
|
|
|
2894
2218
|
EndpointId: string | undefined;
|
|
2895
2219
|
}
|
|
2896
|
-
export declare namespace DeleteEndpointRequest {
|
|
2897
|
-
|
|
2898
|
-
const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
2899
|
-
}
|
|
2900
2220
|
|
|
2901
2221
|
export interface EndpointDemographic {
|
|
2902
2222
|
|
|
@@ -2916,10 +2236,6 @@ export interface EndpointDemographic {
|
|
|
2916
2236
|
|
|
2917
2237
|
Timezone?: string;
|
|
2918
2238
|
}
|
|
2919
|
-
export declare namespace EndpointDemographic {
|
|
2920
|
-
|
|
2921
|
-
const filterSensitiveLog: (obj: EndpointDemographic) => any;
|
|
2922
|
-
}
|
|
2923
2239
|
|
|
2924
2240
|
export interface EndpointLocation {
|
|
2925
2241
|
|
|
@@ -2935,10 +2251,6 @@ export interface EndpointLocation {
|
|
|
2935
2251
|
|
|
2936
2252
|
Region?: string;
|
|
2937
2253
|
}
|
|
2938
|
-
export declare namespace EndpointLocation {
|
|
2939
|
-
|
|
2940
|
-
const filterSensitiveLog: (obj: EndpointLocation) => any;
|
|
2941
|
-
}
|
|
2942
2254
|
|
|
2943
2255
|
export interface EndpointUser {
|
|
2944
2256
|
|
|
@@ -2946,10 +2258,6 @@ export interface EndpointUser {
|
|
|
2946
2258
|
|
|
2947
2259
|
UserId?: string;
|
|
2948
2260
|
}
|
|
2949
|
-
export declare namespace EndpointUser {
|
|
2950
|
-
|
|
2951
|
-
const filterSensitiveLog: (obj: EndpointUser) => any;
|
|
2952
|
-
}
|
|
2953
2261
|
|
|
2954
2262
|
export interface EndpointResponse {
|
|
2955
2263
|
|
|
@@ -2983,26 +2291,14 @@ export interface EndpointResponse {
|
|
|
2983
2291
|
|
|
2984
2292
|
User?: EndpointUser;
|
|
2985
2293
|
}
|
|
2986
|
-
export declare namespace EndpointResponse {
|
|
2987
|
-
|
|
2988
|
-
const filterSensitiveLog: (obj: EndpointResponse) => any;
|
|
2989
|
-
}
|
|
2990
2294
|
export interface DeleteEndpointResponse {
|
|
2991
2295
|
|
|
2992
2296
|
EndpointResponse: EndpointResponse | undefined;
|
|
2993
2297
|
}
|
|
2994
|
-
export declare namespace DeleteEndpointResponse {
|
|
2995
|
-
|
|
2996
|
-
const filterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
2997
|
-
}
|
|
2998
2298
|
export interface DeleteEventStreamRequest {
|
|
2999
2299
|
|
|
3000
2300
|
ApplicationId: string | undefined;
|
|
3001
2301
|
}
|
|
3002
|
-
export declare namespace DeleteEventStreamRequest {
|
|
3003
|
-
|
|
3004
|
-
const filterSensitiveLog: (obj: DeleteEventStreamRequest) => any;
|
|
3005
|
-
}
|
|
3006
2302
|
|
|
3007
2303
|
export interface EventStream {
|
|
3008
2304
|
|
|
@@ -3018,26 +2314,14 @@ export interface EventStream {
|
|
|
3018
2314
|
|
|
3019
2315
|
RoleArn: string | undefined;
|
|
3020
2316
|
}
|
|
3021
|
-
export declare namespace EventStream {
|
|
3022
|
-
|
|
3023
|
-
const filterSensitiveLog: (obj: EventStream) => any;
|
|
3024
|
-
}
|
|
3025
2317
|
export interface DeleteEventStreamResponse {
|
|
3026
2318
|
|
|
3027
2319
|
EventStream: EventStream | undefined;
|
|
3028
2320
|
}
|
|
3029
|
-
export declare namespace DeleteEventStreamResponse {
|
|
3030
|
-
|
|
3031
|
-
const filterSensitiveLog: (obj: DeleteEventStreamResponse) => any;
|
|
3032
|
-
}
|
|
3033
2321
|
export interface DeleteGcmChannelRequest {
|
|
3034
2322
|
|
|
3035
2323
|
ApplicationId: string | undefined;
|
|
3036
2324
|
}
|
|
3037
|
-
export declare namespace DeleteGcmChannelRequest {
|
|
3038
|
-
|
|
3039
|
-
const filterSensitiveLog: (obj: DeleteGcmChannelRequest) => any;
|
|
3040
|
-
}
|
|
3041
2325
|
|
|
3042
2326
|
export interface GCMChannelResponse {
|
|
3043
2327
|
|
|
@@ -3063,114 +2347,62 @@ export interface GCMChannelResponse {
|
|
|
3063
2347
|
|
|
3064
2348
|
Version?: number;
|
|
3065
2349
|
}
|
|
3066
|
-
export declare namespace GCMChannelResponse {
|
|
3067
|
-
|
|
3068
|
-
const filterSensitiveLog: (obj: GCMChannelResponse) => any;
|
|
3069
|
-
}
|
|
3070
2350
|
export interface DeleteGcmChannelResponse {
|
|
3071
2351
|
|
|
3072
2352
|
GCMChannelResponse: GCMChannelResponse | undefined;
|
|
3073
2353
|
}
|
|
3074
|
-
export declare namespace DeleteGcmChannelResponse {
|
|
3075
|
-
|
|
3076
|
-
const filterSensitiveLog: (obj: DeleteGcmChannelResponse) => any;
|
|
3077
|
-
}
|
|
3078
2354
|
export interface DeleteInAppTemplateRequest {
|
|
3079
2355
|
|
|
3080
2356
|
TemplateName: string | undefined;
|
|
3081
2357
|
|
|
3082
2358
|
Version?: string;
|
|
3083
2359
|
}
|
|
3084
|
-
export declare namespace DeleteInAppTemplateRequest {
|
|
3085
|
-
|
|
3086
|
-
const filterSensitiveLog: (obj: DeleteInAppTemplateRequest) => any;
|
|
3087
|
-
}
|
|
3088
2360
|
export interface DeleteInAppTemplateResponse {
|
|
3089
2361
|
|
|
3090
2362
|
MessageBody: MessageBody | undefined;
|
|
3091
2363
|
}
|
|
3092
|
-
export declare namespace DeleteInAppTemplateResponse {
|
|
3093
|
-
|
|
3094
|
-
const filterSensitiveLog: (obj: DeleteInAppTemplateResponse) => any;
|
|
3095
|
-
}
|
|
3096
2364
|
export interface DeleteJourneyRequest {
|
|
3097
2365
|
|
|
3098
2366
|
ApplicationId: string | undefined;
|
|
3099
2367
|
|
|
3100
2368
|
JourneyId: string | undefined;
|
|
3101
2369
|
}
|
|
3102
|
-
export declare namespace DeleteJourneyRequest {
|
|
3103
|
-
|
|
3104
|
-
const filterSensitiveLog: (obj: DeleteJourneyRequest) => any;
|
|
3105
|
-
}
|
|
3106
2370
|
export interface DeleteJourneyResponse {
|
|
3107
2371
|
|
|
3108
2372
|
JourneyResponse: JourneyResponse | undefined;
|
|
3109
2373
|
}
|
|
3110
|
-
export declare namespace DeleteJourneyResponse {
|
|
3111
|
-
|
|
3112
|
-
const filterSensitiveLog: (obj: DeleteJourneyResponse) => any;
|
|
3113
|
-
}
|
|
3114
2374
|
export interface DeletePushTemplateRequest {
|
|
3115
2375
|
|
|
3116
2376
|
TemplateName: string | undefined;
|
|
3117
2377
|
|
|
3118
2378
|
Version?: string;
|
|
3119
2379
|
}
|
|
3120
|
-
export declare namespace DeletePushTemplateRequest {
|
|
3121
|
-
|
|
3122
|
-
const filterSensitiveLog: (obj: DeletePushTemplateRequest) => any;
|
|
3123
|
-
}
|
|
3124
2380
|
export interface DeletePushTemplateResponse {
|
|
3125
2381
|
|
|
3126
2382
|
MessageBody: MessageBody | undefined;
|
|
3127
2383
|
}
|
|
3128
|
-
export declare namespace DeletePushTemplateResponse {
|
|
3129
|
-
|
|
3130
|
-
const filterSensitiveLog: (obj: DeletePushTemplateResponse) => any;
|
|
3131
|
-
}
|
|
3132
2384
|
export interface DeleteRecommenderConfigurationRequest {
|
|
3133
2385
|
|
|
3134
2386
|
RecommenderId: string | undefined;
|
|
3135
2387
|
}
|
|
3136
|
-
export declare namespace DeleteRecommenderConfigurationRequest {
|
|
3137
|
-
|
|
3138
|
-
const filterSensitiveLog: (obj: DeleteRecommenderConfigurationRequest) => any;
|
|
3139
|
-
}
|
|
3140
2388
|
export interface DeleteRecommenderConfigurationResponse {
|
|
3141
2389
|
|
|
3142
2390
|
RecommenderConfigurationResponse: RecommenderConfigurationResponse | undefined;
|
|
3143
2391
|
}
|
|
3144
|
-
export declare namespace DeleteRecommenderConfigurationResponse {
|
|
3145
|
-
|
|
3146
|
-
const filterSensitiveLog: (obj: DeleteRecommenderConfigurationResponse) => any;
|
|
3147
|
-
}
|
|
3148
2392
|
export interface DeleteSegmentRequest {
|
|
3149
2393
|
|
|
3150
2394
|
ApplicationId: string | undefined;
|
|
3151
2395
|
|
|
3152
2396
|
SegmentId: string | undefined;
|
|
3153
2397
|
}
|
|
3154
|
-
export declare namespace DeleteSegmentRequest {
|
|
3155
|
-
|
|
3156
|
-
const filterSensitiveLog: (obj: DeleteSegmentRequest) => any;
|
|
3157
|
-
}
|
|
3158
2398
|
export interface DeleteSegmentResponse {
|
|
3159
2399
|
|
|
3160
2400
|
SegmentResponse: SegmentResponse | undefined;
|
|
3161
2401
|
}
|
|
3162
|
-
export declare namespace DeleteSegmentResponse {
|
|
3163
|
-
|
|
3164
|
-
const filterSensitiveLog: (obj: DeleteSegmentResponse) => any;
|
|
3165
|
-
}
|
|
3166
2402
|
export interface DeleteSmsChannelRequest {
|
|
3167
2403
|
|
|
3168
2404
|
ApplicationId: string | undefined;
|
|
3169
2405
|
}
|
|
3170
|
-
export declare namespace DeleteSmsChannelRequest {
|
|
3171
|
-
|
|
3172
|
-
const filterSensitiveLog: (obj: DeleteSmsChannelRequest) => any;
|
|
3173
|
-
}
|
|
3174
2406
|
|
|
3175
2407
|
export interface SMSChannelResponse {
|
|
3176
2408
|
|
|
@@ -3202,71 +2434,39 @@ export interface SMSChannelResponse {
|
|
|
3202
2434
|
|
|
3203
2435
|
Version?: number;
|
|
3204
2436
|
}
|
|
3205
|
-
export declare namespace SMSChannelResponse {
|
|
3206
|
-
|
|
3207
|
-
const filterSensitiveLog: (obj: SMSChannelResponse) => any;
|
|
3208
|
-
}
|
|
3209
2437
|
export interface DeleteSmsChannelResponse {
|
|
3210
2438
|
|
|
3211
2439
|
SMSChannelResponse: SMSChannelResponse | undefined;
|
|
3212
2440
|
}
|
|
3213
|
-
export declare namespace DeleteSmsChannelResponse {
|
|
3214
|
-
|
|
3215
|
-
const filterSensitiveLog: (obj: DeleteSmsChannelResponse) => any;
|
|
3216
|
-
}
|
|
3217
2441
|
export interface DeleteSmsTemplateRequest {
|
|
3218
2442
|
|
|
3219
2443
|
TemplateName: string | undefined;
|
|
3220
2444
|
|
|
3221
2445
|
Version?: string;
|
|
3222
2446
|
}
|
|
3223
|
-
export declare namespace DeleteSmsTemplateRequest {
|
|
3224
|
-
|
|
3225
|
-
const filterSensitiveLog: (obj: DeleteSmsTemplateRequest) => any;
|
|
3226
|
-
}
|
|
3227
2447
|
export interface DeleteSmsTemplateResponse {
|
|
3228
2448
|
|
|
3229
2449
|
MessageBody: MessageBody | undefined;
|
|
3230
2450
|
}
|
|
3231
|
-
export declare namespace DeleteSmsTemplateResponse {
|
|
3232
|
-
|
|
3233
|
-
const filterSensitiveLog: (obj: DeleteSmsTemplateResponse) => any;
|
|
3234
|
-
}
|
|
3235
2451
|
export interface DeleteUserEndpointsRequest {
|
|
3236
2452
|
|
|
3237
2453
|
ApplicationId: string | undefined;
|
|
3238
2454
|
|
|
3239
2455
|
UserId: string | undefined;
|
|
3240
2456
|
}
|
|
3241
|
-
export declare namespace DeleteUserEndpointsRequest {
|
|
3242
|
-
|
|
3243
|
-
const filterSensitiveLog: (obj: DeleteUserEndpointsRequest) => any;
|
|
3244
|
-
}
|
|
3245
2457
|
|
|
3246
2458
|
export interface EndpointsResponse {
|
|
3247
2459
|
|
|
3248
2460
|
Item: EndpointResponse[] | undefined;
|
|
3249
2461
|
}
|
|
3250
|
-
export declare namespace EndpointsResponse {
|
|
3251
|
-
|
|
3252
|
-
const filterSensitiveLog: (obj: EndpointsResponse) => any;
|
|
3253
|
-
}
|
|
3254
2462
|
export interface DeleteUserEndpointsResponse {
|
|
3255
2463
|
|
|
3256
2464
|
EndpointsResponse: EndpointsResponse | undefined;
|
|
3257
2465
|
}
|
|
3258
|
-
export declare namespace DeleteUserEndpointsResponse {
|
|
3259
|
-
|
|
3260
|
-
const filterSensitiveLog: (obj: DeleteUserEndpointsResponse) => any;
|
|
3261
|
-
}
|
|
3262
2466
|
export interface DeleteVoiceChannelRequest {
|
|
3263
2467
|
|
|
3264
2468
|
ApplicationId: string | undefined;
|
|
3265
2469
|
}
|
|
3266
|
-
export declare namespace DeleteVoiceChannelRequest {
|
|
3267
|
-
|
|
3268
|
-
const filterSensitiveLog: (obj: DeleteVoiceChannelRequest) => any;
|
|
3269
|
-
}
|
|
3270
2470
|
|
|
3271
2471
|
export interface VoiceChannelResponse {
|
|
3272
2472
|
|
|
@@ -3290,36 +2490,20 @@ export interface VoiceChannelResponse {
|
|
|
3290
2490
|
|
|
3291
2491
|
Version?: number;
|
|
3292
2492
|
}
|
|
3293
|
-
export declare namespace VoiceChannelResponse {
|
|
3294
|
-
|
|
3295
|
-
const filterSensitiveLog: (obj: VoiceChannelResponse) => any;
|
|
3296
|
-
}
|
|
3297
2493
|
export interface DeleteVoiceChannelResponse {
|
|
3298
2494
|
|
|
3299
2495
|
VoiceChannelResponse: VoiceChannelResponse | undefined;
|
|
3300
2496
|
}
|
|
3301
|
-
export declare namespace DeleteVoiceChannelResponse {
|
|
3302
|
-
|
|
3303
|
-
const filterSensitiveLog: (obj: DeleteVoiceChannelResponse) => any;
|
|
3304
|
-
}
|
|
3305
2497
|
export interface DeleteVoiceTemplateRequest {
|
|
3306
2498
|
|
|
3307
2499
|
TemplateName: string | undefined;
|
|
3308
2500
|
|
|
3309
2501
|
Version?: string;
|
|
3310
2502
|
}
|
|
3311
|
-
export declare namespace DeleteVoiceTemplateRequest {
|
|
3312
|
-
|
|
3313
|
-
const filterSensitiveLog: (obj: DeleteVoiceTemplateRequest) => any;
|
|
3314
|
-
}
|
|
3315
2503
|
export interface DeleteVoiceTemplateResponse {
|
|
3316
2504
|
|
|
3317
2505
|
MessageBody: MessageBody | undefined;
|
|
3318
2506
|
}
|
|
3319
|
-
export declare namespace DeleteVoiceTemplateResponse {
|
|
3320
|
-
|
|
3321
|
-
const filterSensitiveLog: (obj: DeleteVoiceTemplateResponse) => any;
|
|
3322
|
-
}
|
|
3323
2507
|
export declare enum DeliveryStatus {
|
|
3324
2508
|
DUPLICATE = "DUPLICATE",
|
|
3325
2509
|
OPT_OUT = "OPT_OUT",
|
|
@@ -3334,10 +2518,6 @@ export interface RawEmail {
|
|
|
3334
2518
|
|
|
3335
2519
|
Data?: Uint8Array;
|
|
3336
2520
|
}
|
|
3337
|
-
export declare namespace RawEmail {
|
|
3338
|
-
|
|
3339
|
-
const filterSensitiveLog: (obj: RawEmail) => any;
|
|
3340
|
-
}
|
|
3341
2521
|
|
|
3342
2522
|
export interface SimpleEmailPart {
|
|
3343
2523
|
|
|
@@ -3345,10 +2525,6 @@ export interface SimpleEmailPart {
|
|
|
3345
2525
|
|
|
3346
2526
|
Data?: string;
|
|
3347
2527
|
}
|
|
3348
|
-
export declare namespace SimpleEmailPart {
|
|
3349
|
-
|
|
3350
|
-
const filterSensitiveLog: (obj: SimpleEmailPart) => any;
|
|
3351
|
-
}
|
|
3352
2528
|
|
|
3353
2529
|
export interface SimpleEmail {
|
|
3354
2530
|
|
|
@@ -3358,10 +2534,6 @@ export interface SimpleEmail {
|
|
|
3358
2534
|
|
|
3359
2535
|
TextPart?: SimpleEmailPart;
|
|
3360
2536
|
}
|
|
3361
|
-
export declare namespace SimpleEmail {
|
|
3362
|
-
|
|
3363
|
-
const filterSensitiveLog: (obj: SimpleEmail) => any;
|
|
3364
|
-
}
|
|
3365
2537
|
|
|
3366
2538
|
export interface EmailMessage {
|
|
3367
2539
|
|
|
@@ -3379,10 +2551,6 @@ export interface EmailMessage {
|
|
|
3379
2551
|
|
|
3380
2552
|
Substitutions?: Record<string, string[]>;
|
|
3381
2553
|
}
|
|
3382
|
-
export declare namespace EmailMessage {
|
|
3383
|
-
|
|
3384
|
-
const filterSensitiveLog: (obj: EmailMessage) => any;
|
|
3385
|
-
}
|
|
3386
2554
|
|
|
3387
2555
|
export interface GCMMessage {
|
|
3388
2556
|
|
|
@@ -3420,10 +2588,6 @@ export interface GCMMessage {
|
|
|
3420
2588
|
|
|
3421
2589
|
Url?: string;
|
|
3422
2590
|
}
|
|
3423
|
-
export declare namespace GCMMessage {
|
|
3424
|
-
|
|
3425
|
-
const filterSensitiveLog: (obj: GCMMessage) => any;
|
|
3426
|
-
}
|
|
3427
2591
|
|
|
3428
2592
|
export interface SMSMessage {
|
|
3429
2593
|
|
|
@@ -3445,10 +2609,6 @@ export interface SMSMessage {
|
|
|
3445
2609
|
|
|
3446
2610
|
TemplateId?: string;
|
|
3447
2611
|
}
|
|
3448
|
-
export declare namespace SMSMessage {
|
|
3449
|
-
|
|
3450
|
-
const filterSensitiveLog: (obj: SMSMessage) => any;
|
|
3451
|
-
}
|
|
3452
2612
|
|
|
3453
2613
|
export interface VoiceMessage {
|
|
3454
2614
|
|
|
@@ -3462,10 +2622,6 @@ export interface VoiceMessage {
|
|
|
3462
2622
|
|
|
3463
2623
|
VoiceId?: string;
|
|
3464
2624
|
}
|
|
3465
|
-
export declare namespace VoiceMessage {
|
|
3466
|
-
|
|
3467
|
-
const filterSensitiveLog: (obj: VoiceMessage) => any;
|
|
3468
|
-
}
|
|
3469
2625
|
|
|
3470
2626
|
export interface DirectMessageConfiguration {
|
|
3471
2627
|
|
|
@@ -3487,10 +2643,6 @@ export interface DirectMessageConfiguration {
|
|
|
3487
2643
|
|
|
3488
2644
|
VoiceMessage?: VoiceMessage;
|
|
3489
2645
|
}
|
|
3490
|
-
export declare namespace DirectMessageConfiguration {
|
|
3491
|
-
|
|
3492
|
-
const filterSensitiveLog: (obj: DirectMessageConfiguration) => any;
|
|
3493
|
-
}
|
|
3494
2646
|
|
|
3495
2647
|
export interface EmailChannelRequest {
|
|
3496
2648
|
|
|
@@ -3504,10 +2656,6 @@ export interface EmailChannelRequest {
|
|
|
3504
2656
|
|
|
3505
2657
|
RoleArn?: string;
|
|
3506
2658
|
}
|
|
3507
|
-
export declare namespace EmailChannelRequest {
|
|
3508
|
-
|
|
3509
|
-
const filterSensitiveLog: (obj: EmailChannelRequest) => any;
|
|
3510
|
-
}
|
|
3511
2659
|
export declare enum TemplateType {
|
|
3512
2660
|
EMAIL = "EMAIL",
|
|
3513
2661
|
INAPP = "INAPP",
|
|
@@ -3544,10 +2692,6 @@ export interface EmailTemplateResponse {
|
|
|
3544
2692
|
|
|
3545
2693
|
Version?: string;
|
|
3546
2694
|
}
|
|
3547
|
-
export declare namespace EmailTemplateResponse {
|
|
3548
|
-
|
|
3549
|
-
const filterSensitiveLog: (obj: EmailTemplateResponse) => any;
|
|
3550
|
-
}
|
|
3551
2695
|
|
|
3552
2696
|
export interface EndpointBatchItem {
|
|
3553
2697
|
|
|
@@ -3575,19 +2719,11 @@ export interface EndpointBatchItem {
|
|
|
3575
2719
|
|
|
3576
2720
|
User?: EndpointUser;
|
|
3577
2721
|
}
|
|
3578
|
-
export declare namespace EndpointBatchItem {
|
|
3579
|
-
|
|
3580
|
-
const filterSensitiveLog: (obj: EndpointBatchItem) => any;
|
|
3581
|
-
}
|
|
3582
2722
|
|
|
3583
2723
|
export interface EndpointBatchRequest {
|
|
3584
2724
|
|
|
3585
2725
|
Item: EndpointBatchItem[] | undefined;
|
|
3586
2726
|
}
|
|
3587
|
-
export declare namespace EndpointBatchRequest {
|
|
3588
|
-
|
|
3589
|
-
const filterSensitiveLog: (obj: EndpointBatchRequest) => any;
|
|
3590
|
-
}
|
|
3591
2727
|
|
|
3592
2728
|
export interface EndpointItemResponse {
|
|
3593
2729
|
|
|
@@ -3595,10 +2731,6 @@ export interface EndpointItemResponse {
|
|
|
3595
2731
|
|
|
3596
2732
|
StatusCode?: number;
|
|
3597
2733
|
}
|
|
3598
|
-
export declare namespace EndpointItemResponse {
|
|
3599
|
-
|
|
3600
|
-
const filterSensitiveLog: (obj: EndpointItemResponse) => any;
|
|
3601
|
-
}
|
|
3602
2734
|
|
|
3603
2735
|
export interface EndpointMessageResult {
|
|
3604
2736
|
|
|
@@ -3614,10 +2746,6 @@ export interface EndpointMessageResult {
|
|
|
3614
2746
|
|
|
3615
2747
|
UpdatedToken?: string;
|
|
3616
2748
|
}
|
|
3617
|
-
export declare namespace EndpointMessageResult {
|
|
3618
|
-
|
|
3619
|
-
const filterSensitiveLog: (obj: EndpointMessageResult) => any;
|
|
3620
|
-
}
|
|
3621
2749
|
|
|
3622
2750
|
export interface EndpointRequest {
|
|
3623
2751
|
|
|
@@ -3643,10 +2771,6 @@ export interface EndpointRequest {
|
|
|
3643
2771
|
|
|
3644
2772
|
User?: EndpointUser;
|
|
3645
2773
|
}
|
|
3646
|
-
export declare namespace EndpointRequest {
|
|
3647
|
-
|
|
3648
|
-
const filterSensitiveLog: (obj: EndpointRequest) => any;
|
|
3649
|
-
}
|
|
3650
2774
|
|
|
3651
2775
|
export interface EndpointSendConfiguration {
|
|
3652
2776
|
|
|
@@ -3660,10 +2784,6 @@ export interface EndpointSendConfiguration {
|
|
|
3660
2784
|
|
|
3661
2785
|
TitleOverride?: string;
|
|
3662
2786
|
}
|
|
3663
|
-
export declare namespace EndpointSendConfiguration {
|
|
3664
|
-
|
|
3665
|
-
const filterSensitiveLog: (obj: EndpointSendConfiguration) => any;
|
|
3666
|
-
}
|
|
3667
2787
|
|
|
3668
2788
|
export interface Session {
|
|
3669
2789
|
|
|
@@ -3675,10 +2795,6 @@ export interface Session {
|
|
|
3675
2795
|
|
|
3676
2796
|
StopTimestamp?: string;
|
|
3677
2797
|
}
|
|
3678
|
-
export declare namespace Session {
|
|
3679
|
-
|
|
3680
|
-
const filterSensitiveLog: (obj: Session) => any;
|
|
3681
|
-
}
|
|
3682
2798
|
|
|
3683
2799
|
export interface Event {
|
|
3684
2800
|
|
|
@@ -3702,10 +2818,6 @@ export interface Event {
|
|
|
3702
2818
|
|
|
3703
2819
|
Timestamp: string | undefined;
|
|
3704
2820
|
}
|
|
3705
|
-
export declare namespace Event {
|
|
3706
|
-
|
|
3707
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
3708
|
-
}
|
|
3709
2821
|
|
|
3710
2822
|
export interface EventItemResponse {
|
|
3711
2823
|
|
|
@@ -3713,10 +2825,6 @@ export interface EventItemResponse {
|
|
|
3713
2825
|
|
|
3714
2826
|
StatusCode?: number;
|
|
3715
2827
|
}
|
|
3716
|
-
export declare namespace EventItemResponse {
|
|
3717
|
-
|
|
3718
|
-
const filterSensitiveLog: (obj: EventItemResponse) => any;
|
|
3719
|
-
}
|
|
3720
2828
|
|
|
3721
2829
|
export interface PublicEndpoint {
|
|
3722
2830
|
|
|
@@ -3742,10 +2850,6 @@ export interface PublicEndpoint {
|
|
|
3742
2850
|
|
|
3743
2851
|
User?: EndpointUser;
|
|
3744
2852
|
}
|
|
3745
|
-
export declare namespace PublicEndpoint {
|
|
3746
|
-
|
|
3747
|
-
const filterSensitiveLog: (obj: PublicEndpoint) => any;
|
|
3748
|
-
}
|
|
3749
2853
|
|
|
3750
2854
|
export interface EventsBatch {
|
|
3751
2855
|
|
|
@@ -3753,19 +2857,11 @@ export interface EventsBatch {
|
|
|
3753
2857
|
|
|
3754
2858
|
Events: Record<string, Event> | undefined;
|
|
3755
2859
|
}
|
|
3756
|
-
export declare namespace EventsBatch {
|
|
3757
|
-
|
|
3758
|
-
const filterSensitiveLog: (obj: EventsBatch) => any;
|
|
3759
|
-
}
|
|
3760
2860
|
|
|
3761
2861
|
export interface EventsRequest {
|
|
3762
2862
|
|
|
3763
2863
|
BatchItem: Record<string, EventsBatch> | undefined;
|
|
3764
2864
|
}
|
|
3765
|
-
export declare namespace EventsRequest {
|
|
3766
|
-
|
|
3767
|
-
const filterSensitiveLog: (obj: EventsRequest) => any;
|
|
3768
|
-
}
|
|
3769
2865
|
|
|
3770
2866
|
export interface ItemResponse {
|
|
3771
2867
|
|
|
@@ -3773,19 +2869,11 @@ export interface ItemResponse {
|
|
|
3773
2869
|
|
|
3774
2870
|
EventsItemResponse?: Record<string, EventItemResponse>;
|
|
3775
2871
|
}
|
|
3776
|
-
export declare namespace ItemResponse {
|
|
3777
|
-
|
|
3778
|
-
const filterSensitiveLog: (obj: ItemResponse) => any;
|
|
3779
|
-
}
|
|
3780
2872
|
|
|
3781
2873
|
export interface EventsResponse {
|
|
3782
2874
|
|
|
3783
2875
|
Results?: Record<string, ItemResponse>;
|
|
3784
2876
|
}
|
|
3785
|
-
export declare namespace EventsResponse {
|
|
3786
|
-
|
|
3787
|
-
const filterSensitiveLog: (obj: EventsResponse) => any;
|
|
3788
|
-
}
|
|
3789
2877
|
|
|
3790
2878
|
export interface ExportJobsResponse {
|
|
3791
2879
|
|
|
@@ -3793,10 +2881,6 @@ export interface ExportJobsResponse {
|
|
|
3793
2881
|
|
|
3794
2882
|
NextToken?: string;
|
|
3795
2883
|
}
|
|
3796
|
-
export declare namespace ExportJobsResponse {
|
|
3797
|
-
|
|
3798
|
-
const filterSensitiveLog: (obj: ExportJobsResponse) => any;
|
|
3799
|
-
}
|
|
3800
2884
|
|
|
3801
2885
|
export interface GCMChannelRequest {
|
|
3802
2886
|
|
|
@@ -3804,106 +2888,54 @@ export interface GCMChannelRequest {
|
|
|
3804
2888
|
|
|
3805
2889
|
Enabled?: boolean;
|
|
3806
2890
|
}
|
|
3807
|
-
export declare namespace GCMChannelRequest {
|
|
3808
|
-
|
|
3809
|
-
const filterSensitiveLog: (obj: GCMChannelRequest) => any;
|
|
3810
|
-
}
|
|
3811
2891
|
export interface GetAdmChannelRequest {
|
|
3812
2892
|
|
|
3813
2893
|
ApplicationId: string | undefined;
|
|
3814
2894
|
}
|
|
3815
|
-
export declare namespace GetAdmChannelRequest {
|
|
3816
|
-
|
|
3817
|
-
const filterSensitiveLog: (obj: GetAdmChannelRequest) => any;
|
|
3818
|
-
}
|
|
3819
2895
|
export interface GetAdmChannelResponse {
|
|
3820
2896
|
|
|
3821
2897
|
ADMChannelResponse: ADMChannelResponse | undefined;
|
|
3822
2898
|
}
|
|
3823
|
-
export declare namespace GetAdmChannelResponse {
|
|
3824
|
-
|
|
3825
|
-
const filterSensitiveLog: (obj: GetAdmChannelResponse) => any;
|
|
3826
|
-
}
|
|
3827
2899
|
export interface GetApnsChannelRequest {
|
|
3828
2900
|
|
|
3829
2901
|
ApplicationId: string | undefined;
|
|
3830
2902
|
}
|
|
3831
|
-
export declare namespace GetApnsChannelRequest {
|
|
3832
|
-
|
|
3833
|
-
const filterSensitiveLog: (obj: GetApnsChannelRequest) => any;
|
|
3834
|
-
}
|
|
3835
2903
|
export interface GetApnsChannelResponse {
|
|
3836
2904
|
|
|
3837
2905
|
APNSChannelResponse: APNSChannelResponse | undefined;
|
|
3838
2906
|
}
|
|
3839
|
-
export declare namespace GetApnsChannelResponse {
|
|
3840
|
-
|
|
3841
|
-
const filterSensitiveLog: (obj: GetApnsChannelResponse) => any;
|
|
3842
|
-
}
|
|
3843
2907
|
export interface GetApnsSandboxChannelRequest {
|
|
3844
2908
|
|
|
3845
2909
|
ApplicationId: string | undefined;
|
|
3846
2910
|
}
|
|
3847
|
-
export declare namespace GetApnsSandboxChannelRequest {
|
|
3848
|
-
|
|
3849
|
-
const filterSensitiveLog: (obj: GetApnsSandboxChannelRequest) => any;
|
|
3850
|
-
}
|
|
3851
2911
|
export interface GetApnsSandboxChannelResponse {
|
|
3852
2912
|
|
|
3853
2913
|
APNSSandboxChannelResponse: APNSSandboxChannelResponse | undefined;
|
|
3854
2914
|
}
|
|
3855
|
-
export declare namespace GetApnsSandboxChannelResponse {
|
|
3856
|
-
|
|
3857
|
-
const filterSensitiveLog: (obj: GetApnsSandboxChannelResponse) => any;
|
|
3858
|
-
}
|
|
3859
2915
|
export interface GetApnsVoipChannelRequest {
|
|
3860
2916
|
|
|
3861
2917
|
ApplicationId: string | undefined;
|
|
3862
2918
|
}
|
|
3863
|
-
export declare namespace GetApnsVoipChannelRequest {
|
|
3864
|
-
|
|
3865
|
-
const filterSensitiveLog: (obj: GetApnsVoipChannelRequest) => any;
|
|
3866
|
-
}
|
|
3867
2919
|
export interface GetApnsVoipChannelResponse {
|
|
3868
2920
|
|
|
3869
2921
|
APNSVoipChannelResponse: APNSVoipChannelResponse | undefined;
|
|
3870
2922
|
}
|
|
3871
|
-
export declare namespace GetApnsVoipChannelResponse {
|
|
3872
|
-
|
|
3873
|
-
const filterSensitiveLog: (obj: GetApnsVoipChannelResponse) => any;
|
|
3874
|
-
}
|
|
3875
2923
|
export interface GetApnsVoipSandboxChannelRequest {
|
|
3876
2924
|
|
|
3877
2925
|
ApplicationId: string | undefined;
|
|
3878
2926
|
}
|
|
3879
|
-
export declare namespace GetApnsVoipSandboxChannelRequest {
|
|
3880
|
-
|
|
3881
|
-
const filterSensitiveLog: (obj: GetApnsVoipSandboxChannelRequest) => any;
|
|
3882
|
-
}
|
|
3883
2927
|
export interface GetApnsVoipSandboxChannelResponse {
|
|
3884
2928
|
|
|
3885
2929
|
APNSVoipSandboxChannelResponse: APNSVoipSandboxChannelResponse | undefined;
|
|
3886
2930
|
}
|
|
3887
|
-
export declare namespace GetApnsVoipSandboxChannelResponse {
|
|
3888
|
-
|
|
3889
|
-
const filterSensitiveLog: (obj: GetApnsVoipSandboxChannelResponse) => any;
|
|
3890
|
-
}
|
|
3891
2931
|
export interface GetAppRequest {
|
|
3892
2932
|
|
|
3893
2933
|
ApplicationId: string | undefined;
|
|
3894
2934
|
}
|
|
3895
|
-
export declare namespace GetAppRequest {
|
|
3896
|
-
|
|
3897
|
-
const filterSensitiveLog: (obj: GetAppRequest) => any;
|
|
3898
|
-
}
|
|
3899
2935
|
export interface GetAppResponse {
|
|
3900
2936
|
|
|
3901
2937
|
ApplicationResponse: ApplicationResponse | undefined;
|
|
3902
2938
|
}
|
|
3903
|
-
export declare namespace GetAppResponse {
|
|
3904
|
-
|
|
3905
|
-
const filterSensitiveLog: (obj: GetAppResponse) => any;
|
|
3906
|
-
}
|
|
3907
2939
|
export interface GetApplicationDateRangeKpiRequest {
|
|
3908
2940
|
|
|
3909
2941
|
ApplicationId: string | undefined;
|
|
@@ -3918,86 +2950,46 @@ export interface GetApplicationDateRangeKpiRequest {
|
|
|
3918
2950
|
|
|
3919
2951
|
StartTime?: Date;
|
|
3920
2952
|
}
|
|
3921
|
-
export declare namespace GetApplicationDateRangeKpiRequest {
|
|
3922
|
-
|
|
3923
|
-
const filterSensitiveLog: (obj: GetApplicationDateRangeKpiRequest) => any;
|
|
3924
|
-
}
|
|
3925
2953
|
export interface GetApplicationDateRangeKpiResponse {
|
|
3926
2954
|
|
|
3927
2955
|
ApplicationDateRangeKpiResponse: ApplicationDateRangeKpiResponse | undefined;
|
|
3928
2956
|
}
|
|
3929
|
-
export declare namespace GetApplicationDateRangeKpiResponse {
|
|
3930
|
-
|
|
3931
|
-
const filterSensitiveLog: (obj: GetApplicationDateRangeKpiResponse) => any;
|
|
3932
|
-
}
|
|
3933
2957
|
export interface GetApplicationSettingsRequest {
|
|
3934
2958
|
|
|
3935
2959
|
ApplicationId: string | undefined;
|
|
3936
2960
|
}
|
|
3937
|
-
export declare namespace GetApplicationSettingsRequest {
|
|
3938
|
-
|
|
3939
|
-
const filterSensitiveLog: (obj: GetApplicationSettingsRequest) => any;
|
|
3940
|
-
}
|
|
3941
2961
|
export interface GetApplicationSettingsResponse {
|
|
3942
2962
|
|
|
3943
2963
|
ApplicationSettingsResource: ApplicationSettingsResource | undefined;
|
|
3944
2964
|
}
|
|
3945
|
-
export declare namespace GetApplicationSettingsResponse {
|
|
3946
|
-
|
|
3947
|
-
const filterSensitiveLog: (obj: GetApplicationSettingsResponse) => any;
|
|
3948
|
-
}
|
|
3949
2965
|
export interface GetAppsRequest {
|
|
3950
2966
|
|
|
3951
2967
|
PageSize?: string;
|
|
3952
2968
|
|
|
3953
2969
|
Token?: string;
|
|
3954
2970
|
}
|
|
3955
|
-
export declare namespace GetAppsRequest {
|
|
3956
|
-
|
|
3957
|
-
const filterSensitiveLog: (obj: GetAppsRequest) => any;
|
|
3958
|
-
}
|
|
3959
2971
|
export interface GetAppsResponse {
|
|
3960
2972
|
|
|
3961
2973
|
ApplicationsResponse: ApplicationsResponse | undefined;
|
|
3962
2974
|
}
|
|
3963
|
-
export declare namespace GetAppsResponse {
|
|
3964
|
-
|
|
3965
|
-
const filterSensitiveLog: (obj: GetAppsResponse) => any;
|
|
3966
|
-
}
|
|
3967
2975
|
export interface GetBaiduChannelRequest {
|
|
3968
2976
|
|
|
3969
2977
|
ApplicationId: string | undefined;
|
|
3970
2978
|
}
|
|
3971
|
-
export declare namespace GetBaiduChannelRequest {
|
|
3972
|
-
|
|
3973
|
-
const filterSensitiveLog: (obj: GetBaiduChannelRequest) => any;
|
|
3974
|
-
}
|
|
3975
2979
|
export interface GetBaiduChannelResponse {
|
|
3976
2980
|
|
|
3977
2981
|
BaiduChannelResponse: BaiduChannelResponse | undefined;
|
|
3978
2982
|
}
|
|
3979
|
-
export declare namespace GetBaiduChannelResponse {
|
|
3980
|
-
|
|
3981
|
-
const filterSensitiveLog: (obj: GetBaiduChannelResponse) => any;
|
|
3982
|
-
}
|
|
3983
2983
|
export interface GetCampaignRequest {
|
|
3984
2984
|
|
|
3985
2985
|
ApplicationId: string | undefined;
|
|
3986
2986
|
|
|
3987
2987
|
CampaignId: string | undefined;
|
|
3988
2988
|
}
|
|
3989
|
-
export declare namespace GetCampaignRequest {
|
|
3990
|
-
|
|
3991
|
-
const filterSensitiveLog: (obj: GetCampaignRequest) => any;
|
|
3992
|
-
}
|
|
3993
2989
|
export interface GetCampaignResponse {
|
|
3994
2990
|
|
|
3995
2991
|
CampaignResponse: CampaignResponse | undefined;
|
|
3996
2992
|
}
|
|
3997
|
-
export declare namespace GetCampaignResponse {
|
|
3998
|
-
|
|
3999
|
-
const filterSensitiveLog: (obj: GetCampaignResponse) => any;
|
|
4000
|
-
}
|
|
4001
2993
|
export interface GetCampaignActivitiesRequest {
|
|
4002
2994
|
|
|
4003
2995
|
ApplicationId: string | undefined;
|
|
@@ -4008,18 +3000,10 @@ export interface GetCampaignActivitiesRequest {
|
|
|
4008
3000
|
|
|
4009
3001
|
Token?: string;
|
|
4010
3002
|
}
|
|
4011
|
-
export declare namespace GetCampaignActivitiesRequest {
|
|
4012
|
-
|
|
4013
|
-
const filterSensitiveLog: (obj: GetCampaignActivitiesRequest) => any;
|
|
4014
|
-
}
|
|
4015
3003
|
export interface GetCampaignActivitiesResponse {
|
|
4016
3004
|
|
|
4017
3005
|
ActivitiesResponse: ActivitiesResponse | undefined;
|
|
4018
3006
|
}
|
|
4019
|
-
export declare namespace GetCampaignActivitiesResponse {
|
|
4020
|
-
|
|
4021
|
-
const filterSensitiveLog: (obj: GetCampaignActivitiesResponse) => any;
|
|
4022
|
-
}
|
|
4023
3007
|
export interface GetCampaignDateRangeKpiRequest {
|
|
4024
3008
|
|
|
4025
3009
|
ApplicationId: string | undefined;
|
|
@@ -4036,18 +3020,10 @@ export interface GetCampaignDateRangeKpiRequest {
|
|
|
4036
3020
|
|
|
4037
3021
|
StartTime?: Date;
|
|
4038
3022
|
}
|
|
4039
|
-
export declare namespace GetCampaignDateRangeKpiRequest {
|
|
4040
|
-
|
|
4041
|
-
const filterSensitiveLog: (obj: GetCampaignDateRangeKpiRequest) => any;
|
|
4042
|
-
}
|
|
4043
3023
|
export interface GetCampaignDateRangeKpiResponse {
|
|
4044
3024
|
|
|
4045
3025
|
CampaignDateRangeKpiResponse: CampaignDateRangeKpiResponse | undefined;
|
|
4046
3026
|
}
|
|
4047
|
-
export declare namespace GetCampaignDateRangeKpiResponse {
|
|
4048
|
-
|
|
4049
|
-
const filterSensitiveLog: (obj: GetCampaignDateRangeKpiResponse) => any;
|
|
4050
|
-
}
|
|
4051
3027
|
export interface GetCampaignsRequest {
|
|
4052
3028
|
|
|
4053
3029
|
ApplicationId: string | undefined;
|
|
@@ -4056,18 +3032,10 @@ export interface GetCampaignsRequest {
|
|
|
4056
3032
|
|
|
4057
3033
|
Token?: string;
|
|
4058
3034
|
}
|
|
4059
|
-
export declare namespace GetCampaignsRequest {
|
|
4060
|
-
|
|
4061
|
-
const filterSensitiveLog: (obj: GetCampaignsRequest) => any;
|
|
4062
|
-
}
|
|
4063
3035
|
export interface GetCampaignsResponse {
|
|
4064
3036
|
|
|
4065
3037
|
CampaignsResponse: CampaignsResponse | undefined;
|
|
4066
3038
|
}
|
|
4067
|
-
export declare namespace GetCampaignsResponse {
|
|
4068
|
-
|
|
4069
|
-
const filterSensitiveLog: (obj: GetCampaignsResponse) => any;
|
|
4070
|
-
}
|
|
4071
3039
|
export interface GetCampaignVersionRequest {
|
|
4072
3040
|
|
|
4073
3041
|
ApplicationId: string | undefined;
|
|
@@ -4076,18 +3044,10 @@ export interface GetCampaignVersionRequest {
|
|
|
4076
3044
|
|
|
4077
3045
|
Version: string | undefined;
|
|
4078
3046
|
}
|
|
4079
|
-
export declare namespace GetCampaignVersionRequest {
|
|
4080
|
-
|
|
4081
|
-
const filterSensitiveLog: (obj: GetCampaignVersionRequest) => any;
|
|
4082
|
-
}
|
|
4083
3047
|
export interface GetCampaignVersionResponse {
|
|
4084
3048
|
|
|
4085
3049
|
CampaignResponse: CampaignResponse | undefined;
|
|
4086
3050
|
}
|
|
4087
|
-
export declare namespace GetCampaignVersionResponse {
|
|
4088
|
-
|
|
4089
|
-
const filterSensitiveLog: (obj: GetCampaignVersionResponse) => any;
|
|
4090
|
-
}
|
|
4091
3051
|
export interface GetCampaignVersionsRequest {
|
|
4092
3052
|
|
|
4093
3053
|
ApplicationId: string | undefined;
|
|
@@ -4098,57 +3058,563 @@ export interface GetCampaignVersionsRequest {
|
|
|
4098
3058
|
|
|
4099
3059
|
Token?: string;
|
|
4100
3060
|
}
|
|
4101
|
-
export declare namespace GetCampaignVersionsRequest {
|
|
4102
|
-
|
|
4103
|
-
const filterSensitiveLog: (obj: GetCampaignVersionsRequest) => any;
|
|
4104
|
-
}
|
|
4105
3061
|
export interface GetCampaignVersionsResponse {
|
|
4106
3062
|
|
|
4107
3063
|
CampaignsResponse: CampaignsResponse | undefined;
|
|
4108
3064
|
}
|
|
4109
|
-
export declare namespace GetCampaignVersionsResponse {
|
|
4110
|
-
|
|
4111
|
-
const filterSensitiveLog: (obj: GetCampaignVersionsResponse) => any;
|
|
4112
|
-
}
|
|
4113
3065
|
export interface GetChannelsRequest {
|
|
4114
3066
|
|
|
4115
3067
|
ApplicationId: string | undefined;
|
|
4116
3068
|
}
|
|
4117
|
-
export declare namespace GetChannelsRequest {
|
|
4118
|
-
|
|
4119
|
-
const filterSensitiveLog: (obj: GetChannelsRequest) => any;
|
|
4120
|
-
}
|
|
4121
3069
|
export interface GetChannelsResponse {
|
|
4122
3070
|
|
|
4123
3071
|
ChannelsResponse: ChannelsResponse | undefined;
|
|
4124
3072
|
}
|
|
4125
|
-
export declare namespace GetChannelsResponse {
|
|
4126
|
-
|
|
4127
|
-
const filterSensitiveLog: (obj: GetChannelsResponse) => any;
|
|
4128
|
-
}
|
|
4129
3073
|
export interface GetEmailChannelRequest {
|
|
4130
3074
|
|
|
4131
3075
|
ApplicationId: string | undefined;
|
|
4132
3076
|
}
|
|
4133
|
-
export declare namespace GetEmailChannelRequest {
|
|
4134
|
-
|
|
4135
|
-
const filterSensitiveLog: (obj: GetEmailChannelRequest) => any;
|
|
4136
|
-
}
|
|
4137
3077
|
export interface GetEmailChannelResponse {
|
|
4138
3078
|
|
|
4139
3079
|
EmailChannelResponse: EmailChannelResponse | undefined;
|
|
4140
3080
|
}
|
|
4141
|
-
export declare namespace GetEmailChannelResponse {
|
|
4142
|
-
|
|
4143
|
-
const filterSensitiveLog: (obj: GetEmailChannelResponse) => any;
|
|
4144
|
-
}
|
|
4145
3081
|
export interface GetEmailTemplateRequest {
|
|
4146
3082
|
|
|
4147
3083
|
TemplateName: string | undefined;
|
|
4148
3084
|
|
|
4149
3085
|
Version?: string;
|
|
4150
3086
|
}
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
3087
|
+
|
|
3088
|
+
export declare const ActivityResponseFilterSensitiveLog: (obj: ActivityResponse) => any;
|
|
3089
|
+
|
|
3090
|
+
export declare const ActivitiesResponseFilterSensitiveLog: (obj: ActivitiesResponse) => any;
|
|
3091
|
+
|
|
3092
|
+
export declare const AttributeDimensionFilterSensitiveLog: (obj: AttributeDimension) => any;
|
|
3093
|
+
|
|
3094
|
+
export declare const SetDimensionFilterSensitiveLog: (obj: SetDimension) => any;
|
|
3095
|
+
|
|
3096
|
+
export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
|
|
3097
|
+
|
|
3098
|
+
export declare const EventDimensionsFilterSensitiveLog: (obj: EventDimensions) => any;
|
|
3099
|
+
|
|
3100
|
+
export declare const EventConditionFilterSensitiveLog: (obj: EventCondition) => any;
|
|
3101
|
+
|
|
3102
|
+
export declare const SegmentConditionFilterSensitiveLog: (obj: SegmentCondition) => any;
|
|
3103
|
+
|
|
3104
|
+
export declare const RecencyDimensionFilterSensitiveLog: (obj: RecencyDimension) => any;
|
|
3105
|
+
|
|
3106
|
+
export declare const SegmentBehaviorsFilterSensitiveLog: (obj: SegmentBehaviors) => any;
|
|
3107
|
+
|
|
3108
|
+
export declare const SegmentDemographicsFilterSensitiveLog: (obj: SegmentDemographics) => any;
|
|
3109
|
+
|
|
3110
|
+
export declare const GPSCoordinatesFilterSensitiveLog: (obj: GPSCoordinates) => any;
|
|
3111
|
+
|
|
3112
|
+
export declare const GPSPointDimensionFilterSensitiveLog: (obj: GPSPointDimension) => any;
|
|
3113
|
+
|
|
3114
|
+
export declare const SegmentLocationFilterSensitiveLog: (obj: SegmentLocation) => any;
|
|
3115
|
+
|
|
3116
|
+
export declare const SegmentDimensionsFilterSensitiveLog: (obj: SegmentDimensions) => any;
|
|
3117
|
+
|
|
3118
|
+
export declare const SimpleConditionFilterSensitiveLog: (obj: SimpleCondition) => any;
|
|
3119
|
+
|
|
3120
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
3121
|
+
|
|
3122
|
+
export declare const WaitTimeFilterSensitiveLog: (obj: WaitTime) => any;
|
|
3123
|
+
|
|
3124
|
+
export declare const ConditionalSplitActivityFilterSensitiveLog: (obj: ConditionalSplitActivity) => any;
|
|
3125
|
+
|
|
3126
|
+
export declare const ContactCenterActivityFilterSensitiveLog: (obj: ContactCenterActivity) => any;
|
|
3127
|
+
|
|
3128
|
+
export declare const JourneyCustomMessageFilterSensitiveLog: (obj: JourneyCustomMessage) => any;
|
|
3129
|
+
|
|
3130
|
+
export declare const CustomMessageActivityFilterSensitiveLog: (obj: CustomMessageActivity) => any;
|
|
3131
|
+
|
|
3132
|
+
export declare const JourneyEmailMessageFilterSensitiveLog: (obj: JourneyEmailMessage) => any;
|
|
3133
|
+
|
|
3134
|
+
export declare const EmailMessageActivityFilterSensitiveLog: (obj: EmailMessageActivity) => any;
|
|
3135
|
+
|
|
3136
|
+
export declare const HoldoutActivityFilterSensitiveLog: (obj: HoldoutActivity) => any;
|
|
3137
|
+
|
|
3138
|
+
export declare const MultiConditionalBranchFilterSensitiveLog: (obj: MultiConditionalBranch) => any;
|
|
3139
|
+
|
|
3140
|
+
export declare const MultiConditionalSplitActivityFilterSensitiveLog: (obj: MultiConditionalSplitActivity) => any;
|
|
3141
|
+
|
|
3142
|
+
export declare const JourneyPushMessageFilterSensitiveLog: (obj: JourneyPushMessage) => any;
|
|
3143
|
+
|
|
3144
|
+
export declare const PushMessageActivityFilterSensitiveLog: (obj: PushMessageActivity) => any;
|
|
3145
|
+
|
|
3146
|
+
export declare const RandomSplitEntryFilterSensitiveLog: (obj: RandomSplitEntry) => any;
|
|
3147
|
+
|
|
3148
|
+
export declare const RandomSplitActivityFilterSensitiveLog: (obj: RandomSplitActivity) => any;
|
|
3149
|
+
|
|
3150
|
+
export declare const JourneySMSMessageFilterSensitiveLog: (obj: JourneySMSMessage) => any;
|
|
3151
|
+
|
|
3152
|
+
export declare const SMSMessageActivityFilterSensitiveLog: (obj: SMSMessageActivity) => any;
|
|
3153
|
+
|
|
3154
|
+
export declare const WaitActivityFilterSensitiveLog: (obj: WaitActivity) => any;
|
|
3155
|
+
|
|
3156
|
+
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
3157
|
+
|
|
3158
|
+
export declare const AddressConfigurationFilterSensitiveLog: (obj: AddressConfiguration) => any;
|
|
3159
|
+
|
|
3160
|
+
export declare const ADMChannelRequestFilterSensitiveLog: (obj: ADMChannelRequest) => any;
|
|
3161
|
+
|
|
3162
|
+
export declare const ADMChannelResponseFilterSensitiveLog: (obj: ADMChannelResponse) => any;
|
|
3163
|
+
|
|
3164
|
+
export declare const ADMMessageFilterSensitiveLog: (obj: ADMMessage) => any;
|
|
3165
|
+
|
|
3166
|
+
export declare const AndroidPushNotificationTemplateFilterSensitiveLog: (obj: AndroidPushNotificationTemplate) => any;
|
|
3167
|
+
|
|
3168
|
+
export declare const APNSChannelRequestFilterSensitiveLog: (obj: APNSChannelRequest) => any;
|
|
3169
|
+
|
|
3170
|
+
export declare const APNSChannelResponseFilterSensitiveLog: (obj: APNSChannelResponse) => any;
|
|
3171
|
+
|
|
3172
|
+
export declare const APNSMessageFilterSensitiveLog: (obj: APNSMessage) => any;
|
|
3173
|
+
|
|
3174
|
+
export declare const APNSPushNotificationTemplateFilterSensitiveLog: (obj: APNSPushNotificationTemplate) => any;
|
|
3175
|
+
|
|
3176
|
+
export declare const APNSSandboxChannelRequestFilterSensitiveLog: (obj: APNSSandboxChannelRequest) => any;
|
|
3177
|
+
|
|
3178
|
+
export declare const APNSSandboxChannelResponseFilterSensitiveLog: (obj: APNSSandboxChannelResponse) => any;
|
|
3179
|
+
|
|
3180
|
+
export declare const APNSVoipChannelRequestFilterSensitiveLog: (obj: APNSVoipChannelRequest) => any;
|
|
3181
|
+
|
|
3182
|
+
export declare const APNSVoipChannelResponseFilterSensitiveLog: (obj: APNSVoipChannelResponse) => any;
|
|
3183
|
+
|
|
3184
|
+
export declare const APNSVoipSandboxChannelRequestFilterSensitiveLog: (obj: APNSVoipSandboxChannelRequest) => any;
|
|
3185
|
+
|
|
3186
|
+
export declare const APNSVoipSandboxChannelResponseFilterSensitiveLog: (obj: APNSVoipSandboxChannelResponse) => any;
|
|
3187
|
+
|
|
3188
|
+
export declare const ResultRowValueFilterSensitiveLog: (obj: ResultRowValue) => any;
|
|
3189
|
+
|
|
3190
|
+
export declare const ResultRowFilterSensitiveLog: (obj: ResultRow) => any;
|
|
3191
|
+
|
|
3192
|
+
export declare const BaseKpiResultFilterSensitiveLog: (obj: BaseKpiResult) => any;
|
|
3193
|
+
|
|
3194
|
+
export declare const ApplicationDateRangeKpiResponseFilterSensitiveLog: (obj: ApplicationDateRangeKpiResponse) => any;
|
|
3195
|
+
|
|
3196
|
+
export declare const ApplicationResponseFilterSensitiveLog: (obj: ApplicationResponse) => any;
|
|
3197
|
+
|
|
3198
|
+
export declare const CampaignHookFilterSensitiveLog: (obj: CampaignHook) => any;
|
|
3199
|
+
|
|
3200
|
+
export declare const CampaignLimitsFilterSensitiveLog: (obj: CampaignLimits) => any;
|
|
3201
|
+
|
|
3202
|
+
export declare const QuietTimeFilterSensitiveLog: (obj: QuietTime) => any;
|
|
3203
|
+
|
|
3204
|
+
export declare const ApplicationSettingsResourceFilterSensitiveLog: (obj: ApplicationSettingsResource) => any;
|
|
3205
|
+
|
|
3206
|
+
export declare const ApplicationsResponseFilterSensitiveLog: (obj: ApplicationsResponse) => any;
|
|
3207
|
+
|
|
3208
|
+
export declare const AttributesResourceFilterSensitiveLog: (obj: AttributesResource) => any;
|
|
3209
|
+
|
|
3210
|
+
export declare const BaiduChannelRequestFilterSensitiveLog: (obj: BaiduChannelRequest) => any;
|
|
3211
|
+
|
|
3212
|
+
export declare const BaiduChannelResponseFilterSensitiveLog: (obj: BaiduChannelResponse) => any;
|
|
3213
|
+
|
|
3214
|
+
export declare const BaiduMessageFilterSensitiveLog: (obj: BaiduMessage) => any;
|
|
3215
|
+
|
|
3216
|
+
export declare const CampaignCustomMessageFilterSensitiveLog: (obj: CampaignCustomMessage) => any;
|
|
3217
|
+
|
|
3218
|
+
export declare const CampaignDateRangeKpiResponseFilterSensitiveLog: (obj: CampaignDateRangeKpiResponse) => any;
|
|
3219
|
+
|
|
3220
|
+
export declare const CampaignEmailMessageFilterSensitiveLog: (obj: CampaignEmailMessage) => any;
|
|
3221
|
+
|
|
3222
|
+
export declare const CampaignEventFilterFilterSensitiveLog: (obj: CampaignEventFilter) => any;
|
|
3223
|
+
|
|
3224
|
+
export declare const InAppMessageBodyConfigFilterSensitiveLog: (obj: InAppMessageBodyConfig) => any;
|
|
3225
|
+
|
|
3226
|
+
export declare const InAppMessageHeaderConfigFilterSensitiveLog: (obj: InAppMessageHeaderConfig) => any;
|
|
3227
|
+
|
|
3228
|
+
export declare const OverrideButtonConfigurationFilterSensitiveLog: (obj: OverrideButtonConfiguration) => any;
|
|
3229
|
+
|
|
3230
|
+
export declare const DefaultButtonConfigurationFilterSensitiveLog: (obj: DefaultButtonConfiguration) => any;
|
|
3231
|
+
|
|
3232
|
+
export declare const InAppMessageButtonFilterSensitiveLog: (obj: InAppMessageButton) => any;
|
|
3233
|
+
|
|
3234
|
+
export declare const InAppMessageContentFilterSensitiveLog: (obj: InAppMessageContent) => any;
|
|
3235
|
+
|
|
3236
|
+
export declare const CampaignInAppMessageFilterSensitiveLog: (obj: CampaignInAppMessage) => any;
|
|
3237
|
+
|
|
3238
|
+
export declare const CustomDeliveryConfigurationFilterSensitiveLog: (obj: CustomDeliveryConfiguration) => any;
|
|
3239
|
+
|
|
3240
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
3241
|
+
|
|
3242
|
+
export declare const CampaignSmsMessageFilterSensitiveLog: (obj: CampaignSmsMessage) => any;
|
|
3243
|
+
|
|
3244
|
+
export declare const MessageConfigurationFilterSensitiveLog: (obj: MessageConfiguration) => any;
|
|
3245
|
+
|
|
3246
|
+
export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
|
|
3247
|
+
|
|
3248
|
+
export declare const CampaignStateFilterSensitiveLog: (obj: CampaignState) => any;
|
|
3249
|
+
|
|
3250
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
3251
|
+
|
|
3252
|
+
export declare const TemplateConfigurationFilterSensitiveLog: (obj: TemplateConfiguration) => any;
|
|
3253
|
+
|
|
3254
|
+
export declare const TreatmentResourceFilterSensitiveLog: (obj: TreatmentResource) => any;
|
|
3255
|
+
|
|
3256
|
+
export declare const CampaignResponseFilterSensitiveLog: (obj: CampaignResponse) => any;
|
|
3257
|
+
|
|
3258
|
+
export declare const CampaignsResponseFilterSensitiveLog: (obj: CampaignsResponse) => any;
|
|
3259
|
+
|
|
3260
|
+
export declare const ChannelResponseFilterSensitiveLog: (obj: ChannelResponse) => any;
|
|
3261
|
+
|
|
3262
|
+
export declare const ChannelsResponseFilterSensitiveLog: (obj: ChannelsResponse) => any;
|
|
3263
|
+
|
|
3264
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
3265
|
+
|
|
3266
|
+
export declare const CreateAppRequestFilterSensitiveLog: (obj: CreateAppRequest) => any;
|
|
3267
|
+
|
|
3268
|
+
export declare const CreateAppResponseFilterSensitiveLog: (obj: CreateAppResponse) => any;
|
|
3269
|
+
|
|
3270
|
+
export declare const WriteTreatmentResourceFilterSensitiveLog: (obj: WriteTreatmentResource) => any;
|
|
3271
|
+
|
|
3272
|
+
export declare const WriteCampaignRequestFilterSensitiveLog: (obj: WriteCampaignRequest) => any;
|
|
3273
|
+
|
|
3274
|
+
export declare const CreateCampaignRequestFilterSensitiveLog: (obj: CreateCampaignRequest) => any;
|
|
3275
|
+
|
|
3276
|
+
export declare const CreateCampaignResponseFilterSensitiveLog: (obj: CreateCampaignResponse) => any;
|
|
3277
|
+
|
|
3278
|
+
export declare const EmailTemplateRequestFilterSensitiveLog: (obj: EmailTemplateRequest) => any;
|
|
3279
|
+
|
|
3280
|
+
export declare const CreateEmailTemplateRequestFilterSensitiveLog: (obj: CreateEmailTemplateRequest) => any;
|
|
3281
|
+
|
|
3282
|
+
export declare const CreateTemplateMessageBodyFilterSensitiveLog: (obj: CreateTemplateMessageBody) => any;
|
|
3283
|
+
|
|
3284
|
+
export declare const CreateEmailTemplateResponseFilterSensitiveLog: (obj: CreateEmailTemplateResponse) => any;
|
|
3285
|
+
|
|
3286
|
+
export declare const ExportJobRequestFilterSensitiveLog: (obj: ExportJobRequest) => any;
|
|
3287
|
+
|
|
3288
|
+
export declare const CreateExportJobRequestFilterSensitiveLog: (obj: CreateExportJobRequest) => any;
|
|
3289
|
+
|
|
3290
|
+
export declare const ExportJobResourceFilterSensitiveLog: (obj: ExportJobResource) => any;
|
|
3291
|
+
|
|
3292
|
+
export declare const ExportJobResponseFilterSensitiveLog: (obj: ExportJobResponse) => any;
|
|
3293
|
+
|
|
3294
|
+
export declare const CreateExportJobResponseFilterSensitiveLog: (obj: CreateExportJobResponse) => any;
|
|
3295
|
+
|
|
3296
|
+
export declare const ImportJobRequestFilterSensitiveLog: (obj: ImportJobRequest) => any;
|
|
3297
|
+
|
|
3298
|
+
export declare const CreateImportJobRequestFilterSensitiveLog: (obj: CreateImportJobRequest) => any;
|
|
3299
|
+
|
|
3300
|
+
export declare const ImportJobResourceFilterSensitiveLog: (obj: ImportJobResource) => any;
|
|
3301
|
+
|
|
3302
|
+
export declare const ImportJobResponseFilterSensitiveLog: (obj: ImportJobResponse) => any;
|
|
3303
|
+
|
|
3304
|
+
export declare const CreateImportJobResponseFilterSensitiveLog: (obj: CreateImportJobResponse) => any;
|
|
3305
|
+
|
|
3306
|
+
export declare const InAppTemplateRequestFilterSensitiveLog: (obj: InAppTemplateRequest) => any;
|
|
3307
|
+
|
|
3308
|
+
export declare const CreateInAppTemplateRequestFilterSensitiveLog: (obj: CreateInAppTemplateRequest) => any;
|
|
3309
|
+
|
|
3310
|
+
export declare const TemplateCreateMessageBodyFilterSensitiveLog: (obj: TemplateCreateMessageBody) => any;
|
|
3311
|
+
|
|
3312
|
+
export declare const CreateInAppTemplateResponseFilterSensitiveLog: (obj: CreateInAppTemplateResponse) => any;
|
|
3313
|
+
|
|
3314
|
+
export declare const JourneyChannelSettingsFilterSensitiveLog: (obj: JourneyChannelSettings) => any;
|
|
3315
|
+
|
|
3316
|
+
export declare const JourneyLimitsFilterSensitiveLog: (obj: JourneyLimits) => any;
|
|
3317
|
+
|
|
3318
|
+
export declare const JourneyScheduleFilterSensitiveLog: (obj: JourneySchedule) => any;
|
|
3319
|
+
|
|
3320
|
+
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
3321
|
+
|
|
3322
|
+
export declare const EventStartConditionFilterSensitiveLog: (obj: EventStartCondition) => any;
|
|
3323
|
+
|
|
3324
|
+
export declare const StartConditionFilterSensitiveLog: (obj: StartCondition) => any;
|
|
3325
|
+
|
|
3326
|
+
export declare const WriteJourneyRequestFilterSensitiveLog: (obj: WriteJourneyRequest) => any;
|
|
3327
|
+
|
|
3328
|
+
export declare const CreateJourneyRequestFilterSensitiveLog: (obj: CreateJourneyRequest) => any;
|
|
3329
|
+
|
|
3330
|
+
export declare const JourneyResponseFilterSensitiveLog: (obj: JourneyResponse) => any;
|
|
3331
|
+
|
|
3332
|
+
export declare const CreateJourneyResponseFilterSensitiveLog: (obj: CreateJourneyResponse) => any;
|
|
3333
|
+
|
|
3334
|
+
export declare const DefaultPushNotificationTemplateFilterSensitiveLog: (obj: DefaultPushNotificationTemplate) => any;
|
|
3335
|
+
|
|
3336
|
+
export declare const PushNotificationTemplateRequestFilterSensitiveLog: (obj: PushNotificationTemplateRequest) => any;
|
|
3337
|
+
|
|
3338
|
+
export declare const CreatePushTemplateRequestFilterSensitiveLog: (obj: CreatePushTemplateRequest) => any;
|
|
3339
|
+
|
|
3340
|
+
export declare const CreatePushTemplateResponseFilterSensitiveLog: (obj: CreatePushTemplateResponse) => any;
|
|
3341
|
+
|
|
3342
|
+
export declare const CreateRecommenderConfigurationShapeFilterSensitiveLog: (obj: CreateRecommenderConfigurationShape) => any;
|
|
3343
|
+
|
|
3344
|
+
export declare const CreateRecommenderConfigurationRequestFilterSensitiveLog: (obj: CreateRecommenderConfigurationRequest) => any;
|
|
3345
|
+
|
|
3346
|
+
export declare const RecommenderConfigurationResponseFilterSensitiveLog: (obj: RecommenderConfigurationResponse) => any;
|
|
3347
|
+
|
|
3348
|
+
export declare const CreateRecommenderConfigurationResponseFilterSensitiveLog: (obj: CreateRecommenderConfigurationResponse) => any;
|
|
3349
|
+
|
|
3350
|
+
export declare const SegmentReferenceFilterSensitiveLog: (obj: SegmentReference) => any;
|
|
3351
|
+
|
|
3352
|
+
export declare const SegmentGroupFilterSensitiveLog: (obj: SegmentGroup) => any;
|
|
3353
|
+
|
|
3354
|
+
export declare const SegmentGroupListFilterSensitiveLog: (obj: SegmentGroupList) => any;
|
|
3355
|
+
|
|
3356
|
+
export declare const WriteSegmentRequestFilterSensitiveLog: (obj: WriteSegmentRequest) => any;
|
|
3357
|
+
|
|
3358
|
+
export declare const CreateSegmentRequestFilterSensitiveLog: (obj: CreateSegmentRequest) => any;
|
|
3359
|
+
|
|
3360
|
+
export declare const SegmentImportResourceFilterSensitiveLog: (obj: SegmentImportResource) => any;
|
|
3361
|
+
|
|
3362
|
+
export declare const SegmentResponseFilterSensitiveLog: (obj: SegmentResponse) => any;
|
|
3363
|
+
|
|
3364
|
+
export declare const CreateSegmentResponseFilterSensitiveLog: (obj: CreateSegmentResponse) => any;
|
|
3365
|
+
|
|
3366
|
+
export declare const SMSTemplateRequestFilterSensitiveLog: (obj: SMSTemplateRequest) => any;
|
|
3367
|
+
|
|
3368
|
+
export declare const CreateSmsTemplateRequestFilterSensitiveLog: (obj: CreateSmsTemplateRequest) => any;
|
|
3369
|
+
|
|
3370
|
+
export declare const CreateSmsTemplateResponseFilterSensitiveLog: (obj: CreateSmsTemplateResponse) => any;
|
|
3371
|
+
|
|
3372
|
+
export declare const VoiceTemplateRequestFilterSensitiveLog: (obj: VoiceTemplateRequest) => any;
|
|
3373
|
+
|
|
3374
|
+
export declare const CreateVoiceTemplateRequestFilterSensitiveLog: (obj: CreateVoiceTemplateRequest) => any;
|
|
3375
|
+
|
|
3376
|
+
export declare const CreateVoiceTemplateResponseFilterSensitiveLog: (obj: CreateVoiceTemplateResponse) => any;
|
|
3377
|
+
|
|
3378
|
+
export declare const DefaultMessageFilterSensitiveLog: (obj: DefaultMessage) => any;
|
|
3379
|
+
|
|
3380
|
+
export declare const DefaultPushNotificationMessageFilterSensitiveLog: (obj: DefaultPushNotificationMessage) => any;
|
|
3381
|
+
|
|
3382
|
+
export declare const DeleteAdmChannelRequestFilterSensitiveLog: (obj: DeleteAdmChannelRequest) => any;
|
|
3383
|
+
|
|
3384
|
+
export declare const DeleteAdmChannelResponseFilterSensitiveLog: (obj: DeleteAdmChannelResponse) => any;
|
|
3385
|
+
|
|
3386
|
+
export declare const DeleteApnsChannelRequestFilterSensitiveLog: (obj: DeleteApnsChannelRequest) => any;
|
|
3387
|
+
|
|
3388
|
+
export declare const DeleteApnsChannelResponseFilterSensitiveLog: (obj: DeleteApnsChannelResponse) => any;
|
|
3389
|
+
|
|
3390
|
+
export declare const DeleteApnsSandboxChannelRequestFilterSensitiveLog: (obj: DeleteApnsSandboxChannelRequest) => any;
|
|
3391
|
+
|
|
3392
|
+
export declare const DeleteApnsSandboxChannelResponseFilterSensitiveLog: (obj: DeleteApnsSandboxChannelResponse) => any;
|
|
3393
|
+
|
|
3394
|
+
export declare const DeleteApnsVoipChannelRequestFilterSensitiveLog: (obj: DeleteApnsVoipChannelRequest) => any;
|
|
3395
|
+
|
|
3396
|
+
export declare const DeleteApnsVoipChannelResponseFilterSensitiveLog: (obj: DeleteApnsVoipChannelResponse) => any;
|
|
3397
|
+
|
|
3398
|
+
export declare const DeleteApnsVoipSandboxChannelRequestFilterSensitiveLog: (obj: DeleteApnsVoipSandboxChannelRequest) => any;
|
|
3399
|
+
|
|
3400
|
+
export declare const DeleteApnsVoipSandboxChannelResponseFilterSensitiveLog: (obj: DeleteApnsVoipSandboxChannelResponse) => any;
|
|
3401
|
+
|
|
3402
|
+
export declare const DeleteAppRequestFilterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
3403
|
+
|
|
3404
|
+
export declare const DeleteAppResponseFilterSensitiveLog: (obj: DeleteAppResponse) => any;
|
|
3405
|
+
|
|
3406
|
+
export declare const DeleteBaiduChannelRequestFilterSensitiveLog: (obj: DeleteBaiduChannelRequest) => any;
|
|
3407
|
+
|
|
3408
|
+
export declare const DeleteBaiduChannelResponseFilterSensitiveLog: (obj: DeleteBaiduChannelResponse) => any;
|
|
3409
|
+
|
|
3410
|
+
export declare const DeleteCampaignRequestFilterSensitiveLog: (obj: DeleteCampaignRequest) => any;
|
|
3411
|
+
|
|
3412
|
+
export declare const DeleteCampaignResponseFilterSensitiveLog: (obj: DeleteCampaignResponse) => any;
|
|
3413
|
+
|
|
3414
|
+
export declare const DeleteEmailChannelRequestFilterSensitiveLog: (obj: DeleteEmailChannelRequest) => any;
|
|
3415
|
+
|
|
3416
|
+
export declare const EmailChannelResponseFilterSensitiveLog: (obj: EmailChannelResponse) => any;
|
|
3417
|
+
|
|
3418
|
+
export declare const DeleteEmailChannelResponseFilterSensitiveLog: (obj: DeleteEmailChannelResponse) => any;
|
|
3419
|
+
|
|
3420
|
+
export declare const DeleteEmailTemplateRequestFilterSensitiveLog: (obj: DeleteEmailTemplateRequest) => any;
|
|
3421
|
+
|
|
3422
|
+
export declare const MessageBodyFilterSensitiveLog: (obj: MessageBody) => any;
|
|
3423
|
+
|
|
3424
|
+
export declare const DeleteEmailTemplateResponseFilterSensitiveLog: (obj: DeleteEmailTemplateResponse) => any;
|
|
3425
|
+
|
|
3426
|
+
export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
|
|
3427
|
+
|
|
3428
|
+
export declare const EndpointDemographicFilterSensitiveLog: (obj: EndpointDemographic) => any;
|
|
3429
|
+
|
|
3430
|
+
export declare const EndpointLocationFilterSensitiveLog: (obj: EndpointLocation) => any;
|
|
3431
|
+
|
|
3432
|
+
export declare const EndpointUserFilterSensitiveLog: (obj: EndpointUser) => any;
|
|
3433
|
+
|
|
3434
|
+
export declare const EndpointResponseFilterSensitiveLog: (obj: EndpointResponse) => any;
|
|
3435
|
+
|
|
3436
|
+
export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
|
|
3437
|
+
|
|
3438
|
+
export declare const DeleteEventStreamRequestFilterSensitiveLog: (obj: DeleteEventStreamRequest) => any;
|
|
3439
|
+
|
|
3440
|
+
export declare const EventStreamFilterSensitiveLog: (obj: EventStream) => any;
|
|
3441
|
+
|
|
3442
|
+
export declare const DeleteEventStreamResponseFilterSensitiveLog: (obj: DeleteEventStreamResponse) => any;
|
|
3443
|
+
|
|
3444
|
+
export declare const DeleteGcmChannelRequestFilterSensitiveLog: (obj: DeleteGcmChannelRequest) => any;
|
|
3445
|
+
|
|
3446
|
+
export declare const GCMChannelResponseFilterSensitiveLog: (obj: GCMChannelResponse) => any;
|
|
3447
|
+
|
|
3448
|
+
export declare const DeleteGcmChannelResponseFilterSensitiveLog: (obj: DeleteGcmChannelResponse) => any;
|
|
3449
|
+
|
|
3450
|
+
export declare const DeleteInAppTemplateRequestFilterSensitiveLog: (obj: DeleteInAppTemplateRequest) => any;
|
|
3451
|
+
|
|
3452
|
+
export declare const DeleteInAppTemplateResponseFilterSensitiveLog: (obj: DeleteInAppTemplateResponse) => any;
|
|
3453
|
+
|
|
3454
|
+
export declare const DeleteJourneyRequestFilterSensitiveLog: (obj: DeleteJourneyRequest) => any;
|
|
3455
|
+
|
|
3456
|
+
export declare const DeleteJourneyResponseFilterSensitiveLog: (obj: DeleteJourneyResponse) => any;
|
|
3457
|
+
|
|
3458
|
+
export declare const DeletePushTemplateRequestFilterSensitiveLog: (obj: DeletePushTemplateRequest) => any;
|
|
3459
|
+
|
|
3460
|
+
export declare const DeletePushTemplateResponseFilterSensitiveLog: (obj: DeletePushTemplateResponse) => any;
|
|
3461
|
+
|
|
3462
|
+
export declare const DeleteRecommenderConfigurationRequestFilterSensitiveLog: (obj: DeleteRecommenderConfigurationRequest) => any;
|
|
3463
|
+
|
|
3464
|
+
export declare const DeleteRecommenderConfigurationResponseFilterSensitiveLog: (obj: DeleteRecommenderConfigurationResponse) => any;
|
|
3465
|
+
|
|
3466
|
+
export declare const DeleteSegmentRequestFilterSensitiveLog: (obj: DeleteSegmentRequest) => any;
|
|
3467
|
+
|
|
3468
|
+
export declare const DeleteSegmentResponseFilterSensitiveLog: (obj: DeleteSegmentResponse) => any;
|
|
3469
|
+
|
|
3470
|
+
export declare const DeleteSmsChannelRequestFilterSensitiveLog: (obj: DeleteSmsChannelRequest) => any;
|
|
3471
|
+
|
|
3472
|
+
export declare const SMSChannelResponseFilterSensitiveLog: (obj: SMSChannelResponse) => any;
|
|
3473
|
+
|
|
3474
|
+
export declare const DeleteSmsChannelResponseFilterSensitiveLog: (obj: DeleteSmsChannelResponse) => any;
|
|
3475
|
+
|
|
3476
|
+
export declare const DeleteSmsTemplateRequestFilterSensitiveLog: (obj: DeleteSmsTemplateRequest) => any;
|
|
3477
|
+
|
|
3478
|
+
export declare const DeleteSmsTemplateResponseFilterSensitiveLog: (obj: DeleteSmsTemplateResponse) => any;
|
|
3479
|
+
|
|
3480
|
+
export declare const DeleteUserEndpointsRequestFilterSensitiveLog: (obj: DeleteUserEndpointsRequest) => any;
|
|
3481
|
+
|
|
3482
|
+
export declare const EndpointsResponseFilterSensitiveLog: (obj: EndpointsResponse) => any;
|
|
3483
|
+
|
|
3484
|
+
export declare const DeleteUserEndpointsResponseFilterSensitiveLog: (obj: DeleteUserEndpointsResponse) => any;
|
|
3485
|
+
|
|
3486
|
+
export declare const DeleteVoiceChannelRequestFilterSensitiveLog: (obj: DeleteVoiceChannelRequest) => any;
|
|
3487
|
+
|
|
3488
|
+
export declare const VoiceChannelResponseFilterSensitiveLog: (obj: VoiceChannelResponse) => any;
|
|
3489
|
+
|
|
3490
|
+
export declare const DeleteVoiceChannelResponseFilterSensitiveLog: (obj: DeleteVoiceChannelResponse) => any;
|
|
3491
|
+
|
|
3492
|
+
export declare const DeleteVoiceTemplateRequestFilterSensitiveLog: (obj: DeleteVoiceTemplateRequest) => any;
|
|
3493
|
+
|
|
3494
|
+
export declare const DeleteVoiceTemplateResponseFilterSensitiveLog: (obj: DeleteVoiceTemplateResponse) => any;
|
|
3495
|
+
|
|
3496
|
+
export declare const RawEmailFilterSensitiveLog: (obj: RawEmail) => any;
|
|
3497
|
+
|
|
3498
|
+
export declare const SimpleEmailPartFilterSensitiveLog: (obj: SimpleEmailPart) => any;
|
|
3499
|
+
|
|
3500
|
+
export declare const SimpleEmailFilterSensitiveLog: (obj: SimpleEmail) => any;
|
|
3501
|
+
|
|
3502
|
+
export declare const EmailMessageFilterSensitiveLog: (obj: EmailMessage) => any;
|
|
3503
|
+
|
|
3504
|
+
export declare const GCMMessageFilterSensitiveLog: (obj: GCMMessage) => any;
|
|
3505
|
+
|
|
3506
|
+
export declare const SMSMessageFilterSensitiveLog: (obj: SMSMessage) => any;
|
|
3507
|
+
|
|
3508
|
+
export declare const VoiceMessageFilterSensitiveLog: (obj: VoiceMessage) => any;
|
|
3509
|
+
|
|
3510
|
+
export declare const DirectMessageConfigurationFilterSensitiveLog: (obj: DirectMessageConfiguration) => any;
|
|
3511
|
+
|
|
3512
|
+
export declare const EmailChannelRequestFilterSensitiveLog: (obj: EmailChannelRequest) => any;
|
|
3513
|
+
|
|
3514
|
+
export declare const EmailTemplateResponseFilterSensitiveLog: (obj: EmailTemplateResponse) => any;
|
|
3515
|
+
|
|
3516
|
+
export declare const EndpointBatchItemFilterSensitiveLog: (obj: EndpointBatchItem) => any;
|
|
3517
|
+
|
|
3518
|
+
export declare const EndpointBatchRequestFilterSensitiveLog: (obj: EndpointBatchRequest) => any;
|
|
3519
|
+
|
|
3520
|
+
export declare const EndpointItemResponseFilterSensitiveLog: (obj: EndpointItemResponse) => any;
|
|
3521
|
+
|
|
3522
|
+
export declare const EndpointMessageResultFilterSensitiveLog: (obj: EndpointMessageResult) => any;
|
|
3523
|
+
|
|
3524
|
+
export declare const EndpointRequestFilterSensitiveLog: (obj: EndpointRequest) => any;
|
|
3525
|
+
|
|
3526
|
+
export declare const EndpointSendConfigurationFilterSensitiveLog: (obj: EndpointSendConfiguration) => any;
|
|
3527
|
+
|
|
3528
|
+
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
3529
|
+
|
|
3530
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
3531
|
+
|
|
3532
|
+
export declare const EventItemResponseFilterSensitiveLog: (obj: EventItemResponse) => any;
|
|
3533
|
+
|
|
3534
|
+
export declare const PublicEndpointFilterSensitiveLog: (obj: PublicEndpoint) => any;
|
|
3535
|
+
|
|
3536
|
+
export declare const EventsBatchFilterSensitiveLog: (obj: EventsBatch) => any;
|
|
3537
|
+
|
|
3538
|
+
export declare const EventsRequestFilterSensitiveLog: (obj: EventsRequest) => any;
|
|
3539
|
+
|
|
3540
|
+
export declare const ItemResponseFilterSensitiveLog: (obj: ItemResponse) => any;
|
|
3541
|
+
|
|
3542
|
+
export declare const EventsResponseFilterSensitiveLog: (obj: EventsResponse) => any;
|
|
3543
|
+
|
|
3544
|
+
export declare const ExportJobsResponseFilterSensitiveLog: (obj: ExportJobsResponse) => any;
|
|
3545
|
+
|
|
3546
|
+
export declare const GCMChannelRequestFilterSensitiveLog: (obj: GCMChannelRequest) => any;
|
|
3547
|
+
|
|
3548
|
+
export declare const GetAdmChannelRequestFilterSensitiveLog: (obj: GetAdmChannelRequest) => any;
|
|
3549
|
+
|
|
3550
|
+
export declare const GetAdmChannelResponseFilterSensitiveLog: (obj: GetAdmChannelResponse) => any;
|
|
3551
|
+
|
|
3552
|
+
export declare const GetApnsChannelRequestFilterSensitiveLog: (obj: GetApnsChannelRequest) => any;
|
|
3553
|
+
|
|
3554
|
+
export declare const GetApnsChannelResponseFilterSensitiveLog: (obj: GetApnsChannelResponse) => any;
|
|
3555
|
+
|
|
3556
|
+
export declare const GetApnsSandboxChannelRequestFilterSensitiveLog: (obj: GetApnsSandboxChannelRequest) => any;
|
|
3557
|
+
|
|
3558
|
+
export declare const GetApnsSandboxChannelResponseFilterSensitiveLog: (obj: GetApnsSandboxChannelResponse) => any;
|
|
3559
|
+
|
|
3560
|
+
export declare const GetApnsVoipChannelRequestFilterSensitiveLog: (obj: GetApnsVoipChannelRequest) => any;
|
|
3561
|
+
|
|
3562
|
+
export declare const GetApnsVoipChannelResponseFilterSensitiveLog: (obj: GetApnsVoipChannelResponse) => any;
|
|
3563
|
+
|
|
3564
|
+
export declare const GetApnsVoipSandboxChannelRequestFilterSensitiveLog: (obj: GetApnsVoipSandboxChannelRequest) => any;
|
|
3565
|
+
|
|
3566
|
+
export declare const GetApnsVoipSandboxChannelResponseFilterSensitiveLog: (obj: GetApnsVoipSandboxChannelResponse) => any;
|
|
3567
|
+
|
|
3568
|
+
export declare const GetAppRequestFilterSensitiveLog: (obj: GetAppRequest) => any;
|
|
3569
|
+
|
|
3570
|
+
export declare const GetAppResponseFilterSensitiveLog: (obj: GetAppResponse) => any;
|
|
3571
|
+
|
|
3572
|
+
export declare const GetApplicationDateRangeKpiRequestFilterSensitiveLog: (obj: GetApplicationDateRangeKpiRequest) => any;
|
|
3573
|
+
|
|
3574
|
+
export declare const GetApplicationDateRangeKpiResponseFilterSensitiveLog: (obj: GetApplicationDateRangeKpiResponse) => any;
|
|
3575
|
+
|
|
3576
|
+
export declare const GetApplicationSettingsRequestFilterSensitiveLog: (obj: GetApplicationSettingsRequest) => any;
|
|
3577
|
+
|
|
3578
|
+
export declare const GetApplicationSettingsResponseFilterSensitiveLog: (obj: GetApplicationSettingsResponse) => any;
|
|
3579
|
+
|
|
3580
|
+
export declare const GetAppsRequestFilterSensitiveLog: (obj: GetAppsRequest) => any;
|
|
3581
|
+
|
|
3582
|
+
export declare const GetAppsResponseFilterSensitiveLog: (obj: GetAppsResponse) => any;
|
|
3583
|
+
|
|
3584
|
+
export declare const GetBaiduChannelRequestFilterSensitiveLog: (obj: GetBaiduChannelRequest) => any;
|
|
3585
|
+
|
|
3586
|
+
export declare const GetBaiduChannelResponseFilterSensitiveLog: (obj: GetBaiduChannelResponse) => any;
|
|
3587
|
+
|
|
3588
|
+
export declare const GetCampaignRequestFilterSensitiveLog: (obj: GetCampaignRequest) => any;
|
|
3589
|
+
|
|
3590
|
+
export declare const GetCampaignResponseFilterSensitiveLog: (obj: GetCampaignResponse) => any;
|
|
3591
|
+
|
|
3592
|
+
export declare const GetCampaignActivitiesRequestFilterSensitiveLog: (obj: GetCampaignActivitiesRequest) => any;
|
|
3593
|
+
|
|
3594
|
+
export declare const GetCampaignActivitiesResponseFilterSensitiveLog: (obj: GetCampaignActivitiesResponse) => any;
|
|
3595
|
+
|
|
3596
|
+
export declare const GetCampaignDateRangeKpiRequestFilterSensitiveLog: (obj: GetCampaignDateRangeKpiRequest) => any;
|
|
3597
|
+
|
|
3598
|
+
export declare const GetCampaignDateRangeKpiResponseFilterSensitiveLog: (obj: GetCampaignDateRangeKpiResponse) => any;
|
|
3599
|
+
|
|
3600
|
+
export declare const GetCampaignsRequestFilterSensitiveLog: (obj: GetCampaignsRequest) => any;
|
|
3601
|
+
|
|
3602
|
+
export declare const GetCampaignsResponseFilterSensitiveLog: (obj: GetCampaignsResponse) => any;
|
|
3603
|
+
|
|
3604
|
+
export declare const GetCampaignVersionRequestFilterSensitiveLog: (obj: GetCampaignVersionRequest) => any;
|
|
3605
|
+
|
|
3606
|
+
export declare const GetCampaignVersionResponseFilterSensitiveLog: (obj: GetCampaignVersionResponse) => any;
|
|
3607
|
+
|
|
3608
|
+
export declare const GetCampaignVersionsRequestFilterSensitiveLog: (obj: GetCampaignVersionsRequest) => any;
|
|
3609
|
+
|
|
3610
|
+
export declare const GetCampaignVersionsResponseFilterSensitiveLog: (obj: GetCampaignVersionsResponse) => any;
|
|
3611
|
+
|
|
3612
|
+
export declare const GetChannelsRequestFilterSensitiveLog: (obj: GetChannelsRequest) => any;
|
|
3613
|
+
|
|
3614
|
+
export declare const GetChannelsResponseFilterSensitiveLog: (obj: GetChannelsResponse) => any;
|
|
3615
|
+
|
|
3616
|
+
export declare const GetEmailChannelRequestFilterSensitiveLog: (obj: GetEmailChannelRequest) => any;
|
|
3617
|
+
|
|
3618
|
+
export declare const GetEmailChannelResponseFilterSensitiveLog: (obj: GetEmailChannelResponse) => any;
|
|
3619
|
+
|
|
3620
|
+
export declare const GetEmailTemplateRequestFilterSensitiveLog: (obj: GetEmailTemplateRequest) => any;
|