@aws-sdk/client-pinpoint 3.319.0 → 3.320.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 (54) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/Pinpoint.js +6 -0
  3. package/dist-cjs/commands/GetJourneyRunExecutionActivityMetricsCommand.js +45 -0
  4. package/dist-cjs/commands/GetJourneyRunExecutionMetricsCommand.js +45 -0
  5. package/dist-cjs/commands/GetJourneyRunsCommand.js +45 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_1.js +7 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +226 -4
  10. package/dist-es/Pinpoint.js +6 -0
  11. package/dist-es/commands/GetJourneyRunExecutionActivityMetricsCommand.js +41 -0
  12. package/dist-es/commands/GetJourneyRunExecutionMetricsCommand.js +41 -0
  13. package/dist-es/commands/GetJourneyRunsCommand.js +41 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_1.js +6 -1
  17. package/dist-es/protocols/Aws_restJson1.js +216 -0
  18. package/dist-types/Pinpoint.d.ts +21 -0
  19. package/dist-types/PinpointClient.d.ts +5 -2
  20. package/dist-types/commands/CreateCampaignCommand.d.ts +33 -33
  21. package/dist-types/commands/CreateImportJobCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +10 -10
  23. package/dist-types/commands/CreateJourneyCommand.d.ts +19 -19
  24. package/dist-types/commands/CreatePushTemplateCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateSegmentCommand.d.ts +16 -16
  26. package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +89 -0
  27. package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +88 -0
  28. package/dist-types/commands/GetJourneyRunsCommand.d.ts +87 -0
  29. package/dist-types/commands/PutEventsCommand.d.ts +1 -1
  30. package/dist-types/commands/SendMessagesCommand.d.ts +7 -7
  31. package/dist-types/commands/SendUsersMessagesCommand.d.ts +6 -6
  32. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateCampaignCommand.d.ts +33 -33
  34. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +10 -10
  37. package/dist-types/commands/UpdateJourneyCommand.d.ts +19 -19
  38. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +5 -5
  40. package/dist-types/commands/UpdateSegmentCommand.d.ts +16 -16
  41. package/dist-types/commands/index.d.ts +3 -0
  42. package/dist-types/models/models_0.d.ts +30 -26
  43. package/dist-types/models/models_1.d.ts +215 -3
  44. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  45. package/dist-types/ts3.4/Pinpoint.d.ts +57 -0
  46. package/dist-types/ts3.4/PinpointClient.d.ts +18 -0
  47. package/dist-types/ts3.4/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +41 -0
  48. package/dist-types/ts3.4/commands/GetJourneyRunExecutionMetricsCommand.d.ts +41 -0
  49. package/dist-types/ts3.4/commands/GetJourneyRunsCommand.d.ts +37 -0
  50. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  51. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  52. package/dist-types/ts3.4/models/models_1.d.ts +68 -0
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  54. package/package.json +1 -1
@@ -271,6 +271,18 @@ import {
271
271
  GetJourneyExecutionMetricsCommandInput,
272
272
  GetJourneyExecutionMetricsCommandOutput,
273
273
  } from "../commands/GetJourneyExecutionMetricsCommand";
274
+ import {
275
+ GetJourneyRunExecutionActivityMetricsCommandInput,
276
+ GetJourneyRunExecutionActivityMetricsCommandOutput,
277
+ } from "../commands/GetJourneyRunExecutionActivityMetricsCommand";
278
+ import {
279
+ GetJourneyRunExecutionMetricsCommandInput,
280
+ GetJourneyRunExecutionMetricsCommandOutput,
281
+ } from "../commands/GetJourneyRunExecutionMetricsCommand";
282
+ import {
283
+ GetJourneyRunsCommandInput,
284
+ GetJourneyRunsCommandOutput,
285
+ } from "../commands/GetJourneyRunsCommand";
274
286
  import {
275
287
  GetPushTemplateCommandInput,
276
288
  GetPushTemplateCommandOutput,
@@ -747,6 +759,18 @@ export declare const se_GetJourneyExecutionMetricsCommand: (
747
759
  input: GetJourneyExecutionMetricsCommandInput,
748
760
  context: __SerdeContext
749
761
  ) => Promise<__HttpRequest>;
762
+ export declare const se_GetJourneyRunExecutionActivityMetricsCommand: (
763
+ input: GetJourneyRunExecutionActivityMetricsCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const se_GetJourneyRunExecutionMetricsCommand: (
767
+ input: GetJourneyRunExecutionMetricsCommandInput,
768
+ context: __SerdeContext
769
+ ) => Promise<__HttpRequest>;
770
+ export declare const se_GetJourneyRunsCommand: (
771
+ input: GetJourneyRunsCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
750
774
  export declare const se_GetPushTemplateCommand: (
751
775
  input: GetPushTemplateCommandInput,
752
776
  context: __SerdeContext
@@ -1223,6 +1247,18 @@ export declare const de_GetJourneyExecutionMetricsCommand: (
1223
1247
  output: __HttpResponse,
1224
1248
  context: __SerdeContext
1225
1249
  ) => Promise<GetJourneyExecutionMetricsCommandOutput>;
1250
+ export declare const de_GetJourneyRunExecutionActivityMetricsCommand: (
1251
+ output: __HttpResponse,
1252
+ context: __SerdeContext
1253
+ ) => Promise<GetJourneyRunExecutionActivityMetricsCommandOutput>;
1254
+ export declare const de_GetJourneyRunExecutionMetricsCommand: (
1255
+ output: __HttpResponse,
1256
+ context: __SerdeContext
1257
+ ) => Promise<GetJourneyRunExecutionMetricsCommandOutput>;
1258
+ export declare const de_GetJourneyRunsCommand: (
1259
+ output: __HttpResponse,
1260
+ context: __SerdeContext
1261
+ ) => Promise<GetJourneyRunsCommandOutput>;
1226
1262
  export declare const de_GetPushTemplateCommand: (
1227
1263
  output: __HttpResponse,
1228
1264
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
4
- "version": "3.319.0",
4
+ "version": "3.320.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",