@aws-sdk/client-pinpoint 3.335.0 → 3.335.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/CHANGELOG.md +4785 -0
  2. package/dist-types/ts3.4/Pinpoint.d.ts +864 -2091
  3. package/dist-types/ts3.4/PinpointClient.d.ts +284 -846
  4. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +103 -34
  5. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +833 -37
  6. package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +99 -38
  7. package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +117 -37
  8. package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +125 -37
  9. package/dist-types/ts3.4/commands/CreateInAppTemplateCommand.d.ts +155 -38
  10. package/dist-types/ts3.4/commands/CreateJourneyCommand.d.ts +840 -37
  11. package/dist-types/ts3.4/commands/CreatePushTemplateCommand.d.ts +145 -38
  12. package/dist-types/ts3.4/commands/CreateRecommenderConfigurationCommand.d.ts +117 -41
  13. package/dist-types/ts3.4/commands/CreateSegmentCommand.d.ts +378 -37
  14. package/dist-types/ts3.4/commands/CreateSmsTemplateCommand.d.ts +97 -38
  15. package/dist-types/ts3.4/commands/CreateVoiceTemplateCommand.d.ts +98 -38
  16. package/dist-types/ts3.4/commands/DeleteAdmChannelCommand.d.ts +101 -37
  17. package/dist-types/ts3.4/commands/DeleteApnsChannelCommand.d.ts +103 -38
  18. package/dist-types/ts3.4/commands/DeleteApnsSandboxChannelCommand.d.ts +103 -41
  19. package/dist-types/ts3.4/commands/DeleteApnsVoipChannelCommand.d.ts +103 -41
  20. package/dist-types/ts3.4/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +103 -41
  21. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +98 -34
  22. package/dist-types/ts3.4/commands/DeleteBaiduChannelCommand.d.ts +102 -38
  23. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +470 -37
  24. package/dist-types/ts3.4/commands/DeleteEmailChannelCommand.d.ts +106 -38
  25. package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +94 -38
  26. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +136 -37
  27. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +97 -38
  28. package/dist-types/ts3.4/commands/DeleteGcmChannelCommand.d.ts +102 -37
  29. package/dist-types/ts3.4/commands/DeleteInAppTemplateCommand.d.ts +94 -38
  30. package/dist-types/ts3.4/commands/DeleteJourneyCommand.d.ts +468 -37
  31. package/dist-types/ts3.4/commands/DeletePushTemplateCommand.d.ts +94 -38
  32. package/dist-types/ts3.4/commands/DeleteRecommenderConfigurationCommand.d.ts +105 -41
  33. package/dist-types/ts3.4/commands/DeleteSegmentCommand.d.ts +243 -37
  34. package/dist-types/ts3.4/commands/DeleteSmsChannelCommand.d.ts +105 -37
  35. package/dist-types/ts3.4/commands/DeleteSmsTemplateCommand.d.ts +94 -38
  36. package/dist-types/ts3.4/commands/DeleteUserEndpointsCommand.d.ts +140 -38
  37. package/dist-types/ts3.4/commands/DeleteVoiceChannelCommand.d.ts +101 -38
  38. package/dist-types/ts3.4/commands/DeleteVoiceTemplateCommand.d.ts +94 -38
  39. package/dist-types/ts3.4/commands/GetAdmChannelCommand.d.ts +101 -37
  40. package/dist-types/ts3.4/commands/GetApnsChannelCommand.d.ts +103 -37
  41. package/dist-types/ts3.4/commands/GetApnsSandboxChannelCommand.d.ts +103 -41
  42. package/dist-types/ts3.4/commands/GetApnsVoipChannelCommand.d.ts +103 -38
  43. package/dist-types/ts3.4/commands/GetApnsVoipSandboxChannelCommand.d.ts +103 -41
  44. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +98 -32
  45. package/dist-types/ts3.4/commands/GetApplicationDateRangeKpiCommand.d.ts +121 -41
  46. package/dist-types/ts3.4/commands/GetApplicationSettingsCommand.d.ts +109 -41
  47. package/dist-types/ts3.4/commands/GetAppsCommand.d.ts +104 -34
  48. package/dist-types/ts3.4/commands/GetBaiduChannelCommand.d.ts +102 -37
  49. package/dist-types/ts3.4/commands/GetCampaignActivitiesCommand.d.ts +115 -41
  50. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +470 -34
  51. package/dist-types/ts3.4/commands/GetCampaignDateRangeKpiCommand.d.ts +123 -41
  52. package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +471 -38
  53. package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +477 -38
  54. package/dist-types/ts3.4/commands/GetCampaignsCommand.d.ts +476 -34
  55. package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +104 -34
  56. package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +106 -37
  57. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +107 -37
  58. package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +136 -34
  59. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +97 -37
  60. package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +112 -34
  61. package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +118 -37
  62. package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +102 -37
  63. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +116 -34
  64. package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +122 -37
  65. package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +197 -37
  66. package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +163 -37
  67. package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +468 -34
  68. package/dist-types/ts3.4/commands/GetJourneyDateRangeKpiCommand.d.ts +123 -41
  69. package/dist-types/ts3.4/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +103 -41
  70. package/dist-types/ts3.4/commands/GetJourneyExecutionMetricsCommand.d.ts +100 -41
  71. package/dist-types/ts3.4/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +134 -41
  72. package/dist-types/ts3.4/commands/GetJourneyRunExecutionMetricsCommand.d.ts +130 -41
  73. package/dist-types/ts3.4/commands/GetJourneyRunsCommand.d.ts +135 -37
  74. package/dist-types/ts3.4/commands/GetPushTemplateCommand.d.ts +153 -37
  75. package/dist-types/ts3.4/commands/GetRecommenderConfigurationCommand.d.ts +105 -41
  76. package/dist-types/ts3.4/commands/GetRecommenderConfigurationsCommand.d.ts +111 -41
  77. package/dist-types/ts3.4/commands/GetSegmentCommand.d.ts +243 -34
  78. package/dist-types/ts3.4/commands/GetSegmentExportJobsCommand.d.ts +119 -41
  79. package/dist-types/ts3.4/commands/GetSegmentImportJobsCommand.d.ts +123 -41
  80. package/dist-types/ts3.4/commands/GetSegmentVersionCommand.d.ts +244 -38
  81. package/dist-types/ts3.4/commands/GetSegmentVersionsCommand.d.ts +250 -38
  82. package/dist-types/ts3.4/commands/GetSegmentsCommand.d.ts +249 -34
  83. package/dist-types/ts3.4/commands/GetSmsChannelCommand.d.ts +105 -37
  84. package/dist-types/ts3.4/commands/GetSmsTemplateCommand.d.ts +105 -37
  85. package/dist-types/ts3.4/commands/GetUserEndpointsCommand.d.ts +140 -37
  86. package/dist-types/ts3.4/commands/GetVoiceChannelCommand.d.ts +101 -37
  87. package/dist-types/ts3.4/commands/GetVoiceTemplateCommand.d.ts +106 -37
  88. package/dist-types/ts3.4/commands/ListJourneysCommand.d.ts +474 -34
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +73 -38
  90. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +108 -41
  91. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +104 -37
  92. package/dist-types/ts3.4/commands/PhoneNumberValidateCommand.d.ts +108 -38
  93. package/dist-types/ts3.4/commands/PutEventStreamCommand.d.ts +101 -37
  94. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +176 -34
  95. package/dist-types/ts3.4/commands/RemoveAttributesCommand.d.ts +102 -37
  96. package/dist-types/ts3.4/commands/SendMessagesCommand.d.ts +313 -34
  97. package/dist-types/ts3.4/commands/SendOTPMessageCommand.d.ts +125 -37
  98. package/dist-types/ts3.4/commands/SendUsersMessagesCommand.d.ts +296 -38
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +72 -32
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +70 -32
  101. package/dist-types/ts3.4/commands/UpdateAdmChannelCommand.d.ts +106 -37
  102. package/dist-types/ts3.4/commands/UpdateApnsChannelCommand.d.ts +113 -38
  103. package/dist-types/ts3.4/commands/UpdateApnsSandboxChannelCommand.d.ts +113 -41
  104. package/dist-types/ts3.4/commands/UpdateApnsVoipChannelCommand.d.ts +113 -41
  105. package/dist-types/ts3.4/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +113 -41
  106. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +129 -41
  107. package/dist-types/ts3.4/commands/UpdateBaiduChannelCommand.d.ts +107 -38
  108. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +834 -37
  109. package/dist-types/ts3.4/commands/UpdateEmailChannelCommand.d.ts +113 -38
  110. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +106 -38
  111. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +136 -37
  112. package/dist-types/ts3.4/commands/UpdateEndpointsBatchCommand.d.ts +140 -41
  113. package/dist-types/ts3.4/commands/UpdateGcmChannelCommand.d.ts +106 -37
  114. package/dist-types/ts3.4/commands/UpdateInAppTemplateCommand.d.ts +162 -38
  115. package/dist-types/ts3.4/commands/UpdateJourneyCommand.d.ts +844 -37
  116. package/dist-types/ts3.4/commands/UpdateJourneyStateCommand.d.ts +471 -38
  117. package/dist-types/ts3.4/commands/UpdatePushTemplateCommand.d.ts +152 -38
  118. package/dist-types/ts3.4/commands/UpdateRecommenderConfigurationCommand.d.ts +118 -41
  119. package/dist-types/ts3.4/commands/UpdateSegmentCommand.d.ts +379 -37
  120. package/dist-types/ts3.4/commands/UpdateSmsChannelCommand.d.ts +110 -37
  121. package/dist-types/ts3.4/commands/UpdateSmsTemplateCommand.d.ts +104 -38
  122. package/dist-types/ts3.4/commands/UpdateTemplateActiveVersionCommand.d.ts +97 -41
  123. package/dist-types/ts3.4/commands/UpdateVoiceChannelCommand.d.ts +104 -38
  124. package/dist-types/ts3.4/commands/UpdateVoiceTemplateCommand.d.ts +105 -38
  125. package/dist-types/ts3.4/commands/VerifyOTPMessageCommand.d.ts +97 -37
  126. package/dist-types/ts3.4/commands/index.d.ts +122 -122
  127. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +20 -32
  128. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +5 -8
  129. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
  130. package/dist-types/ts3.4/index.d.ts +5 -5
  131. package/dist-types/ts3.4/models/PinpointServiceException.d.ts +12 -7
  132. package/dist-types/ts3.4/models/index.d.ts +2 -2
  133. package/dist-types/ts3.4/models/models_0.d.ts +6383 -1896
  134. package/dist-types/ts3.4/models/models_1.d.ts +2807 -915
  135. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1100 -1469
  136. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -94
  137. package/dist-types/ts3.4/runtimeConfig.d.ts +42 -91
  138. package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -85
  139. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -18
  140. package/package.json +2 -2
