@aws-sdk/client-pinpoint 3.321.1 → 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 +16 -16
|
@@ -41,6 +41,14 @@ export interface CreateVoiceTemplateCommandOutput extends CreateVoiceTemplateRes
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateVoiceTemplateCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateVoiceTemplateResponse
|
|
45
|
+
* // CreateTemplateMessageBody: { // CreateTemplateMessageBody
|
|
46
|
+
* // Arn: "STRING_VALUE",
|
|
47
|
+
* // Message: "STRING_VALUE",
|
|
48
|
+
* // RequestID: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
44
52
|
* ```
|
|
45
53
|
*
|
|
46
54
|
* @param CreateVoiceTemplateCommandInput - {@link CreateVoiceTemplateCommandInput}
|
|
@@ -64,6 +72,8 @@ export interface CreateVoiceTemplateCommandOutput extends CreateVoiceTemplateRes
|
|
|
64
72
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
65
73
|
* <p>Provides information about an API request or response.</p>
|
|
66
74
|
*
|
|
75
|
+
* @throws {@link PinpointServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
67
77
|
*
|
|
68
78
|
*/
|
|
69
79
|
export declare class CreateVoiceTemplateCommand extends $Command<CreateVoiceTemplateCommandInput, CreateVoiceTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,21 @@ export interface DeleteAdmChannelCommandOutput extends DeleteAdmChannelResponse,
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAdmChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteAdmChannelResponse
|
|
35
|
+
* // ADMChannelResponse: { // ADMChannelResponse
|
|
36
|
+
* // ApplicationId: "STRING_VALUE",
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // Enabled: true || false,
|
|
39
|
+
* // HasCredential: true || false,
|
|
40
|
+
* // Id: "STRING_VALUE",
|
|
41
|
+
* // IsArchived: true || false,
|
|
42
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
43
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
44
|
+
* // Platform: "STRING_VALUE", // required
|
|
45
|
+
* // Version: Number("int"),
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
34
49
|
* ```
|
|
35
50
|
*
|
|
36
51
|
* @param DeleteAdmChannelCommandInput - {@link DeleteAdmChannelCommandInput}
|
|
@@ -60,6 +75,8 @@ export interface DeleteAdmChannelCommandOutput extends DeleteAdmChannelResponse,
|
|
|
60
75
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
76
|
* <p>Provides information about an API request or response.</p>
|
|
62
77
|
*
|
|
78
|
+
* @throws {@link PinpointServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
80
|
*
|
|
64
81
|
*/
|
|
65
82
|
export declare class DeleteAdmChannelCommand extends $Command<DeleteAdmChannelCommandInput, DeleteAdmChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,23 @@ export interface DeleteApnsChannelCommandOutput extends DeleteApnsChannelRespons
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteApnsChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteApnsChannelResponse
|
|
35
|
+
* // APNSChannelResponse: { // APNSChannelResponse
|
|
36
|
+
* // ApplicationId: "STRING_VALUE",
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
39
|
+
* // Enabled: true || false,
|
|
40
|
+
* // HasCredential: true || false,
|
|
41
|
+
* // HasTokenKey: true || false,
|
|
42
|
+
* // Id: "STRING_VALUE",
|
|
43
|
+
* // IsArchived: true || false,
|
|
44
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
45
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
46
|
+
* // Platform: "STRING_VALUE", // required
|
|
47
|
+
* // Version: Number("int"),
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
34
51
|
* ```
|
|
35
52
|
*
|
|
36
53
|
* @param DeleteApnsChannelCommandInput - {@link DeleteApnsChannelCommandInput}
|
|
@@ -60,6 +77,8 @@ export interface DeleteApnsChannelCommandOutput extends DeleteApnsChannelRespons
|
|
|
60
77
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
78
|
* <p>Provides information about an API request or response.</p>
|
|
62
79
|
*
|
|
80
|
+
* @throws {@link PinpointServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
82
|
*
|
|
64
83
|
*/
|
|
65
84
|
export declare class DeleteApnsChannelCommand extends $Command<DeleteApnsChannelCommandInput, DeleteApnsChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,23 @@ export interface DeleteApnsSandboxChannelCommandOutput extends DeleteApnsSandbox
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteApnsSandboxChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteApnsSandboxChannelResponse
|
|
35
|
+
* // APNSSandboxChannelResponse: { // APNSSandboxChannelResponse
|
|
36
|
+
* // ApplicationId: "STRING_VALUE",
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
39
|
+
* // Enabled: true || false,
|
|
40
|
+
* // HasCredential: true || false,
|
|
41
|
+
* // HasTokenKey: true || false,
|
|
42
|
+
* // Id: "STRING_VALUE",
|
|
43
|
+
* // IsArchived: true || false,
|
|
44
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
45
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
46
|
+
* // Platform: "STRING_VALUE", // required
|
|
47
|
+
* // Version: Number("int"),
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
34
51
|
* ```
|
|
35
52
|
*
|
|
36
53
|
* @param DeleteApnsSandboxChannelCommandInput - {@link DeleteApnsSandboxChannelCommandInput}
|
|
@@ -60,6 +77,8 @@ export interface DeleteApnsSandboxChannelCommandOutput extends DeleteApnsSandbox
|
|
|
60
77
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
78
|
* <p>Provides information about an API request or response.</p>
|
|
62
79
|
*
|
|
80
|
+
* @throws {@link PinpointServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
82
|
*
|
|
64
83
|
*/
|
|
65
84
|
export declare class DeleteApnsSandboxChannelCommand extends $Command<DeleteApnsSandboxChannelCommandInput, DeleteApnsSandboxChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,23 @@ export interface DeleteApnsVoipChannelCommandOutput extends DeleteApnsVoipChanne
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteApnsVoipChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteApnsVoipChannelResponse
|
|
35
|
+
* // APNSVoipChannelResponse: { // APNSVoipChannelResponse
|
|
36
|
+
* // ApplicationId: "STRING_VALUE",
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
39
|
+
* // Enabled: true || false,
|
|
40
|
+
* // HasCredential: true || false,
|
|
41
|
+
* // HasTokenKey: true || false,
|
|
42
|
+
* // Id: "STRING_VALUE",
|
|
43
|
+
* // IsArchived: true || false,
|
|
44
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
45
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
46
|
+
* // Platform: "STRING_VALUE", // required
|
|
47
|
+
* // Version: Number("int"),
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
34
51
|
* ```
|
|
35
52
|
*
|
|
36
53
|
* @param DeleteApnsVoipChannelCommandInput - {@link DeleteApnsVoipChannelCommandInput}
|
|
@@ -60,6 +77,8 @@ export interface DeleteApnsVoipChannelCommandOutput extends DeleteApnsVoipChanne
|
|
|
60
77
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
78
|
* <p>Provides information about an API request or response.</p>
|
|
62
79
|
*
|
|
80
|
+
* @throws {@link PinpointServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
82
|
*
|
|
64
83
|
*/
|
|
65
84
|
export declare class DeleteApnsVoipChannelCommand extends $Command<DeleteApnsVoipChannelCommandInput, DeleteApnsVoipChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,23 @@ export interface DeleteApnsVoipSandboxChannelCommandOutput extends DeleteApnsVoi
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteApnsVoipSandboxChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteApnsVoipSandboxChannelResponse
|
|
35
|
+
* // APNSVoipSandboxChannelResponse: { // APNSVoipSandboxChannelResponse
|
|
36
|
+
* // ApplicationId: "STRING_VALUE",
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // DefaultAuthenticationMethod: "STRING_VALUE",
|
|
39
|
+
* // Enabled: true || false,
|
|
40
|
+
* // HasCredential: true || false,
|
|
41
|
+
* // HasTokenKey: true || false,
|
|
42
|
+
* // Id: "STRING_VALUE",
|
|
43
|
+
* // IsArchived: true || false,
|
|
44
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
45
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
46
|
+
* // Platform: "STRING_VALUE", // required
|
|
47
|
+
* // Version: Number("int"),
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
34
51
|
* ```
|
|
35
52
|
*
|
|
36
53
|
* @param DeleteApnsVoipSandboxChannelCommandInput - {@link DeleteApnsVoipSandboxChannelCommandInput}
|
|
@@ -60,6 +77,8 @@ export interface DeleteApnsVoipSandboxChannelCommandOutput extends DeleteApnsVoi
|
|
|
60
77
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
78
|
* <p>Provides information about an API request or response.</p>
|
|
62
79
|
*
|
|
80
|
+
* @throws {@link PinpointServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
82
|
*
|
|
64
83
|
*/
|
|
65
84
|
export declare class DeleteApnsVoipSandboxChannelCommand extends $Command<DeleteApnsVoipSandboxChannelCommandInput, DeleteApnsVoipSandboxChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,18 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAppCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteAppResponse
|
|
35
|
+
* // ApplicationResponse: { // ApplicationResponse
|
|
36
|
+
* // Arn: "STRING_VALUE", // required
|
|
37
|
+
* // Id: "STRING_VALUE", // required
|
|
38
|
+
* // Name: "STRING_VALUE", // required
|
|
39
|
+
* // tags: { // MapOf__string
|
|
40
|
+
* // "<keys>": "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // CreationDate: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
34
46
|
* ```
|
|
35
47
|
*
|
|
36
48
|
* @param DeleteAppCommandInput - {@link DeleteAppCommandInput}
|
|
@@ -60,6 +72,8 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
|
|
|
60
72
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
73
|
* <p>Provides information about an API request or response.</p>
|
|
62
74
|
*
|
|
75
|
+
* @throws {@link PinpointServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
77
|
*
|
|
64
78
|
*/
|
|
65
79
|
export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -31,6 +31,22 @@ export interface DeleteBaiduChannelCommandOutput extends DeleteBaiduChannelRespo
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBaiduChannelCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteBaiduChannelResponse
|
|
35
|
+
* // BaiduChannelResponse: { // BaiduChannelResponse
|
|
36
|
+
* // ApplicationId: "STRING_VALUE",
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // Credential: "STRING_VALUE", // required
|
|
39
|
+
* // Enabled: true || false,
|
|
40
|
+
* // HasCredential: true || false,
|
|
41
|
+
* // Id: "STRING_VALUE",
|
|
42
|
+
* // IsArchived: true || false,
|
|
43
|
+
* // LastModifiedBy: "STRING_VALUE",
|
|
44
|
+
* // LastModifiedDate: "STRING_VALUE",
|
|
45
|
+
* // Platform: "STRING_VALUE", // required
|
|
46
|
+
* // Version: Number("int"),
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
34
50
|
* ```
|
|
35
51
|
*
|
|
36
52
|
* @param DeleteBaiduChannelCommandInput - {@link DeleteBaiduChannelCommandInput}
|
|
@@ -60,6 +76,8 @@ export interface DeleteBaiduChannelCommandOutput extends DeleteBaiduChannelRespo
|
|
|
60
76
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
77
|
* <p>Provides information about an API request or response.</p>
|
|
62
78
|
*
|
|
79
|
+
* @throws {@link PinpointServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
63
81
|
*
|
|
64
82
|
*/
|
|
65
83
|
export declare class DeleteBaiduChannelCommand extends $Command<DeleteBaiduChannelCommandInput, DeleteBaiduChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
@@ -32,6 +32,389 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteCampaignCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteCampaignResponse
|
|
36
|
+
* // CampaignResponse: { // CampaignResponse
|
|
37
|
+
* // AdditionalTreatments: [ // ListOfTreatmentResource
|
|
38
|
+
* // { // TreatmentResource
|
|
39
|
+
* // CustomDeliveryConfiguration: { // CustomDeliveryConfiguration
|
|
40
|
+
* // DeliveryUri: "STRING_VALUE", // required
|
|
41
|
+
* // EndpointTypes: [ // ListOf__EndpointTypesElement
|
|
42
|
+
* // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
|
|
43
|
+
* // ],
|
|
44
|
+
* // },
|
|
45
|
+
* // Id: "STRING_VALUE", // required
|
|
46
|
+
* // MessageConfiguration: { // MessageConfiguration
|
|
47
|
+
* // ADMMessage: { // Message
|
|
48
|
+
* // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
|
|
49
|
+
* // Body: "STRING_VALUE",
|
|
50
|
+
* // ImageIconUrl: "STRING_VALUE",
|
|
51
|
+
* // ImageSmallIconUrl: "STRING_VALUE",
|
|
52
|
+
* // ImageUrl: "STRING_VALUE",
|
|
53
|
+
* // JsonBody: "STRING_VALUE",
|
|
54
|
+
* // MediaUrl: "STRING_VALUE",
|
|
55
|
+
* // RawContent: "STRING_VALUE",
|
|
56
|
+
* // SilentPush: true || false,
|
|
57
|
+
* // TimeToLive: Number("int"),
|
|
58
|
+
* // Title: "STRING_VALUE",
|
|
59
|
+
* // Url: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // APNSMessage: {
|
|
62
|
+
* // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
|
|
63
|
+
* // Body: "STRING_VALUE",
|
|
64
|
+
* // ImageIconUrl: "STRING_VALUE",
|
|
65
|
+
* // ImageSmallIconUrl: "STRING_VALUE",
|
|
66
|
+
* // ImageUrl: "STRING_VALUE",
|
|
67
|
+
* // JsonBody: "STRING_VALUE",
|
|
68
|
+
* // MediaUrl: "STRING_VALUE",
|
|
69
|
+
* // RawContent: "STRING_VALUE",
|
|
70
|
+
* // SilentPush: true || false,
|
|
71
|
+
* // TimeToLive: Number("int"),
|
|
72
|
+
* // Title: "STRING_VALUE",
|
|
73
|
+
* // Url: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // BaiduMessage: {
|
|
76
|
+
* // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
|
|
77
|
+
* // Body: "STRING_VALUE",
|
|
78
|
+
* // ImageIconUrl: "STRING_VALUE",
|
|
79
|
+
* // ImageSmallIconUrl: "STRING_VALUE",
|
|
80
|
+
* // ImageUrl: "STRING_VALUE",
|
|
81
|
+
* // JsonBody: "STRING_VALUE",
|
|
82
|
+
* // MediaUrl: "STRING_VALUE",
|
|
83
|
+
* // RawContent: "STRING_VALUE",
|
|
84
|
+
* // SilentPush: true || false,
|
|
85
|
+
* // TimeToLive: Number("int"),
|
|
86
|
+
* // Title: "STRING_VALUE",
|
|
87
|
+
* // Url: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // CustomMessage: { // CampaignCustomMessage
|
|
90
|
+
* // Data: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // DefaultMessage: {
|
|
93
|
+
* // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
|
|
94
|
+
* // Body: "STRING_VALUE",
|
|
95
|
+
* // ImageIconUrl: "STRING_VALUE",
|
|
96
|
+
* // ImageSmallIconUrl: "STRING_VALUE",
|
|
97
|
+
* // ImageUrl: "STRING_VALUE",
|
|
98
|
+
* // JsonBody: "STRING_VALUE",
|
|
99
|
+
* // MediaUrl: "STRING_VALUE",
|
|
100
|
+
* // RawContent: "STRING_VALUE",
|
|
101
|
+
* // SilentPush: true || false,
|
|
102
|
+
* // TimeToLive: Number("int"),
|
|
103
|
+
* // Title: "STRING_VALUE",
|
|
104
|
+
* // Url: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // EmailMessage: { // CampaignEmailMessage
|
|
107
|
+
* // Body: "STRING_VALUE",
|
|
108
|
+
* // FromAddress: "STRING_VALUE",
|
|
109
|
+
* // HtmlBody: "STRING_VALUE",
|
|
110
|
+
* // Title: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // GCMMessage: {
|
|
113
|
+
* // Action: "OPEN_APP" || "DEEP_LINK" || "URL",
|
|
114
|
+
* // Body: "STRING_VALUE",
|
|
115
|
+
* // ImageIconUrl: "STRING_VALUE",
|
|
116
|
+
* // ImageSmallIconUrl: "STRING_VALUE",
|
|
117
|
+
* // ImageUrl: "STRING_VALUE",
|
|
118
|
+
* // JsonBody: "STRING_VALUE",
|
|
119
|
+
* // MediaUrl: "STRING_VALUE",
|
|
120
|
+
* // RawContent: "STRING_VALUE",
|
|
121
|
+
* // SilentPush: true || false,
|
|
122
|
+
* // TimeToLive: Number("int"),
|
|
123
|
+
* // Title: "STRING_VALUE",
|
|
124
|
+
* // Url: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // SMSMessage: { // CampaignSmsMessage
|
|
127
|
+
* // Body: "STRING_VALUE",
|
|
128
|
+
* // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
|
|
129
|
+
* // OriginationNumber: "STRING_VALUE",
|
|
130
|
+
* // SenderId: "STRING_VALUE",
|
|
131
|
+
* // EntityId: "STRING_VALUE",
|
|
132
|
+
* // TemplateId: "STRING_VALUE",
|
|
133
|
+
* // },
|
|
134
|
+
* // InAppMessage: { // CampaignInAppMessage
|
|
135
|
+
* // Body: "STRING_VALUE",
|
|
136
|
+
* // Content: [ // ListOfInAppMessageContent
|
|
137
|
+
* // { // InAppMessageContent
|
|
138
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
139
|
+
* // BodyConfig: { // InAppMessageBodyConfig
|
|
140
|
+
* // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
|
|
141
|
+
* // Body: "STRING_VALUE", // required
|
|
142
|
+
* // TextColor: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // HeaderConfig: { // InAppMessageHeaderConfig
|
|
145
|
+
* // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
|
|
146
|
+
* // Header: "STRING_VALUE", // required
|
|
147
|
+
* // TextColor: "STRING_VALUE", // required
|
|
148
|
+
* // },
|
|
149
|
+
* // ImageUrl: "STRING_VALUE",
|
|
150
|
+
* // PrimaryBtn: { // InAppMessageButton
|
|
151
|
+
* // Android: { // OverrideButtonConfiguration
|
|
152
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
153
|
+
* // Link: "STRING_VALUE",
|
|
154
|
+
* // },
|
|
155
|
+
* // DefaultConfig: { // DefaultButtonConfiguration
|
|
156
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
157
|
+
* // BorderRadius: Number("int"),
|
|
158
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
159
|
+
* // Link: "STRING_VALUE",
|
|
160
|
+
* // Text: "STRING_VALUE", // required
|
|
161
|
+
* // TextColor: "STRING_VALUE",
|
|
162
|
+
* // },
|
|
163
|
+
* // IOS: {
|
|
164
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
165
|
+
* // Link: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // Web: {
|
|
168
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
169
|
+
* // Link: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // },
|
|
172
|
+
* // SecondaryBtn: {
|
|
173
|
+
* // Android: {
|
|
174
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
175
|
+
* // Link: "STRING_VALUE",
|
|
176
|
+
* // },
|
|
177
|
+
* // DefaultConfig: {
|
|
178
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
179
|
+
* // BorderRadius: Number("int"),
|
|
180
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
181
|
+
* // Link: "STRING_VALUE",
|
|
182
|
+
* // Text: "STRING_VALUE", // required
|
|
183
|
+
* // TextColor: "STRING_VALUE",
|
|
184
|
+
* // },
|
|
185
|
+
* // IOS: {
|
|
186
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
187
|
+
* // Link: "STRING_VALUE",
|
|
188
|
+
* // },
|
|
189
|
+
* // Web: "<OverrideButtonConfiguration>",
|
|
190
|
+
* // },
|
|
191
|
+
* // },
|
|
192
|
+
* // ],
|
|
193
|
+
* // CustomConfig: { // MapOf__string
|
|
194
|
+
* // "<keys>": "STRING_VALUE",
|
|
195
|
+
* // },
|
|
196
|
+
* // Layout: "BOTTOM_BANNER" || "TOP_BANNER" || "OVERLAYS" || "MOBILE_FEED" || "MIDDLE_BANNER" || "CAROUSEL",
|
|
197
|
+
* // },
|
|
198
|
+
* // },
|
|
199
|
+
* // Schedule: { // Schedule
|
|
200
|
+
* // EndTime: "STRING_VALUE",
|
|
201
|
+
* // EventFilter: { // CampaignEventFilter
|
|
202
|
+
* // Dimensions: { // EventDimensions
|
|
203
|
+
* // Attributes: { // MapOfAttributeDimension
|
|
204
|
+
* // "<keys>": { // AttributeDimension
|
|
205
|
+
* // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
|
|
206
|
+
* // Values: [ // ListOf__string // required
|
|
207
|
+
* // "STRING_VALUE",
|
|
208
|
+
* // ],
|
|
209
|
+
* // },
|
|
210
|
+
* // },
|
|
211
|
+
* // EventType: { // SetDimension
|
|
212
|
+
* // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
|
|
213
|
+
* // Values: [ // required
|
|
214
|
+
* // "STRING_VALUE",
|
|
215
|
+
* // ],
|
|
216
|
+
* // },
|
|
217
|
+
* // Metrics: { // MapOfMetricDimension
|
|
218
|
+
* // "<keys>": { // MetricDimension
|
|
219
|
+
* // ComparisonOperator: "STRING_VALUE", // required
|
|
220
|
+
* // Value: Number("double"), // required
|
|
221
|
+
* // },
|
|
222
|
+
* // },
|
|
223
|
+
* // },
|
|
224
|
+
* // FilterType: "SYSTEM" || "ENDPOINT", // required
|
|
225
|
+
* // },
|
|
226
|
+
* // Frequency: "ONCE" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY" || "EVENT" || "IN_APP_EVENT",
|
|
227
|
+
* // IsLocalTime: true || false,
|
|
228
|
+
* // QuietTime: { // QuietTime
|
|
229
|
+
* // End: "STRING_VALUE",
|
|
230
|
+
* // Start: "STRING_VALUE",
|
|
231
|
+
* // },
|
|
232
|
+
* // StartTime: "STRING_VALUE", // required
|
|
233
|
+
* // Timezone: "STRING_VALUE",
|
|
234
|
+
* // },
|
|
235
|
+
* // SizePercent: Number("int"), // required
|
|
236
|
+
* // State: { // CampaignState
|
|
237
|
+
* // CampaignStatus: "SCHEDULED" || "EXECUTING" || "PENDING_NEXT_RUN" || "COMPLETED" || "PAUSED" || "DELETED" || "INVALID",
|
|
238
|
+
* // },
|
|
239
|
+
* // TemplateConfiguration: { // TemplateConfiguration
|
|
240
|
+
* // EmailTemplate: { // Template
|
|
241
|
+
* // Name: "STRING_VALUE",
|
|
242
|
+
* // Version: "STRING_VALUE",
|
|
243
|
+
* // },
|
|
244
|
+
* // PushTemplate: {
|
|
245
|
+
* // Name: "STRING_VALUE",
|
|
246
|
+
* // Version: "STRING_VALUE",
|
|
247
|
+
* // },
|
|
248
|
+
* // SMSTemplate: {
|
|
249
|
+
* // Name: "STRING_VALUE",
|
|
250
|
+
* // Version: "STRING_VALUE",
|
|
251
|
+
* // },
|
|
252
|
+
* // VoiceTemplate: {
|
|
253
|
+
* // Name: "STRING_VALUE",
|
|
254
|
+
* // Version: "STRING_VALUE",
|
|
255
|
+
* // },
|
|
256
|
+
* // },
|
|
257
|
+
* // TreatmentDescription: "STRING_VALUE",
|
|
258
|
+
* // TreatmentName: "STRING_VALUE",
|
|
259
|
+
* // },
|
|
260
|
+
* // ],
|
|
261
|
+
* // ApplicationId: "STRING_VALUE", // required
|
|
262
|
+
* // Arn: "STRING_VALUE", // required
|
|
263
|
+
* // CreationDate: "STRING_VALUE", // required
|
|
264
|
+
* // CustomDeliveryConfiguration: {
|
|
265
|
+
* // DeliveryUri: "STRING_VALUE", // required
|
|
266
|
+
* // EndpointTypes: [
|
|
267
|
+
* // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
|
|
268
|
+
* // ],
|
|
269
|
+
* // },
|
|
270
|
+
* // DefaultState: {
|
|
271
|
+
* // CampaignStatus: "SCHEDULED" || "EXECUTING" || "PENDING_NEXT_RUN" || "COMPLETED" || "PAUSED" || "DELETED" || "INVALID",
|
|
272
|
+
* // },
|
|
273
|
+
* // Description: "STRING_VALUE",
|
|
274
|
+
* // HoldoutPercent: Number("int"),
|
|
275
|
+
* // Hook: { // CampaignHook
|
|
276
|
+
* // LambdaFunctionName: "STRING_VALUE",
|
|
277
|
+
* // Mode: "DELIVERY" || "FILTER",
|
|
278
|
+
* // WebUrl: "STRING_VALUE",
|
|
279
|
+
* // },
|
|
280
|
+
* // Id: "STRING_VALUE", // required
|
|
281
|
+
* // IsPaused: true || false,
|
|
282
|
+
* // LastModifiedDate: "STRING_VALUE", // required
|
|
283
|
+
* // Limits: { // CampaignLimits
|
|
284
|
+
* // Daily: Number("int"),
|
|
285
|
+
* // MaximumDuration: Number("int"),
|
|
286
|
+
* // MessagesPerSecond: Number("int"),
|
|
287
|
+
* // Total: Number("int"),
|
|
288
|
+
* // Session: Number("int"),
|
|
289
|
+
* // },
|
|
290
|
+
* // MessageConfiguration: {
|
|
291
|
+
* // ADMMessage: "<Message>",
|
|
292
|
+
* // APNSMessage: "<Message>",
|
|
293
|
+
* // BaiduMessage: "<Message>",
|
|
294
|
+
* // CustomMessage: {
|
|
295
|
+
* // Data: "STRING_VALUE",
|
|
296
|
+
* // },
|
|
297
|
+
* // DefaultMessage: "<Message>",
|
|
298
|
+
* // EmailMessage: {
|
|
299
|
+
* // Body: "STRING_VALUE",
|
|
300
|
+
* // FromAddress: "STRING_VALUE",
|
|
301
|
+
* // HtmlBody: "STRING_VALUE",
|
|
302
|
+
* // Title: "STRING_VALUE",
|
|
303
|
+
* // },
|
|
304
|
+
* // GCMMessage: "<Message>",
|
|
305
|
+
* // SMSMessage: {
|
|
306
|
+
* // Body: "STRING_VALUE",
|
|
307
|
+
* // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
|
|
308
|
+
* // OriginationNumber: "STRING_VALUE",
|
|
309
|
+
* // SenderId: "STRING_VALUE",
|
|
310
|
+
* // EntityId: "STRING_VALUE",
|
|
311
|
+
* // TemplateId: "STRING_VALUE",
|
|
312
|
+
* // },
|
|
313
|
+
* // InAppMessage: {
|
|
314
|
+
* // Body: "STRING_VALUE",
|
|
315
|
+
* // Content: [
|
|
316
|
+
* // {
|
|
317
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
318
|
+
* // BodyConfig: {
|
|
319
|
+
* // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
|
|
320
|
+
* // Body: "STRING_VALUE", // required
|
|
321
|
+
* // TextColor: "STRING_VALUE", // required
|
|
322
|
+
* // },
|
|
323
|
+
* // HeaderConfig: {
|
|
324
|
+
* // Alignment: "LEFT" || "CENTER" || "RIGHT", // required
|
|
325
|
+
* // Header: "STRING_VALUE", // required
|
|
326
|
+
* // TextColor: "STRING_VALUE", // required
|
|
327
|
+
* // },
|
|
328
|
+
* // ImageUrl: "STRING_VALUE",
|
|
329
|
+
* // PrimaryBtn: {
|
|
330
|
+
* // Android: "<OverrideButtonConfiguration>",
|
|
331
|
+
* // DefaultConfig: {
|
|
332
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
333
|
+
* // BorderRadius: Number("int"),
|
|
334
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
335
|
+
* // Link: "STRING_VALUE",
|
|
336
|
+
* // Text: "STRING_VALUE", // required
|
|
337
|
+
* // TextColor: "STRING_VALUE",
|
|
338
|
+
* // },
|
|
339
|
+
* // IOS: "<OverrideButtonConfiguration>",
|
|
340
|
+
* // Web: "<OverrideButtonConfiguration>",
|
|
341
|
+
* // },
|
|
342
|
+
* // SecondaryBtn: {
|
|
343
|
+
* // Android: "<OverrideButtonConfiguration>",
|
|
344
|
+
* // DefaultConfig: {
|
|
345
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
346
|
+
* // BorderRadius: Number("int"),
|
|
347
|
+
* // ButtonAction: "LINK" || "DEEP_LINK" || "CLOSE", // required
|
|
348
|
+
* // Link: "STRING_VALUE",
|
|
349
|
+
* // Text: "STRING_VALUE", // required
|
|
350
|
+
* // TextColor: "STRING_VALUE",
|
|
351
|
+
* // },
|
|
352
|
+
* // IOS: "<OverrideButtonConfiguration>",
|
|
353
|
+
* // Web: "<OverrideButtonConfiguration>",
|
|
354
|
+
* // },
|
|
355
|
+
* // },
|
|
356
|
+
* // ],
|
|
357
|
+
* // CustomConfig: {
|
|
358
|
+
* // "<keys>": "STRING_VALUE",
|
|
359
|
+
* // },
|
|
360
|
+
* // Layout: "BOTTOM_BANNER" || "TOP_BANNER" || "OVERLAYS" || "MOBILE_FEED" || "MIDDLE_BANNER" || "CAROUSEL",
|
|
361
|
+
* // },
|
|
362
|
+
* // },
|
|
363
|
+
* // Name: "STRING_VALUE",
|
|
364
|
+
* // Schedule: {
|
|
365
|
+
* // EndTime: "STRING_VALUE",
|
|
366
|
+
* // EventFilter: {
|
|
367
|
+
* // Dimensions: {
|
|
368
|
+
* // Attributes: {
|
|
369
|
+
* // "<keys>": {
|
|
370
|
+
* // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
|
|
371
|
+
* // Values: "<ListOf__string>", // required
|
|
372
|
+
* // },
|
|
373
|
+
* // },
|
|
374
|
+
* // EventType: {
|
|
375
|
+
* // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
|
|
376
|
+
* // Values: "<ListOf__string>", // required
|
|
377
|
+
* // },
|
|
378
|
+
* // Metrics: {
|
|
379
|
+
* // "<keys>": {
|
|
380
|
+
* // ComparisonOperator: "STRING_VALUE", // required
|
|
381
|
+
* // Value: Number("double"), // required
|
|
382
|
+
* // },
|
|
383
|
+
* // },
|
|
384
|
+
* // },
|
|
385
|
+
* // FilterType: "SYSTEM" || "ENDPOINT", // required
|
|
386
|
+
* // },
|
|
387
|
+
* // Frequency: "ONCE" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY" || "EVENT" || "IN_APP_EVENT",
|
|
388
|
+
* // IsLocalTime: true || false,
|
|
389
|
+
* // QuietTime: {
|
|
390
|
+
* // End: "STRING_VALUE",
|
|
391
|
+
* // Start: "STRING_VALUE",
|
|
392
|
+
* // },
|
|
393
|
+
* // StartTime: "STRING_VALUE", // required
|
|
394
|
+
* // Timezone: "STRING_VALUE",
|
|
395
|
+
* // },
|
|
396
|
+
* // SegmentId: "STRING_VALUE", // required
|
|
397
|
+
* // SegmentVersion: Number("int"), // required
|
|
398
|
+
* // State: {
|
|
399
|
+
* // CampaignStatus: "SCHEDULED" || "EXECUTING" || "PENDING_NEXT_RUN" || "COMPLETED" || "PAUSED" || "DELETED" || "INVALID",
|
|
400
|
+
* // },
|
|
401
|
+
* // tags: "<MapOf__string>",
|
|
402
|
+
* // TemplateConfiguration: {
|
|
403
|
+
* // EmailTemplate: {
|
|
404
|
+
* // Name: "STRING_VALUE",
|
|
405
|
+
* // Version: "STRING_VALUE",
|
|
406
|
+
* // },
|
|
407
|
+
* // PushTemplate: "<Template>",
|
|
408
|
+
* // SMSTemplate: "<Template>",
|
|
409
|
+
* // VoiceTemplate: "<Template>",
|
|
410
|
+
* // },
|
|
411
|
+
* // TreatmentDescription: "STRING_VALUE",
|
|
412
|
+
* // TreatmentName: "STRING_VALUE",
|
|
413
|
+
* // Version: Number("int"),
|
|
414
|
+
* // Priority: Number("int"),
|
|
415
|
+
* // },
|
|
416
|
+
* // };
|
|
417
|
+
*
|
|
35
418
|
* ```
|
|
36
419
|
*
|
|
37
420
|
* @param DeleteCampaignCommandInput - {@link DeleteCampaignCommandInput}
|
|
@@ -61,6 +444,8 @@ export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __M
|
|
|
61
444
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
62
445
|
* <p>Provides information about an API request or response.</p>
|
|
63
446
|
*
|
|
447
|
+
* @throws {@link PinpointServiceException}
|
|
448
|
+
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
64
449
|
*
|
|
65
450
|
*/
|
|
66
451
|
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PinpointClientResolvedConfig> {
|