@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31

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 (246) hide show
  1. package/.jsii +5 -5
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +91 -1
  4. package/lib/ecr-sync.d.ts +0 -1
  5. package/lib/ecr-sync.js +4 -5
  6. package/lib/image.d.ts +0 -1
  7. package/lib/index.d.ts +0 -1
  8. package/lib/lambda/docker-adapter.d.ts +0 -1
  9. package/lib/lambda/docker-adapter.js +2 -3
  10. package/lib/lambda/ecr-adapter.d.ts +0 -1
  11. package/lib/lambda/get-image-tags-handler.d.ts +0 -1
  12. package/lib/lambda/get-image-tags-handler.js +3 -4
  13. package/node_modules/aws-sdk/CHANGELOG.md +109 -1
  14. package/node_modules/aws-sdk/README.md +1 -1
  15. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  16. package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
  17. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  18. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
  19. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
  20. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  21. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
  22. package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
  23. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
  24. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
  25. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  27. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  28. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
  29. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
  30. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
  31. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
  32. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
  33. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  34. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  35. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
  36. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
  37. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  38. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  39. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  40. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  42. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  43. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  44. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
  45. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
  46. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  47. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  48. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  49. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  50. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
  51. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  52. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  53. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
  54. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  55. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
  56. package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
  57. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
  58. package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
  59. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
  60. package/node_modules/aws-sdk/apis/metadata.json +13 -0
  61. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
  62. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  63. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
  64. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  65. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
  66. package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
  67. package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
  68. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  69. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
  70. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
  71. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
  72. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
  73. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
  74. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
  75. package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
  76. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  77. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
  78. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
  79. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
  80. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  81. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  82. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
  83. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  84. package/node_modules/aws-sdk/clients/all.d.ts +4 -0
  85. package/node_modules/aws-sdk/clients/all.js +5 -1
  86. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  87. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  88. package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
  89. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  90. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  91. package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
  92. package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
  93. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  94. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  95. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
  96. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
  97. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  98. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  99. package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
  100. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  101. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  102. package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
  103. package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
  104. package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
  105. package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
  106. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  107. package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
  108. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  109. package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
  110. package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
  111. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  112. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  113. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  114. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  115. package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
  116. package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
  117. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  118. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  119. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  120. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  121. package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
  122. package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
  123. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  124. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  125. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  126. package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
  127. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  128. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
  129. package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
  130. package/node_modules/aws-sdk/clients/m2.js +18 -0
  131. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
  132. package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
  133. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  134. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
  135. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  136. package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
  137. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  138. package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
  139. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
  140. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  141. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  142. package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
  143. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  144. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  145. package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
  146. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
  147. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  148. package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
  149. package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
  150. package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
  151. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
  152. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
  153. package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
  154. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  155. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
  156. package/node_modules/aws-sdk/lib/core.js +1 -1
  157. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
  158. package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
  159. package/node_modules/aws-sdk/lib/util.js +15 -7
  160. package/node_modules/aws-sdk/package.json +2 -2
  161. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  162. package/node_modules/jszip/CHANGES.md +5 -0
  163. package/node_modules/jszip/README.markdown +1 -3
  164. package/node_modules/jszip/dist/jszip.js +194 -13
  165. package/node_modules/jszip/dist/jszip.min.js +4 -4
  166. package/node_modules/jszip/index.d.ts +1 -1
  167. package/node_modules/jszip/lib/index.js +1 -1
  168. package/node_modules/jszip/lib/license_header.js +2 -2
  169. package/node_modules/jszip/lib/utils.js +1 -1
  170. package/node_modules/jszip/package.json +2 -2
  171. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  172. package/node_modules/setimmediate/LICENSE.txt +20 -0
  173. package/node_modules/setimmediate/package.json +30 -0
  174. package/node_modules/setimmediate/setImmediate.js +186 -0
  175. package/node_modules/uuid/CHANGELOG.md +132 -44
  176. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  177. package/node_modules/uuid/LICENSE.md +1 -1
  178. package/node_modules/uuid/README.md +298 -152
  179. package/node_modules/uuid/dist/bin/uuid +2 -0
  180. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  181. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  182. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  183. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  184. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  185. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  186. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  187. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  188. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  189. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  190. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  191. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  192. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  193. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  194. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  195. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  196. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  197. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  198. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  199. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  200. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  201. package/node_modules/uuid/dist/index.js +39 -0
  202. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  203. package/node_modules/uuid/dist/md5.js +23 -0
  204. package/node_modules/uuid/dist/rng-browser.js +21 -0
  205. package/node_modules/uuid/dist/rng.js +14 -0
  206. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  207. package/node_modules/uuid/dist/sha1.js +23 -0
  208. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  209. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  210. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  211. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  212. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  213. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  214. package/node_modules/uuid/dist/v1.js +107 -0
  215. package/node_modules/uuid/dist/v3.js +16 -0
  216. package/node_modules/uuid/dist/v35.js +69 -0
  217. package/node_modules/uuid/dist/v4.js +40 -0
  218. package/node_modules/uuid/dist/v5.js +16 -0
  219. package/node_modules/uuid/package.json +92 -19
  220. package/node_modules/uuid/wrapper.mjs +5 -0
  221. package/package.json +15 -15
  222. package/lib/ecr-sync.d.ts.map +0 -1
  223. package/lib/image.d.ts.map +0 -1
  224. package/lib/index.d.ts.map +0 -1
  225. package/lib/lambda/docker-adapter.d.ts.map +0 -1
  226. package/lib/lambda/ecr-adapter.d.ts.map +0 -1
  227. package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
  228. package/node_modules/set-immediate-shim/index.js +0 -7
  229. package/node_modules/set-immediate-shim/package.json +0 -34
  230. package/node_modules/set-immediate-shim/readme.md +0 -31
  231. package/node_modules/uuid/.eslintrc.json +0 -47
  232. package/node_modules/uuid/AUTHORS +0 -5
  233. package/node_modules/uuid/README_js.md +0 -280
  234. package/node_modules/uuid/bin/uuid +0 -65
  235. package/node_modules/uuid/index.js +0 -8
  236. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  237. package/node_modules/uuid/lib/md5.js +0 -25
  238. package/node_modules/uuid/lib/rng-browser.js +0 -34
  239. package/node_modules/uuid/lib/rng.js +0 -8
  240. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  241. package/node_modules/uuid/lib/sha1.js +0 -25
  242. package/node_modules/uuid/v3.js +0 -4
  243. package/node_modules/uuid/v4.js +0 -29
  244. package/node_modules/uuid/v5.js +0 -3
  245. package/releasetag.txt +0 -1
  246. package/version.txt +0 -1
@@ -12,11 +12,11 @@ declare class Appflow extends Service {
12
12
  constructor(options?: Appflow.Types.ClientConfiguration)
13
13
  config: Config & Appflow.Types.ClientConfiguration;
14
14
  /**
15
- * Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel.
15
+ * Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.
16
16
  */
17
17
  createConnectorProfile(params: Appflow.Types.CreateConnectorProfileRequest, callback?: (err: AWSError, data: Appflow.Types.CreateConnectorProfileResponse) => void): Request<Appflow.Types.CreateConnectorProfileResponse, AWSError>;
18
18
  /**
19
- * Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel.
19
+ * Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.
20
20
  */
21
21
  createConnectorProfile(callback?: (err: AWSError, data: Appflow.Types.CreateConnectorProfileResponse) => void): Request<Appflow.Types.CreateConnectorProfileResponse, AWSError>;
22
22
  /**
@@ -52,11 +52,11 @@ declare class Appflow extends Service {
52
52
  */
53
53
  describeConnector(callback?: (err: AWSError, data: Appflow.Types.DescribeConnectorResponse) => void): Request<Appflow.Types.DescribeConnectorResponse, AWSError>;
54
54
  /**
55
- * Provides details regarding the entity used with the connector, with a description of the data model for each entity.
55
+ * Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
56
56
  */
57
57
  describeConnectorEntity(params: Appflow.Types.DescribeConnectorEntityRequest, callback?: (err: AWSError, data: Appflow.Types.DescribeConnectorEntityResponse) => void): Request<Appflow.Types.DescribeConnectorEntityResponse, AWSError>;
58
58
  /**
59
- * Provides details regarding the entity used with the connector, with a description of the data model for each entity.
59
+ * Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
60
60
  */
61
61
  describeConnectorEntity(callback?: (err: AWSError, data: Appflow.Types.DescribeConnectorEntityResponse) => void): Request<Appflow.Types.DescribeConnectorEntityResponse, AWSError>;
62
62
  /**
@@ -1686,6 +1686,7 @@ declare namespace Appflow {
1686
1686
  lastRunExecutionDetails?: ExecutionDetails;
1687
1687
  }
1688
1688
  export type FlowDescription = string;
1689
+ export type FlowErrorDeactivationThreshold = number;
1689
1690
  export type FlowExecutionList = ExecutionRecord[];
1690
1691
  export type FlowList = FlowDefinition[];
1691
1692
  export type FlowName = string;
@@ -1797,6 +1798,7 @@ declare namespace Appflow {
1797
1798
  object: Object;
1798
1799
  }
1799
1800
  export type InstanceUrl = string;
1801
+ export type JavaBoolean = boolean;
1800
1802
  export type KMSArn = string;
1801
1803
  export type Key = string;
1802
1804
  export type Label = string;
@@ -2218,6 +2220,10 @@ declare namespace Appflow {
2218
2220
  */
2219
2221
  prefixConfig?: PrefixConfig;
2220
2222
  aggregationConfig?: AggregationConfig;
2223
+ /**
2224
+ * If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. true: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or 1 in your source data is still an integer in your output. false: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of 1 in your source data becomes the string "1" in the output.
2225
+ */
2226
+ preserveSourceDataTyping?: JavaBoolean;
2221
2227
  }
2222
2228
  export interface S3SourceProperties {
2223
2229
  /**
@@ -2372,15 +2378,15 @@ declare namespace Appflow {
2372
2378
  */
2373
2379
  dataPullMode?: DataPullMode;
2374
2380
  /**
2375
- * Specifies the scheduled start time for a schedule-triggered flow.
2381
+ * The time at which the scheduled flow starts. The time is formatted as a timestamp that follows the ISO 8601 standard, such as 2022-04-26T13:00:00-07:00.
2376
2382
  */
2377
2383
  scheduleStartTime?: _Date;
2378
2384
  /**
2379
- * Specifies the scheduled end time for a schedule-triggered flow.
2385
+ * The time at which the scheduled flow ends. The time is formatted as a timestamp that follows the ISO 8601 standard, such as 2022-04-27T13:00:00-07:00.
2380
2386
  */
2381
2387
  scheduleEndTime?: _Date;
2382
2388
  /**
2383
- * Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.
2389
+ * Specifies the time zone used when referring to the dates and times of a scheduled flow, such as America/New_York. This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow. If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the America/New_York timezone are -04:00 EDT and -05:00 EST.
2384
2390
  */
2385
2391
  timezone?: Timezone;
2386
2392
  /**
@@ -2391,6 +2397,10 @@ declare namespace Appflow {
2391
2397
  * Specifies the date range for the records to import from the connector in the first flow run.
2392
2398
  */
2393
2399
  firstExecutionFrom?: _Date;
2400
+ /**
2401
+ * Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
2402
+ */
2403
+ flowErrorDeactivationThreshold?: FlowErrorDeactivationThreshold;
2394
2404
  }
2395
2405
  export type SchedulingFrequencyTypeList = ScheduleFrequencyType[];
2396
2406
  export type SecretKey = string;
@@ -287,7 +287,13 @@ declare namespace ApplicationInsights {
287
287
  * The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include: “Configuring application, detected 1 Errors, 3 Warnings” “Configuring application, detected 1 Unconfigured Components”
288
288
  */
289
289
  Remarks?: Remarks;
290
+ /**
291
+ * Indicates whether auto-configuration is turned on for this application.
292
+ */
290
293
  AutoConfigEnabled?: AutoConfigEnabled;
294
+ /**
295
+ * The method used by Application Insights to onboard your resources.
296
+ */
291
297
  DiscoveryType?: DiscoveryType;
292
298
  }
293
299
  export type ApplicationInfoList = ApplicationInfo[];
@@ -358,8 +364,18 @@ declare namespace ApplicationInsights {
358
364
  * List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
359
365
  */
360
366
  Tags?: TagList;
367
+ /**
368
+ * Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
369
+ */
361
370
  AutoConfigEnabled?: AutoConfigEnabled;
371
+ /**
372
+ * Configures all of the resources in the resource group by applying the recommended configurations.
373
+ */
362
374
  AutoCreate?: AutoCreate;
375
+ /**
376
+ * Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to ACCOUNT_BASED.
377
+ */
378
+ GroupingType?: GroupingType;
363
379
  }
364
380
  export interface CreateApplicationResponse {
365
381
  /**
@@ -474,7 +490,7 @@ declare namespace ApplicationInsights {
474
490
  */
475
491
  ComponentName: ComponentName;
476
492
  /**
477
- * The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT.
493
+ * The tier of the application component.
478
494
  */
479
495
  Tier: Tier;
480
496
  }
@@ -596,6 +612,7 @@ declare namespace ApplicationInsights {
596
612
  export type Feedback = {[key: string]: FeedbackValue};
597
613
  export type FeedbackKey = "INSIGHTS_FEEDBACK"|string;
598
614
  export type FeedbackValue = "NOT_SPECIFIED"|"USEFUL"|"NOT_USEFUL"|string;
615
+ export type GroupingType = "ACCOUNT_BASED"|string;
599
616
  export type HealthEventArn = string;
600
617
  export type HealthEventDescription = string;
601
618
  export type HealthEventTypeCategory = string;
@@ -766,6 +783,9 @@ declare namespace ApplicationInsights {
766
783
  * The token to request the next page of results.
767
784
  */
768
785
  NextToken?: PaginationToken;
786
+ /**
787
+ * The name of the component.
788
+ */
769
789
  ComponentName?: ComponentName;
770
790
  }
771
791
  export interface ListProblemsResponse {
@@ -777,6 +797,9 @@ declare namespace ApplicationInsights {
777
797
  * The token used to retrieve the next page of results. This value is null when there are no more results to return.
778
798
  */
779
799
  NextToken?: PaginationToken;
800
+ /**
801
+ * The name of the resource group.
802
+ */
780
803
  ResourceGroupName?: ResourceGroupName;
781
804
  }
782
805
  export interface ListTagsForResourceRequest {
@@ -1053,7 +1076,13 @@ declare namespace ApplicationInsights {
1053
1076
  * Feedback provided by the user about the problem.
1054
1077
  */
1055
1078
  Feedback?: Feedback;
1079
+ /**
1080
+ * The number of times that the same problem reoccurred after the first time it was resolved.
1081
+ */
1056
1082
  RecurringCount?: RecurringCount;
1083
+ /**
1084
+ * The last time that the problem reoccurred after its last resolution.
1085
+ */
1057
1086
  LastRecurrenceTime?: LastRecurrenceTime;
1058
1087
  }
1059
1088
  export type ProblemId = string;
@@ -1074,7 +1103,7 @@ declare namespace ApplicationInsights {
1074
1103
  export type ResourceList = ResourceARN[];
1075
1104
  export type ResourceType = string;
1076
1105
  export type S3EventName = string;
1077
- export type SeverityLevel = "Low"|"Medium"|"High"|string;
1106
+ export type SeverityLevel = "Informative"|"Low"|"Medium"|"High"|string;
1078
1107
  export type SourceARN = string;
1079
1108
  export type SourceType = string;
1080
1109
  export type StartTime = Date;
@@ -1145,6 +1174,9 @@ declare namespace ApplicationInsights {
1145
1174
  * Disassociates the SNS topic from the opsItem created for detected problems.
1146
1175
  */
1147
1176
  RemoveSNSTopic?: RemoveSNSTopic;
1177
+ /**
1178
+ * Turns auto-configuration on or off.
1179
+ */
1148
1180
  AutoConfigEnabled?: AutoConfigEnabled;
1149
1181
  }
1150
1182
  export interface UpdateApplicationResponse {
@@ -1167,13 +1199,16 @@ declare namespace ApplicationInsights {
1167
1199
  */
1168
1200
  Monitor?: Monitor;
1169
1201
  /**
1170
- * The tier of the application component. Supported tiers include DOT_NET_WORKER, DOT_NET_WEB, DOT_NET_CORE, SQL_SERVER, and DEFAULT.
1202
+ * The tier of the application component.
1171
1203
  */
1172
1204
  Tier?: Tier;
1173
1205
  /**
1174
1206
  * The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.
1175
1207
  */
1176
1208
  ComponentConfiguration?: ComponentConfiguration;
1209
+ /**
1210
+ * Automatically configures the component by applying the recommended configurations.
1211
+ */
1177
1212
  AutoConfigEnabled?: AutoConfigEnabled;
1178
1213
  }
1179
1214
  export interface UpdateComponentConfigurationResponse {