@@ -1,37 +1,101 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@aws-sdk/types";
9
- import {
10
- PutEventStreamRequest,
11
- PutEventStreamResponse,
12
- } from "../models/models_1";
13
- import {
14
- PinpointClientResolvedConfig,
15
- ServiceInputTypes,
16
- ServiceOutputTypes,
17
- } from "../PinpointClient";
18
- export interface PutEventStreamCommandInput extends PutEventStreamRequest {}
19
- export interface PutEventStreamCommandOutput
20
- extends PutEventStreamResponse,
21
- __MetadataBearer {}
22
- export declare class PutEventStreamCommand extends $Command<
23
- PutEventStreamCommandInput,
24
- PutEventStreamCommandOutput,
25
- PinpointClientResolvedConfig
26
- > {
27
- readonly input: PutEventStreamCommandInput;
28
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
- constructor(input: PutEventStreamCommandInput);
30
- resolveMiddleware(
31
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
- configuration: PinpointClientResolvedConfig,
33
- options?: __HttpHandlerOptions
34
- ): Handler<PutEventStreamCommandInput, PutEventStreamCommandOutput>;
35
- private serialize;
36
- private deserialize;
37
- }
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { PutEventStreamRequest, PutEventStreamResponse } from "../models/models_1";
5
+ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link PutEventStreamCommand}.
10
+ */
11
+ export interface PutEventStreamCommandInput extends PutEventStreamRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link PutEventStreamCommand}.
17
+ */
18
+ export interface PutEventStreamCommandOutput extends PutEventStreamResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Creates a new event stream for an application or updates the settings of an existing event stream for an application.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { PinpointClient, PutEventStreamCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
27
+ * // const { PinpointClient, PutEventStreamCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
28
+ * const client = new PinpointClient(config);
29
+ * const input = { // PutEventStreamRequest
30
+ * ApplicationId: "STRING_VALUE", // required
31
+ * WriteEventStream: { // WriteEventStream
32
+ * DestinationStreamArn: "STRING_VALUE", // required
33
+ * RoleArn: "STRING_VALUE", // required
34
+ * },
35
+ * };
36
+ * const command = new PutEventStreamCommand(input);
37
+ * const response = await client.send(command);
38
+ * // { // PutEventStreamResponse
39
+ * // EventStream: { // EventStream
40
+ * // ApplicationId: "STRING_VALUE", // required
41
+ * // DestinationStreamArn: "STRING_VALUE", // required
42
+ * // ExternalId: "STRING_VALUE",
43
+ * // LastModifiedDate: "STRING_VALUE",
44
+ * // LastUpdatedBy: "STRING_VALUE",
45
+ * // RoleArn: "STRING_VALUE", // required
46
+ * // },
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param PutEventStreamCommandInput - {@link PutEventStreamCommandInput}
52
+ * @returns {@link PutEventStreamCommandOutput}
53
+ * @see {@link PutEventStreamCommandInput} for command's `input` shape.
54
+ * @see {@link PutEventStreamCommandOutput} for command's `response` shape.
55
+ * @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
56
+ *
57
+ * @throws {@link BadRequestException} (client fault)
58
+ * <p>Provides information about an API request or response.</p>
59
+ *
60
+ * @throws {@link ForbiddenException} (client fault)
61
+ * <p>Provides information about an API request or response.</p>
62
+ *
63
+ * @throws {@link InternalServerErrorException} (server fault)
64
+ * <p>Provides information about an API request or response.</p>
65
+ *
66
+ * @throws {@link MethodNotAllowedException} (client fault)
67
+ * <p>Provides information about an API request or response.</p>
68
+ *
69
+ * @throws {@link NotFoundException} (client fault)
70
+ * <p>Provides information about an API request or response.</p>
71
+ *
72
+ * @throws {@link PayloadTooLargeException} (client fault)
73
+ * <p>Provides information about an API request or response.</p>
74
+ *
75
+ * @throws {@link TooManyRequestsException} (client fault)
76
+ * <p>Provides information about an API request or response.</p>
77
+ *
78
+ * @throws {@link PinpointServiceException}
79
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
80
+ *
81
+ */
82
+ export declare class PutEventStreamCommand extends $Command<PutEventStreamCommandInput, PutEventStreamCommandOutput, PinpointClientResolvedConfig> {
83
+ readonly input: PutEventStreamCommandInput;
84
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
88
+ constructor(input: PutEventStreamCommandInput);
89
+ /**
90
+ * @internal
91
+ */
92
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventStreamCommandInput, PutEventStreamCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
96
+ private serialize;
97
+ /**
98
+ * @internal
99
+ */
100
+ private deserialize;
101
+ }
@@ -1,34 +1,176 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@aws-sdk/types";
9
- import { PutEventsRequest, PutEventsResponse } from "../models/models_1";
10
- import {
11
- PinpointClientResolvedConfig,
12
- ServiceInputTypes,
13
- ServiceOutputTypes,
14
- } from "../PinpointClient";
15
- export interface PutEventsCommandInput extends PutEventsRequest {}
16
- export interface PutEventsCommandOutput
17
- extends PutEventsResponse,
18
- __MetadataBearer {}
19
- export declare class PutEventsCommand extends $Command<
20
- PutEventsCommandInput,
21
- PutEventsCommandOutput,
22
- PinpointClientResolvedConfig
23
- > {
24
- readonly input: PutEventsCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: PutEventsCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: PinpointClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<PutEventsCommandInput, PutEventsCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { PutEventsRequest, PutEventsResponse } from "../models/models_1";
5
+ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link PutEventsCommand}.
10
+ */
11
+ export interface PutEventsCommandInput extends PutEventsRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link PutEventsCommand}.
17
+ */
18
+ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { PinpointClient, PutEventsCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
27
+ * // const { PinpointClient, PutEventsCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
28
+ * const client = new PinpointClient(config);
29
+ * const input = { // PutEventsRequest
30
+ * ApplicationId: "STRING_VALUE", // required
31
+ * EventsRequest: { // EventsRequest
32
+ * BatchItem: { // MapOfEventsBatch // required
33
+ * "<keys>": { // EventsBatch
34
+ * Endpoint: { // PublicEndpoint
35
+ * Address: "STRING_VALUE",
36
+ * Attributes: { // MapOfListOf__string
37
+ * "<keys>": [ // ListOf__string
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * },
41
+ * ChannelType: "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
42
+ * Demographic: { // EndpointDemographic
43
+ * AppVersion: "STRING_VALUE",
44
+ * Locale: "STRING_VALUE",
45
+ * Make: "STRING_VALUE",
46
+ * Model: "STRING_VALUE",
47
+ * ModelVersion: "STRING_VALUE",
48
+ * Platform: "STRING_VALUE",
49
+ * PlatformVersion: "STRING_VALUE",
50
+ * Timezone: "STRING_VALUE",
51
+ * },
52
+ * EffectiveDate: "STRING_VALUE",
53
+ * EndpointStatus: "STRING_VALUE",
54
+ * Location: { // EndpointLocation
55
+ * City: "STRING_VALUE",
56
+ * Country: "STRING_VALUE",
57
+ * Latitude: Number("double"),
58
+ * Longitude: Number("double"),
59
+ * PostalCode: "STRING_VALUE",
60
+ * Region: "STRING_VALUE",
61
+ * },
62
+ * Metrics: { // MapOf__double
63
+ * "<keys>": Number("double"),
64
+ * },
65
+ * OptOut: "STRING_VALUE",
66
+ * RequestId: "STRING_VALUE",
67
+ * User: { // EndpointUser
68
+ * UserAttributes: {
69
+ * "<keys>": [
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * },
73
+ * UserId: "STRING_VALUE",
74
+ * },
75
+ * },
76
+ * Events: { // MapOfEvent // required
77
+ * "<keys>": { // Event
78
+ * AppPackageName: "STRING_VALUE",
79
+ * AppTitle: "STRING_VALUE",
80
+ * AppVersionCode: "STRING_VALUE",
81
+ * Attributes: { // MapOf__string
82
+ * "<keys>": "STRING_VALUE",
83
+ * },
84
+ * ClientSdkVersion: "STRING_VALUE",
85
+ * EventType: "STRING_VALUE", // required
86
+ * Metrics: {
87
+ * "<keys>": Number("double"),
88
+ * },
89
+ * SdkName: "STRING_VALUE",
90
+ * Session: { // Session
91
+ * Duration: Number("int"),
92
+ * Id: "STRING_VALUE", // required
93
+ * StartTimestamp: "STRING_VALUE", // required
94
+ * StopTimestamp: "STRING_VALUE",
95
+ * },
96
+ * Timestamp: "STRING_VALUE", // required
97
+ * },
98
+ * },
99
+ * },
100
+ * },
101
+ * },
102
+ * };
103
+ * const command = new PutEventsCommand(input);
104
+ * const response = await client.send(command);
105
+ * // { // PutEventsResponse
106
+ * // EventsResponse: { // EventsResponse
107
+ * // Results: { // MapOfItemResponse
108
+ * // "<keys>": { // ItemResponse
109
+ * // EndpointItemResponse: { // EndpointItemResponse
110
+ * // Message: "STRING_VALUE",
111
+ * // StatusCode: Number("int"),
112
+ * // },
113
+ * // EventsItemResponse: { // MapOfEventItemResponse
114
+ * // "<keys>": { // EventItemResponse
115
+ * // Message: "STRING_VALUE",
116
+ * // StatusCode: Number("int"),
117
+ * // },
118
+ * // },
119
+ * // },
120
+ * // },
121
+ * // },
122
+ * // };
123
+ *
124
+ * ```
125
+ *
126
+ * @param PutEventsCommandInput - {@link PutEventsCommandInput}
127
+ * @returns {@link PutEventsCommandOutput}
128
+ * @see {@link PutEventsCommandInput} for command's `input` shape.
129
+ * @see {@link PutEventsCommandOutput} for command's `response` shape.
130
+ * @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
131
+ *
132
+ * @throws {@link BadRequestException} (client fault)
133
+ * <p>Provides information about an API request or response.</p>
134
+ *
135
+ * @throws {@link ForbiddenException} (client fault)
136
+ * <p>Provides information about an API request or response.</p>
137
+ *
138
+ * @throws {@link InternalServerErrorException} (server fault)
139
+ * <p>Provides information about an API request or response.</p>
140
+ *
141
+ * @throws {@link MethodNotAllowedException} (client fault)
142
+ * <p>Provides information about an API request or response.</p>
143
+ *
144
+ * @throws {@link NotFoundException} (client fault)
145
+ * <p>Provides information about an API request or response.</p>
146
+ *
147
+ * @throws {@link PayloadTooLargeException} (client fault)
148
+ * <p>Provides information about an API request or response.</p>
149
+ *
150
+ * @throws {@link TooManyRequestsException} (client fault)
151
+ * <p>Provides information about an API request or response.</p>
152
+ *
153
+ * @throws {@link PinpointServiceException}
154
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
155
+ *
156
+ */
157
+ export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, PinpointClientResolvedConfig> {
158
+ readonly input: PutEventsCommandInput;
159
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
+ /**
161
+ * @public
162
+ */
163
+ constructor(input: PutEventsCommandInput);
164
+ /**
165
+ * @internal
166
+ */
167
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventsCommandInput, PutEventsCommandOutput>;
168
+ /**
169
+ * @internal
170
+ */
171
+ private serialize;
172
+ /**
173
+ * @internal
174
+ */
175
+ private deserialize;
176
+ }
@@ -1,37 +1,102 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@aws-sdk/types";
9
- import {
10
- RemoveAttributesRequest,
11
- RemoveAttributesResponse,
12
- } from "../models/models_1";
13
- import {
14
- PinpointClientResolvedConfig,
15
- ServiceInputTypes,
16
- ServiceOutputTypes,
17
- } from "../PinpointClient";
18
- export interface RemoveAttributesCommandInput extends RemoveAttributesRequest {}
19
- export interface RemoveAttributesCommandOutput
20
- extends RemoveAttributesResponse,
21
- __MetadataBearer {}
22
- export declare class RemoveAttributesCommand extends $Command<
23
- RemoveAttributesCommandInput,
24
- RemoveAttributesCommandOutput,
25
- PinpointClientResolvedConfig
26
- > {
27
- readonly input: RemoveAttributesCommandInput;
28
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
- constructor(input: RemoveAttributesCommandInput);
30
- resolveMiddleware(
31
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
- configuration: PinpointClientResolvedConfig,
33
- options?: __HttpHandlerOptions
34
- ): Handler<RemoveAttributesCommandInput, RemoveAttributesCommandOutput>;
35
- private serialize;
36
- private deserialize;
37
- }
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { RemoveAttributesRequest, RemoveAttributesResponse } from "../models/models_1";
5
+ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link RemoveAttributesCommand}.
10
+ */
11
+ export interface RemoveAttributesCommandInput extends RemoveAttributesRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link RemoveAttributesCommand}.
17
+ */
18
+ export interface RemoveAttributesCommandOutput extends RemoveAttributesResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { PinpointClient, RemoveAttributesCommand } from "@aws-sdk/client-pinpoint"; // ES Modules import
27
+ * // const { PinpointClient, RemoveAttributesCommand } = require("@aws-sdk/client-pinpoint"); // CommonJS import
28
+ * const client = new PinpointClient(config);
29
+ * const input = { // RemoveAttributesRequest
30
+ * ApplicationId: "STRING_VALUE", // required
31
+ * AttributeType: "STRING_VALUE", // required
32
+ * UpdateAttributesRequest: { // UpdateAttributesRequest
33
+ * Blacklist: [ // ListOf__string
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * },
37
+ * };
38
+ * const command = new RemoveAttributesCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // RemoveAttributesResponse
41
+ * // AttributesResource: { // AttributesResource
42
+ * // ApplicationId: "STRING_VALUE", // required
43
+ * // AttributeType: "STRING_VALUE", // required
44
+ * // Attributes: [ // ListOf__string
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // },
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param RemoveAttributesCommandInput - {@link RemoveAttributesCommandInput}
53
+ * @returns {@link RemoveAttributesCommandOutput}
54
+ * @see {@link RemoveAttributesCommandInput} for command's `input` shape.
55
+ * @see {@link RemoveAttributesCommandOutput} for command's `response` shape.
56
+ * @see {@link PinpointClientResolvedConfig | config} for PinpointClient's `config` shape.
57
+ *
58
+ * @throws {@link BadRequestException} (client fault)
59
+ * <p>Provides information about an API request or response.</p>
60
+ *
61
+ * @throws {@link ForbiddenException} (client fault)
62
+ * <p>Provides information about an API request or response.</p>
63
+ *
64
+ * @throws {@link InternalServerErrorException} (server fault)
65
+ * <p>Provides information about an API request or response.</p>
66
+ *
67
+ * @throws {@link MethodNotAllowedException} (client fault)
68
+ * <p>Provides information about an API request or response.</p>
69
+ *
70
+ * @throws {@link NotFoundException} (client fault)
71
+ * <p>Provides information about an API request or response.</p>
72
+ *
73
+ * @throws {@link PayloadTooLargeException} (client fault)
74
+ * <p>Provides information about an API request or response.</p>
75
+ *
76
+ * @throws {@link TooManyRequestsException} (client fault)
77
+ * <p>Provides information about an API request or response.</p>
78
+ *
79
+ * @throws {@link PinpointServiceException}
80
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
81
+ *
82
+ */
83
+ export declare class RemoveAttributesCommand extends $Command<RemoveAttributesCommandInput, RemoveAttributesCommandOutput, PinpointClientResolvedConfig> {
84
+ readonly input: RemoveAttributesCommandInput;
85
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
89
+ constructor(input: RemoveAttributesCommandInput);
90
+ /**
91
+ * @internal
92
+ */
93
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAttributesCommandInput, RemoveAttributesCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
97
+ private serialize;
98
+ /**
99
+ * @internal
100
+ */
101
+ private deserialize;
102
+ }