cdk-docker-image-deployment 0.0.159 → 0.0.161

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 (36) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +118 -77
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +133 -127
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -4
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +19 -0
  11. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +37 -9
  12. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +339 -271
  13. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +18 -4
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +847 -831
  15. package/node_modules/aws-sdk/clients/autoscaling.d.ts +84 -26
  16. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +14 -14
  17. package/node_modules/aws-sdk/clients/connect.d.ts +13 -3
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +118 -110
  19. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +39 -15
  20. package/node_modules/aws-sdk/clients/evidently.d.ts +11 -11
  21. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +152 -52
  22. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +19 -1
  23. package/node_modules/aws-sdk/clients/lightsail.d.ts +8 -2
  24. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +56 -39
  27. package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/workdocs.d.ts +47 -47
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +21 -21
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +303 -215
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +5 -5
@@ -237,7 +237,17 @@
237
237
  "requestAttributes": {
238
238
  "shape": "S1e"
239
239
  },
240
- "sessionId": {}
240
+ "sessionId": {},
241
+ "recognizedBotMember": {
242
+ "type": "structure",
243
+ "required": [
244
+ "botId"
245
+ ],
246
+ "members": {
247
+ "botId": {},
248
+ "botName": {}
249
+ }
250
+ }
241
251
  }
242
252
  }
243
253
  },
@@ -272,12 +282,12 @@
272
282
  "locationName": "sessionId"
273
283
  },
274
284
  "sessionState": {
275
- "shape": "S1u",
285
+ "shape": "S1v",
276
286
  "location": "header",
277
287
  "locationName": "x-amz-lex-session-state"
278
288
  },
279
289
  "requestAttributes": {
280
- "shape": "S1u",
290
+ "shape": "S1v",
281
291
  "location": "header",
282
292
  "locationName": "x-amz-lex-request-attributes"
283
293
  },
@@ -332,6 +342,10 @@
332
342
  },
333
343
  "audioStream": {
334
344
  "shape": "S1q"
345
+ },
346
+ "recognizedBotMember": {
347
+ "location": "header",
348
+ "locationName": "x-amz-lex-recognized-bot-member"
335
349
  }
336
350
  },
337
351
  "payload": "audioStream"
@@ -595,7 +609,7 @@
595
609
  "type": "blob",
596
610
  "streaming": true
597
611
  },
598
- "S1u": {
612
+ "S1v": {
599
613
  "type": "string",
600
614
  "sensitive": true
601
615
  }