@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
@@ -28,11 +28,11 @@ declare class DataSync extends Service {
28
28
  */
29
29
  createAgent(callback?: (err: AWSError, data: DataSync.Types.CreateAgentResponse) => void): Request<DataSync.Types.CreateAgentResponse, AWSError>;
30
30
  /**
31
- * Creates an endpoint for an Amazon EFS file system.
31
+ * Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see Creating a location for Amazon EFS.
32
32
  */
33
33
  createLocationEfs(params: DataSync.Types.CreateLocationEfsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationEfsResponse) => void): Request<DataSync.Types.CreateLocationEfsResponse, AWSError>;
34
34
  /**
35
- * Creates an endpoint for an Amazon EFS file system.
35
+ * Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see Creating a location for Amazon EFS.
36
36
  */
37
37
  createLocationEfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationEfsResponse) => void): Request<DataSync.Types.CreateLocationEfsResponse, AWSError>;
38
38
  /**
@@ -140,11 +140,11 @@ declare class DataSync extends Service {
140
140
  */
141
141
  describeAgent(callback?: (err: AWSError, data: DataSync.Types.DescribeAgentResponse) => void): Request<DataSync.Types.DescribeAgentResponse, AWSError>;
142
142
  /**
143
- * Returns metadata, such as the path information about an Amazon EFS location.
143
+ * Returns metadata about your DataSync location for an Amazon EFS file system.
144
144
  */
145
145
  describeLocationEfs(params: DataSync.Types.DescribeLocationEfsRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationEfsResponse) => void): Request<DataSync.Types.DescribeLocationEfsResponse, AWSError>;
146
146
  /**
147
- * Returns metadata, such as the path information about an Amazon EFS location.
147
+ * Returns metadata about your DataSync location for an Amazon EFS file system.
148
148
  */
149
149
  describeLocationEfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationEfsResponse) => void): Request<DataSync.Types.DescribeLocationEfsResponse, AWSError>;
150
150
  /**
@@ -412,25 +412,37 @@ declare namespace DataSync {
412
412
  }
413
413
  export interface CreateLocationEfsRequest {
414
414
  /**
415
- * A subdirectory in the location’s path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, DataSync uses the root directory. Subdirectory must be specified with forward slashes. For example, /path/to/folder.
415
+ * Specifies a mount path for your Amazon EFS file system. This is where DataSync reads or writes data (depending on if this is a source or destination location). By default, DataSync uses the root directory, but you can also include subdirectories. You must specify a value with forward slashes (for example, /path/to/folder).
416
416
  */
417
417
  Subdirectory?: EfsSubdirectory;
418
418
  /**
419
- * The Amazon Resource Name (ARN) for the Amazon EFS file system.
419
+ * Specifies the ARN for the Amazon EFS file system.
420
420
  */
421
421
  EfsFilesystemArn: EfsFilesystemArn;
422
422
  /**
423
- * The subnet and security group that the Amazon EFS file system uses. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified. The exact relationship between security group M (of the mount target) and security group S (which you provide for DataSync to use at this stage) is as follows: Security group M (which you associate with the mount target) must allow inbound access for the Transmission Control Protocol (TCP) on the NFS port (2049) from security group S. You can enable inbound connections either by IP address (CIDR range) or security group. Security group S (provided to DataSync to access EFS) should have a rule that enables outbound connections to the NFS port on one of the file system’s mount targets. You can enable outbound connections either by IP address (CIDR range) or security group. For information about security groups and mount targets, see Security Groups for Amazon EC2 Instances and Mount Targets in the Amazon EFS User Guide.
423
+ * Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
424
424
  */
425
425
  Ec2Config: Ec2Config;
426
426
  /**
427
- * The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
427
+ * Specifies the key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
428
428
  */
429
429
  Tags?: InputTagList;
430
+ /**
431
+ * Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.
432
+ */
433
+ AccessPointArn?: EfsAccessPointArn;
434
+ /**
435
+ * Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
436
+ */
437
+ FileSystemAccessRoleArn?: IamRoleArn;
438
+ /**
439
+ * Specifies whether you want DataSync to use TLS encryption when transferring data to or from your Amazon EFS file system. If you specify an access point using AccessPointArn or an IAM role using FileSystemAccessRoleArn, you must set this parameter to TLS1_2.
440
+ */
441
+ InTransitEncryption?: EfsInTransitEncryption;
430
442
  }
