@pulumi/aws 5.4.0 → 5.5.0

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 (249) hide show
  1. package/acm/certificate.d.ts +33 -6
  2. package/acm/certificate.js +17 -0
  3. package/acm/certificate.js.map +1 -1
  4. package/acm/getCertificate.d.ts +8 -0
  5. package/acm/getCertificate.js.map +1 -1
  6. package/appconfig/eventIntegration.d.ts +158 -0
  7. package/appconfig/eventIntegration.js +96 -0
  8. package/appconfig/eventIntegration.js.map +1 -0
  9. package/appconfig/index.d.ts +1 -0
  10. package/appconfig/index.js +5 -0
  11. package/appconfig/index.js.map +1 -1
  12. package/appflow/connectorProfile.d.ts +133 -0
  13. package/appflow/connectorProfile.js +89 -0
  14. package/appflow/connectorProfile.js.map +1 -0
  15. package/appflow/flow.d.ts +279 -0
  16. package/appflow/flow.js +193 -0
  17. package/appflow/flow.js.map +1 -0
  18. package/appflow/index.d.ts +2 -0
  19. package/appflow/index.js +42 -0
  20. package/appflow/index.js.map +1 -0
  21. package/apprunner/service.d.ts +2 -1
  22. package/apprunner/service.js +2 -1
  23. package/apprunner/service.js.map +1 -1
  24. package/athena/dataCatalog.d.ts +210 -0
  25. package/athena/dataCatalog.js +146 -0
  26. package/athena/dataCatalog.js.map +1 -0
  27. package/athena/index.d.ts +1 -0
  28. package/athena/index.js +5 -0
  29. package/athena/index.js.map +1 -1
  30. package/autoscaling/getGroup.d.ts +4 -0
  31. package/autoscaling/getGroup.js.map +1 -1
  32. package/cloudfront/getOriginAccessIdentities.d.ts +71 -0
  33. package/cloudfront/getOriginAccessIdentities.js +51 -0
  34. package/cloudfront/getOriginAccessIdentities.js.map +1 -0
  35. package/cloudfront/index.d.ts +1 -0
  36. package/cloudfront/index.js +1 -0
  37. package/cloudfront/index.js.map +1 -1
  38. package/cloudtrail/trail.d.ts +1 -1
  39. package/cloudtrail/trail.js +1 -1
  40. package/cloudwatch/dashboard.d.ts +1 -1
  41. package/cloudwatch/dashboard.js +1 -1
  42. package/codebuild/reportGroup.d.ts +4 -3
  43. package/codebuild/reportGroup.js +4 -3
  44. package/codebuild/reportGroup.js.map +1 -1
  45. package/codestarconnections/getConnection.d.ts +23 -4
  46. package/codestarconnections/getConnection.js +13 -0
  47. package/codestarconnections/getConnection.js.map +1 -1
  48. package/config/vars.d.ts +1 -0
  49. package/config/vars.js +6 -0
  50. package/config/vars.js.map +1 -1
  51. package/connect/getRoutingProfile.d.ts +117 -0
  52. package/connect/getRoutingProfile.js +54 -0
  53. package/connect/getRoutingProfile.js.map +1 -0
  54. package/connect/getSecurityProfile.d.ts +112 -0
  55. package/connect/getSecurityProfile.js +54 -0
  56. package/connect/getSecurityProfile.js.map +1 -0
  57. package/connect/getUserHierarchyStructure.d.ts +50 -0
  58. package/connect/getUserHierarchyStructure.js +36 -0
  59. package/connect/getUserHierarchyStructure.js.map +1 -0
  60. package/connect/index.d.ts +4 -0
  61. package/connect/index.js +8 -0
  62. package/connect/index.js.map +1 -1
  63. package/connect/userHierarchyGroup.d.ts +193 -0
  64. package/connect/userHierarchyGroup.js +117 -0
  65. package/connect/userHierarchyGroup.js.map +1 -0
  66. package/costexplorer/costCategory.d.ts +175 -0
  67. package/costexplorer/costCategory.js +123 -0
  68. package/costexplorer/costCategory.js.map +1 -0
  69. package/costexplorer/getCostCategory.d.ts +67 -0
  70. package/costexplorer/getCostCategory.js +36 -0
  71. package/costexplorer/getCostCategory.js.map +1 -0
  72. package/costexplorer/getTags.d.ts +89 -0
  73. package/costexplorer/getTags.js +43 -0
  74. package/costexplorer/getTags.js.map +1 -0
  75. package/costexplorer/index.d.ts +3 -0
  76. package/costexplorer/index.js +39 -0
  77. package/costexplorer/index.js.map +1 -0
  78. package/dlm/lifecyclePolicy.d.ts +4 -4
  79. package/dlm/lifecyclePolicy.js +4 -4
  80. package/docdb/eventSubscription.d.ts +195 -0
  81. package/docdb/eventSubscription.js +113 -0
  82. package/docdb/eventSubscription.js.map +1 -0
  83. package/docdb/index.d.ts +1 -0
  84. package/docdb/index.js +5 -0
  85. package/docdb/index.js.map +1 -1
  86. package/ebs/volume.d.ts +3 -3
  87. package/ec2/ami.d.ts +12 -0
  88. package/ec2/ami.js +2 -0
  89. package/ec2/ami.js.map +1 -1
  90. package/ec2/amiCopy.d.ts +12 -0
  91. package/ec2/amiCopy.js +2 -0
  92. package/ec2/amiCopy.js.map +1 -1
  93. package/ec2/amiFromInstance.d.ts +12 -0
  94. package/ec2/amiFromInstance.js +2 -0
  95. package/ec2/amiFromInstance.js.map +1 -1
  96. package/ec2/getAmi.d.ts +4 -0
  97. package/ec2/getAmi.js.map +1 -1
  98. package/ec2/getInstance.d.ts +5 -1
  99. package/ec2/getInstance.js.map +1 -1
  100. package/ec2/getLaunchTemplate.d.ts +2 -0
  101. package/ec2/getLaunchTemplate.js.map +1 -1
  102. package/ec2/instance.d.ts +12 -0
  103. package/ec2/instance.js +2 -0
  104. package/ec2/instance.js.map +1 -1
  105. package/ec2/launchTemplate.d.ts +27 -3
  106. package/ec2/launchTemplate.js +4 -0
  107. package/ec2/launchTemplate.js.map +1 -1
  108. package/ec2/securityGroup.d.ts +0 -84
  109. package/ec2/securityGroup.js +0 -84
  110. package/ec2/securityGroup.js.map +1 -1
  111. package/ec2/spotFleetRequest.d.ts +18 -0
  112. package/ec2/spotFleetRequest.js +2 -0
  113. package/ec2/spotFleetRequest.js.map +1 -1
  114. package/ec2/spotInstanceRequest.d.ts +12 -0
  115. package/ec2/spotInstanceRequest.js +2 -0
  116. package/ec2/spotInstanceRequest.js.map +1 -1
  117. package/ec2/vpcIpam.d.ts +1 -1
  118. package/ec2/vpcIpam.js +1 -1
  119. package/elasticache/cluster.d.ts +17 -8
  120. package/elasticache/cluster.js.map +1 -1
  121. package/elasticache/replicationGroup.d.ts +17 -5
  122. package/elasticache/replicationGroup.js.map +1 -1
  123. package/emr/cluster.d.ts +12 -12
  124. package/emr/cluster.js +2 -2
  125. package/emr/cluster.js.map +1 -1
  126. package/emrcontainers/getVirtualCluster.d.ts +86 -0
  127. package/emrcontainers/getVirtualCluster.js +39 -0
  128. package/emrcontainers/getVirtualCluster.js.map +1 -0
  129. package/emrcontainers/index.d.ts +2 -0
  130. package/emrcontainers/index.js +38 -0
  131. package/emrcontainers/index.js.map +1 -0
  132. package/emrcontainers/virtualCluster.d.ts +134 -0
  133. package/emrcontainers/virtualCluster.js +89 -0
  134. package/emrcontainers/virtualCluster.js.map +1 -0
  135. package/getAmi.d.ts +4 -0
  136. package/getAmi.js.map +1 -1
  137. package/globalaccelerator/accelerator.d.ts +1 -1
  138. package/globalaccelerator/accelerator.js +1 -1
  139. package/grafana/getWorkspace.d.ts +18 -0
  140. package/grafana/getWorkspace.js +1 -0
  141. package/grafana/getWorkspace.js.map +1 -1
  142. package/grafana/workspace.d.ts +39 -3
  143. package/grafana/workspace.js +4 -0
  144. package/grafana/workspace.js.map +1 -1
  145. package/iam/getInstanceProfiles.d.ts +59 -0
  146. package/iam/getInstanceProfiles.js +38 -0
  147. package/iam/getInstanceProfiles.js.map +1 -0
  148. package/iam/index.d.ts +1 -0
  149. package/iam/index.js +1 -0
  150. package/iam/index.js.map +1 -1
  151. package/index.d.ts +5 -1
  152. package/index.js +12 -4
  153. package/index.js.map +1 -1
  154. package/iot/index.d.ts +1 -0
  155. package/iot/index.js +5 -0
  156. package/iot/index.js.map +1 -1
  157. package/iot/topicRule.d.ts +12 -3
  158. package/iot/topicRule.js +6 -0
  159. package/iot/topicRule.js.map +1 -1
  160. package/iot/topicRuleDestination.d.ts +78 -0
  161. package/iot/topicRuleDestination.js +65 -0
  162. package/iot/topicRuleDestination.js.map +1 -0
  163. package/kinesis/firehoseDeliveryStream.d.ts +46 -0
  164. package/kinesis/firehoseDeliveryStream.js +46 -0
  165. package/kinesis/firehoseDeliveryStream.js.map +1 -1
  166. package/kms/key.d.ts +3 -3
  167. package/lambda/permission.d.ts +13 -1
  168. package/lambda/permission.js +2 -0
  169. package/lambda/permission.js.map +1 -1
  170. package/location/getMap.d.ts +84 -0
  171. package/location/getMap.js +37 -0
  172. package/location/getMap.js.map +1 -0
  173. package/location/index.d.ts +2 -0
  174. package/location/index.js +38 -0
  175. package/location/index.js.map +1 -0
  176. package/location/map.d.ts +140 -0
  177. package/location/map.js +94 -0
  178. package/location/map.js.map +1 -0
  179. package/mq/getInstanceTypeOfferings.d.ts +89 -0
  180. package/mq/getInstanceTypeOfferings.js +51 -0
  181. package/mq/getInstanceTypeOfferings.js.map +1 -0
  182. package/mq/index.d.ts +1 -0
  183. package/mq/index.js +1 -0
  184. package/mq/index.js.map +1 -1
  185. package/msk/cluster.d.ts +27 -3
  186. package/msk/cluster.js +6 -0
  187. package/msk/cluster.js.map +1 -1
  188. package/msk/getCluster.d.ts +12 -0
  189. package/msk/getCluster.js.map +1 -1
  190. package/package.json +2 -2
  191. package/package.json.dev +2 -2
  192. package/provider.d.ts +1 -0
  193. package/provider.js +1 -0
  194. package/provider.js.map +1 -1
  195. package/rds/cluster.d.ts +12 -0
  196. package/rds/cluster.js +2 -0
  197. package/rds/cluster.js.map +1 -1
  198. package/route53/hostedZoneDnsSec.d.ts +13 -4
  199. package/route53/hostedZoneDnsSec.js +13 -4
  200. package/route53/hostedZoneDnsSec.js.map +1 -1
  201. package/sagemaker/app.d.ts +2 -2
  202. package/sagemaker/app.js +2 -2
  203. package/sagemaker/appImageConfig.d.ts +2 -2
  204. package/sagemaker/appImageConfig.js +2 -2
  205. package/sagemaker/codeRepository.d.ts +2 -2
  206. package/sagemaker/codeRepository.js +2 -2
  207. package/sagemaker/device.d.ts +2 -2
  208. package/sagemaker/device.js +2 -2
  209. package/sagemaker/deviceFleet.d.ts +2 -2
  210. package/sagemaker/deviceFleet.js +2 -2
  211. package/sagemaker/domain.d.ts +2 -2
  212. package/sagemaker/domain.js +2 -2
  213. package/sagemaker/flowDefinition.d.ts +2 -2
  214. package/sagemaker/flowDefinition.js +2 -2
  215. package/sagemaker/humanTaskUI.d.ts +2 -2
  216. package/sagemaker/humanTaskUI.js +2 -2
  217. package/sagemaker/image.d.ts +2 -2
  218. package/sagemaker/image.js +2 -2
  219. package/sagemaker/imageVersion.d.ts +2 -2
  220. package/sagemaker/imageVersion.js +2 -2
  221. package/sagemaker/modelPackageGroup.d.ts +2 -2
  222. package/sagemaker/modelPackageGroup.js +2 -2
  223. package/sagemaker/modelPackageGroupPolicy.d.ts +2 -2
  224. package/sagemaker/modelPackageGroupPolicy.js +2 -2
  225. package/sagemaker/notebookInstance.d.ts +2 -2
  226. package/sagemaker/notebookInstance.js +2 -2
  227. package/sagemaker/project.d.ts +3 -3
  228. package/sagemaker/project.js +3 -3
  229. package/sagemaker/studioLifecycleConfig.d.ts +2 -2
  230. package/sagemaker/studioLifecycleConfig.js +2 -2
  231. package/sagemaker/userProfile.d.ts +2 -2
  232. package/sagemaker/userProfile.js +2 -2
  233. package/sagemaker/workforce.d.ts +2 -2
  234. package/sagemaker/workforce.js +2 -2
  235. package/sagemaker/workteam.d.ts +2 -2
  236. package/sagemaker/workteam.js +2 -2
  237. package/secretsmanager/getSecrets.d.ts +57 -0
  238. package/secretsmanager/getSecrets.js +40 -0
  239. package/secretsmanager/getSecrets.js.map +1 -0
  240. package/secretsmanager/index.d.ts +1 -0
  241. package/secretsmanager/index.js +1 -0
  242. package/secretsmanager/index.js.map +1 -1
  243. package/ssm/getPatchBaseline.d.ts +34 -1
  244. package/ssm/getPatchBaseline.js.map +1 -1
  245. package/types/input.d.ts +7702 -4520
  246. package/types/output.d.ts +8512 -5004
  247. package/xray/encryptionConfig.d.ts +4 -3
  248. package/xray/encryptionConfig.js +4 -3
  249. package/xray/encryptionConfig.js.map +1 -1
