@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 { CreateRecommenderConfigurationRequest, CreateRecommenderConfigurationResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface CreateRecommenderConfigurationCommandInput extends CreateRecommenderConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateRecommenderConfigurationCommandOutput extends CreateRecommenderConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates 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, CreateRecommenderConfigurationCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, CreateRecommenderConfigurationCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new CreateRecommenderConfigurationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateRecommenderConfigurationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateRecommenderConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateRecommenderConfigurationCommand extends $Command<CreateRecommenderConfigurationCommandInput, CreateRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateRecommenderConfigurationCommandInput;
|
|
28
|
+
constructor(input: CreateRecommenderConfigurationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecommenderConfigurationCommandInput, CreateRecommenderConfigurationCommandOutput>;
|
|
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 { CreateSegmentRequest, CreateSegmentResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface CreateSegmentCommandInput extends CreateSegmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSegmentCommandOutput extends CreateSegmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with 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, CreateSegmentCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, CreateSegmentCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new CreateSegmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateSegmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateSegmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateSegmentCommand extends $Command<CreateSegmentCommandInput, CreateSegmentCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateSegmentCommandInput;
|
|
28
|
+
constructor(input: CreateSegmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSegmentCommandInput, CreateSegmentCommandOutput>;
|
|
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 { CreateSmsTemplateRequest, CreateSmsTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface CreateSmsTemplateCommandInput extends CreateSmsTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSmsTemplateCommandOutput extends CreateSmsTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a message template for messages that are 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, CreateSmsTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, CreateSmsTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new CreateSmsTemplateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateSmsTemplateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateSmsTemplateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateSmsTemplateCommand extends $Command<CreateSmsTemplateCommandInput, CreateSmsTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateSmsTemplateCommandInput;
|
|
28
|
+
constructor(input: CreateSmsTemplateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSmsTemplateCommandInput, CreateSmsTemplateCommandOutput>;
|
|
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 { CreateVoiceTemplateRequest, CreateVoiceTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface CreateVoiceTemplateCommandInput extends CreateVoiceTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateVoiceTemplateCommandOutput extends CreateVoiceTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a message template for messages that are sent through the voice 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, CreateVoiceTemplateCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, CreateVoiceTemplateCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new CreateVoiceTemplateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateVoiceTemplateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateVoiceTemplateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateVoiceTemplateCommand extends $Command<CreateVoiceTemplateCommandInput, CreateVoiceTemplateCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateVoiceTemplateCommandInput;
|
|
28
|
+
constructor(input: CreateVoiceTemplateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVoiceTemplateCommandInput, CreateVoiceTemplateCommandOutput>;
|
|
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 { DeleteAdmChannelRequest, DeleteAdmChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteAdmChannelCommandInput extends DeleteAdmChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAdmChannelCommandOutput extends DeleteAdmChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the ADM 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, DeleteAdmChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteAdmChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteAdmChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteAdmChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteAdmChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteAdmChannelCommand extends $Command<DeleteAdmChannelCommandInput, DeleteAdmChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteAdmChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteAdmChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAdmChannelCommandInput, DeleteAdmChannelCommandOutput>;
|
|
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 { DeleteApnsChannelRequest, DeleteApnsChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteApnsChannelCommandInput extends DeleteApnsChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteApnsChannelCommandOutput extends DeleteApnsChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the APNs 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, DeleteApnsChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteApnsChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteApnsChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteApnsChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteApnsChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteApnsChannelCommand extends $Command<DeleteApnsChannelCommandInput, DeleteApnsChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteApnsChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteApnsChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApnsChannelCommandInput, DeleteApnsChannelCommandOutput>;
|
|
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 { DeleteApnsSandboxChannelRequest, DeleteApnsSandboxChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteApnsSandboxChannelCommandInput extends DeleteApnsSandboxChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteApnsSandboxChannelCommandOutput extends DeleteApnsSandboxChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the APNs 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, DeleteApnsSandboxChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteApnsSandboxChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteApnsSandboxChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteApnsSandboxChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteApnsSandboxChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteApnsSandboxChannelCommand extends $Command<DeleteApnsSandboxChannelCommandInput, DeleteApnsSandboxChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteApnsSandboxChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteApnsSandboxChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApnsSandboxChannelCommandInput, DeleteApnsSandboxChannelCommandOutput>;
|
|
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 { DeleteApnsVoipChannelRequest, DeleteApnsVoipChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface DeleteApnsVoipChannelCommandInput extends DeleteApnsVoipChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteApnsVoipChannelCommandOutput extends DeleteApnsVoipChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Disables the APNs VoIP 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, DeleteApnsVoipChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, DeleteApnsVoipChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new DeleteApnsVoipChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteApnsVoipChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteApnsVoipChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteApnsVoipChannelCommand extends $Command<DeleteApnsVoipChannelCommandInput, DeleteApnsVoipChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteApnsVoipChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteApnsVoipChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApnsVoipChannelCommandInput, DeleteApnsVoipChannelCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|