aws-sdk 2.1687.0 → 2.1689.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 (35) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-agent-2023-06-05.min.json +28 -6
  3. package/apis/connect-2017-08-08.min.json +268 -250
  4. package/apis/datazone-2018-05-10.min.json +677 -635
  5. package/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
  6. package/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
  7. package/apis/finspace-2021-03-12.min.json +7 -1
  8. package/apis/fis-2020-12-01.min.json +80 -0
  9. package/apis/logs-2014-03-28.min.json +191 -64
  10. package/apis/logs-2014-03-28.paginators.json +6 -0
  11. package/apis/mediaconnect-2018-11-14.min.json +116 -42
  12. package/apis/medialive-2017-10-14.min.json +349 -341
  13. package/apis/s3control-2018-08-20.min.json +92 -4
  14. package/apis/s3control-2018-08-20.paginators.json +6 -0
  15. package/apis/sagemaker-2017-07-24.min.json +814 -813
  16. package/apis/timestream-influxdb-2023-01-27.min.json +3 -1
  17. package/clients/appsync.d.ts +2 -2
  18. package/clients/bedrockagent.d.ts +19 -2
  19. package/clients/cloudwatchlogs.d.ts +184 -5
  20. package/clients/connect.d.ts +38 -2
  21. package/clients/datazone.d.ts +42 -0
  22. package/clients/elbv2.d.ts +59 -2
  23. package/clients/finspace.d.ts +3 -3
  24. package/clients/fis.d.ts +83 -1
  25. package/clients/mediaconnect.d.ts +49 -0
  26. package/clients/medialive.d.ts +11 -0
  27. package/clients/s3control.d.ts +110 -31
  28. package/clients/sagemaker.d.ts +7 -2
  29. package/clients/timestreaminfluxdb.d.ts +9 -1
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +15 -15
  32. package/dist/aws-sdk.js +533 -328
  33. package/dist/aws-sdk.min.js +85 -85
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1687.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1689.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1451,7 +1451,7 @@
1451
1451
  ],
1452
1452
  "members": {
1453
1453
  "ingestionJob": {
1454
- "shape": "S9g"
1454
+ "shape": "S9k"
1455
1455
  }
1456
1456
  }
1457
1457
  }
@@ -2140,7 +2140,7 @@
2140
2140
  "shape": "S9"
2141
2141
  },
2142
2142
  "statistics": {
2143
- "shape": "S9h"
2143
+ "shape": "S9l"
2144
2144
  },
2145
2145
  "status": {},
2146
2146
  "updatedAt": {
@@ -2384,7 +2384,7 @@
2384
2384
  ],
2385
2385
  "members": {
2386
2386
  "ingestionJob": {
2387
- "shape": "S9g"
2387
+ "shape": "S9k"
2388
2388
  }
2389
2389
  }
2390
2390
  },
@@ -4233,6 +4233,28 @@
4233
4233
  "inferenceConfiguration": {
4234
4234
  "shape": "S5i"
4235
4235
  },
4236
+ "metadata": {
4237
+ "type": "list",
4238
+ "member": {
4239
+ "type": "structure",
4240
+ "required": [
4241
+ "key",
4242
+ "value"
4243
+ ],
4244
+ "members": {
4245
+ "key": {
4246
+ "type": "string",
4247
+ "sensitive": true
4248
+ },
4249
+ "value": {
4250
+ "type": "string",
4251
+ "sensitive": true
4252
+ }
4253
+ },
4254
+ "sensitive": true
4255
+ },
4256
+ "sensitive": true
4257
+ },
4236
4258
  "modelId": {},
4237
4259
  "name": {},
4238
4260
  "templateConfiguration": {
@@ -4244,7 +4266,7 @@
4244
4266
  },
4245
4267
  "sensitive": true
4246
4268
  },
4247
- "S9g": {
4269
+ "S9k": {
4248
4270
  "type": "structure",
4249
4271
  "required": [
4250
4272
  "dataSourceId",
@@ -4266,7 +4288,7 @@
4266
4288
  "shape": "S9"
4267
4289
  },
4268
4290
  "statistics": {
4269
- "shape": "S9h"
4291
+ "shape": "S9l"
4270
4292
  },
4271
4293
  "status": {},
4272
4294
  "updatedAt": {
@@ -4274,7 +4296,7 @@
4274
4296
  }
4275
4297
  }
4276
4298
  },
4277
- "S9h": {
4299
+ "S9l": {
4278
4300
  "type": "structure",
4279
4301
  "members": {
4280
4302
  "numberOfDocumentsDeleted": {