@aws-sdk/client-pinpoint 3.325.0 → 3.326.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 +14 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +385 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateExportJobCommand.d.ts +27 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +31 -0
- package/dist-types/commands/CreateInAppTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateJourneyCommand.d.ts +383 -0
- package/dist-types/commands/CreatePushTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/CreateSegmentCommand.d.ts +158 -0
- package/dist-types/commands/CreateSmsTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAdmChannelCommand.d.ts +17 -0
- package/dist-types/commands/DeleteApnsChannelCommand.d.ts +19 -0
- package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +19 -0
- package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +19 -0
- package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +14 -0
- package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +18 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +385 -0
- package/dist-types/commands/DeleteEmailChannelCommand.d.ts +22 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +51 -0
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +13 -0
- package/dist-types/commands/DeleteGcmChannelCommand.d.ts +18 -0
- package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteJourneyCommand.d.ts +383 -0
- package/dist-types/commands/DeletePushTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/DeleteSegmentCommand.d.ts +158 -0
- package/dist-types/commands/DeleteSmsChannelCommand.d.ts +21 -0
- package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +55 -0
- package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +17 -0
- package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +9 -0
- package/dist-types/commands/GetAdmChannelCommand.d.ts +17 -0
- package/dist-types/commands/GetApnsChannelCommand.d.ts +19 -0
- package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +19 -0
- package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +19 -0
- package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +19 -0
- package/dist-types/commands/GetAppCommand.d.ts +14 -0
- package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +32 -0
- package/dist-types/commands/GetApplicationSettingsCommand.d.ts +25 -0
- package/dist-types/commands/GetAppsCommand.d.ts +19 -0
- package/dist-types/commands/GetBaiduChannelCommand.d.ts +18 -0
- package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +28 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +385 -0
- package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +33 -0
- package/dist-types/commands/GetCampaignVersionCommand.d.ts +385 -0
- package/dist-types/commands/GetCampaignVersionsCommand.d.ts +390 -0
- package/dist-types/commands/GetCampaignsCommand.d.ts +390 -0
- package/dist-types/commands/GetChannelsCommand.d.ts +20 -0
- package/dist-types/commands/GetEmailChannelCommand.d.ts +22 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +22 -0
- package/dist-types/commands/GetEndpointCommand.d.ts +51 -0
- package/dist-types/commands/GetEventStreamCommand.d.ts +13 -0
- package/dist-types/commands/GetExportJobCommand.d.ts +27 -0
- package/dist-types/commands/GetExportJobsCommand.d.ts +32 -0
- package/dist-types/commands/GetGcmChannelCommand.d.ts +18 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +31 -0
- package/dist-types/commands/GetImportJobsCommand.d.ts +36 -0
- package/dist-types/commands/GetInAppMessagesCommand.d.ts +112 -0
- package/dist-types/commands/GetInAppTemplateCommand.d.ts +78 -0
- package/dist-types/commands/GetJourneyCommand.d.ts +383 -0
- package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +33 -0
- package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +15 -0
- package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +13 -0
- package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +14 -0
- package/dist-types/commands/GetJourneyRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetPushTemplateCommand.d.ts +68 -0
- package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +26 -0
- package/dist-types/commands/GetSegmentCommand.d.ts +158 -0
- package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +32 -0
- package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +36 -0
- package/dist-types/commands/GetSegmentVersionCommand.d.ts +158 -0
- package/dist-types/commands/GetSegmentVersionsCommand.d.ts +163 -0
- package/dist-types/commands/GetSegmentsCommand.d.ts +163 -0
- package/dist-types/commands/GetSmsChannelCommand.d.ts +21 -0
- package/dist-types/commands/GetSmsTemplateCommand.d.ts +20 -0
- package/dist-types/commands/GetUserEndpointsCommand.d.ts +55 -0
- package/dist-types/commands/GetVoiceChannelCommand.d.ts +17 -0
- package/dist-types/commands/GetVoiceTemplateCommand.d.ts +21 -0
- package/dist-types/commands/ListJourneysCommand.d.ts +388 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +21 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +23 -0
- package/dist-types/commands/PhoneNumberValidateCommand.d.ts +21 -0
- package/dist-types/commands/PutEventStreamCommand.d.ts +13 -0
- package/dist-types/commands/PutEventsCommand.d.ts +21 -0
- package/dist-types/commands/RemoveAttributesCommand.d.ts +12 -0
- package/dist-types/commands/SendMessagesCommand.d.ts +28 -0
- package/dist-types/commands/SendOTPMessageCommand.d.ts +28 -0
- package/dist-types/commands/SendUsersMessagesCommand.d.ts +21 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAdmChannelCommand.d.ts +17 -0
- package/dist-types/commands/UpdateApnsChannelCommand.d.ts +19 -0
- package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +19 -0
- package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +19 -0
- package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +19 -0
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +18 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +385 -0
- package/dist-types/commands/UpdateEmailChannelCommand.d.ts +22 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +9 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +9 -0
- package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +9 -0
- package/dist-types/commands/UpdateGcmChannelCommand.d.ts +18 -0
- package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +9 -0
- package/dist-types/commands/UpdateJourneyCommand.d.ts +383 -0
- package/dist-types/commands/UpdateJourneyStateCommand.d.ts +383 -0
- package/dist-types/commands/UpdatePushTemplateCommand.d.ts +9 -0
- package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/UpdateSegmentCommand.d.ts +158 -0
- package/dist-types/commands/UpdateSmsChannelCommand.d.ts +21 -0
- package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +17 -0
- package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +9 -0
- package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
- package/package.json +3 -3
|
@@ -232,6 +232,32 @@ export interface SendMessagesCommandOutput extends SendMessagesResponse, __Metad
|
|
|
232
232
|
* };
|
|
233
233
|
* const command = new SendMessagesCommand(input);
|
|
234
234
|
* const response = await client.send(command);
|
|
235
|
+
* // { // SendMessagesResponse
|
|
236
|
+
* // MessageResponse: { // MessageResponse
|
|
237
|
+
* // ApplicationId: "STRING_VALUE", // required
|
|
238
|
+
* // EndpointResult: { // MapOfEndpointMessageResult
|
|
239
|
+
* // "<keys>": { // EndpointMessageResult
|
|
240
|
+
* // Address: "STRING_VALUE",
|
|
241
|
+
* // DeliveryStatus: "SUCCESSFUL" || "THROTTLED" || "TEMPORARY_FAILURE" || "PERMANENT_FAILURE" || "UNKNOWN_FAILURE" || "OPT_OUT" || "DUPLICATE", // required
|
|
242
|
+
* // MessageId: "STRING_VALUE",
|
|
243
|
+
* // StatusCode: Number("int"), // required
|
|
244
|
+
* // StatusMessage: "STRING_VALUE",
|
|
245
|
+
* // UpdatedToken: "STRING_VALUE",
|
|
246
|
+
* // },
|
|
247
|
+
* // },
|
|
248
|
+
* // RequestId: "STRING_VALUE",
|
|
249
|
+
* // Result: { // MapOfMessageResult
|
|
250
|
+
* // "<keys>": { // MessageResult
|
|
251
|
+
* // DeliveryStatus: "SUCCESSFUL" || "THROTTLED" || "TEMPORARY_FAILURE" || "PERMANENT_FAILURE" || "UNKNOWN_FAILURE" || "OPT_OUT" || "DUPLICATE", // required
|
|
252
|
+
* // MessageId: "STRING_VALUE",
|
|
253
|
+
* // StatusCode: Number("int"), // required
|
|
254
|
+
* // StatusMessage: "STRING_VALUE",
|
|
255
|
+
* // UpdatedToken: "STRING_VALUE",
|
|
256
|
+
* // },
|
|
257
|
+
* // },
|
|
258
|
+
* // },
|
|
259
|
+
* // };
|
|
260
|
+
*
|
|
235
261
|
* ```
|
|
236
262
|
*
|
|
237
263
|
* @param SendMessagesCommandInput - {@link SendMessagesCommandInput}
|
|
@@ -261,6 +287,8 @@ export interface SendMessagesCommandOutput extends SendMessagesResponse, __Metad
|
|
|
261
287
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
262
288
|
* <p>Provides information about an API request or response.</p>
|
|
263
289
|
*
|
|
290
|
+
* @throws {@link PinpointServiceException}
|
|
291
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
264
292
|
*
|
|
265
293
|
*/
|
|
266
294
|
export declare class SendMessagesCommand extends $Command<SendMessagesCommandInput, SendMessagesCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -44,6 +44,32 @@ export interface SendOTPMessageCommandOutput extends SendOTPMessageResponse, __M
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new SendOTPMessageCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // SendOTPMessageResponse
|
|
48
|
+
* // MessageResponse: { // MessageResponse
|
|
49
|
+
* // ApplicationId: "STRING_VALUE", // required
|
|
50
|
+
* // EndpointResult: { // MapOfEndpointMessageResult
|
|
51
|
+
* // "<keys>": { // EndpointMessageResult
|
|
52
|
+
* // Address: "STRING_VALUE",
|
|
53
|
+
* // DeliveryStatus: "SUCCESSFUL" || "THROTTLED" || "TEMPORARY_FAILURE" || "PERMANENT_FAILURE" || "UNKNOWN_FAILURE" || "OPT_OUT" || "DUPLICATE", // required
|
|
54
|
+
* // MessageId: "STRING_VALUE",
|
|
55
|
+
* // StatusCode: Number("int"), // required
|
|
56
|
+
* // StatusMessage: "STRING_VALUE",
|
|
57
|
+
* // UpdatedToken: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // RequestId: "STRING_VALUE",
|
|
61
|
+
* // Result: { // MapOfMessageResult
|
|
62
|
+
* // "<keys>": { // MessageResult
|
|
63
|
+
* // DeliveryStatus: "SUCCESSFUL" || "THROTTLED" || "TEMPORARY_FAILURE" || "PERMANENT_FAILURE" || "UNKNOWN_FAILURE" || "OPT_OUT" || "DUPLICATE", // required
|
|
64
|
+
* // MessageId: "STRING_VALUE",
|
|
65
|
+
* // StatusCode: Number("int"), // required
|
|
66
|
+
* // StatusMessage: "STRING_VALUE",
|
|
67
|
+
* // UpdatedToken: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
47
73
|
* ```
|
|
48
74
|
*
|
|
49
75
|
* @param SendOTPMessageCommandInput - {@link SendOTPMessageCommandInput}
|
|
@@ -73,6 +99,8 @@ export interface SendOTPMessageCommandOutput extends SendOTPMessageResponse, __M
|
|
|
73
99
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
74
100
|
* <p>Provides information about an API request or response.</p>
|
|
75
101
|
*
|
|
102
|
+
* @throws {@link PinpointServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
76
104
|
*
|
|
77
105
|
*/
|
|
78
106
|
export declare class SendOTPMessageCommand extends $Command<SendOTPMessageCommandInput, SendOTPMessageCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -222,6 +222,25 @@ export interface SendUsersMessagesCommandOutput extends SendUsersMessagesRespons
|
|
|
222
222
|
* };
|
|
223
223
|
* const command = new SendUsersMessagesCommand(input);
|
|
224
224
|
* const response = await client.send(command);
|
|
225
|
+
* // { // SendUsersMessagesResponse
|
|
226
|
+
* // SendUsersMessageResponse: { // SendUsersMessageResponse
|
|
227
|
+
* // ApplicationId: "STRING_VALUE", // required
|
|
228
|
+
* // RequestId: "STRING_VALUE",
|
|
229
|
+
* // Result: { // MapOfMapOfEndpointMessageResult
|
|
230
|
+
* // "<keys>": { // MapOfEndpointMessageResult
|
|
231
|
+
* // "<keys>": { // EndpointMessageResult
|
|
232
|
+
* // Address: "STRING_VALUE",
|
|
233
|
+
* // DeliveryStatus: "SUCCESSFUL" || "THROTTLED" || "TEMPORARY_FAILURE" || "PERMANENT_FAILURE" || "UNKNOWN_FAILURE" || "OPT_OUT" || "DUPLICATE", // required
|
|
234
|
+
* // MessageId: "STRING_VALUE",
|
|
235
|
+
* // StatusCode: Number("int"), // required
|
|
236
|
+
* // StatusMessage: "STRING_VALUE",
|
|
237
|
+
* // UpdatedToken: "STRING_VALUE",
|
|
238
|
+
* // },
|
|
239
|
+
* // },
|
|
240
|
+
* // },
|
|
241
|
+
* // },
|
|
242
|
+
* // };
|
|
243
|
+
*
|
|
225
244
|
* ```
|
|
226
245
|
*
|
|
227
246
|
* @param SendUsersMessagesCommandInput - {@link SendUsersMessagesCommandInput}
|
|
@@ -251,6 +270,8 @@ export interface SendUsersMessagesCommandOutput extends SendUsersMessagesRespons
|
|
|
251
270
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
252
271
|
* <p>Provides information about an API request or response.</p>
|
|
253
272
|
*
|
|
273
|
+
* @throws {@link PinpointServiceException}
|
|
274
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
254
275
|
*
|
|
255
276
|
*/
|
|
256
277
|
export declare class SendUsersMessagesCommand extends $Command<SendUsersMessagesCommandInput, SendUsersMessagesCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new TagResourceCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -44,6 +46,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
44
46
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
45
47
|
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
46
48
|
*
|
|
49
|
+
* @throws {@link PinpointServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
47
51
|
*
|
|
48
52
|
*/
|
|
49
53
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link PinpointServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -36,6 +36,21 @@ export interface UpdateAdmChannelCommandOutput extends UpdateAdmChannelResponse,
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateAdmChannelCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // UpdateAdmChannelResponse
|
|
40
|
+
* // ADMChannelResponse: { // ADMChannelResponse
|
|
41
|
+
* // ApplicationId: "STRING_VALUE",
|
|
42
|
+
* // CreationDate: "STRING_VALUE",
|
|
43
|
+
* // Enabled: true || false,
|
|
44
|
+
* // HasCredential: true || false,
|
|
45
|
+
* // Id: "STRING_VALUE",
|
|
46
|
+
* // IsArchived: true || false,
|
|
47
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
48
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
49
|
+
* // Platform: "STRING_VALUE", // required
|
|
50
|
+
* // Version: Number("int"),
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
39
54
|
* ```
|
|
40
55
|
*
|
|
41
56
|
* @param UpdateAdmChannelCommandInput - {@link UpdateAdmChannelCommandInput}
|
|
@@ -65,6 +80,8 @@ export interface UpdateAdmChannelCommandOutput extends UpdateAdmChannelResponse,
|
|
|
65
80
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
66
81
|
* <p>Provides information about an API request or response.</p>
|
|
67
82
|
*
|
|
83
|
+
* @throws {@link PinpointServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
68
85
|
*
|
|
69
86
|
*/
|
|
70
87
|
export declare class UpdateAdmChannelCommand extends $Command<UpdateAdmChannelCommandInput, UpdateAdmChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -41,6 +41,23 @@ export interface UpdateApnsChannelCommandOutput extends UpdateApnsChannelRespons
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateApnsChannelCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateApnsChannelResponse
|
|
45
|
+
* // APNSChannelResponse: { // APNSChannelResponse
|
|
46
|
+
* // ApplicationId: "STRING_VALUE",
|
|
47
|
+
* // CreationDate: "STRING_VALUE",
|
|
48
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
49
|
+
* // Enabled: true || false,
|
|
50
|
+
* // HasCredential: true || false,
|
|
51
|
+
* // HasTokenKey: true || false,
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // IsArchived: true || false,
|
|
54
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
55
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
56
|
+
* // Platform: "STRING_VALUE", // required
|
|
57
|
+
* // Version: Number("int"),
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
44
61
|
* ```
|
|
45
62
|
*
|
|
46
63
|
* @param UpdateApnsChannelCommandInput - {@link UpdateApnsChannelCommandInput}
|
|
@@ -70,6 +87,8 @@ export interface UpdateApnsChannelCommandOutput extends UpdateApnsChannelRespons
|
|
|
70
87
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
88
|
* <p>Provides information about an API request or response.</p>
|
|
72
89
|
*
|
|
90
|
+
* @throws {@link PinpointServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
73
92
|
*
|
|
74
93
|
*/
|
|
75
94
|
export declare class UpdateApnsChannelCommand extends $Command<UpdateApnsChannelCommandInput, UpdateApnsChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -41,6 +41,23 @@ export interface UpdateApnsSandboxChannelCommandOutput extends UpdateApnsSandbox
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateApnsSandboxChannelCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateApnsSandboxChannelResponse
|
|
45
|
+
* // APNSSandboxChannelResponse: { // APNSSandboxChannelResponse
|
|
46
|
+
* // ApplicationId: "STRING_VALUE",
|
|
47
|
+
* // CreationDate: "STRING_VALUE",
|
|
48
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
49
|
+
* // Enabled: true || false,
|
|
50
|
+
* // HasCredential: true || false,
|
|
51
|
+
* // HasTokenKey: true || false,
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // IsArchived: true || false,
|
|
54
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
55
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
56
|
+
* // Platform: "STRING_VALUE", // required
|
|
57
|
+
* // Version: Number("int"),
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
44
61
|
* ```
|
|
45
62
|
*
|
|
46
63
|
* @param UpdateApnsSandboxChannelCommandInput - {@link UpdateApnsSandboxChannelCommandInput}
|
|
@@ -70,6 +87,8 @@ export interface UpdateApnsSandboxChannelCommandOutput extends UpdateApnsSandbox
|
|
|
70
87
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
88
|
* <p>Provides information about an API request or response.</p>
|
|
72
89
|
*
|
|
90
|
+
* @throws {@link PinpointServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
73
92
|
*
|
|
74
93
|
*/
|
|
75
94
|
export declare class UpdateApnsSandboxChannelCommand extends $Command<UpdateApnsSandboxChannelCommandInput, UpdateApnsSandboxChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -41,6 +41,23 @@ export interface UpdateApnsVoipChannelCommandOutput extends UpdateApnsVoipChanne
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateApnsVoipChannelCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateApnsVoipChannelResponse
|
|
45
|
+
* // APNSVoipChannelResponse: { // APNSVoipChannelResponse
|
|
46
|
+
* // ApplicationId: "STRING_VALUE",
|
|
47
|
+
* // CreationDate: "STRING_VALUE",
|
|
48
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
49
|
+
* // Enabled: true || false,
|
|
50
|
+
* // HasCredential: true || false,
|
|
51
|
+
* // HasTokenKey: true || false,
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // IsArchived: true || false,
|
|
54
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
55
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
56
|
+
* // Platform: "STRING_VALUE", // required
|
|
57
|
+
* // Version: Number("int"),
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
44
61
|
* ```
|
|
45
62
|
*
|
|
46
63
|
* @param UpdateApnsVoipChannelCommandInput - {@link UpdateApnsVoipChannelCommandInput}
|
|
@@ -70,6 +87,8 @@ export interface UpdateApnsVoipChannelCommandOutput extends UpdateApnsVoipChanne
|
|
|
70
87
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
88
|
* <p>Provides information about an API request or response.</p>
|
|
72
89
|
*
|
|
90
|
+
* @throws {@link PinpointServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
73
92
|
*
|
|
74
93
|
*/
|
|
75
94
|
export declare class UpdateApnsVoipChannelCommand extends $Command<UpdateApnsVoipChannelCommandInput, UpdateApnsVoipChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -41,6 +41,23 @@ export interface UpdateApnsVoipSandboxChannelCommandOutput extends UpdateApnsVoi
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateApnsVoipSandboxChannelCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateApnsVoipSandboxChannelResponse
|
|
45
|
+
* // APNSVoipSandboxChannelResponse: { // APNSVoipSandboxChannelResponse
|
|
46
|
+
* // ApplicationId: "STRING_VALUE",
|
|
47
|
+
* // CreationDate: "STRING_VALUE",
|
|
48
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
49
|
+
* // Enabled: true || false,
|
|
50
|
+
* // HasCredential: true || false,
|
|
51
|
+
* // HasTokenKey: true || false,
|
|
52
|
+
* // Id: "STRING_VALUE",
|
|
53
|
+
* // IsArchived: true || false,
|
|
54
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
55
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
56
|
+
* // Platform: "STRING_VALUE", // required
|
|
57
|
+
* // Version: Number("int"),
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
44
61
|
* ```
|
|
45
62
|
*
|
|
46
63
|
* @param UpdateApnsVoipSandboxChannelCommandInput - {@link UpdateApnsVoipSandboxChannelCommandInput}
|
|
@@ -70,6 +87,8 @@ export interface UpdateApnsVoipSandboxChannelCommandOutput extends UpdateApnsVoi
|
|
|
70
87
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
88
|
* <p>Provides information about an API request or response.</p>
|
|
72
89
|
*
|
|
90
|
+
* @throws {@link PinpointServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
73
92
|
*
|
|
74
93
|
*/
|
|
75
94
|
export declare class UpdateApnsVoipSandboxChannelCommand extends $Command<UpdateApnsVoipSandboxChannelCommandInput, UpdateApnsVoipSandboxChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -51,6 +51,29 @@ export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicatio
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new UpdateApplicationSettingsCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // UpdateApplicationSettingsResponse
|
|
55
|
+
* // ApplicationSettingsResource: { // ApplicationSettingsResource
|
|
56
|
+
* // ApplicationId: "STRING_VALUE", // required
|
|
57
|
+
* // CampaignHook: { // CampaignHook
|
|
58
|
+
* // LambdaFunctionName: "STRING_VALUE",
|
|
59
|
+
* // Mode: "DELIVERY" || "FILTER",
|
|
60
|
+
* // WebUrl: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
63
|
+
* // Limits: { // CampaignLimits
|
|
64
|
+
* // Daily: Number("int"),
|
|
65
|
+
* // MaximumDuration: Number("int"),
|
|
66
|
+
* // MessagesPerSecond: Number("int"),
|
|
67
|
+
* // Total: Number("int"),
|
|
68
|
+
* // Session: Number("int"),
|
|
69
|
+
* // },
|
|
70
|
+
* // QuietTime: { // QuietTime
|
|
71
|
+
* // End: "STRING_VALUE",
|
|
72
|
+
* // Start: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
54
77
|
* ```
|
|
55
78
|
*
|
|
56
79
|
* @param UpdateApplicationSettingsCommandInput - {@link UpdateApplicationSettingsCommandInput}
|
|
@@ -80,6 +103,8 @@ export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicatio
|
|
|
80
103
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
81
104
|
* <p>Provides information about an API request or response.</p>
|
|
82
105
|
*
|
|
106
|
+
* @throws {@link PinpointServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
83
108
|
*
|
|
84
109
|
*/
|
|
85
110
|
export declare class UpdateApplicationSettingsCommand extends $Command<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -36,6 +36,22 @@ export interface UpdateBaiduChannelCommandOutput extends UpdateBaiduChannelRespo
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateBaiduChannelCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // UpdateBaiduChannelResponse
|
|
40
|
+
* // BaiduChannelResponse: { // BaiduChannelResponse
|
|
41
|
+
* // ApplicationId: "STRING_VALUE",
|
|
42
|
+
* // CreationDate: "STRING_VALUE",
|
|
43
|
+
* // Credential: "STRING_VALUE", // required
|
|
44
|
+
* // Enabled: true || false,
|
|
45
|
+
* // HasCredential: true || false,
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // IsArchived: true || false,
|
|
48
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
49
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
50
|
+
* // Platform: "STRING_VALUE", // required
|
|
51
|
+
* // Version: Number("int"),
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
39
55
|
* ```
|
|
40
56
|
*
|
|
41
57
|
* @param UpdateBaiduChannelCommandInput - {@link UpdateBaiduChannelCommandInput}
|
|
@@ -65,6 +81,8 @@ export interface UpdateBaiduChannelCommandOutput extends UpdateBaiduChannelRespo
|
|
|
65
81
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
66
82
|
* <p>Provides information about an API request or response.</p>
|
|
67
83
|
*
|
|
84
|
+
* @throws {@link PinpointServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
68
86
|
*
|
|
69
87
|
*/
|
|
70
88
|
export declare class UpdateBaiduChannelCommand extends $Command<UpdateBaiduChannelCommandInput, UpdateBaiduChannelCommandOutput, PinpointClientResolvedConfig> {
|