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.
Files changed (52) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/auditmanager-2017-07-25.min.json +168 -12
  4. package/apis/auditmanager-2017-07-25.paginators.json +5 -0
  5. package/apis/autoscaling-2011-01-01.min.json +240 -94
  6. package/apis/chime-2018-05-01.min.json +4 -2
  7. package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
  8. package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  9. package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
  10. package/apis/ec2-2016-11-15.min.json +1331 -800
  11. package/apis/ec2-2016-11-15.paginators.json +12 -0
  12. package/apis/emr-containers-2020-10-01.min.json +18 -6
  13. package/apis/quicksight-2018-04-01.min.json +27 -21
  14. package/apis/rds-2014-10-31.min.json +412 -317
  15. package/apis/route53resolver-2018-04-01.min.json +85 -13
  16. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  17. package/apis/sagemaker-2017-07-24.min.json +924 -792
  18. package/apis/textract-2018-06-27.min.json +107 -43
  19. package/clients/auditmanager.d.ts +486 -305
  20. package/clients/autoscaling.d.ts +217 -15
  21. package/clients/chime.d.ts +8 -0
  22. package/clients/chimesdkidentity.d.ts +314 -2
  23. package/clients/chimesdkmessaging.d.ts +146 -15
  24. package/clients/connect.d.ts +11 -11
  25. package/clients/ec2.d.ts +548 -4
  26. package/clients/eks.d.ts +1 -1
  27. package/clients/emrcontainers.d.ts +18 -3
  28. package/clients/finspace.js +0 -1
  29. package/clients/finspacedata.js +0 -1
  30. package/clients/lexmodelsv2.js +0 -1
  31. package/clients/lookoutmetrics.js +0 -1
  32. package/clients/quicksight.d.ts +12 -2
  33. package/clients/rds.d.ts +361 -200
  34. package/clients/route53resolver.d.ts +94 -0
  35. package/clients/sagemaker.d.ts +152 -8
  36. package/clients/textract.d.ts +98 -6
  37. package/dist/aws-sdk-core-react-native.js +57 -22
  38. package/dist/aws-sdk-react-native.js +299 -340
  39. package/dist/aws-sdk.js +2134 -1234
  40. package/dist/aws-sdk.min.js +87 -87
  41. package/lib/core.js +1 -1
  42. package/lib/protocol/rest_json.js +6 -12
  43. package/lib/region_config.js +44 -1
  44. package/lib/region_config_data.json +81 -0
  45. package/lib/request.js +4 -6
  46. package/lib/service.js +1 -1
  47. package/package.json +2 -2
  48. package/scripts/region-checker/allowlist.js +4 -0
  49. package/lib/services/finspace.js +0 -23
  50. package/lib/services/finspacedata.js +0 -23
  51. package/lib/services/lexmodelsv2.js +0 -23
  52. package/lib/services/lookoutmetrics.js +0 -22
@@ -93,40 +93,7 @@
93
93
  "shape": "Sh"
94
94
  },
95
95
  "ExpenseDocuments": {
96
- "type": "list",
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": "S1z"
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": "S22"
242
+ "shape": "S24"
243
243
  },
244
244
  "OutputConfig": {
245
- "shape": "S25"
245
+ "shape": "S27"
246
246
  },
247
247
  "KMSKeyId": {}
248
248
  }
@@ -262,15 +262,43 @@
262
262
  ],
263
263
  "members": {
264
264
  "DocumentLocation": {
265
- "shape": "S1z"
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": "S22"
298
+ "shape": "S24"
271
299
  },
272
300
  "OutputConfig": {
273
- "shape": "S25"
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
- "S1z": {
522
+ "S21": {
459
523
  "type": "structure",
460
524
  "members": {
461
525
  "S3Object": {
@@ -463,7 +527,7 @@
463
527
  }
464
528
  }
465
529
  },
466
- "S22": {
530
+ "S24": {
467
531
  "type": "structure",
468
532
  "required": [
469
533
  "SNSTopicArn",
@@ -474,7 +538,7 @@
474
538
  "RoleArn": {}
475
539
  }
476
540
  },
477
- "S25": {
541
+ "S27": {
478
542
  "type": "structure",
479
543
  "required": [
480
544
  "S3Bucket"