@propulsionworks/cloudformation 0.1.17 → 0.1.19

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 (72) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +25 -28
  2. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
  3. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
  4. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
  5. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
  6. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
  7. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
  8. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
  9. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
  10. package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
  11. package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
  12. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -1
  13. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
  14. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
  15. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
  17. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
  18. package/out/exports/resources.generated/aws-connect-instance.d.ts +25 -0
  19. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
  20. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
  21. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
  22. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
  26. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +9 -0
  27. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
  30. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +208 -7
  32. package/out/exports/resources.generated/aws-events-eventbus.d.ts +16 -0
  33. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +7 -0
  35. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +7 -0
  36. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
  37. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +80 -0
  38. package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
  39. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
  40. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
  41. package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
  43. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +232 -18
  45. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
  47. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  48. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
  49. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
  50. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
  51. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +8 -0
  52. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +58 -0
  53. package/out/exports/resources.generated/aws-s3-bucket.d.ts +113 -4
  54. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +6 -1
  55. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +51 -0
  56. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +30 -2
  57. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
  58. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +114 -0
  59. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
  60. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
  61. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
  62. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
  63. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
  64. package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
  65. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
  66. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
  67. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +17 -2
  68. package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
  69. package/out/exports/resources.generated/aws-transfer-server.d.ts +22 -2
  70. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
  71. package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +149 -0
  72. package/package.json +1 -1
@@ -150,6 +150,10 @@ export type CustomFileSystemConfig = {
150
150
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-customfilesystemconfig.html#cfn-sagemaker-userprofile-customfilesystemconfig-fsxlustrefilesystemconfig}
151
151
  */
152
152
  FSxLustreFileSystemConfig?: FSxLustreFileSystemConfig | undefined;
153
+ /**
154
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-customfilesystemconfig.html#cfn-sagemaker-userprofile-customfilesystemconfig-s3filesystemconfig}
155
+ */
156
+ S3FileSystemConfig?: S3FileSystemConfig | undefined;
153
157
  };
154
158
  /**
155
159
  * A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html) .
@@ -460,6 +464,24 @@ export type ResourceSpec = {
460
464
  */
461
465
  SageMakerImageVersionArn?: string | undefined;
462
466
  };
467
+ /**
468
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html}
469
+ */
470
+ export type S3FileSystemConfig = {
471
+ /**
472
+ * @minLength 0
473
+ * @maxLength 1024
474
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html#cfn-sagemaker-userprofile-s3filesystemconfig-mountpath}
475
+ */
476
+ MountPath?: string | undefined;
477
+ /**
478
+ * @minLength 0
479
+ * @maxLength 1024
480
+ * @pattern (s3)://([^/]+)/?(.*)
481
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-s3filesystemconfig.html#cfn-sagemaker-userprofile-s3filesystemconfig-s3uri}
482
+ */
483
+ S3Uri?: string | undefined;
484
+ };
463
485
  /**
464
486
  * Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of `DefaultUserSettings` when the [CreateDomain](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html) API is called, and as part of `UserSettings` when the [CreateUserProfile](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html) API is called.
465
487
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-sharingsettings.html}
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinition } from "../main.ts";
1
+ import type { ResourceDefinition, Tag } from "../main.ts";
2
2
  /**
3
3
  * Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see [Using Amazon SES Configuration Sets](https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets.html) in the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/dg/) .
4
4
  *
@@ -64,6 +64,11 @@ export type SESConfigurationSetProps = {
64
64
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-suppressionoptions}
65
65
  */
66
66
  SuppressionOptions?: SuppressionOptions | undefined;
67
+ /**
68
+ * The tags (keys and values) associated with the contact list.
69
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-tags}
70
+ */
71
+ Tags?: Tag[] | undefined;
67
72
  /**
68
73
  * An object that defines the open and click tracking options for emails that you send using the configuration set.
69
74
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-trackingoptions}
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinition } from "../main.ts";
1
+ import type { ResourceDefinition, Tag } from "../main.ts";
2
2
  /**
3
3
  * Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your AWS account . You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
4
4
  *
@@ -34,5 +34,10 @@ export type SESDedicatedIpPoolProps = {
34
34
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html#cfn-ses-dedicatedippool-scalingmode}
35
35
  */
