@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

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 (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -20,11 +20,11 @@ declare class Lightsail extends Service {
20
20
  */
21
21
  allocateStaticIp(callback?: (err: AWSError, data: Lightsail.Types.AllocateStaticIpResult) => void): Request<Lightsail.Types.AllocateStaticIpResult, AWSError>;
22
22
  /**
23
- * Attaches an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution. After the certificate is attached, your distribution accepts HTTPS traffic for all of the domains that are associated with the certificate. Use the CreateCertificate action to create a certificate that you can attach to your distribution. Only certificates created in the us-east-1 AWS Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
23
+ * Attaches an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution. After the certificate is attached, your distribution accepts HTTPS traffic for all of the domains that are associated with the certificate. Use the CreateCertificate action to create a certificate that you can attach to your distribution. Only certificates created in the us-east-1 Amazon Web Services Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
24
24
  */
25
25
  attachCertificateToDistribution(params: Lightsail.Types.AttachCertificateToDistributionRequest, callback?: (err: AWSError, data: Lightsail.Types.AttachCertificateToDistributionResult) => void): Request<Lightsail.Types.AttachCertificateToDistributionResult, AWSError>;
26
26
  /**
27
- * Attaches an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution. After the certificate is attached, your distribution accepts HTTPS traffic for all of the domains that are associated with the certificate. Use the CreateCertificate action to create a certificate that you can attach to your distribution. Only certificates created in the us-east-1 AWS Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
27
+ * Attaches an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution. After the certificate is attached, your distribution accepts HTTPS traffic for all of the domains that are associated with the certificate. Use the CreateCertificate action to create a certificate that you can attach to your distribution. Only certificates created in the us-east-1 Amazon Web Services Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
28
28
  */
29
29
  attachCertificateToDistribution(callback?: (err: AWSError, data: Lightsail.Types.AttachCertificateToDistributionResult) => void): Request<Lightsail.Types.AttachCertificateToDistributionResult, AWSError>;
30
30
  /**
@@ -68,11 +68,11 @@ declare class Lightsail extends Service {
68
68
  */
69
69
  closeInstancePublicPorts(callback?: (err: AWSError, data: Lightsail.Types.CloseInstancePublicPortsResult) => void): Request<Lightsail.Types.CloseInstancePublicPortsResult, AWSError>;
70
70
  /**
71
- * Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. This operation can also be used to copy a manual or automatic snapshot of an instance or a disk from one AWS Region to another in Amazon Lightsail. When copying a manual snapshot, be sure to define the source region, source snapshot name, and target snapshot name parameters. When copying an automatic snapshot, be sure to define the source region, source resource name, target snapshot name, and either the restore date or the use latest restorable auto snapshot parameters.
71
+ * Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. This operation can also be used to copy a manual or automatic snapshot of an instance or a disk from one Amazon Web Services Region to another in Amazon Lightsail. When copying a manual snapshot, be sure to define the source region, source snapshot name, and target snapshot name parameters. When copying an automatic snapshot, be sure to define the source region, source resource name, target snapshot name, and either the restore date or the use latest restorable auto snapshot parameters.
72
72
  */
73
73
  copySnapshot(params: Lightsail.Types.CopySnapshotRequest, callback?: (err: AWSError, data: Lightsail.Types.CopySnapshotResult) => void): Request<Lightsail.Types.CopySnapshotResult, AWSError>;
74
74
  /**
75
- * Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. This operation can also be used to copy a manual or automatic snapshot of an instance or a disk from one AWS Region to another in Amazon Lightsail. When copying a manual snapshot, be sure to define the source region, source snapshot name, and target snapshot name parameters. When copying an automatic snapshot, be sure to define the source region, source resource name, target snapshot name, and either the restore date or the use latest restorable auto snapshot parameters.
75
+ * Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. This operation can also be used to copy a manual or automatic snapshot of an instance or a disk from one Amazon Web Services Region to another in Amazon Lightsail. When copying a manual snapshot, be sure to define the source region, source snapshot name, and target snapshot name parameters. When copying an automatic snapshot, be sure to define the source region, source resource name, target snapshot name, and either the restore date or the use latest restorable auto snapshot parameters.
76
76
  */
77
77
  copySnapshot(callback?: (err: AWSError, data: Lightsail.Types.CopySnapshotResult) => void): Request<Lightsail.Types.CopySnapshotResult, AWSError>;
78
78
  /**
@@ -92,11 +92,11 @@ declare class Lightsail extends Service {
92
92
  */
93
93
  createBucketAccessKey(callback?: (err: AWSError, data: Lightsail.Types.CreateBucketAccessKeyResult) => void): Request<Lightsail.Types.CreateBucketAccessKeyResult, AWSError>;
94
94
  /**
95
- * Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service. After the certificate is valid, use the AttachCertificateToDistribution action to use the certificate and its domains with your distribution. Or use the UpdateContainerService action to use the certificate and its domains with your container service. Only certificates created in the us-east-1 AWS Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
95
+ * Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service. After the certificate is valid, use the AttachCertificateToDistribution action to use the certificate and its domains with your distribution. Or use the UpdateContainerService action to use the certificate and its domains with your container service. Only certificates created in the us-east-1 Amazon Web Services Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
96
96
  */
97
97
  createCertificate(params: Lightsail.Types.CreateCertificateRequest, callback?: (err: AWSError, data: Lightsail.Types.CreateCertificateResult) => void): Request<Lightsail.Types.CreateCertificateResult, AWSError>;
98
98
  /**
99
- * Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service. After the certificate is valid, use the AttachCertificateToDistribution action to use the certificate and its domains with your distribution. Or use the UpdateContainerService action to use the certificate and its domains with your container service. Only certificates created in the us-east-1 AWS Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
99
+ * Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN) distribution and a container service. After the certificate is valid, use the AttachCertificateToDistribution action to use the certificate and its domains with your distribution. Or use the UpdateContainerService action to use the certificate and its domains with your container service. Only certificates created in the us-east-1 Amazon Web Services Region can be attached to Lightsail distributions. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
100
100
  */
101
101
  createCertificate(callback?: (err: AWSError, data: Lightsail.Types.CreateCertificateResult) => void): Request<Lightsail.Types.CreateCertificateResult, AWSError>;
102
102
  /**
@@ -108,11 +108,11 @@ declare class Lightsail extends Service {
108
108
  */
109
109
  createCloudFormationStack(callback?: (err: AWSError, data: Lightsail.Types.CreateCloudFormationStackResult) => void): Request<Lightsail.Types.CreateCloudFormationStackResult, AWSError>;
110
110
  /**
111
- * Creates an email or SMS text message contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
111
+ * Creates an email or SMS text message contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
112
112
  */
113
113
  createContactMethod(params: Lightsail.Types.CreateContactMethodRequest, callback?: (err: AWSError, data: Lightsail.Types.CreateContactMethodResult) => void): Request<Lightsail.Types.CreateContactMethodResult, AWSError>;
114
114
  /**
115
- * Creates an email or SMS text message contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
115
+ * Creates an email or SMS text message contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
116
116
  */
117
117
  createContactMethod(callback?: (err: AWSError, data: Lightsail.Types.CreateContactMethodResult) => void): Request<Lightsail.Types.CreateContactMethodResult, AWSError>;
118
118
  /**
@@ -276,11 +276,11 @@ declare class Lightsail extends Service {
276
276
  */
277
277
  deleteAutoSnapshot(callback?: (err: AWSError, data: Lightsail.Types.DeleteAutoSnapshotResult) => void): Request<Lightsail.Types.DeleteAutoSnapshotResult, AWSError>;
278
278
  /**
279
- * Deletes a Amazon Lightsail bucket. When you delete your bucket, the bucket name is released and can be reused for a new bucket in your account or another AWS account.
279
+ * Deletes a Amazon Lightsail bucket. When you delete your bucket, the bucket name is released and can be reused for a new bucket in your account or another Amazon Web Services account.
280
280
  */
281
281
  deleteBucket(params: Lightsail.Types.DeleteBucketRequest, callback?: (err: AWSError, data: Lightsail.Types.DeleteBucketResult) => void): Request<Lightsail.Types.DeleteBucketResult, AWSError>;
282
282
  /**
283
- * Deletes a Amazon Lightsail bucket. When you delete your bucket, the bucket name is released and can be reused for a new bucket in your account or another AWS account.
283
+ * Deletes a Amazon Lightsail bucket. When you delete your bucket, the bucket name is released and can be reused for a new bucket in your account or another Amazon Web Services account.
284
284
  */
285
285
  deleteBucket(callback?: (err: AWSError, data: Lightsail.Types.DeleteBucketResult) => void): Request<Lightsail.Types.DeleteBucketResult, AWSError>;
286
286
  /**
@@ -300,11 +300,11 @@ declare class Lightsail extends Service {
300
300
  */
301
301
  deleteCertificate(callback?: (err: AWSError, data: Lightsail.Types.DeleteCertificateResult) => void): Request<Lightsail.Types.DeleteCertificateResult, AWSError>;
302
302
  /**
303
- * Deletes a contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
303
+ * Deletes a contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
304
304
  */
305
305
  deleteContactMethod(params: Lightsail.Types.DeleteContactMethodRequest, callback?: (err: AWSError, data: Lightsail.Types.DeleteContactMethodResult) => void): Request<Lightsail.Types.DeleteContactMethodResult, AWSError>;
306
306
  /**
307
- * Deletes a contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
307
+ * Deletes a contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
308
308
  */
309
309
  deleteContactMethod(callback?: (err: AWSError, data: Lightsail.Types.DeleteContactMethodResult) => void): Request<Lightsail.Types.DeleteContactMethodResult, AWSError>;
310
310
  /**
@@ -556,11 +556,11 @@ declare class Lightsail extends Service {
556
556
  */
557
557
  getBuckets(callback?: (err: AWSError, data: Lightsail.Types.GetBucketsResult) => void): Request<Lightsail.Types.GetBucketsResult, AWSError>;
558
558
  /**
559
- * Returns the list of bundles that are available for purchase. A bundle describes the specs for your virtual private server (or instance).
559
+ * Returns the bundles that you can apply to an Amazon Lightsail instance when you create it. A bundle describes the specifications of an instance, such as the monthly cost, amount of memory, the number of vCPUs, amount of storage space, and monthly network data transfer quota. Bundles are referred to as instance plans in the Lightsail console.
560
560
  */
561
561
  getBundles(params: Lightsail.Types.GetBundlesRequest, callback?: (err: AWSError, data: Lightsail.Types.GetBundlesResult) => void): Request<Lightsail.Types.GetBundlesResult, AWSError>;
562
562
  /**
563
- * Returns the list of bundles that are available for purchase. A bundle describes the specs for your virtual private server (or instance).
563
+ * Returns the bundles that you can apply to an Amazon Lightsail instance when you create it. A bundle describes the specifications of an instance, such as the monthly cost, amount of memory, the number of vCPUs, amount of storage space, and monthly network data transfer quota. Bundles are referred to as instance plans in the Lightsail console.
564
564
  */
565
565
  getBundles(callback?: (err: AWSError, data: Lightsail.Types.GetBundlesResult) => void): Request<Lightsail.Types.GetBundlesResult, AWSError>;
566
566
  /**
@@ -580,11 +580,11 @@ declare class Lightsail extends Service {
580
580
  */
581
581
  getCloudFormationStackRecords(callback?: (err: AWSError, data: Lightsail.Types.GetCloudFormationStackRecordsResult) => void): Request<Lightsail.Types.GetCloudFormationStackRecordsResult, AWSError>;
582
582
  /**
583
- * Returns information about the configured contact methods. Specify a protocol in your request to return information about a specific contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
583
+ * Returns information about the configured contact methods. Specify a protocol in your request to return information about a specific contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
584
584
  */
585
585
  getContactMethods(params: Lightsail.Types.GetContactMethodsRequest, callback?: (err: AWSError, data: Lightsail.Types.GetContactMethodsResult) => void): Request<Lightsail.Types.GetContactMethodsResult, AWSError>;
586
586
  /**
587
- * Returns information about the configured contact methods. Specify a protocol in your request to return information about a specific contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
587
+ * Returns information about the configured contact methods. Specify a protocol in your request to return information about a specific contact method. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail.
588
588
  */
589
589
  getContactMethods(callback?: (err: AWSError, data: Lightsail.Types.GetContactMethodsResult) => void): Request<Lightsail.Types.GetContactMethodsResult, AWSError>;
590
590
  /**
@@ -835,6 +835,14 @@ declare class Lightsail extends Service {
835
835
  * Returns information about the TLS certificates that are associated with the specified Lightsail load balancer. TLS is just an updated, more secure version of Secure Socket Layer (SSL). You can have a maximum of 2 certificates associated with a Lightsail load balancer. One is active and the other is inactive.
836
836
  */
837
837
  getLoadBalancerTlsCertificates(callback?: (err: AWSError, data: Lightsail.Types.GetLoadBalancerTlsCertificatesResult) => void): Request<Lightsail.Types.GetLoadBalancerTlsCertificatesResult, AWSError>;
838
+ /**
839
+ * Returns a list of TLS security policies that you can apply to Lightsail load balancers. For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.
840
+ */
841
+ getLoadBalancerTlsPolicies(params: Lightsail.Types.GetLoadBalancerTlsPoliciesRequest, callback?: (err: AWSError, data: Lightsail.Types.GetLoadBalancerTlsPoliciesResult) => void): Request<Lightsail.Types.GetLoadBalancerTlsPoliciesResult, AWSError>;
842
+ /**
843
+ * Returns a list of TLS security policies that you can apply to Lightsail load balancers. For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.
844
+ */
845
+ getLoadBalancerTlsPolicies(callback?: (err: AWSError, data: Lightsail.Types.GetLoadBalancerTlsPoliciesResult) => void): Request<Lightsail.Types.GetLoadBalancerTlsPoliciesResult, AWSError>;
838
846
  /**
839
847
  * Returns information about all load balancers in an account.
840
848
  */
@@ -1076,11 +1084,11 @@ declare class Lightsail extends Service {
1076
1084
  */
1077
1085
  resetDistributionCache(callback?: (err: AWSError, data: Lightsail.Types.ResetDistributionCacheResult) => void): Request<Lightsail.Types.ResetDistributionCacheResult, AWSError>;
1078
1086
  /**
1079
- * Sends a verification request to an email contact method to ensure it's owned by the requester. SMS contact methods don't need to be verified. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail. A verification request is sent to the contact method when you initially create it. Use this action to send another verification request if a previous verification request was deleted, or has expired. Notifications are not sent to an email contact method until after it is verified, and confirmed as valid.
1087
+ * Sends a verification request to an email contact method to ensure it's owned by the requester. SMS contact methods don't need to be verified. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail. A verification request is sent to the contact method when you initially create it. Use this action to send another verification request if a previous verification request was deleted, or has expired. Notifications are not sent to an email contact method until after it is verified, and confirmed as valid.
1080
1088
  */
1081
1089
  sendContactMethodVerification(params: Lightsail.Types.SendContactMethodVerificationRequest, callback?: (err: AWSError, data: Lightsail.Types.SendContactMethodVerificationResult) => void): Request<Lightsail.Types.SendContactMethodVerificationResult, AWSError>;
1082
1090
  /**
1083
- * Sends a verification request to an email contact method to ensure it's owned by the requester. SMS contact methods don't need to be verified. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each AWS Region. However, SMS text messaging is not supported in some AWS Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail. A verification request is sent to the contact method when you initially create it. Use this action to send another verification request if a previous verification request was deleted, or has expired. Notifications are not sent to an email contact method until after it is verified, and confirmed as valid.
1091
+ * Sends a verification request to an email contact method to ensure it's owned by the requester. SMS contact methods don't need to be verified. A contact method is used to send you notifications about your Amazon Lightsail resources. You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services Regions, and SMS text messages cannot be sent to some countries/regions. For more information, see Notifications in Amazon Lightsail. A verification request is sent to the contact method when you initially create it. Use this action to send another verification request if a previous verification request was deleted, or has expired. Notifications are not sent to an email contact method until after it is verified, and confirmed as valid.
1084
1092
  */
1085
1093
  sendContactMethodVerification(callback?: (err: AWSError, data: Lightsail.Types.SendContactMethodVerificationResult) => void): Request<Lightsail.Types.SendContactMethodVerificationResult, AWSError>;
1086
1094
  /**
@@ -1092,11 +1100,11 @@ declare class Lightsail extends Service {
1092
1100
  */
1093
1101
  setIpAddressType(callback?: (err: AWSError, data: Lightsail.Types.SetIpAddressTypeResult) => void): Request<Lightsail.Types.SetIpAddressTypeResult, AWSError>;
1094
1102
  /**
1095
- * Sets the Amazon Lightsail resources that can access the specified Lightsail bucket. Lightsail buckets currently support setting access for Lightsail instances in the same AWS Region.
1103
+ * Sets the Amazon Lightsail resources that can access the specified Lightsail bucket. Lightsail buckets currently support setting access for Lightsail instances in the same Amazon Web Services Region.
1096
1104
  */
1097
1105
  setResourceAccessForBucket(params: Lightsail.Types.SetResourceAccessForBucketRequest, callback?: (err: AWSError, data: Lightsail.Types.SetResourceAccessForBucketResult) => void): Request<Lightsail.Types.SetResourceAccessForBucketResult, AWSError>;
1098
1106
  /**
1099
- * Sets the Amazon Lightsail resources that can access the specified Lightsail bucket. Lightsail buckets currently support setting access for Lightsail instances in the same AWS Region.
1107
+ * Sets the Amazon Lightsail resources that can access the specified Lightsail bucket. Lightsail buckets currently support setting access for Lightsail instances in the same Amazon Web Services Region.
1100
1108
  */
1101
1109
  setResourceAccessForBucket(callback?: (err: AWSError, data: Lightsail.Types.SetResourceAccessForBucketResult) => void): Request<Lightsail.Types.SetResourceAccessForBucketResult, AWSError>;
1102
1110
  /**
@@ -1164,11 +1172,11 @@ declare class Lightsail extends Service {
1164
1172
  */
1165
1173
  untagResource(callback?: (err: AWSError, data: Lightsail.Types.UntagResourceResult) => void): Request<Lightsail.Types.UntagResourceResult, AWSError>;
1166
1174
  /**
1167
- * Updates an existing Amazon Lightsail bucket. Use this action to update the configuration of an existing bucket, such as versioning, public accessibility, and the AWS accounts that can access the bucket.
1175
+ * Updates an existing Amazon Lightsail bucket. Use this action to update the configuration of an existing bucket, such as versioning, public accessibility, and the Amazon Web Services accounts that can access the bucket.
1168
1176
  */
1169
1177
  updateBucket(params: Lightsail.Types.UpdateBucketRequest, callback?: (err: AWSError, data: Lightsail.Types.UpdateBucketResult) => void): Request<Lightsail.Types.UpdateBucketResult, AWSError>;
1170
1178
  /**
1171
- * Updates an existing Amazon Lightsail bucket. Use this action to update the configuration of an existing bucket, such as versioning, public accessibility, and the AWS accounts that can access the bucket.
1179
+ * Updates an existing Amazon Lightsail bucket. Use this action to update the configuration of an existing bucket, such as versioning, public accessibility, and the Amazon Web Services accounts that can access the bucket.
1172
1180
  */
1173
1181
  updateBucket(callback?: (err: AWSError, data: Lightsail.Types.UpdateBucketResult) => void): Request<Lightsail.Types.UpdateBucketResult, AWSError>;
1174
1182
  /**
@@ -1647,6 +1655,9 @@ declare namespace Lightsail {
1647
1655
  * The URL of the bucket.
1648
1656
  */
1649
1657
  url?: NonEmptyString;
1658
+ /**
1659
+ * An object that describes the location of the bucket, such as the Amazon Web Services Region and Availability Zone.
1660
+ */
1650
1661
  location?: ResourceLocation;
1651
1662
  /**
1652
1663
  * The name of the bucket.
@@ -1665,11 +1676,11 @@ declare namespace Lightsail {
1665
1676
  */
1666
1677
  objectVersioning?: NonEmptyString;
1667
1678
  /**
1668
- * Indicates whether the bundle that is currently applied to a bucket can be changed to another bundle. You can update a bucket's bundle only one time within a monthly AWS billing cycle. Use the UpdateBucketBundle action to change a bucket's bundle.
1679
+ * Indicates whether the bundle that is currently applied to a bucket can be changed to another bundle. You can update a bucket's bundle only one time within a monthly Amazon Web Services billing cycle. Use the UpdateBucketBundle action to change a bucket's bundle.
1669
1680
  */
1670
1681
  ableToUpdateBundle?: boolean;
1671
1682
  /**
1672
- * An array of strings that specify the AWS account IDs that have read-only access to the bucket.
1683
+ * An array of strings that specify the Amazon Web Services account IDs that have read-only access to the bucket.
1673
1684
  */
1674
1685
  readonlyAccessAccounts?: PartnerIdList;
1675
1686
  /**
@@ -1691,7 +1702,7 @@ declare namespace Lightsail {
1691
1702
  */
1692
1703
  enabled: boolean;
1693
1704
  /**
1694
- * The name of the bucket where the access logs are saved. The destination can be a Lightsail bucket in the same account, and in the same AWS Region as the source bucket. This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.
1705
+ * The name of the bucket where the access logs are saved. The destination can be a Lightsail bucket in the same account, and in the same Amazon Web Services Region as the source bucket. This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.
1695
1706
  */
1696
1707
  destination?: BucketName;
1697
1708
  /**
@@ -1980,7 +1991,7 @@ declare namespace Lightsail {
1980
1991
  */
1981
1992
  createdAt?: IsoDate;
1982
1993
  /**
1983
- * A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.
1994
+ * A list of objects describing the Availability Zone and Amazon Web Services Region of the CloudFormation stack record.
1984
1995
  */
1985
1996
  location?: ResourceLocation;
1986
1997
  /**
@@ -2043,6 +2054,9 @@ declare namespace Lightsail {
2043
2054
  * The timestamp when the contact method was created.
2044
2055
  */
2045
2056
  createdAt?: IsoDate;
2057
+ /**
2058
+ * An object that describes the location of the contact method, such as the Amazon Web Services Region and Availability Zone.
2059
+ */
2046
2060
  location?: ResourceLocation;
2047
2061
  /**
2048
2062
  * The Lightsail resource type (e.g., ContactMethod).
@@ -2108,7 +2122,7 @@ declare namespace Lightsail {
2108
2122
  */
2109
2123
  createdAt?: IsoDate;
2110
2124
  /**
2111
- * An object that describes the location of the container service, such as the AWS Region and Availability Zone.
2125
+ * An object that describes the location of the container service, such as the Amazon Web Services Region and Availability Zone.
2112
2126
  */
2113
2127
  location?: ResourceLocation;
2114
2128
  /**
@@ -2152,7 +2166,7 @@ declare namespace Lightsail {
2152
2166
  */
2153
2167
  isDisabled?: boolean;
2154
2168
  /**
2155
- * The principal ARN of the container service. The principal ARN can be used to create a trust relationship between your standard AWS account and your Lightsail container service. This allows you to give your service permission to access resources in your standard AWS account.
2169
+ * The principal ARN of the container service. The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
2156
2170
  */
2157
2171
  principalArn?: string;
2158
2172
  /**
@@ -2167,6 +2181,10 @@ declare namespace Lightsail {
2167
2181
  * The publicly accessible URL of the container service. If no public endpoint is specified in the currentDeployment, this URL returns a 404 response.
2168
2182
  */
2169
2183
  url?: string;
2184
+ /**
2185
+ * An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
2186
+ */
2187
+ privateRegistryAccess?: PrivateRegistryAccess;
2170
2188
  }
2171
2189
  export interface ContainerServiceDeployment {
2172
2190
  /**
@@ -2202,6 +2220,22 @@ declare namespace Lightsail {
2202
2220
  publicEndpoint?: EndpointRequest;
2203
2221
  }
2204
2222
  export type ContainerServiceDeploymentState = "ACTIVATING"|"ACTIVE"|"INACTIVE"|"FAILED"|string;
2223
+ export interface ContainerServiceECRImagePullerRole {
2224
+ /**
2225
+ * A Boolean value that indicates whether the role is activated.
2226
+ */
2227
+ isActive?: boolean;
2228
+ /**
2229
+ * The Amazon Resource Name (ARN) of the role, if it is activated.
2230
+ */
2231
+ principalArn?: string;
2232
+ }
2233
+ export interface ContainerServiceECRImagePullerRoleRequest {
2234
+ /**
2235
+ * A Boolean value that indicates whether to activate the role.
2236
+ */
2237
+ isActive?: boolean;
2238
+ }
2205
2239
  export interface ContainerServiceEndpoint {
2206
2240
  /**
2207
2241
  * The name of the container entry of the deployment that the endpoint configuration applies to.
@@ -2358,7 +2392,7 @@ declare namespace Lightsail {
2358
2392
  */
2359
2393
  targetSnapshotName: ResourceName;
2360
2394
  /**
2361
- * The AWS Region where the source manual or automatic snapshot is located.
2395
+ * The Amazon Web Services Region where the source manual or automatic snapshot is located.
2362
2396
  */
2363
2397
  sourceRegion: RegionName;
2364
2398
  }
@@ -2454,7 +2488,7 @@ declare namespace Lightsail {
2454
2488
  }
2455
2489
  export interface CreateContactMethodRequest {
2456
2490
  /**
2457
- * The protocol of the contact method, such as Email or SMS (text messaging). The SMS protocol is supported only in the following AWS Regions. US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) Europe (Ireland) (eu-west-1) Asia Pacific (Tokyo) (ap-northeast-1) Asia Pacific (Singapore) (ap-southeast-1) Asia Pacific (Sydney) (ap-southeast-2) For a list of countries/regions where SMS text messages can be sent, and the latest AWS Regions where SMS text messaging is supported, see Supported Regions and Countries in the Amazon SNS Developer Guide. For more information about notifications in Amazon Lightsail, see Notifications in Amazon Lightsail.
2491
+ * The protocol of the contact method, such as Email or SMS (text messaging). The SMS protocol is supported only in the following Amazon Web Services Regions. US East (N. Virginia) (us-east-1) US West (Oregon) (us-west-2) Europe (Ireland) (eu-west-1) Asia Pacific (Tokyo) (ap-northeast-1) Asia Pacific (Singapore) (ap-southeast-1) Asia Pacific (Sydney) (ap-southeast-2) For a list of countries/regions where SMS text messages can be sent, and the latest Amazon Web Services Regions where SMS text messaging is supported, see Supported Regions and Countries in the Amazon SNS Developer Guide. For more information about notifications in Amazon Lightsail, see Notifications in Amazon Lightsail.
2458
2492
  */
2459
2493
  protocol: ContactProtocol;
2460
2494
  /**
@@ -2498,7 +2532,7 @@ declare namespace Lightsail {
2498
2532
  }
2499
2533
  export interface CreateContainerServiceRequest {
2500
2534
  /**
2501
- * The name for the container service. The name that you specify for your container service will make up part of its default domain. The default domain of a container service is typically https://&lt;ServiceName&gt;.&lt;RandomGUID&gt;.&lt;AWSRegion&gt;.cs.amazonlightsail.com. If the name of your container service is container-service-1, and it's located in the US East (Ohio) AWS region (us-east-2), then the domain for your container service will be like the following example: https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com The following are the requirements for container service names: Must be unique within each AWS Region in your Lightsail account. Must contain 1 to 63 characters. Must contain only alphanumeric characters and hyphens. A hyphen (-) can separate words but cannot be at the start or end of the name.
2535
+ * The name for the container service. The name that you specify for your container service will make up part of its default domain. The default domain of a container service is typically https://&lt;ServiceName&gt;.&lt;RandomGUID&gt;.&lt;AWSRegion&gt;.cs.amazonlightsail.com. If the name of your container service is container-service-1, and it's located in the US East (Ohio) AWS region (us-east-2), then the domain for your container service will be like the following example: https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com The following are the requirements for container service names: Must be unique within each Amazon Web Services Region in your Lightsail account. Must contain 1 to 63 characters. Must contain only alphanumeric characters and hyphens. A hyphen (-) can separate words but cannot be at the start or end of the name.
2502
2536
  */
2503
2537
  serviceName: ContainerServiceName;
2504
2538
  /**
@@ -2521,6 +2555,10 @@ declare namespace Lightsail {
2521
2555
  * An object that describes a deployment for the container service. A deployment specifies the containers that will be launched on the container service and their settings, such as the ports to open, the environment variables to apply, and the launch command to run. It also specifies the container that will serve as the public endpoint of the deployment and its settings, such as the HTTP or HTTPS port to use, and the health check configuration.
2522
2556
  */
2523
2557
  deployment?: ContainerServiceDeploymentRequest;
2558
+ /**
2559
+ * An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
2560
+ */
2561
+ privateRegistryAccess?: PrivateRegistryAccessRequest;
2524
2562
  }
2525
2563
  export interface CreateContainerServiceResult {
2526
2564
  /**
@@ -2889,6 +2927,10 @@ declare namespace Lightsail {
2889
2927
  * The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
2890
2928
  */
2891
2929
  ipAddressType?: IpAddressType;
2930
+ /**
2931
+ * The name of the TLS policy to apply to the load balancer. Use the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can specify. For more information about load balancer TLS policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.
2932
+ */
2933
+ tlsPolicyName?: string;
2892
2934
  }
2893
2935
  export interface CreateLoadBalancerResult {
2894
2936
  /**
@@ -3878,7 +3920,7 @@ declare namespace Lightsail {
3878
3920
  }
3879
3921
  export interface GetBlueprintsRequest {
3880
3922
  /**
3881
- * A Boolean value indicating whether to include inactive results in your request.
3923
+ * A Boolean value that indicates whether to include inactive (unavailable) blueprints in the response of your request.
3882
3924
  */
3883
3925
  includeInactive?: boolean;
3884
3926
  /**
@@ -3910,7 +3952,7 @@ declare namespace Lightsail {
3910
3952
  }
3911
3953
  export interface GetBucketBundlesRequest {
3912
3954
  /**
3913
- * A Boolean value that indicates whether to include inactive (unavailable) bundles in the response.
3955
+ * A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
3914
3956
  */
3915
3957
  includeInactive?: boolean;
3916
3958
  }
@@ -3962,7 +4004,7 @@ declare namespace Lightsail {
3962
4004
  }
3963
4005
  export interface GetBucketsRequest {
3964
4006
  /**
3965
- * The name of the bucket for which to return information. When omitted, the response includes all of your buckets in the AWS Region where the request is made.
4007
+ * The name of the bucket for which to return information. When omitted, the response includes all of your buckets in the Amazon Web Services Region where the request is made.
3966
4008
  */
3967
4009
  bucketName?: BucketName;
3968
4010
  /**
@@ -3990,7 +4032,7 @@ declare namespace Lightsail {
3990
4032
  }
3991
4033
  export interface GetBundlesRequest {
3992
4034
  /**
3993
- * A Boolean value that indicates whether to include inactive bundle results in your request.
4035
+ * A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
3994
4036
  */
3995
4037
  includeInactive?: boolean;
3996
4038
  /**
@@ -4010,7 +4052,7 @@ declare namespace Lightsail {
4010
4052
  }
4011
4053
  export interface GetCertificatesRequest {
4012
4054
  /**
4013
- * The status of the certificates for which to return information. For example, specify ISSUED to return only certificates with an ISSUED status. When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.
4055
+ * The status of the certificates for which to return information. For example, specify ISSUED to return only certificates with an ISSUED status. When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
4014
4056
  */
4015
4057
  certificateStatuses?: CertificateStatusList;
4016
4058
  /**
@@ -4018,7 +4060,7 @@ declare namespace Lightsail {
4018
4060
  */
4019
4061
  includeCertificateDetails?: IncludeCertificateDetails;
4020
4062
  /**
4021
- * The name for the certificate for which to return information. When omitted, the response includes all of your certificates in the AWS Region where the request is made.
4063
+ * The name for the certificate for which to return information. When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
4022
4064
  */
4023
4065
  certificateName?: CertificateName;
4024
4066
  }
@@ -4170,7 +4212,7 @@ declare namespace Lightsail {
4170
4212
  }
4171
4213
  export interface GetContainerServicesRequest {
4172
4214
  /**
4173
- * The name of the container service for which to return information. When omitted, the response includes all of your container services in the AWS Region where the request is made.
4215
+ * The name of the container service for which to return information. When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.
4174
4216
  */
4175
4217
  serviceName?: ContainerServiceName;
4176
4218
  }
@@ -4296,7 +4338,7 @@ declare namespace Lightsail {
4296
4338
  }
4297
4339
  export interface GetDistributionsRequest {
4298
4340
  /**
4299
- * The name of the distribution for which to return information. When omitted, the response includes all of your distributions in the AWS Region where the request is made.
4341
+ * The name of the distribution for which to return information. When omitted, the response includes all of your distributions in the Amazon Web Services Region where the request is made.
4300
4342
  */
4301
4343
  distributionName?: ResourceName;
4302
4344
  /**
@@ -4590,6 +4632,22 @@ declare namespace Lightsail {
4590
4632
  */
4591
4633
  tlsCertificates?: LoadBalancerTlsCertificateList;
4592
4634
  }
4635
+ export interface GetLoadBalancerTlsPoliciesRequest {
4636
+ /**
4637
+ * The token to advance to the next page of results from your request. To get a page token, perform an initial GetLoadBalancerTlsPolicies request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
4638
+ */
4639
+ pageToken?: string;
4640
+ }
4641
+ export interface GetLoadBalancerTlsPoliciesResult {
4642
+ /**
4643
+ * An array of objects that describe the TLS security policies that are available.
4644
+ */
4645
+ tlsPolicies?: LoadBalancerTlsPolicyList;
4646
+ /**
4647
+ * The token to advance to the next page of results from your request. A next page token is not returned if there are no more results to display. To get the next page of results, perform another GetLoadBalancerTlsPolicies request and specify the next page token using the pageToken parameter.
4648
+ */
4649
+ nextPageToken?: string;
4650
+ }
4593
4651
  export interface GetLoadBalancersRequest {
4594
4652
  /**
4595
4653
  * The token to advance to the next page of results from your request. To get a page token, perform an initial GetLoadBalancers request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
@@ -4695,6 +4753,10 @@ declare namespace Lightsail {
4695
4753
  * The token to advance to the next page of results from your request. To get a page token, perform an initial GetRelationalDatabaseBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
4696
4754
  */
4697
4755
  pageToken?: string;
4756
+ /**
4757
+ * A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.
4758
+ */
4759
+ includeInactive?: boolean;
4698
4760
  }
4699
4761
  export interface GetRelationalDatabaseBundlesResult {
4700
4762
  /**
@@ -5453,7 +5515,7 @@ declare namespace Lightsail {
5453
5515
  */
5454
5516
  createdAt?: IsoDate;
5455
5517
  /**
5456
- * An object that describes the location of the distribution, such as the AWS Region and Availability Zone. Lightsail distributions are global resources that can reference an origin in any AWS Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
5518
+ * An object that describes the location of the distribution, such as the Amazon Web Services Region and Availability Zone. Lightsail distributions are global resources that can reference an origin in any Amazon Web Services Region, and distribute its content globally. However, all distributions are located in the us-east-1 Region.
5457
5519
  */
5458
5520
  location?: ResourceLocation;
5459
5521
  /**
@@ -5586,8 +5648,16 @@ declare namespace Lightsail {
5586
5648
  * The IP address type of the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
5587
5649
  */
5588
5650
  ipAddressType?: IpAddressType;
5651
+ /**
5652
+ * A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
5653
+ */
5654
+ httpsRedirectionEnabled?: boolean;
5655
+ /**
5656
+ * The name of the TLS security policy for the load balancer.
5657
+ */
5658
+ tlsPolicyName?: ResourceName;
5589
5659
  }
5590
- export type LoadBalancerAttributeName = "HealthCheckPath"|"SessionStickinessEnabled"|"SessionStickiness_LB_CookieDurationSeconds"|string;
5660
+ export type LoadBalancerAttributeName = "HealthCheckPath"|"SessionStickinessEnabled"|"SessionStickiness_LB_CookieDurationSeconds"|"HttpsRedirectionEnabled"|"TlsPolicyName"|string;
5591
5661
  export type LoadBalancerConfigurationOptions = {[key: string]: string};
5592
5662
  export type LoadBalancerList = LoadBalancer[];
5593
5663
  export type LoadBalancerMetricName = "ClientTLSNegotiationErrorCount"|"HealthyHostCount"|"UnhealthyHostCount"|"HTTPCode_LB_4XX_Count"|"HTTPCode_LB_5XX_Count"|"HTTPCode_Instance_2XX_Count"|"HTTPCode_Instance_3XX_Count"|"HTTPCode_Instance_4XX_Count"|"HTTPCode_Instance_5XX_Count"|"InstanceResponseTime"|"RejectedConnectionCount"|"RequestCount"|string;
@@ -5756,6 +5826,29 @@ declare namespace Lightsail {
5756
5826
  isAttached?: boolean;
5757
5827
  }
5758
5828
  export type LoadBalancerTlsCertificateSummaryList = LoadBalancerTlsCertificateSummary[];
5829
+ export interface LoadBalancerTlsPolicy {
5830
+ /**
5831
+ * The name of the TLS security policy.
5832
+ */
5833
+ name?: ResourceName;
5834
+ /**
5835
+ * A Boolean value that indicates whether the TLS security policy is the default.
5836
+ */
5837
+ isDefault?: boolean;
5838
+ /**
5839
+ * The description of the TLS security policy.
5840
+ */
5841
+ description?: string;
5842
+ /**
5843
+ * The protocols used in a given TLS security policy.
5844
+ */
5845
+ protocols?: StringList;
5846
+ /**
5847
+ * The ciphers used by the TLS security policy. The ciphers are listed in order of preference.
5848
+ */
5849
+ ciphers?: StringList;
5850
+ }
5851
+ export type LoadBalancerTlsPolicyList = LoadBalancerTlsPolicy[];
5759
5852
  export interface LogEvent {
5760
5853
  /**
5761
5854
  * The timestamp when the database log event was created.
@@ -5860,7 +5953,7 @@ declare namespace Lightsail {
5860
5953
  */
5861
5954
  createdAt?: IsoDate;
5862
5955
  /**
5863
- * The AWS Region and Availability Zone.
5956
+ * The Amazon Web Services Region and Availability Zone.
5864
5957
  */
5865
5958
  location?: ResourceLocation;
5866
5959
  /**
@@ -5995,6 +6088,18 @@ declare namespace Lightsail {
5995
6088
  export type PortList = Port[];
5996
6089
  export type PortMap = {[key: string]: ContainerServiceProtocol};
5997
6090
  export type PortState = "open"|"closed"|string;
6091
+ export interface PrivateRegistryAccess {
6092
+ /**
6093
+ * An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
6094
+ */
6095
+ ecrImagePullerRole?: ContainerServiceECRImagePullerRole;
6096
+ }
6097
+ export interface PrivateRegistryAccessRequest {
6098
+ /**
6099
+ * An object to describe a request to activate or deactivate the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.
6100
+ */
6101
+ ecrImagePullerRole?: ContainerServiceECRImagePullerRoleRequest;
6102
+ }
5998
6103
  export interface PutAlarmRequest {
5999
6104
  /**
6000
6105
  * The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.
@@ -6029,7 +6134,7 @@ declare namespace Lightsail {
6029
6134
  */
6030
6135
  treatMissingData?: TreatMissingData;
6031
6136
  /**
6032
- * The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both. A notification is sent via the specified contact protocol if notifications are enabled for the alarm, and when the alarm is triggered. A notification is not sent if a contact protocol is not specified, if the specified contact protocol is not configured in the AWS Region, or if notifications are not enabled for the alarm using the notificationEnabled paramater. Use the CreateContactMethod action to configure a contact protocol in an AWS Region.
6137
+ * The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both. A notification is sent via the specified contact protocol if notifications are enabled for the alarm, and when the alarm is triggered. A notification is not sent if a contact protocol is not specified, if the specified contact protocol is not configured in the Amazon Web Services Region, or if notifications are not enabled for the alarm using the notificationEnabled paramater. Use the CreateContactMethod action to configure a contact protocol in an Amazon Web Services Region.
6033
6138
  */
6034
6139
  contactProtocols?: ContactProtocolsList;
6035
6140
  /**
@@ -6141,6 +6246,9 @@ declare namespace Lightsail {
6141
6246
  digest: string;
6142
6247
  }
6143
6248
  export interface RegisterContainerImageResult {
6249
+ /**
6250
+ * An object that describes a container image that is registered to a Lightsail container service
6251
+ */
6144
6252
  containerImage?: ContainerImage;
6145
6253
  }
6146
6254
  export interface RelationalDatabase {
@@ -6569,7 +6677,7 @@ declare namespace Lightsail {
6569
6677
  export type SerialNumber = string;
6570
6678
  export interface SetIpAddressTypeRequest {
6571
6679
  /**
6572
- * The resource type. The possible values are Distribution, Instance, and LoadBalancer. Distribution-related APIs are available only in the N. Virginia (us-east-1) AWS Region. Set your AWS Region configuration to us-east-1 to create, view, or edit distributions.
6680
+ * The resource type. The possible values are Distribution, Instance, and LoadBalancer. Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.
6573
6681
  */
6574
6682
  resourceType: ResourceType;
6575
6683
  /**
@@ -6816,7 +6924,7 @@ declare namespace Lightsail {
6816
6924
  */
6817
6925
  versioning?: NonEmptyString;
6818
6926
  /**
6819
- * An array of strings to specify the AWS account IDs that can access the bucket. You can give a maximum of 10 AWS accounts access to a bucket.
6927
+ * An array of strings to specify the Amazon Web Services account IDs that can access the bucket. You can give a maximum of 10 Amazon Web Services accounts access to a bucket.
6820
6928
  */
6821
6929
  readonlyAccessAccounts?: PartnerIdList;
6822
6930
  /**
@@ -6855,6 +6963,10 @@ declare namespace Lightsail {
6855
6963
  * The public domain names to use with the container service, such as example.com and www.example.com. You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service. If you don't specify public domain names, then you can use the default domain of the container service. You must create and validate an SSL/TLS certificate before you can use public domain names with your container service. Use the CreateCertificate action to create a certificate for the public domain names you want to use with your container service. You can specify public domain names using a string to array map as shown in the example later on this page.
6856
6964
  */
6857
6965
  publicDomainNames?: ContainerServicePublicDomains;
6966
+ /**
6967
+ * An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
6968
+ */
6969
+ privateRegistryAccess?: PrivateRegistryAccessRequest;
6858
6970
  }
6859
6971
  export interface UpdateContainerServiceResult {
6860
6972
  /**
@@ -6873,6 +6985,9 @@ declare namespace Lightsail {
6873
6985
  bundleId?: string;
6874
6986
  }
6875
6987
  export interface UpdateDistributionBundleResult {
6988
+ /**
6989
+ * An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
6990
+ */
6876
6991
  operation?: Operation;
6877
6992
  }
6878
6993
  export interface UpdateDistributionRequest {
@@ -6929,11 +7044,11 @@ declare namespace Lightsail {
6929
7044
  */
6930
7045
  loadBalancerName: ResourceName;
6931
7046
  /**
6932
- * The name of the attribute you want to update. Valid values are below.
7047
+ * The name of the attribute you want to update.
6933
7048
  */
6934
7049
  attributeName: LoadBalancerAttributeName;
6935
7050
  /**
6936
- * The value that you want to specify for the attribute name.
7051
+ * The value that you want to specify for the attribute name. The following values are supported depending on what you specify for the attributeName request parameter: If you specify HealthCheckPath for the attributeName request parameter, then the attributeValue request parameter must be the path to ping on the target (for example, /weather/us/wa/seattle). If you specify SessionStickinessEnabled for the attributeName request parameter, then the attributeValue request parameter must be true to activate session stickiness or false to deactivate session stickiness. If you specify SessionStickiness_LB_CookieDurationSeconds for the attributeName request parameter, then the attributeValue request parameter must be an interger that represents the cookie duration in seconds. If you specify HttpsRedirectionEnabled for the attributeName request parameter, then the attributeValue request parameter must be true to activate HTTP to HTTPS redirection or false to deactivate HTTP to HTTPS redirection. If you specify TlsPolicyName for the attributeName request parameter, then the attributeValue request parameter must be the name of the TLS policy. Use the GetLoadBalancerTlsPolicies action to get a list of TLS policy names that you can specify.
6937
7052
  */
6938
7053
  attributeValue: StringMax256;
6939
7054
  }