@@ -6,7 +6,7 @@ exports.DeviceFleet = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Device Fleet resource.
9
+ * Provides a SageMaker Device Fleet resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
26
26
  *
27
27
  * ## Import
28
28
  *
29
- * Sagemaker Device Fleets can be imported using the `name`, e.g.,
29
+ * SageMaker Device Fleets can be imported using the `name`, e.g.,
30
30
  *
31
31
  * ```sh
32
32
  * $ pulumi import aws:sagemaker/deviceFleet:DeviceFleet example my-fleet
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker Domain resource.
4
+ * Provides a SageMaker Domain resource.
5
5
  *
6
6
  * ## Example Usage
7
7
  * ### Basic usage
@@ -74,7 +74,7 @@ import { input as inputs, output as outputs } from "../types";
74
74
  *
75
75
  * ## Import
76
76
  *
77
- * Sagemaker Code Domains can be imported using the `id`, e.g.,
77
+ * SageMaker Code Domains can be imported using the `id`, e.g.,
78
78
  *
79
79
  * ```sh
80
80
  * $ pulumi import aws:sagemaker/domain:Domain test_domain d-8jgsjtilstu8
@@ -6,7 +6,7 @@ exports.Domain = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Domain resource.
9
+ * Provides a SageMaker Domain resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -79,7 +79,7 @@ const utilities = require("../utilities");
79
79
  *
