@aws-sdk/client-pinpoint 3.299.0 → 3.300.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/dist-types/commands/CreateAppCommand.d.ts +8 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +468 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +14 -0
- package/dist-types/commands/CreateExportJobCommand.d.ts +9 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +13 -0
- package/dist-types/commands/CreateInAppTemplateCommand.d.ts +73 -0
- package/dist-types/commands/CreateJourneyCommand.d.ts +457 -0
- package/dist-types/commands/CreatePushTemplateCommand.d.ts +60 -0
- package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/CreateSegmentCommand.d.ts +192 -0
- package/dist-types/commands/CreateSmsTemplateCommand.d.ts +12 -0
- package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +13 -0
- package/dist-types/commands/DeleteAdmChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteApnsChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +3 -0
- package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEmailChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +3 -0
- package/dist-types/commands/DeleteGcmChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJourneyCommand.d.ts +4 -0
- package/dist-types/commands/DeletePushTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSegmentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSmsChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetAdmChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetApnsChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetAppCommand.d.ts +3 -0
- package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +8 -0
- package/dist-types/commands/GetApplicationSettingsCommand.d.ts +3 -0
- package/dist-types/commands/GetAppsCommand.d.ts +4 -0
- package/dist-types/commands/GetBaiduChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +6 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +4 -0
- package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +9 -0
- package/dist-types/commands/GetCampaignVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetCampaignVersionsCommand.d.ts +6 -0
- package/dist-types/commands/GetCampaignsCommand.d.ts +5 -0
- package/dist-types/commands/GetChannelsCommand.d.ts +3 -0
- package/dist-types/commands/GetEmailChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetEndpointCommand.d.ts +4 -0
- package/dist-types/commands/GetEventStreamCommand.d.ts +3 -0
- package/dist-types/commands/GetExportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetExportJobsCommand.d.ts +5 -0
- package/dist-types/commands/GetGcmChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/GetImportJobsCommand.d.ts +5 -0
- package/dist-types/commands/GetInAppMessagesCommand.d.ts +4 -0
- package/dist-types/commands/GetInAppTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetJourneyCommand.d.ts +4 -0
- package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +9 -0
- package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +7 -0
- package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +6 -0
- package/dist-types/commands/GetPushTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/GetSegmentCommand.d.ts +4 -0
- package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +6 -0
- package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +6 -0
- package/dist-types/commands/GetSegmentVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetSegmentVersionsCommand.d.ts +6 -0
- package/dist-types/commands/GetSegmentsCommand.d.ts +5 -0
- package/dist-types/commands/GetSmsChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetSmsTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetUserEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/GetVoiceChannelCommand.d.ts +3 -0
- package/dist-types/commands/GetVoiceTemplateCommand.d.ts +4 -0
- package/dist-types/commands/ListJourneysCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/PhoneNumberValidateCommand.d.ts +6 -0
- package/dist-types/commands/PutEventStreamCommand.d.ts +7 -0
- package/dist-types/commands/PutEventsCommand.d.ts +74 -0
- package/dist-types/commands/RemoveAttributesCommand.d.ts +9 -0
- package/dist-types/commands/SendMessagesCommand.d.ts +236 -0
- package/dist-types/commands/SendOTPMessageCommand.d.ts +16 -0
- package/dist-types/commands/SendUsersMessagesCommand.d.ts +220 -0
- package/dist-types/commands/TagResourceCommand.d.ts +8 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAdmChannelCommand.d.ts +8 -0
- package/dist-types/commands/UpdateApnsChannelCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +23 -0
- package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +8 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +469 -0
- package/dist-types/commands/UpdateEmailChannelCommand.d.ts +10 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +46 -0
- package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +50 -0
- package/dist-types/commands/UpdateGcmChannelCommand.d.ts +7 -0
- package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +75 -0
- package/dist-types/commands/UpdateJourneyCommand.d.ts +458 -0
- package/dist-types/commands/UpdateJourneyStateCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePushTemplateCommand.d.ts +62 -0
- package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSegmentCommand.d.ts +193 -0
- package/dist-types/commands/UpdateSmsChannelCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +14 -0
- package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +15 -0
- package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
- package/package.json +8 -8
|
@@ -26,6 +26,198 @@ export interface CreateSegmentCommandOutput extends CreateSegmentResponse, __Met
|
|
|
26
26
|
* import { PinpointClient, CreateSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, CreateSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* WriteSegmentRequest: {
|
|
32
|
+
* Dimensions: {
|
|
33
|
+
* Attributes: {
|
|
34
|
+
* "<keys>": {
|
|
35
|
+
* AttributeType: "STRING_VALUE",
|
|
36
|
+
* Values: [ // required
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* Behavior: {
|
|
42
|
+
* Recency: {
|
|
43
|
+
* Duration: "STRING_VALUE", // required
|
|
44
|
+
* RecencyType: "STRING_VALUE", // required
|
|
45
|
+
* },
|
|
46
|
+
* },
|
|
47
|
+
* Demographic: {
|
|
48
|
+
* AppVersion: {
|
|
49
|
+
* DimensionType: "STRING_VALUE",
|
|
50
|
+
* Values: [ // required
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
54
|
+
* Channel: {
|
|
55
|
+
* DimensionType: "STRING_VALUE",
|
|
56
|
+
* Values: [ // required
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* },
|
|
60
|
+
* DeviceType: {
|
|
61
|
+
* DimensionType: "STRING_VALUE",
|
|
62
|
+
* Values: [ // required
|
|
63
|
+
* "STRING_VALUE",
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* Make: {
|
|
67
|
+
* DimensionType: "STRING_VALUE",
|
|
68
|
+
* Values: [ // required
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* },
|
|
72
|
+
* Model: {
|
|
73
|
+
* DimensionType: "STRING_VALUE",
|
|
74
|
+
* Values: [ // required
|
|
75
|
+
* "STRING_VALUE",
|
|
76
|
+
* ],
|
|
77
|
+
* },
|
|
78
|
+
* Platform: {
|
|
79
|
+
* DimensionType: "STRING_VALUE",
|
|
80
|
+
* Values: [ // required
|
|
81
|
+
* "STRING_VALUE",
|
|
82
|
+
* ],
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* Location: {
|
|
86
|
+
* Country: {
|
|
87
|
+
* DimensionType: "STRING_VALUE",
|
|
88
|
+
* Values: [ // required
|
|
89
|
+
* "STRING_VALUE",
|
|
90
|
+
* ],
|
|
91
|
+
* },
|
|
92
|
+
* GPSPoint: {
|
|
93
|
+
* Coordinates: {
|
|
94
|
+
* Latitude: Number("double"), // required
|
|
95
|
+
* Longitude: Number("double"), // required
|
|
96
|
+
* },
|
|
97
|
+
* RangeInKilometers: Number("double"),
|
|
98
|
+
* },
|
|
99
|
+
* },
|
|
100
|
+
* Metrics: {
|
|
101
|
+
* "<keys>": {
|
|
102
|
+
* ComparisonOperator: "STRING_VALUE", // required
|
|
103
|
+
* Value: Number("double"), // required
|
|
104
|
+
* },
|
|
105
|
+
* },
|
|
106
|
+
* UserAttributes: {
|
|
107
|
+
* "<keys>": {
|
|
108
|
+
* AttributeType: "STRING_VALUE",
|
|
109
|
+
* Values: [ // required
|
|
110
|
+
* "STRING_VALUE",
|
|
111
|
+
* ],
|
|
112
|
+
* },
|
|
113
|
+
* },
|
|
114
|
+
* },
|
|
115
|
+
* Name: "STRING_VALUE",
|
|
116
|
+
* SegmentGroups: {
|
|
117
|
+
* Groups: [
|
|
118
|
+
* {
|
|
119
|
+
* Dimensions: [
|
|
120
|
+
* {
|
|
121
|
+
* Attributes: {
|
|
122
|
+
* "<keys>": {
|
|
123
|
+
* AttributeType: "STRING_VALUE",
|
|
124
|
+
* Values: [ // required
|
|
125
|
+
* "STRING_VALUE",
|
|
126
|
+
* ],
|
|
127
|
+
* },
|
|
128
|
+
* },
|
|
129
|
+
* Behavior: {
|
|
130
|
+
* Recency: {
|
|
131
|
+
* Duration: "STRING_VALUE", // required
|
|
132
|
+
* RecencyType: "STRING_VALUE", // required
|
|
133
|
+
* },
|
|
134
|
+
* },
|
|
135
|
+
* Demographic: {
|
|
136
|
+
* AppVersion: {
|
|
137
|
+
* DimensionType: "STRING_VALUE",
|
|
138
|
+
* Values: [ // required
|
|
139
|
+
* "STRING_VALUE",
|
|
140
|
+
* ],
|
|
141
|
+
* },
|
|
142
|
+
* Channel: {
|
|
143
|
+
* DimensionType: "STRING_VALUE",
|
|
144
|
+
* Values: [ // required
|
|
145
|
+
* "STRING_VALUE",
|
|
146
|
+
* ],
|
|
147
|
+
* },
|
|
148
|
+
* DeviceType: {
|
|
149
|
+
* DimensionType: "STRING_VALUE",
|
|
150
|
+
* Values: [ // required
|
|
151
|
+
* "STRING_VALUE",
|
|
152
|
+
* ],
|
|
153
|
+
* },
|
|
154
|
+
* Make: {
|
|
155
|
+
* DimensionType: "STRING_VALUE",
|
|
156
|
+
* Values: [ // required
|
|
157
|
+
* "STRING_VALUE",
|
|
158
|
+
* ],
|
|
159
|
+
* },
|
|
160
|
+
* Model: {
|
|
161
|
+
* DimensionType: "STRING_VALUE",
|
|
162
|
+
* Values: [ // required
|
|
163
|
+
* "STRING_VALUE",
|
|
164
|
+
* ],
|
|
165
|
+
* },
|
|
166
|
+
* Platform: {
|
|
167
|
+
* DimensionType: "STRING_VALUE",
|
|
168
|
+
* Values: [ // required
|
|
169
|
+
* "STRING_VALUE",
|
|
170
|
+
* ],
|
|
171
|
+
* },
|
|
172
|
+
* },
|
|
173
|
+
* Location: {
|
|
174
|
+
* Country: {
|
|
175
|
+
* DimensionType: "STRING_VALUE",
|
|
176
|
+
* Values: [ // required
|
|
177
|
+
* "STRING_VALUE",
|
|
178
|
+
* ],
|
|
179
|
+
* },
|
|
180
|
+
* GPSPoint: {
|
|
181
|
+
* Coordinates: {
|
|
182
|
+
* Latitude: Number("double"), // required
|
|
183
|
+
* Longitude: Number("double"), // required
|
|
184
|
+
* },
|
|
185
|
+
* RangeInKilometers: Number("double"),
|
|
186
|
+
* },
|
|
187
|
+
* },
|
|
188
|
+
* Metrics: {
|
|
189
|
+
* "<keys>": {
|
|
190
|
+
* ComparisonOperator: "STRING_VALUE", // required
|
|
191
|
+
* Value: Number("double"), // required
|
|
192
|
+
* },
|
|
193
|
+
* },
|
|
194
|
+
* UserAttributes: {
|
|
195
|
+
* "<keys>": {
|
|
196
|
+
* AttributeType: "STRING_VALUE",
|
|
197
|
+
* Values: [ // required
|
|
198
|
+
* "STRING_VALUE",
|
|
199
|
+
* ],
|
|
200
|
+
* },
|
|
201
|
+
* },
|
|
202
|
+
* },
|
|
203
|
+
* ],
|
|
204
|
+
* SourceSegments: [
|
|
205
|
+
* {
|
|
206
|
+
* Id: "STRING_VALUE", // required
|
|
207
|
+
* Version: Number("int"),
|
|
208
|
+
* },
|
|
209
|
+
* ],
|
|
210
|
+
* SourceType: "STRING_VALUE",
|
|
211
|
+
* Type: "STRING_VALUE",
|
|
212
|
+
* },
|
|
213
|
+
* ],
|
|
214
|
+
* Include: "STRING_VALUE",
|
|
215
|
+
* },
|
|
216
|
+
* tags: {
|
|
217
|
+
* "<keys>": "STRING_VALUE",
|
|
218
|
+
* },
|
|
219
|
+
* },
|
|
220
|
+
* };
|
|
29
221
|
* const command = new CreateSegmentCommand(input);
|
|
30
222
|
* const response = await client.send(command);
|
|
31
223
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface CreateSmsTemplateCommandOutput extends CreateSmsTemplateRespons
|
|
|
26
26
|
* import { PinpointClient, CreateSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, CreateSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* SMSTemplateRequest: {
|
|
31
|
+
* Body: "STRING_VALUE",
|
|
32
|
+
* DefaultSubstitutions: "STRING_VALUE",
|
|
33
|
+
* RecommenderId: "STRING_VALUE",
|
|
34
|
+
* tags: {
|
|
35
|
+
* "<keys>": "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* TemplateDescription: "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* TemplateName: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
29
41
|
* const command = new CreateSmsTemplateCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface CreateVoiceTemplateCommandOutput extends CreateVoiceTemplateRes
|
|
|
26
26
|
* import { PinpointClient, CreateVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, CreateVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TemplateName: "STRING_VALUE", // required
|
|
31
|
+
* VoiceTemplateRequest: {
|
|
32
|
+
* Body: "STRING_VALUE",
|
|
33
|
+
* DefaultSubstitutions: "STRING_VALUE",
|
|
34
|
+
* LanguageCode: "STRING_VALUE",
|
|
35
|
+
* tags: {
|
|
36
|
+
* "<keys>": "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* TemplateDescription: "STRING_VALUE",
|
|
39
|
+
* VoiceId: "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* };
|
|
29
42
|
* const command = new CreateVoiceTemplateCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteAdmChannelCommandOutput extends DeleteAdmChannelResponse,
|
|
|
26
26
|
* import { PinpointClient, DeleteAdmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteAdmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteAdmChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteApnsChannelCommandOutput extends DeleteApnsChannelRespons
|
|
|
26
26
|
* import { PinpointClient, DeleteApnsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteApnsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteApnsChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteApnsSandboxChannelCommandOutput extends DeleteApnsSandbox
|
|
|
26
26
|
* import { PinpointClient, DeleteApnsSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteApnsSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteApnsSandboxChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteApnsVoipChannelCommandOutput extends DeleteApnsVoipChanne
|
|
|
26
26
|
* import { PinpointClient, DeleteApnsVoipChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteApnsVoipChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteApnsVoipChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteApnsVoipSandboxChannelCommandOutput extends DeleteApnsVoi
|
|
|
26
26
|
* import { PinpointClient, DeleteApnsVoipSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteApnsVoipSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteApnsVoipSandboxChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
|
|
|
26
26
|
* import { PinpointClient, DeleteAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteAppCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteBaiduChannelCommandOutput extends DeleteBaiduChannelRespo
|
|
|
26
26
|
* import { PinpointClient, DeleteBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteBaiduChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
|
|
|
26
26
|
* import { PinpointClient, DeleteCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* CampaignId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteCampaignCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteEmailChannelCommandOutput extends DeleteEmailChannelRespo
|
|
|
26
26
|
* import { PinpointClient, DeleteEmailChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteEmailChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteEmailChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
|
|
|
26
26
|
* import { PinpointClient, DeleteEmailTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteEmailTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TemplateName: "STRING_VALUE", // required
|
|
31
|
+
* Version: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteEmailTemplateCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
26
26
|
* import { PinpointClient, DeleteEndpointCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteEndpointCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* EndpointId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteEndpointCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteEventStreamCommandOutput extends DeleteEventStreamRespons
|
|
|
26
26
|
* import { PinpointClient, DeleteEventStreamCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteEventStreamCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteEventStreamCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteGcmChannelCommandOutput extends DeleteGcmChannelResponse,
|
|
|
26
26
|
* import { PinpointClient, DeleteGcmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteGcmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteGcmChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteInAppTemplateCommandOutput extends DeleteInAppTemplateRes
|
|
|
26
26
|
* import { PinpointClient, DeleteInAppTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteInAppTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TemplateName: "STRING_VALUE", // required
|
|
31
|
+
* Version: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteInAppTemplateCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteJourneyCommandOutput extends DeleteJourneyResponse, __Met
|
|
|
26
26
|
* import { PinpointClient, DeleteJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* JourneyId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteJourneyCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeletePushTemplateCommandOutput extends DeletePushTemplateRespo
|
|
|
26
26
|
* import { PinpointClient, DeletePushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeletePushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TemplateName: "STRING_VALUE", // required
|
|
31
|
+
* Version: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeletePushTemplateCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteRecommenderConfigurationCommandOutput extends DeleteRecom
|
|
|
26
26
|
* import { PinpointClient, DeleteRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* RecommenderId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteRecommenderConfigurationCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteSegmentCommandOutput extends DeleteSegmentResponse, __Met
|
|
|
26
26
|
* import { PinpointClient, DeleteSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* SegmentId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteSegmentCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteSmsChannelCommandOutput extends DeleteSmsChannelResponse,
|
|
|
26
26
|
* import { PinpointClient, DeleteSmsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteSmsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteSmsChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteSmsTemplateCommandOutput extends DeleteSmsTemplateRespons
|
|
|
26
26
|
* import { PinpointClient, DeleteSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TemplateName: "STRING_VALUE", // required
|
|
31
|
+
* Version: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteSmsTemplateCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteUserEndpointsCommandOutput extends DeleteUserEndpointsRes
|
|
|
26
26
|
* import { PinpointClient, DeleteUserEndpointsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteUserEndpointsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* UserId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteUserEndpointsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteVoiceChannelCommandOutput extends DeleteVoiceChannelRespo
|
|
|
26
26
|
* import { PinpointClient, DeleteVoiceChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteVoiceChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteVoiceChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteVoiceTemplateCommandOutput extends DeleteVoiceTemplateRes
|
|
|
26
26
|
* import { PinpointClient, DeleteVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, DeleteVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TemplateName: "STRING_VALUE", // required
|
|
31
|
+
* Version: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteVoiceTemplateCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetAdmChannelCommandOutput extends GetAdmChannelResponse, __Met
|
|
|
26
26
|
* import { PinpointClient, GetAdmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetAdmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetAdmChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetApnsChannelCommandOutput extends GetApnsChannelResponse, __M
|
|
|
26
26
|
* import { PinpointClient, GetApnsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetApnsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetApnsChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetApnsSandboxChannelCommandOutput extends GetApnsSandboxChanne
|
|
|
26
26
|
* import { PinpointClient, GetApnsSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetApnsSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetApnsSandboxChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetApnsVoipChannelCommandOutput extends GetApnsVoipChannelRespo
|
|
|
26
26
|
* import { PinpointClient, GetApnsVoipChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetApnsVoipChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetApnsVoipChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetApnsVoipSandboxChannelCommandOutput extends GetApnsVoipSandb
|
|
|
26
26
|
* import { PinpointClient, GetApnsVoipSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetApnsVoipSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetApnsVoipSandboxChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetAppCommandOutput extends GetAppResponse, __MetadataBearer {
|
|
|
26
26
|
* import { PinpointClient, GetAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetAppCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,14 @@ export interface GetApplicationDateRangeKpiCommandOutput extends GetApplicationD
|
|
|
26
26
|
* import { PinpointClient, GetApplicationDateRangeKpiCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetApplicationDateRangeKpiCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
32
|
+
* KpiName: "STRING_VALUE", // required
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* PageSize: "STRING_VALUE",
|
|
35
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
36
|
+
* };
|
|
29
37
|
* const command = new GetApplicationDateRangeKpiCommand(input);
|
|
30
38
|
* const response = await client.send(command);
|
|
31
39
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetApplicationSettingsCommandOutput extends GetApplicationSetti
|
|
|
26
26
|
* import { PinpointClient, GetApplicationSettingsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetApplicationSettingsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetApplicationSettingsCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface GetAppsCommandOutput extends GetAppsResponse, __MetadataBearer
|
|
|
26
26
|
* import { PinpointClient, GetAppsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetAppsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* PageSize: "STRING_VALUE",
|
|
31
|
+
* Token: "STRING_VALUE",
|
|
32
|
+
* };
|
|
29
33
|
* const command = new GetAppsCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetBaiduChannelCommandOutput extends GetBaiduChannelResponse, _
|
|
|
26
26
|
* import { PinpointClient, GetBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetBaiduChannelCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,12 @@ export interface GetCampaignActivitiesCommandOutput extends GetCampaignActivitie
|
|
|
26
26
|
* import { PinpointClient, GetCampaignActivitiesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
27
27
|
* // const { PinpointClient, GetCampaignActivitiesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
28
28
|
* const client = new PinpointClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ApplicationId: "STRING_VALUE", // required
|
|
31
|
+
* CampaignId: "STRING_VALUE", // required
|
|
32
|
+
* PageSize: "STRING_VALUE",
|
|
33
|
+
* Token: "STRING_VALUE",
|
|
34
|
+
* };
|
|
29
35
|
* const command = new GetCampaignActivitiesCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|