aws-sdk 2.1608.0 → 2.1610.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 (45) hide show
  1. package/README.md +1 -1
  2. package/apis/amplify-2017-07-25.min.json +3 -0
  3. package/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
  4. package/apis/connectcases-2022-10-03.min.json +184 -63
  5. package/apis/fms-2018-01-01.min.json +59 -58
  6. package/apis/inspector2-2020-06-08.min.json +99 -74
  7. package/apis/omics-2022-11-28.min.json +36 -22
  8. package/apis/opensearch-2021-01-01.min.json +93 -92
  9. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
  10. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
  11. package/apis/qbusiness-2023-11-27.examples.json +2 -3
  12. package/apis/qbusiness-2023-11-27.min.json +778 -693
  13. package/apis/qbusiness-2023-11-27.paginators.json +1 -1
  14. package/apis/qbusiness-2023-11-27.waiters2.json +5 -0
  15. package/apis/quicksight-2018-04-01.min.json +557 -494
  16. package/apis/route53resolver-2018-04-01.min.json +58 -52
  17. package/apis/sagemaker-2017-07-24.min.json +330 -319
  18. package/apis/signer-2017-08-25.min.json +3 -0
  19. package/apis/timestream-query-2018-11-01.min.json +71 -23
  20. package/apis/transcribe-2017-10-26.min.json +101 -76
  21. package/apis/trustedadvisor-2022-09-15.min.json +107 -46
  22. package/clients/amplify.d.ts +2 -1
  23. package/clients/chimesdkvoice.d.ts +9 -9
  24. package/clients/codeartifact.d.ts +27 -27
  25. package/clients/connectcases.d.ts +98 -0
  26. package/clients/fms.d.ts +8 -3
  27. package/clients/inspector2.d.ts +44 -3
  28. package/clients/omics.d.ts +89 -53
  29. package/clients/opensearch.d.ts +8 -3
  30. package/clients/pinpointsmsvoicev2.d.ts +514 -8
  31. package/clients/qbusiness.d.ts +818 -700
  32. package/clients/qbusiness.js +1 -0
  33. package/clients/quicksight.d.ts +91 -12
  34. package/clients/route53resolver.d.ts +18 -5
  35. package/clients/sagemaker.d.ts +12 -1
  36. package/clients/signer.d.ts +3 -3
  37. package/clients/timestreamquery.d.ts +54 -0
  38. package/clients/transcribeservice.d.ts +32 -0
  39. package/clients/trustedadvisor.d.ts +66 -2
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +106 -99
  42. package/dist/aws-sdk.js +3 -3
  43. package/dist/aws-sdk.min.js +2 -2
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -1860,7 +1860,9 @@
1860
1860
  }
1861
1861
  },
1862
1862
  "uuid": {},
1863
- "runOutputUri": {}
1863
+ "runOutputUri": {},
1864
+ "storageType": {},
1865
+ "workflowOwnerId": {}
1864
1866
  }
1865
1867
  },
1866
1868
  "endpoint": {
@@ -1901,7 +1903,7 @@
1901
1903
  "type": "integer"
1902
1904
  },
1903
1905
  "creationTime": {
1904
- "shape": "S7j"
1906
+ "shape": "S7l"
1905
1907
  },
1906
1908
  "tags": {
1907
1909
  "shape": "Sy"
@@ -1951,13 +1953,13 @@
1951
1953
  "type": "integer"
1952
1954
  },
1953
1955
  "creationTime": {
1954
- "shape": "S7s"
1956
+ "shape": "S7u"
1955
1957
  },
1956
1958
  "startTime": {
1957
- "shape": "S7s"
1959
+ "shape": "S7u"
1958
1960
  },
1959
1961
  "stopTime": {
1960
- "shape": "S7s"
1962
+ "shape": "S7u"
1961
1963
  },
1962
1964
  "statusMessage": {},
1963
1965
  "logStream": {},
@@ -2045,7 +2047,7 @@
2045
2047
  "type": "structure",
2046
2048
  "members": {
2047
2049
  "share": {
2048
- "shape": "S84"
2050
+ "shape": "S86"
2049
2051
  }
2050
2052
  }
2051
2053
  },
@@ -2216,6 +2218,10 @@
2216
2218
  "locationName": "export",
2217
2219
  "type": "list",
2218
2220
  "member": {}
2221
+ },
2222
+ "workflowOwnerId": {
2223
+ "location": "querystring",
2224
+ "locationName": "workflowOwnerId"
2219
2225
  }
2220
2226
  }