80
80
  * ## Import
81
81
  *
82
- * Sagemaker Code Domains can be imported using the `id`, e.g.,
82
+ * SageMaker Code Domains can be imported using the `id`, e.g.,
83
83
  *
84
84
  * ```sh
85
85
  * $ pulumi import aws:sagemaker/domain:Domain test_domain d-8jgsjtilstu8
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker Flow Definition resource.
4
+ * Provides a SageMaker Flow Definition resource.
5
5
  *
6
6
  * ## Example Usage
7
7
  * ### Basic Usage
@@ -97,7 +97,7 @@ import { input as inputs, output as outputs } from "../types";
97
97
  *
98
98
  * ## Import
99
99
  *
100
- * Sagemaker Flow Definitions can be imported using the `flow_definition_name`, e.g.,
100
+ * SageMaker Flow Definitions can be imported using the `flow_definition_name`, e.g.,
101
101
  *
102
102
  * ```sh
103
103
  * $ pulumi import aws:sagemaker/flowDefinition:FlowDefinition example example
@@ -6,7 +6,7 @@ exports.FlowDefinition = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Flow Definition resource.
9
+ * Provides a SageMaker Flow Definition resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic Usage
@@ -102,7 +102,7 @@ const utilities = require("../utilities");
102
102
  *
