@aws-sdk/client-pinpoint 3.774.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/PinpointClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/CreateAppCommand.d.ts +1 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateExportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateJourneyCommand.d.ts +1 -0
- package/dist-types/commands/CreatePushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateSegmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAdmChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGcmChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteJourneyCommand.d.ts +1 -0
- package/dist-types/commands/DeletePushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSegmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSmsChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetAdmChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetAppCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetAppsCommand.d.ts +1 -0
- package/dist-types/commands/GetBaiduChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelsCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetExportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetGcmChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetInAppMessagesCommand.d.ts +1 -0
- package/dist-types/commands/GetInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +1 -0
- package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +17 -17
- package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +16 -16
- package/dist-types/commands/GetJourneyRunsCommand.d.ts +15 -15
- package/dist-types/commands/GetPushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentsCommand.d.ts +1 -0
- package/dist-types/commands/GetSmsChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetUserEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/GetVoiceChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/ListJourneysCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/PhoneNumberValidateCommand.d.ts +1 -0
- package/dist-types/commands/PutEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/PutEventsCommand.d.ts +1 -0
- package/dist-types/commands/RemoveAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SendMessagesCommand.d.ts +1 -0
- package/dist-types/commands/SendOTPMessageCommand.d.ts +1 -0
- package/dist-types/commands/SendUsersMessagesCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAdmChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGcmChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJourneyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJourneyStateCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePushTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSegmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSmsChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +1 -0
- package/dist-types/commands/VerifyOTPMessageCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -92,6 +92,7 @@ declare const GetEmailChannelCommand_base: {
|
|
|
92
92
|
* @throws {@link PinpointServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetEmailChannelCommand extends GetEmailChannelCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const GetEmailTemplateCommand_base: {
|
|
|
98
98
|
* @throws {@link PinpointServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetEmailTemplateCommand extends GetEmailTemplateCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const GetEndpointCommand_base: {
|
|
|
121
121
|
* @throws {@link PinpointServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class GetEndpointCommand extends GetEndpointCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetEventStreamCommand_base: {
|
|
|
82
82
|
* @throws {@link PinpointServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetEventStreamCommand extends GetEventStreamCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const GetExportJobCommand_base: {
|
|
|
97
97
|
* @throws {@link PinpointServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class GetExportJobCommand extends GetExportJobCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetExportJobsCommand_base: {
|
|
|
103
103
|
* @throws {@link PinpointServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetExportJobsCommand extends GetExportJobsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetGcmChannelCommand_base: {
|
|
|
89
89
|
* @throws {@link PinpointServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetGcmChannelCommand extends GetGcmChannelCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const GetImportJobCommand_base: {
|
|
|
101
101
|
* @throws {@link PinpointServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetImportJobCommand extends GetImportJobCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const GetImportJobsCommand_base: {
|
|
|
107
107
|
* @throws {@link PinpointServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class GetImportJobsCommand extends GetImportJobsCommand_base {
|
|
@@ -182,6 +182,7 @@ declare const GetInAppMessagesCommand_base: {
|
|
|
182
182
|
* @throws {@link PinpointServiceException}
|
|
183
183
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
184
184
|
*
|
|
185
|
+
*
|
|
185
186
|
* @public
|
|
186
187
|
*/
|
|
187
188
|
export declare class GetInAppMessagesCommand extends GetInAppMessagesCommand_base {
|
|
@@ -148,6 +148,7 @@ declare const GetInAppTemplateCommand_base: {
|
|
|
148
148
|
* @throws {@link PinpointServiceException}
|
|
149
149
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
150
150
|
*
|
|
151
|
+
*
|
|
151
152
|
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class GetInAppTemplateCommand extends GetInAppTemplateCommand_base {
|
|
@@ -461,6 +461,7 @@ declare const GetJourneyCommand_base: {
|
|
|
461
461
|
* @throws {@link PinpointServiceException}
|
|
462
462
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
463
463
|
*
|
|
464
|
+
*
|
|
464
465
|
* @public
|
|
465
466
|
*/
|
|
466
467
|
export declare class GetJourneyCommand extends GetJourneyCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetJourneyDateRangeKpiCommand_base: {
|
|
|
108
108
|
* @throws {@link PinpointServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetJourneyDateRangeKpiCommand extends GetJourneyDateRangeKpiCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetJourneyExecutionActivityMetricsCommand_base: {
|
|
|
88
88
|
* @throws {@link PinpointServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetJourneyExecutionActivityMetricsCommand extends GetJourneyExecutionActivityMetricsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetJourneyExecutionMetricsCommand_base: {
|
|
|
85
85
|
* @throws {@link PinpointServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetJourneyExecutionMetricsCommand extends GetJourneyExecutionMetricsCommand_base {
|
|
@@ -90,36 +90,36 @@ declare const GetJourneyRunExecutionActivityMetricsCommand_base: {
|
|
|
90
90
|
* @throws {@link PinpointServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
92
92
|
*
|
|
93
|
-
*
|
|
93
|
+
*
|
|
94
94
|
* @example To get the activity execution metrics for a journey run
|
|
95
95
|
* ```javascript
|
|
96
96
|
* // The following example gets activity execution metrics for a single run of a journey.
|
|
97
97
|
* const input = {
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
98
|
+
* ApplicationId: "11111111112222222222333333333344",
|
|
99
|
+
* JourneyActivityId: "AAAAAAAAAA",
|
|
100
|
+
* JourneyId: "aaaaaaaaaabbbbbbbbbbccccccccccdd",
|
|
101
|
+
* RunId: "99999999998888888888777777777766"
|
|
102
102
|
* };
|
|
103
103
|
* const command = new GetJourneyRunExecutionActivityMetricsCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
-
* /* response
|
|
105
|
+
* /* response is
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
107
|
+
* JourneyRunExecutionActivityMetricsResponse: {
|
|
108
|
+
* ActivityType: "EMAIL",
|
|
109
|
+
* ApplicationId: "11111111112222222222333333333344",
|
|
110
|
+
* JourneyActivityId: "AAAAAAAAAA",
|
|
111
|
+
* JourneyId: "aaaaaaaaaabbbbbbbbbbccccccccccdd",
|
|
112
|
+
* LastEvaluatedTime: "2000-01-01T00:00:05.000Z",
|
|
113
|
+
* Metrics: {
|
|
114
|
+
* SUCCESS: "1"
|
|
115
|
+
* },
|
|
116
|
+
* RunId: "99999999998888888888777777777766"
|
|
117
117
|
* }
|
|
118
118
|
* }
|
|
119
119
|
* *\/
|
|
120
|
-
* // example id: to-get-the-activity-execution-metrics-for-a-journey-run
|
|
121
120
|
* ```
|
|
122
121
|
*
|
|
122
|
+
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class GetJourneyRunExecutionActivityMetricsCommand extends GetJourneyRunExecutionActivityMetricsCommand_base {
|
|
125
125
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -87,35 +87,35 @@ declare const GetJourneyRunExecutionMetricsCommand_base: {
|
|
|
87
87
|
* @throws {@link PinpointServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
89
89
|
*
|
|
90
|
-
*
|
|
90
|
+
*
|
|
91
91
|
* @example To get the execution metrics for a journey run
|
|
92
92
|
* ```javascript
|
|
93
93
|
* // The following example gets execution metrics for a single run of a journey.
|
|
94
94
|
* const input = {
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
95
|
+
* ApplicationId: "11111111112222222222333333333344",
|
|
96
|
+
* JourneyId: "aaaaaaaaaabbbbbbbbbbccccccccccdd",
|
|
97
|
+
* RunId: "99999999998888888888777777777766"
|
|
98
98
|
* };
|
|
99
99
|
* const command = new GetJourneyRunExecutionMetricsCommand(input);
|
|
100
100
|
* const response = await client.send(command);
|
|
101
|
-
* /* response
|
|
101
|
+
* /* response is
|
|
102
102
|
* {
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
103
|
+
* JourneyRunExecutionMetricsResponse: {
|
|
104
|
+
* ApplicationId: "11111111112222222222333333333344",
|
|
105
|
+
* JourneyId: "aaaaaaaaaabbbbbbbbbbccccccccccdd",
|
|
106
|
+
* LastEvaluatedTime: "2000-01-01T00:00:05.000Z",
|
|
107
|
+
* Metrics: {
|
|
108
|
+
* ENDPOINT_ENTERED: "1",
|
|
109
|
+
* ENDPOINT_LEFT: "1",
|
|
110
|
+
* ENDPOINT_PRODUCED: "1"
|
|
111
|
+
* },
|
|
112
|
+
* RunId: "99999999998888888888777777777766"
|
|
113
113
|
* }
|
|
114
114
|
* }
|
|
115
115
|
* *\/
|
|
116
|
-
* // example id: to-get-the-execution-metrics-for-a-journey-run
|
|
117
116
|
* ```
|
|
118
117
|
*
|
|
118
|
+
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class GetJourneyRunExecutionMetricsCommand extends GetJourneyRunExecutionMetricsCommand_base {
|
|
121
121
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -88,39 +88,39 @@ declare const GetJourneyRunsCommand_base: {
|
|
|
88
88
|
* @throws {@link PinpointServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
90
90
|
*
|
|
91
|
-
*
|
|
91
|
+
*
|
|
92
92
|
* @example To get the runs of a journey
|
|
93
93
|
* ```javascript
|
|
94
94
|
* // The following example gets the runs of a journey.
|
|
95
95
|
* const input = {
|
|
96
|
-
*
|
|
97
|
-
*
|
|
96
|
+
* ApplicationId: "11111111112222222222333333333344",
|
|
97
|
+
* JourneyId: "aaaaaaaaaabbbbbbbbbbccccccccccdd"
|
|
98
98
|
* };
|
|
99
99
|
* const command = new GetJourneyRunsCommand(input);
|
|
100
100
|
* const response = await client.send(command);
|
|
101
|
-
* /* response
|
|
101
|
+
* /* response is
|
|
102
102
|
* {
|
|
103
|
-
*
|
|
104
|
-
*
|
|
103
|
+
* JourneyRunsResponse: {
|
|
104
|
+
* Item: [
|
|
105
105
|
* {
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
106
|
+
* CreationTime: "2000-01-01T00:00:00.000Z",
|
|
107
|
+
* LastUpdateTime: "2000-01-01T00:00:05.000Z",
|
|
108
|
+
* RunId: "99999999998888888888777777777766",
|
|
109
|
+
* Status: "COMPLETED"
|
|
110
110
|
* },
|
|
111
111
|
* {
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
112
|
+
* CreationTime: "2000-01-01T00:00:10.000Z",
|
|
113
|
+
* LastUpdateTime: "2000-01-01T00:00:10.000Z",
|
|
114
|
+
* RunId: "ffffffffffeeeeeeeeeeddddddddddcc",
|
|
115
|
+
* Status: "SCHEDULED"
|
|
116
116
|
* }
|
|
117
117
|
* ]
|
|
118
118
|
* }
|
|
119
119
|
* }
|
|
120
120
|
* *\/
|
|
121
|
-
* // example id: to-get-the-runs-of-a-journey
|
|
122
121
|
* ```
|
|
123
122
|
*
|
|
123
|
+
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class GetJourneyRunsCommand extends GetJourneyRunsCommand_base {
|
|
126
126
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -138,6 +138,7 @@ declare const GetPushTemplateCommand_base: {
|
|
|
138
138
|
* @throws {@link PinpointServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class GetPushTemplateCommand extends GetPushTemplateCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetRecommenderConfigurationCommand_base: {
|
|
|
90
90
|
* @throws {@link PinpointServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetRecommenderConfigurationCommand extends GetRecommenderConfigurationCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetRecommenderConfigurationsCommand_base: {
|
|
|
96
96
|
* @throws {@link PinpointServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetRecommenderConfigurationsCommand extends GetRecommenderConfigurationsCommand_base {
|
|
@@ -228,6 +228,7 @@ declare const GetSegmentCommand_base: {
|
|
|
228
228
|
* @throws {@link PinpointServiceException}
|
|
229
229
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
230
230
|
*
|
|
231
|
+
*
|
|
231
232
|
* @public
|
|
232
233
|
*/
|
|
233
234
|
export declare class GetSegmentCommand extends GetSegmentCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetSegmentExportJobsCommand_base: {
|
|
|
104
104
|
* @throws {@link PinpointServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetSegmentExportJobsCommand extends GetSegmentExportJobsCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetSegmentImportJobsCommand_base: {
|
|
|
108
108
|
* @throws {@link PinpointServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetSegmentImportJobsCommand extends GetSegmentImportJobsCommand_base {
|
|
@@ -229,6 +229,7 @@ declare const GetSegmentVersionCommand_base: {
|
|
|
229
229
|
* @throws {@link PinpointServiceException}
|
|
230
230
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
231
231
|
*
|
|
232
|
+
*
|
|
232
233
|
* @public
|
|
233
234
|
*/
|
|
234
235
|
export declare class GetSegmentVersionCommand extends GetSegmentVersionCommand_base {
|
|
@@ -235,6 +235,7 @@ declare const GetSegmentVersionsCommand_base: {
|
|
|
235
235
|
* @throws {@link PinpointServiceException}
|
|
236
236
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
237
237
|
*
|
|
238
|
+
*
|
|
238
239
|
* @public
|
|
239
240
|
*/
|
|
240
241
|
export declare class GetSegmentVersionsCommand extends GetSegmentVersionsCommand_base {
|
|
@@ -234,6 +234,7 @@ declare const GetSegmentsCommand_base: {
|
|
|
234
234
|
* @throws {@link PinpointServiceException}
|
|
235
235
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
236
236
|
*
|
|
237
|
+
*
|
|
237
238
|
* @public
|
|
238
239
|
*/
|
|
239
240
|
export declare class GetSegmentsCommand extends GetSegmentsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetSmsChannelCommand_base: {
|
|
|
90
90
|
* @throws {@link PinpointServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetSmsChannelCommand extends GetSmsChannelCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetSmsTemplateCommand_base: {
|
|
|
90
90
|
* @throws {@link PinpointServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetSmsTemplateCommand extends GetSmsTemplateCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const GetUserEndpointsCommand_base: {
|
|
|
125
125
|
* @throws {@link PinpointServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class GetUserEndpointsCommand extends GetUserEndpointsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetVoiceChannelCommand_base: {
|
|
|
86
86
|
* @throws {@link PinpointServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetVoiceChannelCommand extends GetVoiceChannelCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const GetVoiceTemplateCommand_base: {
|
|
|
91
91
|
* @throws {@link PinpointServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetVoiceTemplateCommand extends GetVoiceTemplateCommand_base {
|
|
@@ -467,6 +467,7 @@ declare const ListJourneysCommand_base: {
|
|
|
467
467
|
* @throws {@link PinpointServiceException}
|
|
468
468
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
469
469
|
*
|
|
470
|
+
*
|
|
470
471
|
* @public
|
|
471
472
|
*/
|
|
472
473
|
export declare class ListJourneysCommand extends ListJourneysCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
58
58
|
* @throws {@link PinpointServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListTemplateVersionsCommand_base: {
|
|
|
93
93
|
* @throws {@link PinpointServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListTemplateVersionsCommand extends ListTemplateVersionsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListTemplatesCommand_base: {
|
|
|
89
89
|
* @throws {@link PinpointServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const PhoneNumberValidateCommand_base: {
|
|
|
93
93
|
* @throws {@link PinpointServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class PhoneNumberValidateCommand extends PhoneNumberValidateCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const PutEventStreamCommand_base: {
|
|
|
86
86
|
* @throws {@link PinpointServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class PutEventStreamCommand extends PutEventStreamCommand_base {
|
|
@@ -161,6 +161,7 @@ declare const PutEventsCommand_base: {
|
|
|
161
161
|
* @throws {@link PinpointServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
163
163
|
*
|
|
164
|
+
*
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
167
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const RemoveAttributesCommand_base: {
|
|
|
87
87
|
* @throws {@link PinpointServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class RemoveAttributesCommand extends RemoveAttributesCommand_base {
|
|
@@ -309,6 +309,7 @@ declare const SendMessagesCommand_base: {
|
|
|
309
309
|
* @throws {@link PinpointServiceException}
|
|
310
310
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
311
311
|
*
|
|
312
|
+
*
|
|
312
313
|
* @public
|
|
313
314
|
*/
|
|
314
315
|
export declare class SendMessagesCommand extends SendMessagesCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const SendOTPMessageCommand_base: {
|
|
|
110
110
|
* @throws {@link PinpointServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class SendOTPMessageCommand extends SendOTPMessageCommand_base {
|
|
@@ -292,6 +292,7 @@ declare const SendUsersMessagesCommand_base: {
|
|
|
292
292
|
* @throws {@link PinpointServiceException}
|
|
293
293
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
294
294
|
*
|
|
295
|
+
*
|
|
295
296
|
* @public
|
|
296
297
|
*/
|
|
297
298
|
export declare class SendUsersMessagesCommand extends SendUsersMessagesCommand_base {
|
|
@@ -57,6 +57,7 @@ declare const TagResourceCommand_base: {
|
|
|
57
57
|
* @throws {@link PinpointServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
59
59
|
*
|
|
60
|
+
*
|
|
60
61
|
* @public
|
|
61
62
|
*/
|
|
62
63
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -55,6 +55,7 @@ declare const UntagResourceCommand_base: {
|
|
|
55
55
|
* @throws {@link PinpointServiceException}
|
|
56
56
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
57
57
|
*
|
|
58
|
+
*
|
|
58
59
|
* @public
|
|
59
60
|
*/
|
|
60
61
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UpdateAdmChannelCommand_base: {
|
|
|
91
91
|
* @throws {@link PinpointServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateAdmChannelCommand extends UpdateAdmChannelCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const UpdateApnsChannelCommand_base: {
|
|
|
98
98
|
* @throws {@link PinpointServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateApnsChannelCommand extends UpdateApnsChannelCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const UpdateApnsSandboxChannelCommand_base: {
|
|
|
98
98
|
* @throws {@link PinpointServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateApnsSandboxChannelCommand extends UpdateApnsSandboxChannelCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const UpdateApnsVoipChannelCommand_base: {
|
|
|
98
98
|
* @throws {@link PinpointServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateApnsVoipChannelCommand extends UpdateApnsVoipChannelCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const UpdateApnsVoipSandboxChannelCommand_base: {
|
|
|
98
98
|
* @throws {@link PinpointServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateApnsVoipSandboxChannelCommand extends UpdateApnsVoipSandboxChannelCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const UpdateApplicationSettingsCommand_base: {
|
|
|
130
130
|
* @throws {@link PinpointServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class UpdateApplicationSettingsCommand extends UpdateApplicationSettingsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const UpdateBaiduChannelCommand_base: {
|
|
|
92
92
|
* @throws {@link PinpointServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateBaiduChannelCommand extends UpdateBaiduChannelCommand_base {
|
|
@@ -847,6 +847,7 @@ declare const UpdateCampaignCommand_base: {
|
|
|
847
847
|
* @throws {@link PinpointServiceException}
|
|
848
848
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
849
849
|
*
|
|
850
|
+
*
|
|
850
851
|
* @public
|
|
851
852
|
*/
|
|
852
853
|
export declare class UpdateCampaignCommand extends UpdateCampaignCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const UpdateEmailChannelCommand_base: {
|
|
|
100
100
|
* @throws {@link PinpointServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateEmailChannelCommand extends UpdateEmailChannelCommand_base {
|