@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,30 +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
|
-
|
|
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 { GetAppRequest, GetAppResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetAppCommandInput extends GetAppRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetAppCommandOutput extends GetAppResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about 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, GetAppCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetAppCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetAppCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetAppCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetAppCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetAppCommand extends $Command<GetAppCommandInput, GetAppCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetAppCommandInput;
|
|
28
|
+
constructor(input: GetAppCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppCommandInput, GetAppCommandOutput>;
|
|
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 { GetApplicationDateRangeKpiRequest, GetApplicationDateRangeKpiResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetApplicationDateRangeKpiCommandInput extends GetApplicationDateRangeKpiRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetApplicationDateRangeKpiCommandOutput extends GetApplicationDateRangeKpiResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves (queries) pre-aggregated data for a standard metric that applies to 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, GetApplicationDateRangeKpiCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetApplicationDateRangeKpiCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetApplicationDateRangeKpiCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetApplicationDateRangeKpiCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetApplicationDateRangeKpiCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetApplicationDateRangeKpiCommand extends $Command<GetApplicationDateRangeKpiCommandInput, GetApplicationDateRangeKpiCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetApplicationDateRangeKpiCommandInput;
|
|
28
|
+
constructor(input: GetApplicationDateRangeKpiCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationDateRangeKpiCommandInput, GetApplicationDateRangeKpiCommandOutput>;
|
|
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 { GetApplicationSettingsRequest, GetApplicationSettingsResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetApplicationSettingsCommandInput extends GetApplicationSettingsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetApplicationSettingsCommandOutput extends GetApplicationSettingsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about the settings 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, GetApplicationSettingsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetApplicationSettingsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetApplicationSettingsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetApplicationSettingsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetApplicationSettingsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetApplicationSettingsCommand extends $Command<GetApplicationSettingsCommandInput, GetApplicationSettingsCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetApplicationSettingsCommandInput;
|
|
28
|
+
constructor(input: GetApplicationSettingsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationSettingsCommandInput, GetApplicationSettingsCommandOutput>;
|
|
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 { GetAppsRequest, GetAppsResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetAppsCommandInput extends GetAppsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetAppsCommandOutput extends GetAppsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about all the applications that are associated with your Amazon Pinpoint account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, GetAppsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetAppsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetAppsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetAppsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetAppsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetAppsCommand extends $Command<GetAppsCommandInput, GetAppsCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetAppsCommandInput;
|
|
28
|
+
constructor(input: GetAppsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppsCommandInput, GetAppsCommandOutput>;
|
|
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 { GetBaiduChannelRequest, GetBaiduChannelResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetBaiduChannelCommandInput extends GetBaiduChannelRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetBaiduChannelCommandOutput extends GetBaiduChannelResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about the status and settings of the Baidu channel 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, GetBaiduChannelCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetBaiduChannelCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetBaiduChannelCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetBaiduChannelCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetBaiduChannelCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetBaiduChannelCommand extends $Command<GetBaiduChannelCommandInput, GetBaiduChannelCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetBaiduChannelCommandInput;
|
|
28
|
+
constructor(input: GetBaiduChannelCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBaiduChannelCommandInput, GetBaiduChannelCommandOutput>;
|
|
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 { GetCampaignActivitiesRequest, GetCampaignActivitiesResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetCampaignActivitiesCommandInput extends GetCampaignActivitiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCampaignActivitiesCommandOutput extends GetCampaignActivitiesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about all the activities for a campaign.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, GetCampaignActivitiesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetCampaignActivitiesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetCampaignActivitiesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCampaignActivitiesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCampaignActivitiesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCampaignActivitiesCommand extends $Command<GetCampaignActivitiesCommandInput, GetCampaignActivitiesCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCampaignActivitiesCommandInput;
|
|
28
|
+
constructor(input: GetCampaignActivitiesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCampaignActivitiesCommandInput, GetCampaignActivitiesCommandOutput>;
|
|
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 { GetCampaignRequest, GetCampaignResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetCampaignCommandInput extends GetCampaignRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCampaignCommandOutput extends GetCampaignResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about the status, configuration, and other settings for a campaign.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, GetCampaignCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetCampaignCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetCampaignCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCampaignCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCampaignCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCampaignCommand extends $Command<GetCampaignCommandInput, GetCampaignCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCampaignCommandInput;
|
|
28
|
+
constructor(input: GetCampaignCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCampaignCommandInput, GetCampaignCommandOutput>;
|
|
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 { GetCampaignDateRangeKpiRequest, GetCampaignDateRangeKpiResponse } from "../models/models_0";
|
|
4
|
+
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
|
|
5
|
+
export interface GetCampaignDateRangeKpiCommandInput extends GetCampaignDateRangeKpiRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCampaignDateRangeKpiCommandOutput extends GetCampaignDateRangeKpiResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { PinpointClient, GetCampaignDateRangeKpiCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
|
|
15
|
+
* // const { PinpointClient, GetCampaignDateRangeKpiCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
|
|
16
|
+
* const client = new PinpointClient(config);
|
|
17
|
+
* const command = new GetCampaignDateRangeKpiCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCampaignDateRangeKpiCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCampaignDateRangeKpiCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCampaignDateRangeKpiCommand extends $Command<GetCampaignDateRangeKpiCommandInput, GetCampaignDateRangeKpiCommandOutput, PinpointClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCampaignDateRangeKpiCommandInput;
|
|
28
|
+
constructor(input: GetCampaignDateRangeKpiCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCampaignDateRangeKpiCommandInput, GetCampaignDateRangeKpiCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|