@aws-sdk/client-pinpoint 3.185.0 → 3.186.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +14 -0
- package/dist-es/endpoints.js +14 -0
- package/dist-types/ts3.4/Pinpoint.d.ts +840 -2033
- package/dist-types/ts3.4/PinpointClient.d.ts +263 -818
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/CreateInAppTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/CreateJourneyCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/CreatePushTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/CreateRecommenderConfigurationCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/CreateSegmentCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/CreateSmsTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/CreateVoiceTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteAdmChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeleteApnsChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteApnsSandboxChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DeleteApnsVoipChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/DeleteBaiduChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeleteEmailChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteGcmChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeleteInAppTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteJourneyCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeletePushTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteRecommenderConfigurationCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/DeleteSegmentCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeleteSmsChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/DeleteSmsTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteUserEndpointsCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteVoiceChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/DeleteVoiceTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/GetAdmChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetApnsChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetApnsSandboxChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetApnsVoipChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/GetApnsVoipSandboxChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +35 -30
- package/dist-types/ts3.4/commands/GetApplicationDateRangeKpiCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetApplicationSettingsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetAppsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetBaiduChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetCampaignActivitiesCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetCampaignDateRangeKpiCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/GetCampaignsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetJourneyDateRangeKpiCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetJourneyExecutionMetricsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetPushTemplateCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetRecommenderConfigurationCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetRecommenderConfigurationsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetSegmentCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetSegmentExportJobsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetSegmentImportJobsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/GetSegmentVersionCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/GetSegmentVersionsCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/GetSegmentsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/GetSmsChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetSmsTemplateCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetUserEndpointsCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetVoiceChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/GetVoiceTemplateCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/ListJourneysCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/PhoneNumberValidateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/PutEventStreamCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/RemoveAttributesCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/SendMessagesCommand.d.ts +35 -32
- package/dist-types/ts3.4/commands/SendOTPMessageCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/SendUsersMessagesCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -30
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -30
- package/dist-types/ts3.4/commands/UpdateAdmChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateApnsChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateApnsSandboxChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateApnsVoipChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateBaiduChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateEmailChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateEndpointsBatchCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateGcmChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateInAppTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateJourneyCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateJourneyStateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdatePushTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateRecommenderConfigurationCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateSegmentCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateSmsChannelCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/UpdateSmsTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateTemplateActiveVersionCommand.d.ts +35 -39
- package/dist-types/ts3.4/commands/UpdateVoiceChannelCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/UpdateVoiceTemplateCommand.d.ts +35 -36
- package/dist-types/ts3.4/commands/VerifyOTPMessageCommand.d.ts +35 -35
- package/dist-types/ts3.4/commands/index.d.ts +119 -119
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/PinpointServiceException.d.ts +10 -7
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6755 -2602
- package/dist-types/ts3.4/models/models_1.d.ts +2843 -1359
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +359 -1433
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.d.ts +40 -67
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +39 -68
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -10
- package/package.json +33 -33
|
@@ -1,39 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteApnsVoipSandboxChannelRequest, DeleteApnsVoipSandboxChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteApnsVoipSandboxChannelCommandInput extends DeleteApnsVoipSandboxChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteApnsVoipSandboxChannelCommandOutput extends DeleteApnsVoipSandboxChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteApnsVoipSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteApnsVoipSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteApnsVoipSandboxChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteApnsVoipSandboxChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteApnsVoipSandboxChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteApnsVoipSandboxChannelCommand extends $Command<DeleteApnsVoipSandboxChannelCommandInput, DeleteApnsVoipSandboxChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteApnsVoipSandboxChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteApnsVoipSandboxChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApnsVoipSandboxChannelCommandInput, DeleteApnsVoipSandboxChannelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteAppCommandInput extends DeleteAppRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an application.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteAppCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteAppCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteAppCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteAppCommandInput;
|
|
28
|
+
constructor(input: DeleteAppCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteBaiduChannelRequest, DeleteBaiduChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteBaiduChannelCommandInput extends DeleteBaiduChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteBaiduChannelCommandOutput extends DeleteBaiduChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the Baidu channel for an application and deletes any existing settings for the channel.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteBaiduChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteBaiduChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteBaiduChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteBaiduChannelCommand extends $Command<DeleteBaiduChannelCommandInput, DeleteBaiduChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteBaiduChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteBaiduChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBaiduChannelCommandInput, DeleteBaiduChannelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a campaign from an application.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteCampaignCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteCampaignCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteCampaignCommandInput;
|
|
28
|
+
constructor(input: DeleteCampaignCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCampaignCommandInput, DeleteCampaignCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteEmailChannelRequest, DeleteEmailChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteEmailChannelCommandInput extends DeleteEmailChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteEmailChannelCommandOutput extends DeleteEmailChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the email channel for an application and deletes any existing settings for the channel.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteEmailChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteEmailChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteEmailChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteEmailChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteEmailChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteEmailChannelCommand extends $Command<DeleteEmailChannelCommandInput, DeleteEmailChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteEmailChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteEmailChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEmailChannelCommandInput, DeleteEmailChannelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteEmailTemplateCommandInput extends DeleteEmailTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a message template for messages that were sent through the email channel.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteEmailTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteEmailTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteEmailTemplateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteEmailTemplateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteEmailTemplateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteEmailTemplateCommand extends $Command<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteEmailTemplateCommandInput;
|
|
28
|
+
constructor(input: DeleteEmailTemplateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an endpoint from an application.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteEndpointCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteEndpointCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteEndpointCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteEndpointCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteEndpointCommandInput;
|
|
28
|
+
constructor(input: DeleteEndpointCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
> {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
options?: __HttpHandlerOptions
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteEventStreamRequest, DeleteEventStreamResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteEventStreamCommandInput extends DeleteEventStreamRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteEventStreamCommandOutput extends DeleteEventStreamResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the event stream for an application.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteEventStreamCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteEventStreamCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteEventStreamCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteEventStreamCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteEventStreamCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteEventStreamCommand extends $Command<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteEventStreamCommandInput;
|
|
28
|
+
constructor(input: DeleteEventStreamCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|