aws-sdk 2.1660.0 → 2.1662.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/acm-pca-2017-08-22.waiters2.json +74 -62
- 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 +958 -119
- 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 +371 -171
- package/apis/connect-2017-08-08.paginators.json +18 -0
- package/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/apis/datazone-2018-05-10.min.json +0 -49
- package/apis/ec2-2016-11-15.min.json +1161 -1028
- package/apis/entityresolution-2018-05-10.min.json +162 -94
- package/apis/firehose-2015-08-04.min.json +226 -81
- package/apis/ivschat-2020-07-14.min.json +144 -139
- package/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/apis/medialive-2017-10-14.min.json +327 -230
- package/apis/taxsettings-2018-05-10.min.json +4 -1
- package/apis/timestream-query-2018-11-01.min.json +4 -1
- package/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/clients/acmpca.d.ts +12 -12
- package/clients/cleanrooms.d.ts +857 -59
- package/clients/cleanroomsml.d.ts +284 -257
- package/clients/cleanroomsml.js +1 -0
- package/clients/connect.d.ts +223 -6
- package/clients/connectcontactlens.d.ts +24 -3
- package/clients/datazone.d.ts +0 -64
- package/clients/ec2.d.ts +172 -17
- package/clients/entityresolution.d.ts +105 -22
- package/clients/firehose.d.ts +141 -0
- package/clients/ivschat.d.ts +166 -166
- package/clients/ivschat.js +1 -0
- package/clients/medialive.d.ts +100 -4
- package/clients/rds.d.ts +9 -9
- package/clients/sagemaker.d.ts +2 -2
- package/clients/secretsmanager.d.ts +7 -7
- package/clients/timestreamquery.d.ts +1 -1
- package/clients/workspacesthinclient.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +588 -574
- package/dist/aws-sdk.js +1779 -1283
- package/dist/aws-sdk.min.js +84 -84
- 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",
|