36
36
  ScalingMode?: string | undefined;
37
+ /**
38
+ * The tags (keys and values) associated with the dedicated IP pool.
39
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-dedicatedippool.html#cfn-ses-dedicatedippool-tags}
40
+ */
41
+ Tags?: Tag[] | undefined;
37
42
  };
38
43
  //# sourceMappingURL=aws-ses-dedicatedippool.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinitionWithAttributes } from "../main.ts";
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
3
  * Specifies an identity for using within SES. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity.
4
4
  *
@@ -53,6 +53,11 @@ export type SESEmailIdentityProps = {
53
53
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#cfn-ses-emailidentity-mailfromattributes}
54
54
  */
55
55
  MailFromAttributes?: MailFromAttributes | undefined;
56
+ /**
57
+ * The tags (keys and values) associated with the email identity.
58
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#cfn-ses-emailidentity-tags}
59
+ */
60
+ Tags?: Tag[] | undefined;
56
61
  };
57
62
  /**
58
63
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html#aws-resource-ses-emailidentity-return-values}
@@ -51,9 +51,11 @@ export type SSMAssociationProps = {
51
51
  */
52
52
  DocumentVersion?: string | undefined;
53
53
  /**
54
- * The ID of the instance that the SSM document is associated with. You must specify the `InstanceId` or `Targets` property.
55
- *
56
54
  * > `InstanceId` has been deprecated. To specify an instance ID for an association, use the `Targets` parameter. If you use the parameter `InstanceId` , you cannot use the parameters `AssociationName` , `DocumentVersion` , `MaxErrors` , `MaxConcurrency` , `OutputLocation` , or `ScheduleExpression` . To use these parameters, you must use the `Targets` parameter.
55
+ * >
56
+ * > Note that in some examples later in this page, `InstanceIds` is used as the tag-key name in a `Targets` filter. `InstanceId` is not used as a parameter.
57
+ *
58
+ * The ID of the instance that the SSM document is associated with. You must specify the `InstanceId` or `Targets` property.
57
59
  * @pattern (^i-(\w{8}|\w{17})$)|(^mi-\w{17}$)
58
60
  * @example "i-0e60836d21cf313c4"
59
61
  * @example "mi-0532c22e49636ee13"
@@ -20,9 +20,9 @@ export type SSMMaintenanceWindowTaskProps = {
20
20
  */
21
21
  Description?: string | undefined;
22
22
  /**
23
- * Information about an Amazon S3 bucket to write Run Command task-level logs to.
24
- *
25
23
  * > `LoggingInfo` has been deprecated. To specify an Amazon S3 bucket to contain logs for Run Command tasks, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix` options in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html) .
24
+ *
25
+ * Information about an Amazon S3 bucket to write Run Command task-level logs to.
26
26
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-logginginfo}
27
27
  */
28
28
  LoggingInfo?: LoggingInfo | undefined;
