@awboost/cfn-resource-types 0.1.106 → 0.1.108

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 (37) hide show
  1. package/lib/AWS-CloudFormation-StackSet.d.ts +10 -0
  2. package/lib/AWS-CodePipeline-Pipeline.d.ts +220 -10
  3. package/lib/AWS-CodePipeline-Pipeline.js +1 -1
  4. package/lib/AWS-Deadline-MeteredProduct.d.ts +15 -15
  5. package/lib/AWS-ECS-TaskDefinition.d.ts +6 -6
  6. package/lib/AWS-LaunchWizard-Deployment.d.ts +109 -0
  7. package/lib/AWS-LaunchWizard-Deployment.js +12 -0
  8. package/lib/AWS-QBusiness-Application.d.ts +13 -0
  9. package/lib/AWS-RDS-DBCluster.d.ts +448 -161
  10. package/lib/AWS-RDS-DBCluster.js +17 -1
  11. package/lib/AWS-RDS-DBClusterParameterGroup.d.ts +29 -11
  12. package/lib/AWS-RDS-DBClusterParameterGroup.js +4 -1
  13. package/lib/AWS-RDS-DBInstance.d.ts +9 -1
  14. package/lib/AWS-RDS-EventSubscription.d.ts +29 -17
  15. package/lib/AWS-RDS-EventSubscription.js +1 -1
  16. package/lib/AWS-RDS-OptionGroup.d.ts +36 -15
  17. package/lib/AWS-RDS-OptionGroup.js +1 -1
  18. package/lib/AWS-Route53RecoveryControl-Cluster.d.ts +1 -0
  19. package/lib/AWS-Route53RecoveryControl-ControlPanel.d.ts +2 -0
  20. package/lib/AWS-Route53RecoveryControl-RoutingControl.d.ts +3 -0
  21. package/lib/AWS-S3-Bucket.d.ts +1 -1
  22. package/lib/AWS-SES-MailManagerAddonInstance.d.ts +60 -0
  23. package/lib/AWS-SES-MailManagerAddonInstance.js +12 -0
  24. package/lib/AWS-SES-MailManagerAddonSubscription.d.ts +54 -0
  25. package/lib/AWS-SES-MailManagerAddonSubscription.js +12 -0
  26. package/lib/AWS-SES-MailManagerArchive.d.ts +81 -0
  27. package/lib/AWS-SES-MailManagerArchive.js +12 -0
  28. package/lib/AWS-SES-MailManagerIngressPoint.d.ts +105 -0
  29. package/lib/AWS-SES-MailManagerIngressPoint.js +12 -0
  30. package/lib/AWS-SES-MailManagerRelay.d.ts +88 -0
  31. package/lib/AWS-SES-MailManagerRelay.js +12 -0
  32. package/lib/AWS-SES-MailManagerRuleSet.d.ts +447 -0
  33. package/lib/AWS-SES-MailManagerRuleSet.js +12 -0
  34. package/lib/AWS-SES-MailManagerTrafficPolicy.d.ts +212 -0
  35. package/lib/AWS-SES-MailManagerTrafficPolicy.js +12 -0
  36. package/lib/AWS-WorkSpacesThinClient-Environment.d.ts +5 -0
  37. package/package.json +1 -1
@@ -24,6 +24,11 @@ export type WorkSpacesThinClientEnvironmentProperties = {
24
24
  * @pattern `^(https:\/\/)[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,32}(:[0-9]{1,5})?(\/.*)?$`
25
25
  */
26
26
  DesktopEndpoint?: string;
27
+ /**
28
+ * An array of key-value pairs to apply to the newly created devices for this environment.
29
+ * @maxLength `50`
30
+ */
31
+ DeviceCreationTags?: Tag[];
27
32
  /**
28
33
  * The Amazon Resource Name (ARN) of the AWS Key Management Service key used to encrypt the environment.
29
34
  * @minLength `20`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.106",
3
+ "version": "0.1.108",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },