@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.
Files changed (123) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateCampaignCommand.d.ts +385 -0
  3. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +10 -0
  4. package/dist-types/commands/CreateExportJobCommand.d.ts +27 -0
  5. package/dist-types/commands/CreateImportJobCommand.d.ts +31 -0
  6. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +10 -0
  7. package/dist-types/commands/CreateJourneyCommand.d.ts +383 -0
  8. package/dist-types/commands/CreatePushTemplateCommand.d.ts +10 -0
  9. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +21 -0
  10. package/dist-types/commands/CreateSegmentCommand.d.ts +158 -0
  11. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +10 -0
  13. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +19 -0
  15. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +19 -0
  16. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +19 -0
  18. package/dist-types/commands/DeleteAppCommand.d.ts +14 -0
  19. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +18 -0
  20. package/dist-types/commands/DeleteCampaignCommand.d.ts +385 -0
  21. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +22 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +9 -0
  23. package/dist-types/commands/DeleteEndpointCommand.d.ts +51 -0
  24. package/dist-types/commands/DeleteEventStreamCommand.d.ts +13 -0
  25. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +18 -0
  26. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteJourneyCommand.d.ts +383 -0
  28. package/dist-types/commands/DeletePushTemplateCommand.d.ts +9 -0
  29. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +21 -0
  30. package/dist-types/commands/DeleteSegmentCommand.d.ts +158 -0
  31. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +21 -0
  32. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +9 -0
  33. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +55 -0
  34. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +17 -0
  35. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/GetAdmChannelCommand.d.ts +17 -0
  37. package/dist-types/commands/GetApnsChannelCommand.d.ts +19 -0
  38. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +19 -0
  39. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +19 -0
  40. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +19 -0
  41. package/dist-types/commands/GetAppCommand.d.ts +14 -0
  42. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +32 -0
  43. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +25 -0
  44. package/dist-types/commands/GetAppsCommand.d.ts +19 -0
  45. package/dist-types/commands/GetBaiduChannelCommand.d.ts +18 -0
  46. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +28 -0
  47. package/dist-types/commands/GetCampaignCommand.d.ts +385 -0
  48. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +33 -0
  49. package/dist-types/commands/GetCampaignVersionCommand.d.ts +385 -0
  50. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +390 -0
  51. package/dist-types/commands/GetCampaignsCommand.d.ts +390 -0
  52. package/dist-types/commands/GetChannelsCommand.d.ts +20 -0
  53. package/dist-types/commands/GetEmailChannelCommand.d.ts +22 -0
  54. package/dist-types/commands/GetEmailTemplateCommand.d.ts +22 -0
  55. package/dist-types/commands/GetEndpointCommand.d.ts +51 -0
  56. package/dist-types/commands/GetEventStreamCommand.d.ts +13 -0
  57. package/dist-types/commands/GetExportJobCommand.d.ts +27 -0
  58. package/dist-types/commands/GetExportJobsCommand.d.ts +32 -0
  59. package/dist-types/commands/GetGcmChannelCommand.d.ts +18 -0
  60. package/dist-types/commands/GetImportJobCommand.d.ts +31 -0
  61. package/dist-types/commands/GetImportJobsCommand.d.ts +36 -0
  62. package/dist-types/commands/GetInAppMessagesCommand.d.ts +112 -0
  63. package/dist-types/commands/GetInAppTemplateCommand.d.ts +78 -0
  64. package/dist-types/commands/GetJourneyCommand.d.ts +383 -0
  65. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +33 -0
  66. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +15 -0
  67. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +13 -0
  68. package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +14 -0
  70. package/dist-types/commands/GetJourneyRunsCommand.d.ts +16 -0
  71. package/dist-types/commands/GetPushTemplateCommand.d.ts +68 -0
  72. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +21 -0
  73. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +26 -0
  74. package/dist-types/commands/GetSegmentCommand.d.ts +158 -0
  75. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +32 -0
  76. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +36 -0
  77. package/dist-types/commands/GetSegmentVersionCommand.d.ts +158 -0
  78. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +163 -0
  79. package/dist-types/commands/GetSegmentsCommand.d.ts +163 -0
  80. package/dist-types/commands/GetSmsChannelCommand.d.ts +21 -0
  81. package/dist-types/commands/GetSmsTemplateCommand.d.ts +20 -0
  82. package/dist-types/commands/GetUserEndpointsCommand.d.ts +55 -0
  83. package/dist-types/commands/GetVoiceChannelCommand.d.ts +17 -0
  84. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +21 -0
  85. package/dist-types/commands/ListJourneysCommand.d.ts +388 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  87. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +21 -0
  88. package/dist-types/commands/ListTemplatesCommand.d.ts +23 -0
  89. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +21 -0
  90. package/dist-types/commands/PutEventStreamCommand.d.ts +13 -0
  91. package/dist-types/commands/PutEventsCommand.d.ts +21 -0
  92. package/dist-types/commands/RemoveAttributesCommand.d.ts +12 -0
  93. package/dist-types/commands/SendMessagesCommand.d.ts +28 -0
  94. package/dist-types/commands/SendOTPMessageCommand.d.ts +28 -0
  95. package/dist-types/commands/SendUsersMessagesCommand.d.ts +21 -0
  96. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +17 -0
  99. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +19 -0
  100. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +19 -0
  101. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +19 -0
  102. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +19 -0
  103. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +25 -0
  104. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +18 -0
  105. package/dist-types/commands/UpdateCampaignCommand.d.ts +385 -0
  106. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +22 -0
  107. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +9 -0
  108. package/dist-types/commands/UpdateEndpointCommand.d.ts +9 -0
  109. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +9 -0
  110. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +18 -0
  111. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +9 -0
  112. package/dist-types/commands/UpdateJourneyCommand.d.ts +383 -0
  113. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +383 -0
  114. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +9 -0
  115. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +21 -0
  116. package/dist-types/commands/UpdateSegmentCommand.d.ts +158 -0
  117. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +21 -0
  118. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +9 -0
  120. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +17 -0
  121. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +9 -0
  122. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
  123. 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> {