431
443
  export interface CreateLocationEfsResponse {
432
444
  /**
433
- * The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
445
+ * The Amazon Resource Name (ARN) of the Amazon EFS file system location that you create.
434
446
  */
435
447
  LocationArn?: LocationArn;
436
448
  }
@@ -829,24 +841,36 @@ declare namespace DataSync {
829
841
  }
830
842
  export interface DescribeLocationEfsRequest {
831
843
  /**
832
- * The Amazon Resource Name (ARN) of the EFS location to describe.
844
+ * The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.
833
845
  */
834
846
  LocationArn: LocationArn;
835
847
  }
836
848
  export interface DescribeLocationEfsResponse {
837
849
  /**
838
- * The Amazon Resource Name (ARN) of the EFS location that was described.
850
+ * The ARN of the Amazon EFS file system location.
839
851
  */
840
852
  LocationArn?: LocationArn;
841
853
  /**
842
- * The URL of the EFS location that was described.
854
+ * The URL of the Amazon EFS file system location.
843
855
  */
844
856
  LocationUri?: LocationUri;
845
857
  Ec2Config?: Ec2Config;
846
858
  /**
847
- * The time that the EFS location was created.
859
+ * The time that the location was created.
848
860
  */
849
861
  CreationTime?: Time;
862
+ /**
863
+ * The ARN of the access point that DataSync uses to access the Amazon EFS file system.
864
+ */
865
+ AccessPointArn?: EfsAccessPointArn;
866
+ /**
867
+ * The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
868
+ */
869
+ FileSystemAccessRoleArn?: IamRoleArn;
870
+ /**
871
+ * Whether DataSync uses TLS encryption when transferring data to or from your Amazon EFS file system.
872
+ */
873
+ InTransitEncryption?: EfsInTransitEncryption;
850
874
  }
851
875
  export interface DescribeLocationFsxLustreRequest {
852
876
  /**
@@ -1243,18 +1267,20 @@ declare namespace DataSync {
1243
1267
  export type Duration = number;
1244
1268
  export interface Ec2Config {
1245
1269
  /**
1246
- * The ARN of the subnet that DataSync uses to access the target EFS file system.
1270
+ * Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer. The subnet must be located: In the same virtual private cloud (VPC) as the Amazon EFS file system. In the same Availability Zone as at least one mount target for the Amazon EFS file system. You don't need to specify a subnet that includes a file system mount target.
1247
1271
  */
1248
1272
  SubnetArn: Ec2SubnetArn;
1249
1273
  /**
1250
- * The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
1274
+ * Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.
1251
1275
  */
1252
1276
  SecurityGroupArns: Ec2SecurityGroupArnList;
1253
1277
  }
1254
1278
  export type Ec2SecurityGroupArn = string;
1255
1279
  export type Ec2SecurityGroupArnList = Ec2SecurityGroupArn[];
1256
1280
  export type Ec2SubnetArn = string;
1281
+ export type EfsAccessPointArn = string;
1257
1282
  export type EfsFilesystemArn = string;
1283
+ export type EfsInTransitEncryption = "NONE"|"TLS1_2"|string;
1258
1284
  export type EfsSubdirectory = string;
1259
1285
  export type Endpoint = string;
1260
1286
  export type EndpointType = "PUBLIC"|"PRIVATE_LINK"|"FIPS"|string;