@@ -88,9 +88,9 @@ export type SSMMaintenanceWindowTaskProps = {
88
88
  */
89
89
  TaskInvocationParameters?: TaskInvocationParameters | undefined;
90
90
  /**
91
- * The parameters to pass to the task when it runs.
92
- *
93
91
  * > `TaskParameters` has been deprecated. To specify parameters to pass to a task when it runs, instead use the `Parameters` option in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [MaintenanceWindowTaskInvocationParameters](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_MaintenanceWindowTaskInvocationParameters.html) .
92
+ *
93
+ * The parameters to pass to the task when it runs.
94
94
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-taskparameters}
95
95
  */
96
96
  TaskParameters?: Record<string, unknown> | undefined;
@@ -133,11 +133,11 @@ export type CloudWatchOutputConfig = {
133
133
  CloudWatchOutputEnabled?: boolean | undefined;
134
134
  };
135
135
  /**
136
+ * > `LoggingInfo` has been deprecated. To specify an Amazon S3 bucket to contain logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix` options in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html) .
137
+ *
136
138
  * The `LoggingInfo` property type specifies information about the Amazon S3 bucket to write instance-level logs to.
137
139
  *
138
140
  * `LoggingInfo` is a property of the [AWS::SSM::MaintenanceWindowTask](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html) resource.
139
- *
140
- * > `LoggingInfo` has been deprecated. To specify an Amazon S3 bucket to contain logs, instead use the `OutputS3BucketName` and `OutputS3KeyPrefix` options in the `TaskInvocationParameters` structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see [AWS ::SSM::MaintenanceWindowTask MaintenanceWindowRunCommandParameters](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowruncommandparameters.html) .
141
141
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-logginginfo.html}
142
142
  */
143
143
  export type LoggingInfo = {
@@ -4,11 +4,9 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
4
4
  *
5
5
  * > To create an SSM parameter, you must have the AWS Identity and Access Management ( IAM ) permissions `ssm:PutParameter` and `ssm:AddTagsToResource` . On stack creation, AWS CloudFormation adds the following three tags to the parameter: `aws:cloudformation:stack-name` , `aws:cloudformation:logical-id` , and `aws:cloudformation:stack-id` , in addition to any custom tags you specify.
6
6
  * >
7
- * > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing Access Using Policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *AWS Systems Manager User Guide* .
7
+ * > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *AWS Systems Manager User Guide* .
8
8
  *
9
9
  * For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *AWS Systems Manager User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *AWS Systems Manager API Reference* .
10
- *
11
- * > Parameters of type `SecureString` are not supported by AWS CloudFormation .
12
10
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
13
11
  */
14
12
  export type SSMParameter = ResourceDefinitionWithAttributes<"AWS::SSM::Parameter", SSMParameterProps, SSMParameterAttribs>;
@@ -17,11 +15,9 @@ export type SSMParameter = ResourceDefinitionWithAttributes<"AWS::SSM::Parameter
17
15
  *
18
16
  * > To create an SSM parameter, you must have the AWS Identity and Access Management ( IAM ) permissions `ssm:PutParameter` and `ssm:AddTagsToResource` . On stack creation, AWS CloudFormation adds the following three tags to the parameter: `aws:cloudformation:stack-name` , `aws:cloudformation:logical-id` , and `aws:cloudformation:stack-id` , in addition to any custom tags you specify.
19
17
  * >
20
- * > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing Access Using Policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *AWS Systems Manager User Guide* .
18
+ * > To add, update, or remove tags during stack update, you must have IAM permissions for both `ssm:AddTagsToResource` and `ssm:RemoveTagsFromResource` . For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *AWS Systems Manager User Guide* .
21
19
  *
22
20
  * For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *AWS Systems Manager User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *AWS Systems Manager API Reference* .
23
- *
24
- * > Parameters of type `SecureString` are not supported by AWS CloudFormation .
25
21
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
26
22
  */
27
23
  export type SSMParameterProps = {
@@ -43,7 +39,9 @@ export type SSMParameterProps = {
43
39
  /**
44
40
  * The name of the parameter.
45
41
  *
46
- * > The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter Amazon Resource Name (ARN), is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: `arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName`
42
+ * > The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by Systems Manager . The maximum length for a parameter name that you specify is 1011 characters.
43
+ * >
44
+ * > This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: `arn:aws:ssm:us-east-2:111122223333:parameter/` .
47
45
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-name}
48
46
  */
49
47
  Name?: string | undefined;
@@ -37,6 +37,11 @@ export type SSMPatchBaselineProps = {
37
37
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-approvedpatchesenablenonsecurity}
38
38
  */
39
39
  ApprovedPatchesEnableNonSecurity?: boolean | undefined;
40
+ /**
41
+ * The compliance status for vendor recommended security updates that are not approved by this patch baseline.
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-availablesecurityupdatescompliancestatus}
43
+ */
44
+ AvailableSecurityUpdatesComplianceStatus?: "NON_COMPLIANT" | "COMPLIANT" | undefined;
40
45
  /**
41
46
  * Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
42
47
  * @default false
@@ -163,7 +168,9 @@ export type PatchFilterGroup = {
163
168
  */
164
169
  export type PatchSource = {
165
170
  /**
166
- * The value of the yum repo configuration. For example:
171
+ * The value of the repo configuration.
172
+ *
173
+ * *Example for yum repositories*
167
174
  *
168
175
  * `[main]`
169
176
  *
@@ -173,7 +180,15 @@ export type PatchSource = {
173
180
  *
174
181
  * `enabled=1`
175
182
  *
176
- * > For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://docs.aws.amazon.com/https://man7.org/linux/man-pages/man5/dnf.conf.5.html) .
183
+ * For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://docs.aws.amazon.com/https://man7.org/linux/man-pages/man5/dnf.conf.5.html) on the *man7.org* website.
184
+ *
185
+ * *Examples for Ubuntu Server and Debian Server*
186
+ *
187
+ * `deb http://security.ubuntu.com/ubuntu jammy main`
188
+ *
189
+ * `deb https://site.example.com/debian distribution component1 component2 component3`
190
+ *
191
+ * Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see [jammy (5) sources.list.5.gz](https://docs.aws.amazon.com/https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html) on the *Ubuntu Server Manuals* website and [sources.list format](https://docs.aws.amazon.com/https://wiki.debian.org/SourcesList#sources.list_format) on the *Debian Wiki* .
177
192
  * @minLength 1
178
193
  * @maxLength 1024
179
194
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-patchbaseline-patchsource.html#cfn-ssm-patchbaseline-patchsource-configuration}
@@ -108,6 +108,13 @@ export type TransferConnectorProps = {
108
108
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-sftpconfig}
109
109
  */
110
110
  SftpConfig?: {
111
+ /**
112
+ * Specifies the number of active connections that your connector can establish with the remote server at the same time.
113
+ * @min 1
114
+ * @max 5
115
+ * @default 1
116
+ */
117
+ MaxConcurrentConnections?: number | undefined;
111
118
  /**
112
119
  * List of public host keys, for the external server to which you are connecting.
113
120
  */
@@ -69,6 +69,16 @@ export type TransferServerProps = {
69
69
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype}
70
70
  */
71
71
  IdentityProviderType?: IdentityProviderType | undefined;
72
+ /**
73
+ * Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your AWS Transfer Family endpoint. The default value is `IPV4` .
74
+ *
75
+ * > The `IpAddressType` parameter has the following limitations:
76
+ * >
77
+ * > - It cannot be changed while the server is online. You must stop the server before modifying this parameter.
78
+ * > - It cannot be updated to `DUALSTACK` if the server has `AddressAllocationIds` specified. > When using `DUALSTACK` as the `IpAddressType` , you cannot set the `AddressAllocationIds` parameter for the [EndpointDetails](https://docs.aws.amazon.com/transfer/latest/APIReference/API_EndpointDetails.html) for the server.
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-ipaddresstype}
80
+ */
81
+ IpAddressType?: IpAddressType | undefined;
72
82
  /**
73
83
  * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, you can view user activity in your CloudWatch logs.
74
84
  * @minLength 0
@@ -132,7 +142,10 @@ export type TransferServerProps = {
132
142
  */
133
143
  Protocols?: Protocol[] | undefined;
134
144
  /**
135
- * Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
145
+ * Specifies whether or not performance for your Amazon S3 directories is optimized.
146
+ *
147
+ * - If using the console, this is enabled by default.
148
+ * - If using the API or CLI, this is disabled by default.
136
149
  *
137
150
  * By default, home directory mappings have a `TYPE` of `DIRECTORY` . If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` `Type` to `FILE` if you want a mapping to have a file target.
138
151
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-s3storageoptions}
@@ -335,6 +348,10 @@ export type IdentityProviderDetails = {
335
348
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityprovidertype.html}
336
349
  */
337
350
  export type IdentityProviderType = "SERVICE_MANAGED" | "API_GATEWAY" | "AWS_DIRECTORY_SERVICE" | "AWS_LAMBDA";
351
+ /**
352
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-ipaddresstype.html}
353
+ */
354
+ export type IpAddressType = "IPV4" | "DUALSTACK";
338
355
  /**
339
356
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html}
340
357
  */
@@ -400,7 +417,10 @@ export type ProtocolDetails = {
400
417
  */
401
418
  export type S3StorageOptions = {
402
419
  /**
403
- * Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
420
+ * Specifies whether or not performance for your Amazon S3 directories is optimized.
421
+ *
422
+ * - If using the console, this is enabled by default.
423
+ * - If using the API or CLI, this is disabled by default.
404
424
  *
405
425
  * By default, home directory mappings have a `TYPE` of `DIRECTORY` . If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` `Type` to `FILE` if you want a mapping to have a file target.
406
426
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html#cfn-transfer-server-s3storageoptions-directorylistingoptimization}
@@ -50,6 +50,11 @@ export type WisdomMessageTemplateProps = {
50
50
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplate.html#cfn-wisdom-messagetemplate-language}
51
51
  */
52
52
  Language?: string | undefined;
53
+ /**
54
+ * List of message template attachments
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-messagetemplate.html#cfn-wisdom-messagetemplate-messagetemplateattachments}
56
+ */
57
+ MessageTemplateAttachments?: MessageTemplateAttachment[] | undefined;
53
58
  /**
54
59
  * The name of the message template.
55
60
  * @minLength 1
@@ -634,6 +639,22 @@ export type GroupingConfiguration = {
634
639
  */
635
640
  Values: string[];
636
641
  };
642
+ /**
643
+ * Information about the message template attachment.
644
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html}
645
+ */
646
+ export type MessageTemplateAttachment = {
647
+ /**
648
+ * The name of the attachment file being uploaded. The name should include the file extension.
649
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html#cfn-wisdom-messagetemplate-messagetemplateattachment-attachmentname}
650
+ */
651
+ AttachmentName: string;
652
+ /**
653
+ * The S3 Presigned URL for the attachment file. When generating the PreSignedUrl, please ensure that the expires-in time is set to 30 minutes. The URL can be generated through the AWS Console or through the AWS CLI (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html).
654
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattachment.html#cfn-wisdom-messagetemplate-messagetemplateattachment-s3presignedurl}
655
+ */
656
+ S3PresignedUrl: string;
657
+ };
637
658
  /**
638
659
  * The attributes that are used with the message template.
639
660
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattributes.html}
@@ -0,0 +1,149 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * Creates an Amazon Q in Connect quick response.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html}
5
+ */
6
+ export type WisdomQuickResponse = ResourceDefinitionWithAttributes<"AWS::Wisdom::QuickResponse", WisdomQuickResponseProps, WisdomQuickResponseAttribs>;
7
+ /**
8
+ * Creates an Amazon Q in Connect quick response.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html}
10
+ */
11
+ export type WisdomQuickResponseProps = {
12
+ /**
13
+ * The Amazon Connect contact channels this quick response applies to. The supported contact channel types include `Chat` .
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-channels}
15
+ */
16
+ Channels?: ChannelType[] | undefined;
17
+ /**
18
+ * The content of the quick response.
19
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-content}
20
+ */
21
+ Content: QuickResponseContentProvider;
22
+ /**
23
+ * The media type of the quick response content.
24
+ *
25
+ * - Use `application/x.quickresponse;format=plain` for quick response written in plain text.
26
+ * - Use `application/x.quickresponse;format=markdown` for quick response written in richtext.
27
+ * @pattern ^(application/x\.quickresponse;format=(plain|markdown))$
28
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-contenttype}
29
+ */
30
+ ContentType?: string | undefined;
31
+ /**
32
+ * The description of the quick response.
33
+ * @minLength 1
34
+ * @maxLength 255
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-description}
36
+ */
37
+ Description?: string | undefined;
38
+ /**
39
+ * The configuration information of the user groups that the quick response is accessible to.
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-groupingconfiguration}
41
+ */
42
+ GroupingConfiguration?: GroupingConfiguration | undefined;
43
+ /**
44
+ * Whether the quick response is active.
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-isactive}
46
+ */
47
+ IsActive?: boolean | undefined;
48
+ /**
49
+ * The Amazon Resource Name (ARN) of the knowledge base.
50
+ * @pattern ^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-knowledgebasearn}
52
+ */
53
+ KnowledgeBaseArn: string;
54
+ /**
55
+ * The language code value for the language in which the quick response is written. The supported language codes include `de_DE` , `en_US` , `es_ES` , `fr_FR` , `id_ID` , `it_IT` , `ja_JP` , `ko_KR` , `pt_BR` , `zh_CN` , `zh_TW`
56
+ * @minLength 2
57
+ * @maxLength 5
58
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-language}
59
+ */
60
+ Language?: string | undefined;
61
+ /**
62
+ * The name of the quick response.
63
+ * @minLength 1
64
+ * @maxLength 100
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-name}
66
+ */
67
+ Name: string;
68
+ /**
69
+ * The shortcut key of the quick response. The value should be unique across the knowledge base.
70
+ * @minLength 1
71
+ * @maxLength 100
72
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-shortcutkey}
73
+ */
74
+ ShortcutKey?: string | undefined;
75
+ /**
76
+ * The tags used to organize, track, or control access for this resource.
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-tags}
78
+ */
79
+ Tags?: Tag[] | undefined;
80
+ };
81
+ /**
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#aws-resource-wisdom-quickresponse-return-values}
83
+ */
84
+ export type WisdomQuickResponseAttribs = {
85
+ /**
86
+ * The Amazon Resource Name (ARN) of the quick response.
87
+ * @pattern ^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$
88
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-quickresponsearn}
89
+ */
90
+ QuickResponseArn: string;
91
+ /**
92
+ * The identifier of the quick response.
93
+ * @pattern ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
94
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-quickresponseid}
95
+ */
96
+ QuickResponseId: string;
97
+ /**
98
+ * The status of the quick response data.
99
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-quickresponse.html#cfn-wisdom-quickresponse-status}
100
+ */
101
+ Status: Status;
102
+ };
103
+ /**
104
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-channeltype.html}
105
+ */
106
+ export type ChannelType = "Chat" | "Email";
107
+ /**
108
+ * The configuration information of the grouping of Amazon Q in Connect users.
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html}
110
+ */
111
+ export type GroupingConfiguration = {
112
+ /**
113
+ * The criteria used for grouping Amazon Q in Connect users.
114
+ *
115
+ * The following is the list of supported criteria values.
116
+ *
117
+ * - `RoutingProfileArn` : Grouping the users by their [Amazon Connect routing profile ARN](https://docs.aws.amazon.com/connect/latest/APIReference/API_RoutingProfile.html) . User should have [SearchRoutingProfile](https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchRoutingProfiles.html) and [DescribeRoutingProfile](https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeRoutingProfile.html) permissions when setting criteria to this value.
118
+ * @minLength 1
119
+ * @maxLength 100
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html#cfn-wisdom-quickresponse-groupingconfiguration-criteria}
121
+ */
122
+ Criteria: string;
123
+ /**
124
+ * The list of values that define different groups of Amazon Q in Connect users.
125
+ *
126
+ * - When setting `criteria` to `RoutingProfileArn` , you need to provide a list of ARNs of [Amazon Connect routing profiles](https://docs.aws.amazon.com/connect/latest/APIReference/API_RoutingProfile.html) as values of this parameter.
127
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-groupingconfiguration.html#cfn-wisdom-quickresponse-groupingconfiguration-values}
128
+ */
129
+ Values: string[];
130
+ };
131
+ /**
132
+ * The container quick response content.
133
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-quickresponsecontentprovider.html}
134
+ */
135
+ export type QuickResponseContentProvider = {
136
+ /**
137
+ * The content of the quick response.
138
+ * @minLength 1
139
+ * @maxLength 1024
140
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-quickresponsecontentprovider.html#cfn-wisdom-quickresponse-quickresponsecontentprovider-content}
141
+ */
142
+ Content?: string | undefined;
143
+ };
144
+ /**
145
+ * The status of the quick response data.
146
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-quickresponse-status.html}
147
+ */
148
+ export type Status = "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "DELETED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED";
149
+ //# sourceMappingURL=aws-wisdom-quickresponse.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propulsionworks/cloudformation",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "author": {
5
5
  "name": "Gordon Leigh"
6
6
  },