2221
2227
  },
@@ -2239,14 +2245,14 @@
2239
2245
  "type": "integer"
2240
2246
  },
2241
2247
  "creationTime": {
2242
- "shape": "S8g"
2248
+ "shape": "S8i"
2243
2249
  },
2244
2250
  "statusMessage": {},
2245
2251
  "tags": {
2246
2252
  "shape": "Sy"
2247
2253
  },
2248
2254
  "metadata": {
2249
- "shape": "S8i"
2255
+ "shape": "S8k"
2250
2256
  },
2251
2257
  "accelerators": {}
2252
2258
  }
@@ -3223,7 +3229,7 @@
3223
3229
  "type": "integer"
3224
3230
  },
3225
3231
  "creationTime": {
3226
- "shape": "S7j"
3232
+ "shape": "S7l"
3227
3233
  },
3228
3234
  "maxGpus": {
3229
3235
  "type": "integer"
@@ -3287,13 +3293,13 @@
3287
3293
  "type": "integer"
3288
3294
  },
3289
3295
  "creationTime": {
3290
- "shape": "S7s"
3296
+ "shape": "S7u"
3291
3297
  },
3292
3298
  "startTime": {
3293
- "shape": "S7s"
3299
+ "shape": "S7u"
3294
3300
  },
3295
3301
  "stopTime": {
3296
- "shape": "S7s"
3302
+ "shape": "S7u"
3297
3303
  },
3298
3304
  "gpus": {
3299
3305
  "type": "integer"
@@ -3368,7 +3374,8 @@
3368
3374
  },
3369
3375
  "stopTime": {
3370
3376
  "shape": "S76"
3371
- }
3377
+ },
3378
+ "storageType": {}
3372
3379
  }
3373
3380
  }
3374
3381
  },
@@ -3470,6 +3477,10 @@
3470
3477
  "status": {
3471
3478
  "type": "list",
3472
3479
  "member": {}
3480
+ },
3481
+ "type": {
3482
+ "type": "list",
3483
+ "member": {}
3473
3484
  }
3474
3485
  }
3475
3486
  },
@@ -3493,7 +3504,7 @@
3493
3504
  "shares": {
3494
3505
  "type": "list",
3495
3506
  "member": {
3496
- "shape": "S84"
3507
+ "shape": "S86"
3497
3508
  }
3498
3509
  },
3499
3510
  "nextToken": {}
@@ -3735,10 +3746,10 @@
3735
3746
  "type": {},
3736
3747
  "digest": {},
3737
3748
  "creationTime": {
3738
- "shape": "S8g"
3749
+ "shape": "S8i"
3739
3750
  },
3740
3751
  "metadata": {
3741
- "shape": "S8i"
3752
+ "shape": "S8k"
3742
3753
  }
3743
3754
  }
3744
3755
  }
@@ -4080,7 +4091,9 @@
4080
4091
  "requestId": {
4081
4092
  "idempotencyToken": true
4082
4093
  },
4083
- "retentionMode": {}
4094
+ "retentionMode": {},
4095
+ "storageType": {},
4096
+ "workflowOwnerId": {}
4084
4097
  }
4085
4098
  },
4086
4099
  "output": {
@@ -4693,19 +4706,20 @@
4693
4706
  "type": "timestamp",
4694
4707
  "timestampFormat": "iso8601"
4695
4708
  },
4696
- "S7j": {
4709
+ "S7l": {
4697
4710
  "type": "timestamp",
4698
4711
  "timestampFormat": "iso8601"
4699
4712
  },
4700
- "S7s": {
4713
+ "S7u": {
4701
4714
  "type": "timestamp",
4702
4715
  "timestampFormat": "iso8601"
4703
4716
  },
4704
- "S84": {
4717
+ "S86": {
4705
4718
  "type": "structure",
4706
4719
  "members": {
4707
4720
  "shareId": {},
4708
4721
  "resourceArn": {},
4722
+ "resourceId": {},
4709
4723
  "principalSubscriber": {},
4710
4724
  "ownerId": {},
4711
4725
  "status": {},
@@ -4719,11 +4733,11 @@
4719
4733
  }
4720
4734
  }
4721
4735
  },
4722
- "S8g": {
4736
+ "S8i": {
4723
4737
  "type": "timestamp",
4724
4738
  "timestampFormat": "iso8601"
4725
4739
  },
4726
- "S8i": {
4740
+ "S8k": {
4727
4741
  "type": "map",
4728
4742
  "key": {},
4729
4743
  "value": {}