cdk-docker-image-deployment 0.0.66 → 0.0.68

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 (46) hide show
  1. package/.jsii +4 -4
  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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
  9. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +68 -65
  11. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +20 -8
  12. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +844 -836
  13. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
  14. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +343 -42
  15. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
  17. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +4 -0
  18. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  19. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
  20. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
  21. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
  22. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
  23. package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
  27. package/node_modules/aws-sdk/clients/connect.d.ts +15 -2
  28. package/node_modules/aws-sdk/clients/connectcases.d.ts +27 -5
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +19 -3
  30. package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
  31. package/node_modules/aws-sdk/clients/groundstation.d.ts +413 -70
  32. package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
  33. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +4 -0
  34. package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
  35. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
  37. package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
  38. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +921 -905
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  43. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +7 -7
@@ -1020,6 +1020,10 @@
1020
1020
  "locationName": "includeEncoderConfigurationInSegments",
1021
1021
  "type": "boolean"
1022
1022
  },
1023
+ "IncludeIframeOnlyStream": {
1024
+ "locationName": "includeIframeOnlyStream",
1025
+ "type": "boolean"
1026
+ },
1023
1027
  "PeriodTriggers": {
1024
1028
  "locationName": "periodTriggers",
1025
1029
  "member": {},
@@ -1203,5 +1203,9 @@
1203
1203
  },
1204
1204
  "connectcases": {
1205
1205
  "name": "ConnectCases"
1206
+ },
1207
+ "resourceexplorer2": {
1208
+ "prefix": "resource-explorer-2",
1209
+ "name": "ResourceExplorer2"
1206
1210
  }
1207
1211
  }