@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,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 { DeleteGcmChannelRequest, DeleteGcmChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteGcmChannelCommandInput extends DeleteGcmChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteGcmChannelCommandOutput extends DeleteGcmChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the GCM 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, DeleteGcmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteGcmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteGcmChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteGcmChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteGcmChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteGcmChannelCommand extends $Command<DeleteGcmChannelCommandInput, DeleteGcmChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteGcmChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteGcmChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGcmChannelCommandInput, DeleteGcmChannelCommandOutput>;
|
|
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 { DeleteInAppTemplateRequest, DeleteInAppTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteInAppTemplateCommandInput extends DeleteInAppTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteInAppTemplateCommandOutput extends DeleteInAppTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a message template for messages sent using the in-app message 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, DeleteInAppTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteInAppTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteInAppTemplateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteInAppTemplateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteInAppTemplateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteInAppTemplateCommand extends $Command<DeleteInAppTemplateCommandInput, DeleteInAppTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteInAppTemplateCommandInput;
|
|
28
|
+
constructor(input: DeleteInAppTemplateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInAppTemplateCommandInput, DeleteInAppTemplateCommandOutput>;
|
|
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 { DeleteJourneyRequest, DeleteJourneyResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteJourneyCommandInput extends DeleteJourneyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteJourneyCommandOutput extends DeleteJourneyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a journey 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, DeleteJourneyCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteJourneyCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteJourneyCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteJourneyCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteJourneyCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteJourneyCommand extends $Command<DeleteJourneyCommandInput, DeleteJourneyCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteJourneyCommandInput;
|
|
28
|
+
constructor(input: DeleteJourneyCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJourneyCommandInput, DeleteJourneyCommandOutput>;
|
|
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 { DeletePushTemplateRequest, DeletePushTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeletePushTemplateCommandInput extends DeletePushTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePushTemplateCommandOutput extends DeletePushTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a message template for messages that were sent through a push notification 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, DeletePushTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeletePushTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeletePushTemplateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeletePushTemplateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeletePushTemplateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeletePushTemplateCommand extends $Command<DeletePushTemplateCommandInput, DeletePushTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeletePushTemplateCommandInput;
|
|
28
|
+
constructor(input: DeletePushTemplateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePushTemplateCommandInput, DeletePushTemplateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteRecommenderConfigurationRequest, DeleteRecommenderConfigurationResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteRecommenderConfigurationCommandInput extends DeleteRecommenderConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteRecommenderConfigurationCommandOutput extends DeleteRecommenderConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an Amazon Pinpoint configuration for a recommender model.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, DeleteRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteRecommenderConfigurationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteRecommenderConfigurationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteRecommenderConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteRecommenderConfigurationCommand extends $Command<DeleteRecommenderConfigurationCommandInput, DeleteRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteRecommenderConfigurationCommandInput;
|
|
28
|
+
constructor(input: DeleteRecommenderConfigurationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecommenderConfigurationCommandInput, DeleteRecommenderConfigurationCommandOutput>;
|
|
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 { DeleteSegmentRequest, DeleteSegmentResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteSegmentCommandInput extends DeleteSegmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteSegmentCommandOutput extends DeleteSegmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a segment 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, DeleteSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteSegmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteSegmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteSegmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteSegmentCommand extends $Command<DeleteSegmentCommandInput, DeleteSegmentCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteSegmentCommandInput;
|
|
28
|
+
constructor(input: DeleteSegmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSegmentCommandInput, DeleteSegmentCommandOutput>;
|
|
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 { DeleteSmsChannelRequest, DeleteSmsChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteSmsChannelCommandInput extends DeleteSmsChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteSmsChannelCommandOutput extends DeleteSmsChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the SMS 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, DeleteSmsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteSmsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteSmsChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteSmsChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteSmsChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteSmsChannelCommand extends $Command<DeleteSmsChannelCommandInput, DeleteSmsChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteSmsChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteSmsChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSmsChannelCommandInput, DeleteSmsChannelCommandOutput>;
|
|
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 { DeleteSmsTemplateRequest, DeleteSmsTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteSmsTemplateCommandInput extends DeleteSmsTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteSmsTemplateCommandOutput extends DeleteSmsTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a message template for messages that were sent through the SMS 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, DeleteSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteSmsTemplateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteSmsTemplateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteSmsTemplateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteSmsTemplateCommand extends $Command<DeleteSmsTemplateCommandInput, DeleteSmsTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteSmsTemplateCommandInput;
|
|
28
|
+
constructor(input: DeleteSmsTemplateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSmsTemplateCommandInput, DeleteSmsTemplateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|