aws-sdk 2.1012.0 → 2.1016.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/auditmanager-2017-07-25.min.json +168 -12
- package/apis/auditmanager-2017-07-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.min.json +240 -94
- package/apis/chime-2018-05-01.min.json +4 -2
- package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
- package/apis/ec2-2016-11-15.min.json +1331 -800
- package/apis/ec2-2016-11-15.paginators.json +12 -0
- package/apis/emr-containers-2020-10-01.min.json +18 -6
- package/apis/quicksight-2018-04-01.min.json +27 -21
- package/apis/rds-2014-10-31.min.json +412 -317
- package/apis/route53resolver-2018-04-01.min.json +85 -13
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +924 -792
- package/apis/textract-2018-06-27.min.json +107 -43
- package/clients/auditmanager.d.ts +486 -305
- package/clients/autoscaling.d.ts +217 -15
- package/clients/chime.d.ts +8 -0
- package/clients/chimesdkidentity.d.ts +314 -2
- package/clients/chimesdkmessaging.d.ts +146 -15
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +548 -4
- package/clients/eks.d.ts +1 -1
- package/clients/emrcontainers.d.ts +18 -3
- package/clients/finspace.js +0 -1
- package/clients/finspacedata.js +0 -1
- package/clients/lexmodelsv2.js +0 -1
- package/clients/lookoutmetrics.js +0 -1
- package/clients/quicksight.d.ts +12 -2
- package/clients/rds.d.ts +361 -200
- package/clients/route53resolver.d.ts +94 -0
- package/clients/sagemaker.d.ts +152 -8
- package/clients/textract.d.ts +98 -6
- package/dist/aws-sdk-core-react-native.js +57 -22
- package/dist/aws-sdk-react-native.js +299 -340
- package/dist/aws-sdk.js +2134 -1234
- package/dist/aws-sdk.min.js +87 -87
- package/lib/core.js +1 -1
- package/lib/protocol/rest_json.js +6 -12
- package/lib/region_config.js +44 -1
- package/lib/region_config_data.json +81 -0
- package/lib/request.js +4 -6
- package/lib/service.js +1 -1
- package/package.json +2 -2
- package/scripts/region-checker/allowlist.js +4 -0
- package/lib/services/finspace.js +0 -23
- package/lib/services/finspacedata.js +0 -23
- package/lib/services/lexmodelsv2.js +0 -23
- package/lib/services/lookoutmetrics.js +0 -22
|
@@ -93,40 +93,7 @@
|
|
|
93
93
|
"shape": "Sh"
|
|
94
94
|
},
|
|
95
95
|
"ExpenseDocuments": {
|
|
96
|
-
"
|
|
97
|
-
"member": {
|
|
98
|
-
"type": "structure",
|
|
99
|
-
"members": {
|
|
100
|
-
"ExpenseIndex": {
|
|
101
|
-
"type": "integer"
|
|
102
|
-
},
|
|
103
|
-
"SummaryFields": {
|
|
104
|
-
"shape": "S1b"
|
|
105
|
-
},
|
|
106
|
-
"LineItemGroups": {
|
|
107
|
-
"type": "list",
|
|
108
|
-
"member": {
|
|
109
|
-
"type": "structure",
|
|
110
|
-
"members": {
|
|
111
|
-
"LineItemGroupIndex": {
|
|
112
|
-
"type": "integer"
|
|
113
|
-
},
|
|
114
|
-
"LineItems": {
|
|
115
|
-
"type": "list",
|
|
116
|
-
"member": {
|
|
117
|
-
"type": "structure",
|
|
118
|
-
"members": {
|
|
119
|
-
"LineItemExpenseFields": {
|
|
120
|
-
"shape": "S1b"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
96
|
+
"shape": "S19"
|
|
130
97
|
}
|
|
131
98
|
}
|
|
132
99
|
}
|
|
@@ -222,6 +189,39 @@
|
|
|
222
189
|
}
|
|
223
190
|
}
|
|
224
191
|
},
|
|
192
|
+
"GetExpenseAnalysis": {
|
|
193
|
+
"input": {
|
|
194
|
+
"type": "structure",
|
|
195
|
+
"required": [
|
|
196
|
+
"JobId"
|
|
197
|
+
],
|
|
198
|
+
"members": {
|
|
199
|
+
"JobId": {},
|
|
200
|
+
"MaxResults": {
|
|
201
|
+
"type": "integer"
|
|
202
|
+
},
|
|
203
|
+
"NextToken": {}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"output": {
|
|
207
|
+
"type": "structure",
|
|
208
|
+
"members": {
|
|
209
|
+
"DocumentMetadata": {
|
|
210
|
+
"shape": "Sh"
|
|
211
|
+
},
|
|
212
|
+
"JobStatus": {},
|
|
213
|
+
"NextToken": {},
|
|
214
|
+
"ExpenseDocuments": {
|
|
215
|
+
"shape": "S19"
|
|
216
|
+
},
|
|
217
|
+
"Warnings": {
|
|
218
|
+
"shape": "S1r"
|
|
219
|
+
},
|
|
220
|
+
"StatusMessage": {},
|
|
221
|
+
"AnalyzeExpenseModelVersion": {}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
225
|
"StartDocumentAnalysis": {
|
|
226
226
|
"input": {
|
|
227
227
|
"type": "structure",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
],
|
|
232
232
|
"members": {
|
|
233
233
|
"DocumentLocation": {
|
|
234
|
-
"shape": "
|
|
234
|
+
"shape": "S21"
|
|
235
235
|
},
|
|
236
236
|
"FeatureTypes": {
|
|
237
237
|
"shape": "S8"
|
|
@@ -239,10 +239,10 @@
|
|
|
239
239
|
"ClientRequestToken": {},
|
|
240
240
|
"JobTag": {},
|
|
241
241
|
"NotificationChannel": {
|
|
242
|
-
"shape": "
|
|
242
|
+
"shape": "S24"
|
|
243
243
|
},
|
|
244
244
|
"OutputConfig": {
|
|
245
|
-
"shape": "
|
|
245
|
+
"shape": "S27"
|
|
246
246
|
},
|
|
247
247
|
"KMSKeyId": {}
|
|
248
248
|
}
|
|
@@ -262,15 +262,43 @@
|
|
|
262
262
|
],
|
|
263
263
|
"members": {
|
|
264
264
|
"DocumentLocation": {
|
|
265
|
-
"shape": "
|
|
265
|
+
"shape": "S21"
|
|
266
|
+
},
|
|
267
|
+
"ClientRequestToken": {},
|
|
268
|
+
"JobTag": {},
|
|
269
|
+
"NotificationChannel": {
|
|
270
|
+
"shape": "S24"
|
|
271
|
+
},
|
|
272
|
+
"OutputConfig": {
|
|
273
|
+
"shape": "S27"
|
|
274
|
+
},
|
|
275
|
+
"KMSKeyId": {}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"output": {
|
|
279
|
+
"type": "structure",
|
|
280
|
+
"members": {
|
|
281
|
+
"JobId": {}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"StartExpenseAnalysis": {
|
|
286
|
+
"input": {
|
|
287
|
+
"type": "structure",
|
|
288
|
+
"required": [
|
|
289
|
+
"DocumentLocation"
|
|
290
|
+
],
|
|
291
|
+
"members": {
|
|
292
|
+
"DocumentLocation": {
|
|
293
|
+
"shape": "S21"
|
|
266
294
|
},
|
|
267
295
|
"ClientRequestToken": {},
|
|
268
296
|
"JobTag": {},
|
|
269
297
|
"NotificationChannel": {
|
|
270
|
-
"shape": "
|
|
298
|
+
"shape": "S24"
|
|
271
299
|
},
|
|
272
300
|
"OutputConfig": {
|
|
273
|
-
"shape": "
|
|
301
|
+
"shape": "S27"
|
|
274
302
|
},
|
|
275
303
|
"KMSKeyId": {}
|
|
276
304
|
}
|
|
@@ -402,6 +430,42 @@
|
|
|
402
430
|
}
|
|
403
431
|
}
|
|
404
432
|
},
|
|
433
|
+
"S19": {
|
|
434
|
+
"type": "list",
|
|
435
|
+
"member": {
|
|
436
|
+
"type": "structure",
|
|
437
|
+
"members": {
|
|
438
|
+
"ExpenseIndex": {
|
|
439
|
+
"type": "integer"
|
|
440
|
+
},
|
|
441
|
+
"SummaryFields": {
|
|
442
|
+
"shape": "S1b"
|
|
443
|
+
},
|
|
444
|
+
"LineItemGroups": {
|
|
445
|
+
"type": "list",
|
|
446
|
+
"member": {
|
|
447
|
+
"type": "structure",
|
|
448
|
+
"members": {
|
|
449
|
+
"LineItemGroupIndex": {
|
|
450
|
+
"type": "integer"
|
|
451
|
+
},
|
|
452
|
+
"LineItems": {
|
|
453
|
+
"type": "list",
|
|
454
|
+
"member": {
|
|
455
|
+
"type": "structure",
|
|
456
|
+
"members": {
|
|
457
|
+
"LineItemExpenseFields": {
|
|
458
|
+
"shape": "S1b"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
405
469
|
"S1b": {
|
|
406
470
|
"type": "list",
|
|
407
471
|
"member": {
|
|
@@ -455,7 +519,7 @@
|
|
|
455
519
|
}
|
|
456
520
|
}
|
|
457
521
|
},
|
|
458
|
-
"
|
|
522
|
+
"S21": {
|
|
459
523
|
"type": "structure",
|
|
460
524
|
"members": {
|
|
461
525
|
"S3Object": {
|
|
@@ -463,7 +527,7 @@
|
|
|
463
527
|
}
|
|
464
528
|
}
|
|
465
529
|
},
|
|
466
|
-
"
|
|
530
|
+
"S24": {
|
|
467
531
|
"type": "structure",
|
|
468
532
|
"required": [
|
|
469
533
|
"SNSTopicArn",
|
|
@@ -474,7 +538,7 @@
|
|
|
474
538
|
"RoleArn": {}
|
|
475
539
|
}
|
|
476
540
|
},
|
|
477
|
-
"
|
|
541
|
+
"S27": {
|
|
478
542
|
"type": "structure",
|
|
479
543
|
"required": [
|
|
480
544
|
"S3Bucket"
|