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.
- package/README.md +1 -1
- package/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +369 -195
- package/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/apis/sagemaker-2017-07-24.min.json +1688 -980
- package/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/applicationautoscaling.d.ts +31 -31
- package/clients/cleanrooms.d.ts +1292 -177
- package/clients/cleanroomsml.d.ts +1232 -0
- package/clients/cleanroomsml.js +18 -0
- package/clients/opensearch.d.ts +170 -1
- package/clients/opensearchserverless.d.ts +13 -0
- package/clients/sagemaker.d.ts +950 -44
- package/clients/sagemakerruntime.d.ts +11 -2
- package/clients/sts.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +48 -11
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +35 -35
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -9341
@@ -12,12 +12,36 @@
|
|
12
12
|
"limit_key": "maxResults",
|
13
13
|
"result_key": "collaborationAnalysisTemplateSummaries"
|
14
14
|
},
|
15
|
+
"ListCollaborationConfiguredAudienceModelAssociations": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "collaborationConfiguredAudienceModelAssociationSummaries"
|
20
|
+
},
|
21
|
+
"ListCollaborationPrivacyBudgetTemplates": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "collaborationPrivacyBudgetTemplateSummaries"
|
26
|
+
},
|
27
|
+
"ListCollaborationPrivacyBudgets": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"output_token": "nextToken",
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "collaborationPrivacyBudgetSummaries"
|
32
|
+
},
|
15
33
|
"ListCollaborations": {
|
16
34
|
"input_token": "nextToken",
|
17
35
|
"output_token": "nextToken",
|
18
36
|
"limit_key": "maxResults",
|
19
37
|
"result_key": "collaborationList"
|
20
38
|
},
|
39
|
+
"ListConfiguredAudienceModelAssociations": {
|
40
|
+
"input_token": "nextToken",
|
41
|
+
"output_token": "nextToken",
|
42
|
+
"limit_key": "maxResults",
|
43
|
+
"result_key": "configuredAudienceModelAssociationSummaries"
|
44
|
+
},
|
21
45
|
"ListConfiguredTableAssociations": {
|
22
46
|
"input_token": "nextToken",
|
23
47
|
"output_token": "nextToken",
|
@@ -42,6 +66,18 @@
|
|
42
66
|
"limit_key": "maxResults",
|
43
67
|
"result_key": "membershipSummaries"
|
44
68
|
},
|
69
|
+
"ListPrivacyBudgetTemplates": {
|
70
|
+
"input_token": "nextToken",
|
71
|
+
"output_token": "nextToken",
|
72
|
+
"limit_key": "maxResults",
|
73
|
+
"result_key": "privacyBudgetTemplateSummaries"
|
74
|
+
},
|
75
|
+
"ListPrivacyBudgets": {
|
76
|
+
"input_token": "nextToken",
|
77
|
+
"output_token": "nextToken",
|
78
|
+
"limit_key": "maxResults",
|
79
|
+
"result_key": "privacyBudgetSummaries"
|
80
|
+
},
|
45
81
|
"ListProtectedQueries": {
|
46
82
|
"input_token": "nextToken",
|
47
83
|
"output_token": "nextToken",
|