@propulsionworks/cloudformation 0.1.21 → 0.1.22

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 (50) hide show
  1. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +1 -1
  2. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +52 -0
  3. package/out/exports/resources.generated/aws-aps-resourcepolicy.d.ts +22 -0
  4. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +2 -2
  5. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +2 -2
  6. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +4 -0
  7. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +1 -0
  8. package/out/exports/resources.generated/aws-connect-user.d.ts +5 -0
  9. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +3 -0
  10. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +4 -0
  11. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +4 -0
  12. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1 -1
  13. package/out/exports/resources.generated/aws-ec2-ippoolroutetableassociation.d.ts +33 -0
  14. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +3 -0
  15. package/out/exports/resources.generated/aws-ec2-volume.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +0 -2
  17. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  18. package/out/exports/resources.generated/aws-eks-addon.d.ts +10 -0
  19. package/out/exports/resources.generated/aws-eks-cluster.d.ts +1 -1
  20. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +8 -0
  22. package/out/exports/resources.generated/aws-glue-job.d.ts +19 -8
  23. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +18 -1
  24. package/out/exports/resources.generated/aws-guardduty-threatentityset.d.ts +89 -0
  25. package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +89 -0
  26. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -1
  27. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +4 -2
  30. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -1
  31. package/out/exports/resources.generated/aws-inspectorv2-codesecurityintegration.d.ts +160 -0
  32. package/out/exports/resources.generated/aws-inspectorv2-codesecurityscanconfiguration.d.ts +121 -0
  33. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +2 -2
  34. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-ivs-stage.d.ts +54 -0
  36. package/out/exports/resources.generated/aws-lambda-permission.d.ts +2 -2
  37. package/out/exports/resources.generated/aws-observabilityadmin-organizationtelemetryrule.d.ts +137 -0
  38. package/out/exports/resources.generated/aws-observabilityadmin-telemetryrule.d.ts +132 -0
  39. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  40. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +21 -0
  41. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +6 -6
  42. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +1 -1
  43. package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +1 -0
  44. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +2 -2
  45. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +90 -0
  47. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +0 -6
  48. package/out/exports/resources.generated/aws-sqs-queue.d.ts +2 -1
  49. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +28 -0
  50. package/package.json +1 -1
@@ -188,6 +188,11 @@ export type BaseScreenshot = {
188
188
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html}
189
189
  */
190
190
  export type Code = {
191
+ /**
192
+ * List of Lambda layers to attach to the canary
193
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-dependencies}
194
+ */
195
+ Dependencies?: Dependency[] | undefined;
191
196
  /**
192
197
  * The entry point to use for the source code when running the canary. For canaries that use the `syn-python-selenium-1.0` runtime or a `syn-nodejs.puppeteer` runtime earlier than `syn-nodejs.puppeteer-3.4` , the handler must be specified as `*fileName* .handler` . For `syn-python-selenium-1.1` , `syn-nodejs.puppeteer-3.4` , and later runtimes, the handler can be specified as `*fileName* . *functionName*` , or you can specify a folder where canary scripts reside as `*folder* / *fileName* . *functionName*` .
193
198
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler}
@@ -214,6 +219,11 @@ export type Code = {
214
219
  */
215
220
  Script?: string | undefined;
216
221
  } | {
222
+ /**
223
+ * List of Lambda layers to attach to the canary
224
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-dependencies}
225
+ */
226
+ Dependencies?: Dependency[] | undefined;
217
227
  /**
218
228
  * The entry point to use for the source code when running the canary. For canaries that use the `syn-python-selenium-1.0` runtime or a `syn-nodejs.puppeteer` runtime earlier than `syn-nodejs.puppeteer-3.4` , the handler must be specified as `*fileName* .handler` . For `syn-python-selenium-1.1` , `syn-nodejs.puppeteer-3.4` , and later runtimes, the handler can be specified as `*fileName* . *functionName*` , or you can specify a folder where canary scripts reside as `*folder* / *fileName* . *functionName*` .
219
229
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html#cfn-synthetics-canary-code-handler}
@@ -240,6 +250,24 @@ export type Code = {
240
250
  */
241
251
  Script: string;
242
252
  };
253
+ /**
254
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-dependency.html}
255
+ */
256
+ export type Dependency = {
257
+ /**
258
+ * ARN of the Lambda layer
259
+ * @minLength 1
260
+ * @maxLength 140
261
+ * @pattern arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+
262
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-dependency.html#cfn-synthetics-canary-dependency-reference}
263
+ */
264
+ Reference: string;
265
+ /**
266
+ * Type of dependency
267
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-dependency.html#cfn-synthetics-canary-dependency-type}
268
+ */
269
+ Type?: "LambdaLayer" | undefined;
270
+ };
243
271
  /**
244
272
  * Specifies which resources canary tags should be replicated to.
245
273
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-resourcetotag.html}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propulsionworks/cloudformation",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "author": {
5
5
  "name": "Gordon Leigh"
6
6
  },