@aws-sdk/client-pinpoint 3.169.0 → 3.170.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.
Files changed (135) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Pinpoint.d.ts +2152 -600
  3. package/dist-types/ts3.4/PinpointClient.d.ts +843 -192
  4. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateInAppTemplateCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateJourneyCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePushTemplateCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateRecommenderConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateSegmentCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateSmsTemplateCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/CreateVoiceTemplateCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteAdmChannelCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteApnsChannelCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DeleteApnsSandboxChannelCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteApnsVoipChannelCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteBaiduChannelCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteEmailChannelCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DeleteGcmChannelCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DeleteInAppTemplateCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/DeleteJourneyCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/DeletePushTemplateCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DeleteRecommenderConfigurationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DeleteSegmentCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeleteSmsChannelCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteSmsTemplateCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/DeleteUserEndpointsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/DeleteVoiceChannelCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DeleteVoiceTemplateCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetAdmChannelCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetApnsChannelCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetApnsSandboxChannelCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetApnsVoipChannelCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetApnsVoipSandboxChannelCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetApplicationDateRangeKpiCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetApplicationSettingsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetAppsCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetBaiduChannelCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/GetCampaignActivitiesCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/GetCampaignDateRangeKpiCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/GetCampaignsCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/GetJourneyDateRangeKpiCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetJourneyExecutionMetricsCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/GetPushTemplateCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/GetRecommenderConfigurationCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/GetRecommenderConfigurationsCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/GetSegmentCommand.d.ts +34 -17
  75. package/dist-types/ts3.4/commands/GetSegmentExportJobsCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetSegmentImportJobsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetSegmentVersionCommand.d.ts +38 -17
  78. package/dist-types/ts3.4/commands/GetSegmentVersionsCommand.d.ts +38 -17
  79. package/dist-types/ts3.4/commands/GetSegmentsCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/GetSmsChannelCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/GetSmsTemplateCommand.d.ts +37 -17
  82. package/dist-types/ts3.4/commands/GetUserEndpointsCommand.d.ts +37 -17
  83. package/dist-types/ts3.4/commands/GetVoiceChannelCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/GetVoiceTemplateCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/ListJourneysCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  87. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/PhoneNumberValidateCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/PutEventStreamCommand.d.ts +37 -17
  91. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/RemoveAttributesCommand.d.ts +37 -17
  93. package/dist-types/ts3.4/commands/SendMessagesCommand.d.ts +34 -17
  94. package/dist-types/ts3.4/commands/SendOTPMessageCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/SendUsersMessagesCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/UpdateAdmChannelCommand.d.ts +37 -17
  99. package/dist-types/ts3.4/commands/UpdateApnsChannelCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/UpdateApnsSandboxChannelCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/UpdateApnsVoipChannelCommand.d.ts +41 -17
  102. package/dist-types/ts3.4/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +41 -17
  104. package/dist-types/ts3.4/commands/UpdateBaiduChannelCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +37 -17
  106. package/dist-types/ts3.4/commands/UpdateEmailChannelCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -17
  108. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
  109. package/dist-types/ts3.4/commands/UpdateEndpointsBatchCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/UpdateGcmChannelCommand.d.ts +37 -17
  111. package/dist-types/ts3.4/commands/UpdateInAppTemplateCommand.d.ts +38 -17
  112. package/dist-types/ts3.4/commands/UpdateJourneyCommand.d.ts +37 -17
  113. package/dist-types/ts3.4/commands/UpdateJourneyStateCommand.d.ts +38 -17
  114. package/dist-types/ts3.4/commands/UpdatePushTemplateCommand.d.ts +38 -17
  115. package/dist-types/ts3.4/commands/UpdateRecommenderConfigurationCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/UpdateSegmentCommand.d.ts +37 -17
  117. package/dist-types/ts3.4/commands/UpdateSmsChannelCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/UpdateSmsTemplateCommand.d.ts +38 -17
  119. package/dist-types/ts3.4/commands/UpdateTemplateActiveVersionCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/UpdateVoiceChannelCommand.d.ts +38 -17
  121. package/dist-types/ts3.4/commands/UpdateVoiceTemplateCommand.d.ts +38 -17
  122. package/dist-types/ts3.4/commands/VerifyOTPMessageCommand.d.ts +37 -17
  123. package/dist-types/ts3.4/commands/index.d.ts +119 -119
  124. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  125. package/dist-types/ts3.4/index.d.ts +5 -5
  126. package/dist-types/ts3.4/models/PinpointServiceException.d.ts +8 -6
  127. package/dist-types/ts3.4/models/index.d.ts +2 -2
  128. package/dist-types/ts3.4/models/models_0.d.ts +3879 -3659
  129. package/dist-types/ts3.4/models/models_1.d.ts +1820 -1574
  130. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1433 -359
  131. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  132. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  133. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  134. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  135. package/package.json +34 -34
