aws-sdk 2.1661.0 → 2.1663.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/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +4 -1
- package/apis/appsync-2017-07-25.paginators.json +60 -0
- package/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/apis/connect-2017-08-08.min.json +155 -144
- package/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/apis/datazone-2018-05-10.min.json +0 -49
- package/apis/entityresolution-2018-05-10.min.json +162 -94
- package/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/clients/cleanrooms.d.ts +1079 -16
- package/clients/cleanroomsml.d.ts +284 -257
- package/clients/cleanroomsml.js +1 -0
- package/clients/connect.d.ts +26 -5
- package/clients/connectcontactlens.d.ts +24 -3
- package/clients/datazone.d.ts +0 -64
- package/clients/dynamodb.d.ts +6 -6
- package/clients/entityresolution.d.ts +105 -22
- package/clients/iotsitewise.d.ts +37 -25
- package/clients/mediapackagev2.d.ts +1 -1
- package/clients/medicalimaging.d.ts +38 -0
- package/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +134 -127
- package/dist/aws-sdk.js +158 -147
- package/dist/aws-sdk.min.js +11 -11
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
"limit_key": "maxResults",
|
|
19
19
|
"result_key": "collaborationConfiguredAudienceModelAssociationSummaries"
|
|
20
20
|
},
|
|
21
|
+
"ListCollaborationIdNamespaceAssociations": {
|
|
22
|
+
"input_token": "nextToken",
|
|
23
|
+
"output_token": "nextToken",
|
|
24
|
+
"limit_key": "maxResults",
|
|
25
|
+
"result_key": "collaborationIdNamespaceAssociationSummaries"
|
|
26
|
+
},
|
|
21
27
|
"ListCollaborationPrivacyBudgetTemplates": {
|
|
22
28
|
"input_token": "nextToken",
|
|
23
29
|
"output_token": "nextToken",
|
|
@@ -54,6 +60,18 @@
|
|
|
54
60
|
"limit_key": "maxResults",
|
|
55
61
|
"result_key": "configuredTableSummaries"
|
|
56
62
|
},
|
|
63
|
+
"ListIdMappingTables": {
|
|
64
|
+
"input_token": "nextToken",
|
|
65
|
+
"output_token": "nextToken",
|
|
66
|
+
"limit_key": "maxResults",
|
|
67
|
+
"result_key": "idMappingTableSummaries"
|
|
68
|
+
},
|
|
69
|
+
"ListIdNamespaceAssociations": {
|
|
70
|
+
"input_token": "nextToken",
|
|
71
|
+
"output_token": "nextToken",
|
|
72
|
+
"limit_key": "maxResults",
|
|
73
|
+
"result_key": "idNamespaceAssociationSummaries"
|
|
74
|
+
},
|
|
57
75
|
"ListMembers": {
|
|
58
76
|
"input_token": "nextToken",
|
|
59
77
|
"output_token": "nextToken",
|