@@ -1477,6 +1503,7 @@ declare namespace DataSync {
1477
1503
  export type ObjectStorageSecretKey = string;
1478
1504
  export type ObjectStorageServerPort = number;
1479
1505
  export type ObjectStorageServerProtocol = "HTTPS"|"HTTP"|string;
1506
+ export type ObjectTags = "PRESERVE"|"NONE"|string;
1480
1507
  export interface OnPremConfig {
1481
1508
  /**
1482
1509
  * ARNs of the agents to use for an NFS location.
@@ -1486,7 +1513,7 @@ declare namespace DataSync {
1486
1513
  export type Operator = "Equals"|"NotEquals"|"In"|"LessThanOrEqual"|"LessThan"|"GreaterThanOrEqual"|"GreaterThan"|"Contains"|"NotContains"|"BeginsWith"|string;
1487
1514
  export interface Options {
1488
1515
  /**
1489
- * A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see Configure task settings. Default value: POINT_IN_TIME_CONSISTENT. ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred. POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier or S3 Glacier Deep Archive storage classes. NONE: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.
1516
+ * A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see Configure task settings. Default value: POINT_IN_TIME_CONSISTENT. ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred. POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. NONE: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.
1490
1517
  */
1491
1518
  VerifyMode?: VerifyMode;
1492
1519
  /**
@@ -1498,7 +1525,7 @@ declare namespace DataSync {
1498
1525
  */
1499
1526
  Atime?: Atime;
1500
1527
  /**
1501
- * A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. This option is required for cases when you need to run the same task more than one time. Default value: PRESERVE. PRESERVE: Preserve original Mtime (recommended) NONE: Ignore Mtime. If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT. If Mtime is set to NONE, Atime must also be set to NONE.
1528
+ * A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. This option is required for cases when you need to run the same task more than one time. Default Value: PRESERVE PRESERVE: Preserve original Mtime (recommended) NONE: Ignore Mtime. If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT. If Mtime is set to NONE, Atime must also be set to NONE.
1502
1529
  */
1503
1530
  Mtime?: Mtime;
1504
1531
  /**
@@ -1541,6 +1568,10 @@ declare namespace DataSync {
1541
1568
  * A value that determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. For more information about how DataSync handles metadata, see How DataSync Handles Metadata and Special Files. Default value: OWNER_DACL. OWNER_DACL: For each copied object, DataSync copies the following metadata: Object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. When choosing this option, DataSync does NOT copy the NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object. OWNER_DACL_SACL: For each copied object, DataSync copies the following metadata: Object owner. NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object. NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object. Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see user. NONE: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration.
1542
1569
  */
1543
1570
  SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags;
1571
+ /**
1572
+ * Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the NONE value. Default Value: PRESERVE
1573
+ */
1574
+ ObjectTags?: ObjectTags;
1544
1575
  }
1545
1576
  export type OutputTagList = TagListEntry[];
1546
1577
  export type OverwriteMode = "ALWAYS"|"NEVER"|string;
@@ -20,11 +20,11 @@ declare class Discovery extends Service {
20
20
  */
21
21
  associateConfigurationItemsToApplication(callback?: (err: AWSError, data: Discovery.Types.AssociateConfigurationItemsToApplicationResponse) => void): Request<Discovery.Types.AssociateConfigurationItemsToApplicationResponse, AWSError>;
22
22
  /**
23
- * Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications. AWS Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.
23
+ * Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications. Amazon Web Services Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.
24
24
  */
25
25
  batchDeleteImportData(params: Discovery.Types.BatchDeleteImportDataRequest, callback?: (err: AWSError, data: Discovery.Types.BatchDeleteImportDataResponse) => void): Request<Discovery.Types.BatchDeleteImportDataResponse, AWSError>;
26
26
  /**
27
- * Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications. AWS Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.
27
+ * Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications. Amazon Web Services Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.
28
28
  */
29
29
  batchDeleteImportData(callback?: (err: AWSError, data: Discovery.Types.BatchDeleteImportDataResponse) => void): Request<Discovery.Types.BatchDeleteImportDataResponse, AWSError>;
30
30
  /**
@@ -36,11 +36,11 @@ declare class Discovery extends Service {
36
36
  */
37
37
  createApplication(callback?: (err: AWSError, data: Discovery.Types.CreateApplicationResponse) => void): Request<Discovery.Types.CreateApplicationResponse, AWSError>;
38
38
  /**
39
- * Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.
39
+ * Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items. Do not store sensitive information (like personal data) in tags.
40
40
  */
41
41
  createTags(params: Discovery.Types.CreateTagsRequest, callback?: (err: AWSError, data: Discovery.Types.CreateTagsResponse) => void): Request<Discovery.Types.CreateTagsResponse, AWSError>;
42
42
  /**
43
- * Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.
43
+ * Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items. Do not store sensitive information (like personal data) in tags.
44
44
  */
45
45
  createTags(callback?: (err: AWSError, data: Discovery.Types.CreateTagsResponse) => void): Request<Discovery.Types.CreateTagsResponse, AWSError>;
46
46
  /**
@@ -68,11 +68,11 @@ declare class Discovery extends Service {
68
68
  */
69
69
  describeAgents(callback?: (err: AWSError, data: Discovery.Types.DescribeAgentsResponse) => void): Request<Discovery.Types.DescribeAgentsResponse, AWSError>;
70
70
  /**
71
- * Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type from one of the following: server application process connection Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc. For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the AWS Application Discovery Service User Guide.
71
+ * Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type from one of the following: server application process connection Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc. For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
72
72
  */
73
73
  describeConfigurations(params: Discovery.Types.DescribeConfigurationsRequest, callback?: (err: AWSError, data: Discovery.Types.DescribeConfigurationsResponse) => void): Request<Discovery.Types.DescribeConfigurationsResponse, AWSError>;
74
74
  /**
75
- * Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type from one of the following: server application process connection Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc. For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the AWS Application Discovery Service User Guide.
75
+ * Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type from one of the following: server application process connection Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc. For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
76
76
  */
77
77
  describeConfigurations(callback?: (err: AWSError, data: Discovery.Types.DescribeConfigurationsResponse) => void): Request<Discovery.Types.DescribeConfigurationsResponse, AWSError>;
78
78
  /**
@@ -84,11 +84,11 @@ declare class Discovery extends Service {
84
84
  */
85
85
  describeContinuousExports(callback?: (err: AWSError, data: Discovery.Types.DescribeContinuousExportsResponse) => void): Request<Discovery.Types.DescribeContinuousExportsResponse, AWSError>;
86
86
  /**
87
- * DescribeExportConfigurations is deprecated. Use DescribeImportTasks, instead.
87
+ * DescribeExportConfigurations is deprecated. Use DescribeExportTasks, instead.
88
88
  */
89
89
  describeExportConfigurations(params: Discovery.Types.DescribeExportConfigurationsRequest, callback?: (err: AWSError, data: Discovery.Types.DescribeExportConfigurationsResponse) => void): Request<Discovery.Types.DescribeExportConfigurationsResponse, AWSError>;
90
90
  /**
91
- * DescribeExportConfigurations is deprecated. Use DescribeImportTasks, instead.
91
+ * DescribeExportConfigurations is deprecated. Use DescribeExportTasks, instead.
92
92
  */
93
93
  describeExportConfigurations(callback?: (err: AWSError, data: Discovery.Types.DescribeExportConfigurationsResponse) => void): Request<Discovery.Types.DescribeExportConfigurationsResponse, AWSError>;
94
94
  /**
@@ -168,19 +168,19 @@ declare class Discovery extends Service {
168
168
  */
169
169
  startDataCollectionByAgentIds(callback?: (err: AWSError, data: Discovery.Types.StartDataCollectionByAgentIdsResponse) => void): Request<Discovery.Types.StartDataCollectionByAgentIdsResponse, AWSError>;
170
170
  /**
171
- * Begins the export of discovered data to an S3 bucket. If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. If you do not include an agentIds filter, summary data is exported that includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two exports per day.
171
+ * Begins the export of discovered data to an S3 bucket. If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. If you do not include an agentIds filter, summary data is exported that includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery Agents. Export of summary data is limited to two exports per day.
172
172
  */
173
173
  startExportTask(params: Discovery.Types.StartExportTaskRequest, callback?: (err: AWSError, data: Discovery.Types.StartExportTaskResponse) => void): Request<Discovery.Types.StartExportTaskResponse, AWSError>;
174
174
  /**
175
- * Begins the export of discovered data to an S3 bucket. If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. If you do not include an agentIds filter, summary data is exported that includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two exports per day.
175
+ * Begins the export of discovered data to an S3 bucket. If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. If you do not include an agentIds filter, summary data is exported that includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery Agents. Export of summary data is limited to two exports per day.
176
176
  */
177
177
  startExportTask(callback?: (err: AWSError, data: Discovery.Types.StartExportTaskResponse) => void): Request<Discovery.Types.StartExportTaskResponse, AWSError>;
178
178
  /**
179
- * Starts an import task, which allows you to import details of your on-premises environment directly into AWS Migration Hub without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status. To start an import request, do this: Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv. Fill out the template with your server and application data. Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format. Use the console or the StartImportTask command with the AWS CLI or one of the AWS SDKs to import the records from your file. For more information, including step-by-step procedures, see Migration Hub Import in the AWS Application Discovery Service User Guide. There are limits to the number of import tasks you can create (and delete) in an AWS account. For more information, see AWS Application Discovery Service Limits in the AWS Application Discovery Service User Guide.
179
+ * Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status. To start an import request, do this: Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv. Fill out the template with your server and application data. Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format. Use the console or the StartImportTask command with the Amazon Web Services CLI or one of the Amazon Web Services SDKs to import the records from your file. For more information, including step-by-step procedures, see Migration Hub Import in the Amazon Web Services Application Discovery Service User Guide. There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services account. For more information, see Amazon Web Services Application Discovery Service Limits in the Amazon Web Services Application Discovery Service User Guide.
180
180
  */
181
181
  startImportTask(params: Discovery.Types.StartImportTaskRequest, callback?: (err: AWSError, data: Discovery.Types.StartImportTaskResponse) => void): Request<Discovery.Types.StartImportTaskResponse, AWSError>;
182
182
  /**
183
- * Starts an import task, which allows you to import details of your on-premises environment directly into AWS Migration Hub without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status. To start an import request, do this: Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv. Fill out the template with your server and application data. Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format. Use the console or the StartImportTask command with the AWS CLI or one of the AWS SDKs to import the records from your file. For more information, including step-by-step procedures, see Migration Hub Import in the AWS Application Discovery Service User Guide. There are limits to the number of import tasks you can create (and delete) in an AWS account. For more information, see AWS Application Discovery Service Limits in the AWS Application Discovery Service User Guide.
183
+ * Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status. To start an import request, do this: Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv. Fill out the template with your server and application data. Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format. Use the console or the StartImportTask command with the Amazon Web Services CLI or one of the Amazon Web Services SDKs to import the records from your file. For more information, including step-by-step procedures, see Migration Hub Import in the Amazon Web Services Application Discovery Service User Guide. There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services account. For more information, see Amazon Web Services Application Discovery Service Limits in the Amazon Web Services Application Discovery Service User Guide.
184
184
  */
185
185
  startImportTask(callback?: (err: AWSError, data: Discovery.Types.StartImportTaskResponse) => void): Request<Discovery.Types.StartImportTaskResponse, AWSError>;
186
186
  /**
@@ -281,8 +281,10 @@ declare namespace Discovery {
281
281
  export type AgentNetworkInfoList = AgentNetworkInfo[];
282
282
  export type AgentStatus = "HEALTHY"|"UNHEALTHY"|"RUNNING"|"UNKNOWN"|"BLACKLISTED"|"SHUTDOWN"|string;
283
283
  export type AgentsInfo = AgentInfo[];
284
+ export type ApplicationDescription = string;
284
285
  export type ApplicationId = string;
285
286
  export type ApplicationIdsList = ApplicationId[];
287
+ export type ApplicationName = string;
286
288
  export interface AssociateConfigurationItemsToApplicationRequest {
287
289
  /**
288
290
  * The configuration ID of an application with which items are to be associated.
@@ -368,7 +370,7 @@ declare namespace Discovery {
368
370
  */
369
371
  status?: ContinuousExportStatus;
370
372
  /**
371
- * Contains information about any errors that have occurred. This data type can have the following values: ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon Athena. Contact your AWS administrator for help. For more information, see Setting Up AWS Application Discovery Service in the Application Discovery Service User Guide. DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data Firehose delivery streams. Reduce the number of streams or request a limit increase and try again. For more information, see Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because your IAM User is missing the AWSApplicationDiscoveryServiceFirehose role. Turn on Data Exploration in Amazon Athena and try again. For more information, see Step 3: Provide Application Discovery Service Access to Non-Administrator Users by Attaching Policies in the Application Discovery Service User Guide. FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in an error state because your IAM User is missing one or more of the Kinesis data delivery streams. INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an internal failure. Try again later. If this problem persists, contact AWS Support. S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of Amazon S3 buckets or request a limit increase and try again. For more information, see Bucket Restrictions and Limitations in the Amazon Simple Storage Service Developer Guide. S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. You must sign up before you can use Amazon S3. You can sign up at the following URL: https://aws.amazon.com/s3.
373
+ * Contains information about any errors that have occurred. This data type can have the following values: ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon Athena. Contact your Amazon Web Services administrator for help. For more information, see Setting Up Amazon Web Services Application Discovery Service in the Application Discovery Service User Guide. DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data Firehose delivery streams. Reduce the number of streams or request a limit increase and try again. For more information, see Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because your IAM User is missing the AWSApplicationDiscoveryServiceFirehose role. Turn on Data Exploration in Amazon Athena and try again. For more information, see Step 3: Provide Application Discovery Service Access to Non-Administrator Users by Attaching Policies in the Application Discovery Service User Guide. FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in an error state because your IAM User is missing one or more of the Kinesis data delivery streams. INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an internal failure. Try again later. If this problem persists, contact Amazon Web Services Support. LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation permissions to start continuous export. For more information, see Upgrading Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake Formation Model in the Amazon Web Services Lake Formation Developer Guide. You can use one of the following two ways to resolve this issue. If you don’t want to use the Lake Formation permission model, you can change the default Data Catalog settings to use only Amazon Web Services Identity and Access Management (IAM) access control for new databases. For more information, see Change Data Catalog Settings in the Lake Formation Developer Guide. You can give the service-linked IAM roles AWSServiceRoleForApplicationDiscoveryServiceContinuousExport and AWSApplicationDiscoveryServiceFirehose the required Lake Formation permissions. For more information, see Granting Database Permissions in the Lake Formation Developer Guide. AWSServiceRoleForApplicationDiscoveryServiceContinuousExport - Grant database creator permissions, which gives the role database creation ability and implicit permissions for any created tables. For more information, see Implicit Lake Formation Permissions in the Lake Formation Developer Guide. AWSApplicationDiscoveryServiceFirehose - Grant describe permissions for all tables in the database. S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of S3 buckets or request a limit increase and try again. For more information, see Bucket Restrictions and Limitations in the Amazon Simple Storage Service Developer Guide. S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. You must sign up before you can use Amazon S3. You can sign up at the following URL: https://aws.amazon.com/s3.
372
374
  */
373
375
  statusDetail?: StringMax255;
374
376
  /**
@@ -399,11 +401,11 @@ declare namespace Discovery {
399
401
  /**
400
402
  * Name of the application to be created.
401
403
  */
402
- name: String;
404
+ name: ApplicationName;
403
405
  /**
404
406
  * Description of the application to be created.
405
407
  */
406
- description?: String;
408
+ description?: ApplicationDescription;
407
409
  }
408
410
  export interface CreateApplicationResponse {
409
411
  /**
@@ -483,6 +485,36 @@ declare namespace Discovery {
483
485
  */
484
486
  unknownConnectors: Integer;
485
487
  }
488
+ export interface CustomerMeCollectorInfo {
489
+ /**
490
+ * The number of active Migration Evaluator collectors.
491
+ */
492
+ activeMeCollectors: Integer;
493
+ /**
494
+ * The number of healthy Migration Evaluator collectors.
495
+ */
496
+ healthyMeCollectors: Integer;
497
+ /**
498
+ * The number of deny-listed Migration Evaluator collectors.
499
+ */
500
+ denyListedMeCollectors: Integer;
501
+ /**
502
+ * The number of Migration Evaluator collectors with SHUTDOWN status.
503
+ */
504
+ shutdownMeCollectors: Integer;
505
+ /**
506
+ * The number of unhealthy Migration Evaluator collectors.
507
+ */
508
+ unhealthyMeCollectors: Integer;
509
+ /**
510
+ * The total number of Migration Evaluator collectors.
511
+ */
512
+ totalMeCollectors: Integer;
513
+ /**
514
+ * The number of unknown Migration Evaluator collectors.
515
+ */
516
+ unknownMeCollectors: Integer;
517
+ }
486
518
  export type DataSource = "AGENT"|string;
487
519
  export type DatabaseName = string;
488
520
  export interface DeleteApplicationsRequest {
@@ -507,7 +539,7 @@ declare namespace Discovery {
507
539
  }
508
540
  export interface DescribeAgentsRequest {
509
541
  /**
510
- * The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.
542
+ * The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your Amazon Web Services user account.
511
543
  */
512
544
  agentIds?: AgentIds;
513
545
  /**
@@ -696,11 +728,11 @@ declare namespace Discovery {
696
728
  export type ExportDataFormats = ExportDataFormat[];
697
729
  export interface ExportFilter {
698
730
  /**
699
- * A single ExportFilter name. Supported filters: agentId.
731
+ * A single ExportFilter name. Supported filters: agentIds.
700
732
  */
701
733
  name: FilterName;
702
734
  /**
703
- * A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.
735
+ * A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID is in the form o-0123456789abcdef0.
704
736
  */
705
737
  values: FilterValues;
706
738
  /**
@@ -793,11 +825,15 @@ declare namespace Discovery {
793
825
  * Details about discovered connectors, including connector status and health.
794
826
  */
795
827
  connectorSummary?: CustomerConnectorInfo;
828
+ /**
829
+ * Details about Migration Evaluator collectors, including collector status and health.
830
+ */
831
+ meCollectorSummary?: CustomerMeCollectorInfo;
796
832
  }
797
833
  export type ImportStatus = "IMPORT_IN_PROGRESS"|"IMPORT_COMPLETE"|"IMPORT_COMPLETE_WITH_ERRORS"|"IMPORT_FAILED"|"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED"|"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"|"DELETE_IN_PROGRESS"|"DELETE_COMPLETE"|"DELETE_FAILED"|"DELETE_FAILED_LIMIT_EXCEEDED"|"INTERNAL_ERROR"|string;
798
834
  export interface ImportTask {
799
835
  /**
800
- * The unique ID for a specific import task. These IDs aren't globally unique, but they are unique within an AWS account.
836
+ * The unique ID for a specific import task. These IDs aren't globally unique, but they are unique within an Amazon Web Services account.
801
837
  */
802
838
  importTaskId?: ImportTaskIdentifier;
803
839
  /**
@@ -873,7 +909,7 @@ declare namespace Discovery {
873
909
  */
874
910
  configurationType: ConfigurationItemType;
875
911
  /**
876
- * You can filter the request using various logical operators and a key-value format. For example: {"key": "serverType", "value": "webServer"} For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.
912
+ * You can filter the request using various logical operators and a key-value format. For example: {"key": "serverType", "value": "webServer"} For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
877
913
  */
878
914
  filters?: Filters;
879
915
  /**
@@ -885,7 +921,7 @@ declare namespace Discovery {
885
921
  */
886
922
  nextToken?: NextToken;
887
923
  /**
888
- * Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.
924
+ * Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
889
925
  */
890
926
  orderBy?: OrderByList;
891
927
  }
@@ -964,12 +1000,13 @@ declare namespace Discovery {
964
1000
  /**
965
1001
  * The field on which to order.
966
1002
  */
967
- fieldName: String;
1003
+ fieldName: OrderByElementFieldName;
968
1004
  /**
969
1005
  * Ordering direction.
970
1006
  */
971
1007
  sortOrder?: orderString;
972
1008
  }
1009
+ export type OrderByElementFieldName = string;
973
1010
  export type OrderByList = OrderByElement[];
974
1011
  export type S3Bucket = string;
975
1012
  export type S3PresignedUrl = string;
@@ -1000,7 +1037,7 @@ declare namespace Discovery {
1000
1037
  }
1001
1038
  export interface StartDataCollectionByAgentIdsRequest {
1002
1039
  /**
1003
- * The IDs of the agents or connectors from which to start collecting data. If you send a request to an agent/connector ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows Failed in the Description field.
1040
+ * The IDs of the agents or connectors from which to start collecting data. If you send a request to an agent/connector ID that you do not have permission to contact, according to your Amazon Web Services account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows Failed in the Description field.
1004
1041
  */
1005
1042
  agentIds: AgentIds;
1006
1043
  }
@@ -1044,7 +1081,7 @@ declare namespace Discovery {
1044
1081
  */
1045
1082
  name: ImportTaskName;
1046
1083
  /**
1047
- * The URL for your import file that you've uploaded to Amazon S3. If you're using the AWS CLI, this URL is structured as follows: s3://BucketName/ImportFileName.CSV
1084
+ * The URL for your import file that you've uploaded to Amazon S3. If you're using the Amazon Web Services CLI, this URL is structured as follows: s3://BucketName/ImportFileName.CSV
1048
1085
  */
1049
1086
  importUrl: ImportURL;
1050
1087
  }
@@ -1118,11 +1155,11 @@ declare namespace Discovery {
1118
1155
  /**
1119
1156
  * New name of the application to be updated.
1120
1157
  */
1121
- name?: String;
1158
+ name?: ApplicationName;
1122
1159
  /**
1123
1160
  * New description of the application to be updated.
1124
1161
  */
1125
- description?: String;
1162
+ description?: ApplicationDescription;
1126
1163
  }
1127
1164
  export interface UpdateApplicationResponse {
1128
1165
  }