103
103
  * ## Import
104
104
  *
105
- * Sagemaker Flow Definitions can be imported using the `flow_definition_name`, e.g.,
105
+ * SageMaker Flow Definitions can be imported using the `flow_definition_name`, e.g.,
106
106
  *
107
107
  * ```sh
108
108
  * $ pulumi import aws:sagemaker/flowDefinition:FlowDefinition example example
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker Human Task UI resource.
4
+ * Provides a SageMaker Human Task UI resource.
5
5
  *
6
6
  * ## Example Usage
7
7
  *
@@ -20,7 +20,7 @@ import { input as inputs, output as outputs } from "../types";
20
20
  *
21
21
  * ## Import
22
22
  *
23
- * Sagemaker Human Task UIs can be imported using the `human_task_ui_name`, e.g.,
23
+ * SageMaker Human Task UIs can be imported using the `human_task_ui_name`, e.g.,
24
24
  *
25
25
  * ```sh
26
26
  * $ pulumi import aws:sagemaker/humanTaskUI:HumanTaskUI example example
@@ -6,7 +6,7 @@ exports.HumanTaskUI = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Human Task UI resource.
9
+ * Provides a SageMaker Human Task UI resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -25,7 +25,7 @@ const utilities = require("../utilities");
25
25
  *
