aws-sdk 2.1447.0 → 2.1449.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/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +115 -87
- package/apis/auditmanager-2017-07-25.min.json +238 -63
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
- package/apis/cleanrooms-2022-02-17.min.json +70 -31
- package/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/apis/datasync-2018-11-09.min.json +97 -14
- package/apis/grafana-2020-08-18.min.json +2 -1
- package/apis/health-2016-08-04.min.json +116 -34
- package/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/apis/metadata.json +7 -0
- package/apis/neptunedata-2023-08-01.examples.json +5 -0
- package/apis/neptunedata-2023-08-01.min.json +1923 -0
- package/apis/neptunedata-2023-08-01.paginators.json +4 -0
- package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
- package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
- package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
- package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/apis/sagemaker-2017-07-24.min.json +739 -728
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/appflow.d.ts +30 -0
- package/clients/apprunner.d.ts +5 -5
- package/clients/chimesdkmediapipelines.d.ts +28 -2
- package/clients/cleanrooms.d.ts +41 -5
- package/clients/cloudwatchevents.d.ts +2 -2
- package/clients/connectcampaigns.d.ts +30 -23
- package/clients/connectparticipant.d.ts +71 -2
- package/clients/customerprofiles.d.ts +56 -52
- package/clients/datasync.d.ts +144 -21
- package/clients/ecs.d.ts +14 -14
- package/clients/health.d.ts +86 -2
- package/clients/ivs.d.ts +4 -4
- package/clients/kafkaconnect.d.ts +6 -8
- package/clients/neptunedata.d.ts +1976 -0
- package/clients/neptunedata.js +18 -0
- package/clients/networkfirewall.d.ts +9 -9
- package/clients/paymentcryptographydata.d.ts +8 -6
- package/clients/pcaconnectorad.d.ts +1606 -0
- package/clients/pcaconnectorad.js +18 -0
- package/clients/sagemaker.d.ts +21 -1
- package/clients/sagemakerruntime.d.ts +86 -8
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +93 -19
- package/dist/aws-sdk.js +70 -23
- package/dist/aws-sdk.min.js +89 -89
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListConnectors": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Connectors"
|
8
|
+
},
|
9
|
+
"ListDirectoryRegistrations": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "DirectoryRegistrations"
|
14
|
+
},
|
15
|
+
"ListServicePrincipalNames": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "ServicePrincipalNames"
|
20
|
+
},
|
21
|
+
"ListTemplateGroupAccessControlEntries": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "AccessControlEntries"
|
26
|
+
},
|
27
|
+
"ListTemplates": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"output_token": "NextToken",
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "Templates"
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
@@ -155,6 +155,110 @@
|
|
155
155
|
}
|
156
156
|
}
|
157
157
|
}
|
158
|
+
},
|
159
|
+
"InvokeEndpointWithResponseStream": {
|
160
|
+
"http": {
|
161
|
+
"requestUri": "/endpoints/{EndpointName}/invocations-response-stream"
|
162
|
+
},
|
163
|
+
"input": {
|
164
|
+
"type": "structure",
|
165
|
+
"required": [
|
166
|
+
"EndpointName",
|
167
|
+
"Body"
|
168
|
+
],
|
169
|
+
"members": {
|
170
|
+
"EndpointName": {
|
171
|
+
"location": "uri",
|
172
|
+
"locationName": "EndpointName"
|
173
|
+
},
|
174
|
+
"Body": {
|
175
|
+
"shape": "S3"
|
176
|
+
},
|
177
|
+
"ContentType": {
|
178
|
+
"location": "header",
|
179
|
+
"locationName": "Content-Type"
|
180
|
+
},
|
181
|
+
"Accept": {
|
182
|
+
"location": "header",
|
183
|
+
"locationName": "X-Amzn-SageMaker-Accept"
|
184
|
+
},
|
185
|
+
"CustomAttributes": {
|
186
|
+
"shape": "S5",
|
187
|
+
"location": "header",
|
188
|
+
"locationName": "X-Amzn-SageMaker-Custom-Attributes"
|
189
|
+
},
|
190
|
+
"TargetVariant": {
|
191
|
+
"location": "header",
|
192
|
+
"locationName": "X-Amzn-SageMaker-Target-Variant"
|
193
|
+
},
|
194
|
+
"TargetContainerHostname": {
|
195
|
+
"location": "header",
|
196
|
+
"locationName": "X-Amzn-SageMaker-Target-Container-Hostname"
|
197
|
+
},
|
198
|
+
"InferenceId": {
|
199
|
+
"location": "header",
|
200
|
+
"locationName": "X-Amzn-SageMaker-Inference-Id"
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"payload": "Body"
|
204
|
+
},
|
205
|
+
"output": {
|
206
|
+
"type": "structure",
|
207
|
+
"required": [
|
208
|
+
"Body"
|
209
|
+
],
|
210
|
+
"members": {
|
211
|
+
"Body": {
|
212
|
+
"type": "structure",
|
213
|
+
"members": {
|
214
|
+
"PayloadPart": {
|
215
|
+
"type": "structure",
|
216
|
+
"members": {
|
217
|
+
"Bytes": {
|
218
|
+
"eventpayload": true,
|
219
|
+
"type": "blob",
|
220
|
+
"sensitive": true
|
221
|
+
}
|
222
|
+
},
|
223
|
+
"event": true
|
224
|
+
},
|
225
|
+
"ModelStreamError": {
|
226
|
+
"type": "structure",
|
227
|
+
"members": {
|
228
|
+
"Message": {},
|
229
|
+
"ErrorCode": {}
|
230
|
+
},
|
231
|
+
"exception": true,
|
232
|
+
"synthetic": true
|
233
|
+
},
|
234
|
+
"InternalStreamFailure": {
|
235
|
+
"type": "structure",
|
236
|
+
"members": {
|
237
|
+
"Message": {}
|
238
|
+
},
|
239
|
+
"exception": true,
|
240
|
+
"fault": true,
|
241
|
+
"synthetic": true
|
242
|
+
}
|
243
|
+
},
|
244
|
+
"eventstream": true
|
245
|
+
},
|
246
|
+
"ContentType": {
|
247
|
+
"location": "header",
|
248
|
+
"locationName": "X-Amzn-SageMaker-Content-Type"
|
249
|
+
},
|
250
|
+
"InvokedProductionVariant": {
|
251
|
+
"location": "header",
|
252
|
+
"locationName": "x-Amzn-Invoked-Production-Variant"
|
253
|
+
},
|
254
|
+
"CustomAttributes": {
|
255
|
+
"shape": "S5",
|
256
|
+
"location": "header",
|
257
|
+
"locationName": "X-Amzn-SageMaker-Custom-Attributes"
|
258
|
+
}
|
259
|
+
},
|
260
|
+
"payload": "Body"
|
261
|
+
}
|
158
262
|
}
|
159
263
|
},
|
160
264
|
"shapes": {
|