@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
|
@@ -40,8 +40,6 @@ const defaultPinpointHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultPinpointHttpAuthSchemeProvider = defaultPinpointHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -201,12 +201,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
201
201
|
|
|
202
202
|
// src/endpoint/EndpointParameters.ts
|
|
203
203
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
204
|
-
return {
|
|
205
|
-
...options,
|
|
204
|
+
return Object.assign(options, {
|
|
206
205
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
207
206
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
208
207
|
defaultSigningName: "mobiletargeting"
|
|
209
|
-
};
|
|
208
|
+
});
|
|
210
209
|
}, "resolveClientEndpointParameters");
|
|
211
210
|
var commonParams = {
|
|
212
211
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -263,22 +262,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
263
262
|
}, "resolveHttpAuthRuntimeConfig");
|
|
264
263
|
|
|
265
264
|
// src/runtimeExtensions.ts
|
|
266
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
267
265
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
268
|
-
const extensionConfiguration =
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
266
|
+
const extensionConfiguration = Object.assign(
|
|
267
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
268
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
269
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
270
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
271
|
+
);
|
|
274
272
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
275
|
-
return
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
273
|
+
return Object.assign(
|
|
274
|
+
runtimeConfig,
|
|
275
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
276
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
277
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
278
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
279
|
+
);
|
|
282
280
|
}, "resolveRuntimeExtensions");
|
|
283
281
|
|
|
284
282
|
// src/PinpointClient.ts
|
|
@@ -292,6 +290,8 @@ var PinpointClient = class extends import_smithy_client.Client {
|
|
|
292
290
|
config;
|
|
293
291
|
constructor(...[configuration]) {
|
|
294
292
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
293
|
+
super(_config_0);
|
|
294
|
+
this.initConfig = _config_0;
|
|
295
295
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
296
296
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
297
297
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -300,7 +300,6 @@ var PinpointClient = class extends import_smithy_client.Client {
|
|
|
300
300
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
301
301
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
302
302
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
303
|
-
super(_config_8);
|
|
304
303
|
this.config = _config_8;
|
|
305
304
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
306
305
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -17,6 +17,8 @@ export class PinpointClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class PinpointClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultPinpointHttpAuthSchemeProvider = (authParameters) => {
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "mobiletargeting",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -88,6 +88,7 @@ declare const CreateAppCommand_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 CreateAppCommand extends CreateAppCommand_base {
|
|
@@ -846,6 +846,7 @@ declare const CreateCampaignCommand_base: {
|
|
|
846
846
|
* @throws {@link PinpointServiceException}
|
|
847
847
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
848
848
|
*
|
|
849
|
+
*
|
|
849
850
|
* @public
|
|
850
851
|
*/
|
|
851
852
|
export declare class CreateCampaignCommand extends CreateCampaignCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateEmailTemplateCommand_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 CreateEmailTemplateCommand extends CreateEmailTemplateCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const CreateExportJobCommand_base: {
|
|
|
102
102
|
* @throws {@link PinpointServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateExportJobCommand extends CreateExportJobCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const CreateImportJobCommand_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 CreateImportJobCommand extends CreateImportJobCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateInAppTemplateCommand_base: {
|
|
|
140
140
|
* @throws {@link PinpointServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateInAppTemplateCommand extends CreateInAppTemplateCommand_base {
|
|
@@ -841,6 +841,7 @@ declare const CreateJourneyCommand_base: {
|
|
|
841
841
|
* @throws {@link PinpointServiceException}
|
|
842
842
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
843
843
|
*
|
|
844
|
+
*
|
|
844
845
|
* @public
|
|
845
846
|
*/
|
|
846
847
|
export declare class CreateJourneyCommand extends CreateJourneyCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const CreatePushTemplateCommand_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 CreatePushTemplateCommand extends CreatePushTemplateCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const CreateRecommenderConfigurationCommand_base: {
|
|
|
102
102
|
* @throws {@link PinpointServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateRecommenderConfigurationCommand extends CreateRecommenderConfigurationCommand_base {
|
|
@@ -363,6 +363,7 @@ declare const CreateSegmentCommand_base: {
|
|
|
363
363
|
* @throws {@link PinpointServiceException}
|
|
364
364
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
365
365
|
*
|
|
366
|
+
*
|
|
366
367
|
* @public
|
|
367
368
|
*/
|
|
368
369
|
export declare class CreateSegmentCommand extends CreateSegmentCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateSmsTemplateCommand_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 CreateSmsTemplateCommand extends CreateSmsTemplateCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const CreateVoiceTemplateCommand_base: {
|
|
|
83
83
|
* @throws {@link PinpointServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateVoiceTemplateCommand extends CreateVoiceTemplateCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteAdmChannelCommand_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 DeleteAdmChannelCommand extends DeleteAdmChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteApnsChannelCommand_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 DeleteApnsChannelCommand extends DeleteApnsChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteApnsSandboxChannelCommand_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 DeleteApnsSandboxChannelCommand extends DeleteApnsSandboxChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteApnsVoipChannelCommand_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 DeleteApnsVoipChannelCommand extends DeleteApnsVoipChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteApnsVoipSandboxChannelCommand_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 DeleteApnsVoipSandboxChannelCommand extends DeleteApnsVoipSandboxChannelCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteAppCommand_base: {
|
|
|
83
83
|
* @throws {@link PinpointServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteAppCommand extends DeleteAppCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DeleteBaiduChannelCommand_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 DeleteBaiduChannelCommand extends DeleteBaiduChannelCommand_base {
|
|
@@ -469,6 +469,7 @@ declare const DeleteCampaignCommand_base: {
|
|
|
469
469
|
* @throws {@link PinpointServiceException}
|
|
470
470
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
471
471
|
*
|
|
472
|
+
*
|
|
472
473
|
* @public
|
|
473
474
|
*/
|
|
474
475
|
export declare class DeleteCampaignCommand extends DeleteCampaignCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DeleteEmailChannelCommand_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 DeleteEmailChannelCommand extends DeleteEmailChannelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteEmailTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link PinpointServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteEmailTemplateCommand extends DeleteEmailTemplateCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const DeleteEndpointCommand_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 DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteEventStreamCommand_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 DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DeleteGcmChannelCommand_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 DeleteGcmChannelCommand extends DeleteGcmChannelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteInAppTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link PinpointServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteInAppTemplateCommand extends DeleteInAppTemplateCommand_base {
|
|
@@ -461,6 +461,7 @@ declare const DeleteJourneyCommand_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 DeleteJourneyCommand extends DeleteJourneyCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeletePushTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link PinpointServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeletePushTemplateCommand extends DeletePushTemplateCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DeleteRecommenderConfigurationCommand_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 DeleteRecommenderConfigurationCommand extends DeleteRecommenderConfigurationCommand_base {
|
|
@@ -228,6 +228,7 @@ declare const DeleteSegmentCommand_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 DeleteSegmentCommand extends DeleteSegmentCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DeleteSmsChannelCommand_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 DeleteSmsChannelCommand extends DeleteSmsChannelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteSmsTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link PinpointServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteSmsTemplateCommand extends DeleteSmsTemplateCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const DeleteUserEndpointsCommand_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 DeleteUserEndpointsCommand extends DeleteUserEndpointsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteVoiceChannelCommand_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 DeleteVoiceChannelCommand extends DeleteVoiceChannelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteVoiceTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link PinpointServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteVoiceTemplateCommand extends DeleteVoiceTemplateCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetAdmChannelCommand_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 GetAdmChannelCommand extends GetAdmChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetApnsChannelCommand_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 GetApnsChannelCommand extends GetApnsChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetApnsSandboxChannelCommand_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 GetApnsSandboxChannelCommand extends GetApnsSandboxChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetApnsVoipChannelCommand_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 GetApnsVoipChannelCommand extends GetApnsVoipChannelCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetApnsVoipSandboxChannelCommand_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 GetApnsVoipSandboxChannelCommand extends GetApnsVoipSandboxChannelCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const GetApplicationDateRangeKpiCommand_base: {
|
|
|
106
106
|
* @throws {@link PinpointServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class GetApplicationDateRangeKpiCommand extends GetApplicationDateRangeKpiCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const GetApplicationSettingsCommand_base: {
|
|
|
102
102
|
* @throws {@link PinpointServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetApplicationSettingsCommand extends GetApplicationSettingsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetAppsCommand_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 GetAppsCommand extends GetAppsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetBaiduChannelCommand_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 GetBaiduChannelCommand extends GetBaiduChannelCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetCampaignActivitiesCommand_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 GetCampaignActivitiesCommand extends GetCampaignActivitiesCommand_base {
|
|
@@ -469,6 +469,7 @@ declare const GetCampaignCommand_base: {
|
|
|
469
469
|
* @throws {@link PinpointServiceException}
|
|
470
470
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
471
471
|
*
|
|
472
|
+
*
|
|
472
473
|
* @public
|
|
473
474
|
*/
|
|
474
475
|
export declare class GetCampaignCommand extends GetCampaignCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetCampaignDateRangeKpiCommand_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 GetCampaignDateRangeKpiCommand extends GetCampaignDateRangeKpiCommand_base {
|
|
@@ -470,6 +470,7 @@ declare const GetCampaignVersionCommand_base: {
|
|
|
470
470
|
* @throws {@link PinpointServiceException}
|
|
471
471
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
472
472
|
*
|
|
473
|
+
*
|
|
473
474
|
* @public
|
|
474
475
|
*/
|
|
475
476
|
export declare class GetCampaignVersionCommand extends GetCampaignVersionCommand_base {
|
|
@@ -476,6 +476,7 @@ declare const GetCampaignVersionsCommand_base: {
|
|
|
476
476
|
* @throws {@link PinpointServiceException}
|
|
477
477
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
478
478
|
*
|
|
479
|
+
*
|
|
479
480
|
* @public
|
|
480
481
|
*/
|
|
481
482
|
export declare class GetCampaignVersionsCommand extends GetCampaignVersionsCommand_base {
|
|
@@ -475,6 +475,7 @@ declare const GetCampaignsCommand_base: {
|
|
|
475
475
|
* @throws {@link PinpointServiceException}
|
|
476
476
|
* <p>Base exception class for all service exceptions from Pinpoint service.</p>
|
|
477
477
|
*
|
|
478
|
+
*
|
|
478
479
|
* @public
|
|
479
480
|
*/
|
|
480
481
|
export declare class GetCampaignsCommand extends GetCampaignsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetChannelsCommand_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 GetChannelsCommand extends GetChannelsCommand_base {
|