26
26
  * ## Import
27
27
  *
28
- * Sagemaker Human Task UIs can be imported using the `human_task_ui_name`, e.g.,
28
+ * SageMaker Human Task UIs can be imported using the `human_task_ui_name`, e.g.,
29
29
  *
30
30
  * ```sh
31
31
  * $ pulumi import aws:sagemaker/humanTaskUI:HumanTaskUI example example
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a Sagemaker Image resource.
3
+ * Provides a SageMaker Image resource.
4
4
  *
5
5
  * ## Example Usage
6
6
  * ### Basic usage
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
17
17
  *
18
18
  * ## Import
19
19
  *
20
- * Sagemaker Code Images can be imported using the `name`, e.g.,
20
+ * SageMaker Code Images can be imported using the `name`, e.g.,
21
21
  *
22
22
  * ```sh
23
23
  * $ pulumi import aws:sagemaker/image:Image test_image my-code-repo
@@ -6,7 +6,7 @@ exports.Image = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Image resource.
9
+ * Provides a SageMaker Image resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
23
23
  *
24
24
  * ## Import
25
25
  *
26
- * Sagemaker Code Images can be imported using the `name`, e.g.,
26
+ * SageMaker Code Images can be imported using the `name`, e.g.,
27
27
  *
28
28
  * ```sh
29
29
  * $ pulumi import aws:sagemaker/image:Image test_image my-code-repo
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a Sagemaker Image Version resource.
3
+ * Provides a SageMaker Image Version resource.
4
4
  *
5
5
  * ## Example Usage
6
6
  * ### Basic usage
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
17
17
  *
18
18
  * ## Import
19
19
  *
20
- * Sagemaker Image Versions can be imported using the `name`, e.g.,
20
+ * SageMaker Image Versions can be imported using the `name`, e.g.,
21
21
  *
22
22
  * ```sh
23
23
  * $ pulumi import aws:sagemaker/imageVersion:ImageVersion test_image my-code-repo
@@ -6,7 +6,7 @@ exports.ImageVersion = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Image Version resource.
9
+ * Provides a SageMaker Image Version resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
23
23
  *
24
24
  * ## Import
25
25
  *
26
- * Sagemaker Image Versions can be imported using the `name`, e.g.,
26
+ * SageMaker Image Versions can be imported using the `name`, e.g.,
27
27
  *
28
28
  * ```sh
29
29
  * $ pulumi import aws:sagemaker/imageVersion:ImageVersion test_image my-code-repo
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a Sagemaker Model Package Group resource.
3
+ * Provides a SageMaker Model Package Group resource.
4
4
  *
5
5
  * ## Example Usage
6
6
  * ### Basic usage
@@ -16,7 +16,7 @@ import * as pulumi from "@pulumi/pulumi";
16
16
  *
17
17
  * ## Import
18
18
  *
19
- * Sagemaker Code Model Package Groups can be imported using the `name`, e.g.,
19
+ * SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
20
20
  *
21
21
  * ```sh
22
22
  * $ pulumi import aws:sagemaker/modelPackageGroup:ModelPackageGroup test_model_package_group my-code-repo
@@ -6,7 +6,7 @@ exports.ModelPackageGroup = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Model Package Group resource.
9
+ * Provides a SageMaker Model Package Group resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -22,7 +22,7 @@ const utilities = require("../utilities");
22
22
  *
23
23
  * ## Import
24
24
  *
25
- * Sagemaker Code Model Package Groups can be imported using the `name`, e.g.,
25
+ * SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
26
26
  *