@@ -1,17 +1,41 @@
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 { GetJourneyExecutionMetricsRequest, GetJourneyExecutionMetricsResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetJourneyExecutionMetricsCommandInput extends GetJourneyExecutionMetricsRequest {
6
- }
7
- export interface GetJourneyExecutionMetricsCommandOutput extends GetJourneyExecutionMetricsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetJourneyExecutionMetricsCommand extends $Command<GetJourneyExecutionMetricsCommandInput, GetJourneyExecutionMetricsCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetJourneyExecutionMetricsCommandInput;
12
- constructor(input: GetJourneyExecutionMetricsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJourneyExecutionMetricsCommandInput, GetJourneyExecutionMetricsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetJourneyExecutionMetricsRequest,
10
+ GetJourneyExecutionMetricsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetJourneyExecutionMetricsCommandInput
18
+ extends GetJourneyExecutionMetricsRequest {}
19
+ export interface GetJourneyExecutionMetricsCommandOutput
20
+ extends GetJourneyExecutionMetricsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetJourneyExecutionMetricsCommand extends $Command<
24
+ GetJourneyExecutionMetricsCommandInput,
25
+ GetJourneyExecutionMetricsCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetJourneyExecutionMetricsCommandInput;
29
+ constructor(input: GetJourneyExecutionMetricsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetJourneyExecutionMetricsCommandInput,
37
+ GetJourneyExecutionMetricsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { GetPushTemplateRequest, GetPushTemplateResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetPushTemplateCommandInput extends GetPushTemplateRequest {
6
- }
7
- export interface GetPushTemplateCommandOutput extends GetPushTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPushTemplateCommand extends $Command<GetPushTemplateCommandInput, GetPushTemplateCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetPushTemplateCommandInput;
12
- constructor(input: GetPushTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPushTemplateCommandInput, GetPushTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetPushTemplateRequest,
10
+ GetPushTemplateResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetPushTemplateCommandInput extends GetPushTemplateRequest {}
18
+ export interface GetPushTemplateCommandOutput
19
+ extends GetPushTemplateResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetPushTemplateCommand extends $Command<
23
+ GetPushTemplateCommandInput,
24
+ GetPushTemplateCommandOutput,
25
+ PinpointClientResolvedConfig
26
+ > {
27
+ readonly input: GetPushTemplateCommandInput;
28
+ constructor(input: GetPushTemplateCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PinpointClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetPushTemplateCommandInput, GetPushTemplateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { GetRecommenderConfigurationRequest, GetRecommenderConfigurationResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetRecommenderConfigurationCommandInput extends GetRecommenderConfigurationRequest {
6
- }
7
- export interface GetRecommenderConfigurationCommandOutput extends GetRecommenderConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRecommenderConfigurationCommand extends $Command<GetRecommenderConfigurationCommandInput, GetRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetRecommenderConfigurationCommandInput;
12
- constructor(input: GetRecommenderConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecommenderConfigurationCommandInput, GetRecommenderConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetRecommenderConfigurationRequest,
10
+ GetRecommenderConfigurationResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetRecommenderConfigurationCommandInput
18
+ extends GetRecommenderConfigurationRequest {}
19
+ export interface GetRecommenderConfigurationCommandOutput
20
+ extends GetRecommenderConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetRecommenderConfigurationCommand extends $Command<
24
+ GetRecommenderConfigurationCommandInput,
25
+ GetRecommenderConfigurationCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetRecommenderConfigurationCommandInput;
29
+ constructor(input: GetRecommenderConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetRecommenderConfigurationCommandInput,
37
+ GetRecommenderConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetRecommenderConfigurationsRequest, GetRecommenderConfigurationsResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetRecommenderConfigurationsCommandInput extends GetRecommenderConfigurationsRequest {
6
- }
7
- export interface GetRecommenderConfigurationsCommandOutput extends GetRecommenderConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRecommenderConfigurationsCommand extends $Command<GetRecommenderConfigurationsCommandInput, GetRecommenderConfigurationsCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetRecommenderConfigurationsCommandInput;
12
- constructor(input: GetRecommenderConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecommenderConfigurationsCommandInput, GetRecommenderConfigurationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetRecommenderConfigurationsRequest,
10
+ GetRecommenderConfigurationsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetRecommenderConfigurationsCommandInput
18
+ extends GetRecommenderConfigurationsRequest {}
19
+ export interface GetRecommenderConfigurationsCommandOutput
20
+ extends GetRecommenderConfigurationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetRecommenderConfigurationsCommand extends $Command<
24
+ GetRecommenderConfigurationsCommandInput,
25
+ GetRecommenderConfigurationsCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetRecommenderConfigurationsCommandInput;
29
+ constructor(input: GetRecommenderConfigurationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetRecommenderConfigurationsCommandInput,
37
+ GetRecommenderConfigurationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { GetSegmentRequest, GetSegmentResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSegmentCommandInput extends GetSegmentRequest {
6
- }
7
- export interface GetSegmentCommandOutput extends GetSegmentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSegmentCommand extends $Command<GetSegmentCommandInput, GetSegmentCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSegmentCommandInput;
12
- constructor(input: GetSegmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSegmentCommandInput, GetSegmentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetSegmentRequest, GetSegmentResponse } from "../models/models_1";
9
+ import {
10
+ PinpointClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PinpointClient";
14
+ export interface GetSegmentCommandInput extends GetSegmentRequest {}
15
+ export interface GetSegmentCommandOutput
16
+ extends GetSegmentResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetSegmentCommand extends $Command<
20
+ GetSegmentCommandInput,
21
+ GetSegmentCommandOutput,
22
+ PinpointClientResolvedConfig
23
+ > {
24
+ readonly input: GetSegmentCommandInput;
25
+ constructor(input: GetSegmentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PinpointClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetSegmentCommandInput, GetSegmentCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { GetSegmentExportJobsRequest, GetSegmentExportJobsResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSegmentExportJobsCommandInput extends GetSegmentExportJobsRequest {
6
- }
7
- export interface GetSegmentExportJobsCommandOutput extends GetSegmentExportJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSegmentExportJobsCommand extends $Command<GetSegmentExportJobsCommandInput, GetSegmentExportJobsCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSegmentExportJobsCommandInput;
12
- constructor(input: GetSegmentExportJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSegmentExportJobsCommandInput, GetSegmentExportJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetSegmentExportJobsRequest,
10
+ GetSegmentExportJobsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetSegmentExportJobsCommandInput
18
+ extends GetSegmentExportJobsRequest {}
19
+ export interface GetSegmentExportJobsCommandOutput
20
+ extends GetSegmentExportJobsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSegmentExportJobsCommand extends $Command<
24
+ GetSegmentExportJobsCommandInput,
25
+ GetSegmentExportJobsCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetSegmentExportJobsCommandInput;
29
+ constructor(input: GetSegmentExportJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSegmentExportJobsCommandInput,
37
+ GetSegmentExportJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetSegmentImportJobsRequest, GetSegmentImportJobsResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSegmentImportJobsCommandInput extends GetSegmentImportJobsRequest {
6
- }
7
- export interface GetSegmentImportJobsCommandOutput extends GetSegmentImportJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSegmentImportJobsCommand extends $Command<GetSegmentImportJobsCommandInput, GetSegmentImportJobsCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSegmentImportJobsCommandInput;
12
- constructor(input: GetSegmentImportJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSegmentImportJobsCommandInput, GetSegmentImportJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetSegmentImportJobsRequest,
10
+ GetSegmentImportJobsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetSegmentImportJobsCommandInput
18
+ extends GetSegmentImportJobsRequest {}
19
+ export interface GetSegmentImportJobsCommandOutput
20
+ extends GetSegmentImportJobsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSegmentImportJobsCommand extends $Command<
24
+ GetSegmentImportJobsCommandInput,
25
+ GetSegmentImportJobsCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetSegmentImportJobsCommandInput;
29
+ constructor(input: GetSegmentImportJobsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSegmentImportJobsCommandInput,
37
+ GetSegmentImportJobsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { GetSegmentVersionRequest, GetSegmentVersionResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSegmentVersionCommandInput extends GetSegmentVersionRequest {
6
- }
7
- export interface GetSegmentVersionCommandOutput extends GetSegmentVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSegmentVersionCommand extends $Command<GetSegmentVersionCommandInput, GetSegmentVersionCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSegmentVersionCommandInput;
12
- constructor(input: GetSegmentVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSegmentVersionCommandInput, GetSegmentVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetSegmentVersionRequest,
10
+ GetSegmentVersionResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetSegmentVersionCommandInput
18
+ extends GetSegmentVersionRequest {}
19
+ export interface GetSegmentVersionCommandOutput
20
+ extends GetSegmentVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSegmentVersionCommand extends $Command<
24
+ GetSegmentVersionCommandInput,
25
+ GetSegmentVersionCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetSegmentVersionCommandInput;
29
+ constructor(input: GetSegmentVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetSegmentVersionCommandInput, GetSegmentVersionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
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 { GetSegmentVersionsRequest, GetSegmentVersionsResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSegmentVersionsCommandInput extends GetSegmentVersionsRequest {
6
- }
7
- export interface GetSegmentVersionsCommandOutput extends GetSegmentVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSegmentVersionsCommand extends $Command<GetSegmentVersionsCommandInput, GetSegmentVersionsCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSegmentVersionsCommandInput;
12
- constructor(input: GetSegmentVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSegmentVersionsCommandInput, GetSegmentVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetSegmentVersionsRequest,
10
+ GetSegmentVersionsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetSegmentVersionsCommandInput
18
+ extends GetSegmentVersionsRequest {}
19
+ export interface GetSegmentVersionsCommandOutput
20
+ extends GetSegmentVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSegmentVersionsCommand extends $Command<
24
+ GetSegmentVersionsCommandInput,
25
+ GetSegmentVersionsCommandOutput,
26
+ PinpointClientResolvedConfig
27
+ > {
28
+ readonly input: GetSegmentVersionsCommandInput;
29
+ constructor(input: GetSegmentVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: PinpointClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetSegmentVersionsCommandInput, GetSegmentVersionsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { GetSegmentsRequest, GetSegmentsResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSegmentsCommandInput extends GetSegmentsRequest {
6
- }
7
- export interface GetSegmentsCommandOutput extends GetSegmentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSegmentsCommand extends $Command<GetSegmentsCommandInput, GetSegmentsCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSegmentsCommandInput;
12
- constructor(input: GetSegmentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSegmentsCommandInput, GetSegmentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetSegmentsRequest, GetSegmentsResponse } from "../models/models_1";
9
+ import {
10
+ PinpointClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../PinpointClient";
14
+ export interface GetSegmentsCommandInput extends GetSegmentsRequest {}
15
+ export interface GetSegmentsCommandOutput
16
+ extends GetSegmentsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetSegmentsCommand extends $Command<
20
+ GetSegmentsCommandInput,
21
+ GetSegmentsCommandOutput,
22
+ PinpointClientResolvedConfig
23
+ > {
24
+ readonly input: GetSegmentsCommandInput;
25
+ constructor(input: GetSegmentsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: PinpointClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetSegmentsCommandInput, GetSegmentsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { GetSmsChannelRequest, GetSmsChannelResponse } from "../models/models_1";
4
- import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
5
- export interface GetSmsChannelCommandInput extends GetSmsChannelRequest {
6
- }
7
- export interface GetSmsChannelCommandOutput extends GetSmsChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSmsChannelCommand extends $Command<GetSmsChannelCommandInput, GetSmsChannelCommandOutput, PinpointClientResolvedConfig> {
11
- readonly input: GetSmsChannelCommandInput;
12
- constructor(input: GetSmsChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSmsChannelCommandInput, GetSmsChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetSmsChannelRequest,
10
+ GetSmsChannelResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ PinpointClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../PinpointClient";
17
+ export interface GetSmsChannelCommandInput extends GetSmsChannelRequest {}
18
+ export interface GetSmsChannelCommandOutput
19
+ extends GetSmsChannelResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetSmsChannelCommand extends $Command<
23
+ GetSmsChannelCommandInput,
24
+ GetSmsChannelCommandOutput,
25
+ PinpointClientResolvedConfig
26
+ > {
27
+ readonly input: GetSmsChannelCommandInput;
28
+ constructor(input: GetSmsChannelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: PinpointClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetSmsChannelCommandInput, GetSmsChannelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }