aws-sdk 2.1506.0 → 2.1507.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.
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListAudienceExportJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "audienceExportJobs"
8
+ },
9
+ "ListAudienceGenerationJobs": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "audienceGenerationJobs"
14
+ },
15
+ "ListAudienceModels": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "audienceModels"
20
+ },
21
+ "ListConfiguredAudienceModels": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "configuredAudienceModels"
26
+ },
27
+ "ListTrainingDatasets": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "trainingDatasets"
32
+ }
33
+ }
34
+ }
@@ -1393,5 +1393,8 @@
1393
1393
  },
1394
1394
  "qconnect": {
1395
1395
  "name": "QConnect"
1396
+ },
1397
+ "cleanroomsml": {
1398
+ "name": "CleanRoomsML"
1396
1399
  }
1397
1400
  }