27
27
  * ```sh
28
28
  * $ pulumi import aws:sagemaker/modelPackageGroup:ModelPackageGroup test_model_package_group my-code-repo
@@ -1,12 +1,12 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a Sagemaker Model Package Group Policy resource.
3
+ * Provides a SageMaker Model Package Group Policy resource.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
7
  * ## Import
8
8
  *
9
- * Sagemaker Code Model Package Groups can be imported using the `name`, e.g.,
9
+ * SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
10
10
  *
11
11
  * ```sh
12
12
  * $ pulumi import aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy example example
@@ -6,13 +6,13 @@ exports.ModelPackageGroupPolicy = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Model Package Group Policy resource.
9
+ * Provides a SageMaker Model Package Group Policy resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
13
  * ## Import
14
14
  *
15
- * Sagemaker Code Model Package Groups can be imported using the `name`, e.g.,
15
+ * SageMaker Code Model Package Groups can be imported using the `name`, e.g.,
16
16
  *
17
17
  * ```sh
18
18
  * $ pulumi import aws:sagemaker/modelPackageGroupPolicy:ModelPackageGroupPolicy example example
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a Sagemaker Notebook Instance resource.
3
+ * Provides a SageMaker Notebook Instance resource.
4
4
  *
5
5
  * ## Example Usage
6
6
  * ### Basic usage
@@ -41,7 +41,7 @@ import * as pulumi from "@pulumi/pulumi";
41
41
  *
42
42
  * ## Import
43
43
  *
44
- * Sagemaker Notebook Instances can be imported using the `name`, e.g.,
44
+ * SageMaker Notebook Instances can be imported using the `name`, e.g.,
45
45
  *
46
46
  * ```sh
47
47
  * $ pulumi import aws:sagemaker/notebookInstance:NotebookInstance test_notebook_instance my-notebook-instance
@@ -6,7 +6,7 @@ exports.NotebookInstance = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Notebook Instance resource.
9
+ * Provides a SageMaker Notebook Instance resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -47,7 +47,7 @@ const utilities = require("../utilities");
47
47
  *
48
48
  * ## Import
49
49
  *
50
- * Sagemaker Notebook Instances can be imported using the `name`, e.g.,
50
+ * SageMaker Notebook Instances can be imported using the `name`, e.g.,
51
51
  *
52
52
  * ```sh
53
53
  * $ pulumi import aws:sagemaker/notebookInstance:NotebookInstance test_notebook_instance my-notebook-instance
@@ -1,9 +1,9 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker Project resource.
4
+ * Provides a SageMaker Project resource.
5
5
  *
6
- * > Note: If you are trying to use Sagemaker projects with Sagemaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).
6
+ * > Note: If you are trying to use SageMaker projects with SageMaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).
7
7
  *
8
8
  * ## Example Usage
9
9
  *
@@ -21,7 +21,7 @@ import { input as inputs, output as outputs } from "../types";
21
21
  *
22
22
  * ## Import
23
23
  *
24
- * Sagemaker Projects can be imported using the `project_name`, e.g.,
24
+ * SageMaker Projects can be imported using the `project_name`, e.g.,
25
25
  *
26
26
  * ```sh
27
27
  * $ pulumi import aws:sagemaker/project:Project example example
@@ -6,9 +6,9 @@ exports.Project = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Project resource.
9
+ * Provides a SageMaker Project resource.
10
10
  *
11
- * > Note: If you are trying to use Sagemaker projects with Sagemaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).
11
+ * > Note: If you are trying to use SageMaker projects with SageMaker studio you will need to add a tag with the key `sagemaker:studio-visibility` with value `true`. For more on requirements to use projects and permission needed see [AWS Docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-projects-templates-custom.html).
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
26
26
  *
27
27
  * ## Import
28
28
  *
29
- * Sagemaker Projects can be imported using the `project_name`, e.g.,
29
+ * SageMaker Projects can be imported using the `project_name`, e.g.,
30
30
  *
31
31
  * ```sh
32
32
  * $ pulumi import aws:sagemaker/project:Project example example
@@ -1,12 +1,12 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a Sagemaker Studio Lifecycle Config resource.
3
+ * Provides a SageMaker Studio Lifecycle Config resource.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
7
7
  * ## Import
8
8
  *
9
- * Sagemaker Code Studio Lifecycle Configs can be imported using the `studio_lifecycle_config_name`, e.g.,
9
+ * SageMaker Code Studio Lifecycle Configs can be imported using the `studio_lifecycle_config_name`, e.g.,
10
10
  *
11
11
  * ```sh
12
12
  * $ pulumi import aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig example example
@@ -6,13 +6,13 @@ exports.StudioLifecycleConfig = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Studio Lifecycle Config resource.
9
+ * Provides a SageMaker Studio Lifecycle Config resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
13
  * ## Import
14
14
  *
15
- * Sagemaker Code Studio Lifecycle Configs can be imported using the `studio_lifecycle_config_name`, e.g.,
15
+ * SageMaker Code Studio Lifecycle Configs can be imported using the `studio_lifecycle_config_name`, e.g.,
16
16
  *
17
17
  * ```sh
18
18
  * $ pulumi import aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig example example
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker User Profile resource.
4
+ * Provides a SageMaker User Profile resource.
5
5
  *
6
6
  * ## Example Usage
7
7
  * ### Basic usage
@@ -18,7 +18,7 @@ import { input as inputs, output as outputs } from "../types";
18
18
  *
19
19
  * ## Import
20
20
  *
21
- * Sagemaker Code User Profiles can be imported using the `arn`, e.g.,
21
+ * SageMaker Code User Profiles can be imported using the `arn`, e.g.,
22
22
  *
23
23
  * ```sh
24
24
  * $ pulumi import aws:sagemaker/userProfile:UserProfile test_user_profile arn:aws:sagemaker:us-west-2:123456789012:user-profile/domain-id/profile-name
@@ -6,7 +6,7 @@ exports.UserProfile = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker User Profile resource.
9
+ * Provides a SageMaker User Profile resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Basic usage
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
23
23
  *
24
24
  * ## Import
25
25
  *
26
- * Sagemaker Code User Profiles can be imported using the `arn`, e.g.,
26
+ * SageMaker Code User Profiles can be imported using the `arn`, e.g.,
27
27
  *
28
28
  * ```sh
29
29
  * $ pulumi import aws:sagemaker/userProfile:UserProfile test_user_profile arn:aws:sagemaker:us-west-2:123456789012:user-profile/domain-id/profile-name
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker Workforce resource.
4
+ * Provides a SageMaker Workforce resource.
5
5
  *
6
6
  * ## Example Usage
7
7
  * ### Cognito Usage
@@ -50,7 +50,7 @@ import { input as inputs, output as outputs } from "../types";
50
50
  *
51
51
  * ## Import
52
52
  *
53
- * Sagemaker Workforces can be imported using the `workforce_name`, e.g.,
53
+ * SageMaker Workforces can be imported using the `workforce_name`, e.g.,
54
54
  *
55
55
  * ```sh
56
56
  * $ pulumi import aws:sagemaker/workforce:Workforce example example
@@ -6,7 +6,7 @@ exports.Workforce = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Workforce resource.
9
+ * Provides a SageMaker Workforce resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Cognito Usage
@@ -55,7 +55,7 @@ const utilities = require("../utilities");
55
55
  *
56
56
  * ## Import
57
57
  *
58
- * Sagemaker Workforces can be imported using the `workforce_name`, e.g.,
58
+ * SageMaker Workforces can be imported using the `workforce_name`, e.g.,
59
59
  *
60
60
  * ```sh
61
61
  * $ pulumi import aws:sagemaker/workforce:Workforce example example
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * Provides a Sagemaker Workteam resource.
4
+ * Provides a SageMaker Workteam resource.
5
5
  *
6
6
  * ## Example Usage
7
7
  * ### Cognito Usage
@@ -43,7 +43,7 @@ import { input as inputs, output as outputs } from "../types";
43
43
  *
44
44
  * ## Import
45
45
  *
46
- * Sagemaker Workteams can be imported using the `workteam_name`, e.g.,
46
+ * SageMaker Workteams can be imported using the `workteam_name`, e.g.,
47
47
  *
48
48
  * ```sh
49
49
  * $ pulumi import aws:sagemaker/workteam:Workteam example example
@@ -6,7 +6,7 @@ exports.Workteam = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a Sagemaker Workteam resource.
9
+ * Provides a SageMaker Workteam resource.
10
10
  *
11
11
  * ## Example Usage
12
12
  * ### Cognito Usage
@@ -48,7 +48,7 @@ const utilities = require("../utilities");
48
48
  *
49
49
  * ## Import
50
50
  *
51
- * Sagemaker Workteams can be imported using the `workteam_name`, e.g.,
51
+ * SageMaker Workteams can be imported using the `workteam_name`, e.g.,
52
52
  *
53
53
  * ```sh
54
54
  * $ pulumi import aws:sagemaker/workteam:Workteam example example
@@ -0,0 +1,57 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Use this data source to get the ARNs and names of Secrets Manager secrets matching the specified criteria.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const example = pulumi.output(aws.secretsmanager.getSecrets({
13
+ * filters: [{
14
+ * name: "name",
15
+ * values: ["example"],
16
+ * }],
17
+ * }));
18
+ * ```
19
+ */
20
+ export declare function getSecrets(args?: GetSecretsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretsResult>;
21
+ /**
22
+ * A collection of arguments for invoking getSecrets.
23
+ */
24
+ export interface GetSecretsArgs {
25
+ /**
26
+ * Configuration block(s) for filtering. Detailed below.
27
+ */
28
+ filters?: inputs.secretsmanager.GetSecretsFilter[];
29
+ }
30
+ /**
31
+ * A collection of values returned by getSecrets.
32
+ */
33
+ export interface GetSecretsResult {
34
+ /**
35
+ * Set of ARNs of the matched Secrets Manager secrets.
36
+ */
37
+ readonly arns: string[];
38
+ readonly filters?: outputs.secretsmanager.GetSecretsFilter[];
39
+ /**
40
+ * The provider-assigned unique ID for this managed resource.
41
+ */
42
+ readonly id: string;
43
+ /**
44
+ * Set of names of the matched Secrets Manager secrets.
45
+ */
46
+ readonly names: string[];
47
+ }
48
+ export declare function getSecretsOutput(args?: GetSecretsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretsResult>;
49
+ /**
50
+ * A collection of arguments for invoking getSecrets.
51
+ */
52
+ export interface GetSecretsOutputArgs {
53
+ /**
54
+ * Configuration block(s) for filtering. Detailed below.
55
+ */
56
+ filters?: pulumi.Input<pulumi.Input<inputs.secretsmanager.GetSecretsFilterArgs>[]>;
57
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSecretsOutput = exports.getSecrets = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to get the ARNs and names of Secrets Manager secrets matching the specified criteria.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = pulumi.output(aws.secretsmanager.getSecrets({
18
+ * filters: [{
19
+ * name: "name",
20
+ * values: ["example"],
21
+ * }],
22
+ * }));
23
+ * ```
24
+ */
25
+ function getSecrets(args, opts) {
26
+ args = args || {};
27
+ if (!opts) {
28
+ opts = {};
29
+ }
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
31
+ return pulumi.runtime.invoke("aws:secretsmanager/getSecrets:getSecrets", {
32
+ "filters": args.filters,
33
+ }, opts);
34
+ }
35
+ exports.getSecrets = getSecrets;
36
+ function getSecretsOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getSecrets(a, opts));
38
+ }
39
+ exports.getSecretsOutput = getSecretsOutput;
40
+ //# sourceMappingURL=getSecrets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../../secretsmanager/getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA+BD,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
@@ -1,6 +1,7 @@
1
1
  export * from "./getSecret";
2
2
  export * from "./getSecretRotation";
3
3
  export * from "./getSecretVersion";
4
+ export * from "./getSecrets";
4
5
  export * from "./secret";
5
6
  export * from "./secretPolicy";
6
7
  export * from "./secretRotation";
@@ -22,6 +22,7 @@ const utilities = require("../utilities");
22
22
  __exportStar(require("./getSecret"), exports);
23
23
  __exportStar(require("./getSecretRotation"), exports);
24
24
  __exportStar(require("./getSecretVersion"), exports);
25
+ __exportStar(require("./getSecrets"), exports);
25
26
  __exportStar(require("./secret"), exports);
26
27
  __exportStar(require("./secretPolicy"), exports);
27
28
  __exportStar(require("./secretRotation"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../secretsmanager/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,8CAA4B;AAC5B,sDAAoC;AACpC,qDAAmC;AACnC,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC;AACjC,kDAAgC;AAEhC,gCAAgC;AAChC,qCAAkC;AAClC,iDAA8C;AAC9C,qDAAkD;AAClD,mDAAgD;AAEhD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,kCAAkC;gBACnC,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,gDAAgD;gBACjD,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../secretsmanager/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,8CAA4B;AAC5B,sDAAoC;AACpC,qDAAmC;AACnC,+CAA6B;AAC7B,2CAAyB;AACzB,iDAA+B;AAC/B,mDAAiC;AACjC,kDAAgC;AAEhC,gCAAgC;AAChC,qCAAkC;AAClC,iDAA8C;AAC9C,qDAAkD;AAClD,mDAAgD;AAEhD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,kCAAkC;gBACnC,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,gDAAgD;gBACjD,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA"}