@awboost/cfn-resource-types 0.1.25 → 0.1.27

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 (59) hide show
  1. package/lib/AWS-ApiGateway-Authorizer.d.ts +1 -1
  2. package/lib/AWS-ApiGateway-Method.d.ts +2 -2
  3. package/lib/AWS-CloudFront-Distribution.d.ts +568 -2
  4. package/lib/AWS-CloudFront-Distribution.js +2 -1
  5. package/lib/AWS-Config-ConfigRule.d.ts +61 -43
  6. package/lib/AWS-Config-ConfigRule.js +4 -1
  7. package/lib/AWS-Connect-Prompt.d.ts +1 -1
  8. package/lib/AWS-ControlTower-EnabledControl.d.ts +25 -0
  9. package/lib/AWS-DynamoDB-Table.d.ts +245 -11
  10. package/lib/AWS-DynamoDB-Table.js +5 -1
  11. package/lib/AWS-EC2-ClientVpnEndpoint.d.ts +0 -8
  12. package/lib/AWS-EC2-EC2Fleet.d.ts +1 -0
  13. package/lib/AWS-EC2-EIP.d.ts +31 -19
  14. package/lib/AWS-EC2-EIP.js +4 -1
  15. package/lib/AWS-EC2-LaunchTemplate.d.ts +422 -205
  16. package/lib/AWS-EC2-LaunchTemplate.js +8 -1
  17. package/lib/AWS-EC2-RouteTable.d.ts +13 -5
  18. package/lib/AWS-EC2-RouteTable.js +3 -1
  19. package/lib/AWS-EC2-SecurityGroupEgress.d.ts +34 -19
  20. package/lib/AWS-EC2-SecurityGroupEgress.js +6 -1
  21. package/lib/AWS-EC2-SpotFleet.d.ts +1 -0
  22. package/lib/AWS-EC2-Volume.d.ts +68 -20
  23. package/lib/AWS-EC2-Volume.js +9 -1
  24. package/lib/AWS-ElasticLoadBalancingV2-Listener.d.ts +200 -2
  25. package/lib/AWS-ElasticLoadBalancingV2-Listener.js +2 -1
  26. package/lib/AWS-ElasticLoadBalancingV2-LoadBalancer.d.ts +64 -29
  27. package/lib/AWS-ElasticLoadBalancingV2-LoadBalancer.js +2 -1
  28. package/lib/AWS-GameLift-Fleet.d.ts +1 -1
  29. package/lib/AWS-Glue-DataCatalogEncryptionSettings.d.ts +1 -0
  30. package/lib/AWS-Glue-TableOptimizer.d.ts +2 -2
  31. package/lib/AWS-IAM-GroupPolicy.d.ts +19 -8
  32. package/lib/AWS-IAM-GroupPolicy.js +3 -1
  33. package/lib/AWS-IAM-RolePolicy.d.ts +19 -8
  34. package/lib/AWS-IAM-RolePolicy.js +3 -1
  35. package/lib/AWS-Lambda-Function.d.ts +78 -62
  36. package/lib/AWS-Lambda-Function.js +3 -1
  37. package/lib/AWS-Lambda-Permission.d.ts +29 -19
  38. package/lib/AWS-Lambda-Permission.js +3 -1
  39. package/lib/AWS-MediaPackageV2-Channel.d.ts +32 -4
  40. package/lib/AWS-MediaPackageV2-Channel.js +2 -1
  41. package/lib/AWS-MediaPackageV2-ChannelGroup.d.ts +18 -3
  42. package/lib/AWS-MediaPackageV2-ChannelGroup.js +2 -1
  43. package/lib/AWS-MediaPackageV2-ChannelPolicy.d.ts +6 -4
  44. package/lib/AWS-MediaPackageV2-ChannelPolicy.js +2 -1
  45. package/lib/AWS-MediaPackageV2-OriginEndpoint.d.ts +4 -4
  46. package/lib/AWS-MediaPackageV2-OriginEndpointPolicy.d.ts +7 -5
  47. package/lib/AWS-MediaPackageV2-OriginEndpointPolicy.js +2 -1
  48. package/lib/AWS-RDS-DBCluster.d.ts +0 -4
  49. package/lib/AWS-RDS-DBInstance.d.ts +490 -181
  50. package/lib/AWS-RDS-DBInstance.js +5 -1
  51. package/lib/AWS-RDS-DBParameterGroup.d.ts +41 -15
  52. package/lib/AWS-RDS-DBParameterGroup.js +5 -1
  53. package/lib/AWS-RDS-DBSubnetGroup.d.ts +20 -8
  54. package/lib/AWS-RDS-DBSubnetGroup.js +2 -1
  55. package/lib/AWS-SSM-PatchBaseline.d.ts +1 -1
  56. package/lib/AWS-SageMaker-FeatureGroup.d.ts +25 -0
  57. package/lib/AWS-SecretsManager-Secret.d.ts +51 -32
  58. package/lib/AWS-SecretsManager-Secret.js +6 -1
  59. package/package.json +1 -1
@@ -1,7 +1,8 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Definition of AWS::MediaPackageV2::Channel Resource Type
4
+ * Resource type definition for `AWS::MediaPackageV2::Channel`.
5
+ * <p>Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.</p>
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html}
6
7
  */
7
8
  export type MediaPackageV2ChannelProperties = {
@@ -10,14 +11,15 @@ export type MediaPackageV2ChannelProperties = {
10
11
  * @maxLength `256`
11
12
  * @pattern `^[a-zA-Z0-9_-]+$`
12
13
  */
13
- ChannelGroupName?: string;
14
+ ChannelGroupName: string;
14
15
  /**
15
16
  * @minLength `1`
16
17
  * @maxLength `256`
17
18
  * @pattern `^[a-zA-Z0-9_-]+$`
18
19
  */
19
- ChannelName?: string;
20
+ ChannelName: string;
20
21
  /**
22
+ * <p>Enter any descriptive text that helps you to identify the channel.</p>
21
23
  * @minLength `0`
22
24
  * @maxLength `1024`
23
25
  */
@@ -29,20 +31,45 @@ export type MediaPackageV2ChannelProperties = {
29
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#aws-resource-mediapackagev2-channel-return-values}
30
32
  */
31
33
  export type MediaPackageV2ChannelAttributes = {
34
+ /**
35
+ * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
36
+ */
32
37
  Arn: string;
38
+ /**
39
+ * <p>The date and time the channel was created.</p>
40
+ */
33
41
  CreatedAt: string;
42
+ /**
43
+ * <p>The list of ingest endpoints.</p>
44
+ */
34
45
  IngestEndpoints: {
46
+ /**
47
+ * <p>The system-generated unique identifier for the IngestEndpoint.</p>
48
+ */
35
49
  Id: string;
50
+ /**
51
+ * <p>The ingest domain URL where the source stream should be sent.</p>
52
+ */
36
53
  Url: string;
37
54
  }[];
55
+ /**
56
+ * <p>The date and time the channel was modified.</p>
57
+ */
38
58
  ModifiedAt: string;
39
59
  };
40
60
  /**
41
61
  * Type definition for `AWS::MediaPackageV2::Channel.IngestEndpoint`.
62
+ * <p>The ingest domain URL where the source stream should be sent.</p>
42
63
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-channel-ingestendpoint.html}
43
64
  */
44
65
  export type IngestEndpoint = {
66
+ /**
67
+ * <p>The system-generated unique identifier for the IngestEndpoint.</p>
68
+ */
45
69
  Id?: string;
70
+ /**
71
+ * <p>The ingest domain URL where the source stream should be sent.</p>
72
+ */
46
73
  Url?: string;
47
74
  };
48
75
  /**
@@ -54,7 +81,8 @@ export type Tag = {
54
81
  Value?: string;
55
82
  };
56
83
  /**
57
- * Definition of AWS::MediaPackageV2::Channel Resource Type
84
+ * Resource type definition for `AWS::MediaPackageV2::Channel`.
85
+ * <p>Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.</p>
58
86
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html}
59
87
  */
60
88
  export declare class MediaPackageV2Channel extends $Resource<"AWS::MediaPackageV2::Channel", MediaPackageV2ChannelProperties, MediaPackageV2ChannelAttributes> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::MediaPackageV2::Channel Resource Type
3
+ * Resource type definition for `AWS::MediaPackageV2::Channel`.
4
+ * <p>Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.</p>
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html}
5
6
  */
6
7
  export class MediaPackageV2Channel extends $Resource {
@@ -1,7 +1,8 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Definition of AWS::MediaPackageV2::ChannelGroup Resource Type
4
+ * Resource type definition for `AWS::MediaPackageV2::ChannelGroup`.
5
+ * <p>Represents a channel group that facilitates the grouping of multiple channels.</p>
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html}
6
7
  */
7
8
  export type MediaPackageV2ChannelGroupProperties = {
@@ -10,8 +11,9 @@ export type MediaPackageV2ChannelGroupProperties = {
10
11
  * @maxLength `256`
11
12
  * @pattern `^[a-zA-Z0-9_-]+$`
12
13
  */
13
- ChannelGroupName?: string;
14
+ ChannelGroupName: string;
14
15
  /**
16
+ * <p>Enter any descriptive text that helps you to identify the channel group.</p>
15
17
  * @minLength `0`
16
18
  * @maxLength `1024`
17
19
  */
@@ -23,9 +25,21 @@ export type MediaPackageV2ChannelGroupProperties = {
23
25
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#aws-resource-mediapackagev2-channelgroup-return-values}
24
26
  */
25
27
  export type MediaPackageV2ChannelGroupAttributes = {
28
+ /**
29
+ * <p>The Amazon Resource Name (ARN) associated with the resource.</p>
30
+ */
26
31
  Arn: string;
32
+ /**
33
+ * <p>The date and time the channel group was created.</p>
34
+ */
27
35
  CreatedAt: string;
36
+ /**
37
+ * <p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p>
38
+ */
28
39
  EgressDomain: string;
40
+ /**
41
+ * <p>The date and time the channel group was modified.</p>
42
+ */
29
43
  ModifiedAt: string;
30
44
  };
31
45
  /**
@@ -37,7 +51,8 @@ export type Tag = {
37
51
  Value?: string;
38
52
  };
39
53
  /**
40
- * Definition of AWS::MediaPackageV2::ChannelGroup Resource Type
54
+ * Resource type definition for `AWS::MediaPackageV2::ChannelGroup`.
55
+ * <p>Represents a channel group that facilitates the grouping of multiple channels.</p>
41
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html}
42
57
  */
43
58
  export declare class MediaPackageV2ChannelGroup extends $Resource<"AWS::MediaPackageV2::ChannelGroup", MediaPackageV2ChannelGroupProperties, MediaPackageV2ChannelGroupAttributes> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::MediaPackageV2::ChannelGroup Resource Type
3
+ * Resource type definition for `AWS::MediaPackageV2::ChannelGroup`.
4
+ * <p>Represents a channel group that facilitates the grouping of multiple channels.</p>
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html}
5
6
  */
6
7
  export class MediaPackageV2ChannelGroup extends $Resource {
@@ -1,7 +1,8 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Definition of AWS::MediaPackageV2::ChannelPolicy Resource Type
4
+ * Resource type definition for `AWS::MediaPackageV2::ChannelPolicy`.
5
+ * <p>Represents a resource-based policy that allows or denies access to a channel.</p>
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html}
6
7
  */
7
8
  export type MediaPackageV2ChannelPolicyProperties = {
@@ -10,17 +11,18 @@ export type MediaPackageV2ChannelPolicyProperties = {
10
11
  * @maxLength `256`
11
12
  * @pattern `^[a-zA-Z0-9_-]+$`
12
13
  */
13
- ChannelGroupName?: string;
14
+ ChannelGroupName: string;
14
15
  /**
15
16
  * @minLength `1`
16
17
  * @maxLength `256`
17
18
  * @pattern `^[a-zA-Z0-9_-]+$`
18
19
  */
19
- ChannelName?: string;
20
+ ChannelName: string;
20
21
  Policy: Record<string, any> | string;
21
22
  };
22
23
  /**
23
- * Definition of AWS::MediaPackageV2::ChannelPolicy Resource Type
24
+ * Resource type definition for `AWS::MediaPackageV2::ChannelPolicy`.
25
+ * <p>Represents a resource-based policy that allows or denies access to a channel.</p>
24
26
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html}
25
27
  */
26
28
  export declare class MediaPackageV2ChannelPolicy extends $Resource<"AWS::MediaPackageV2::ChannelPolicy", MediaPackageV2ChannelPolicyProperties, Record<string, never>> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::MediaPackageV2::ChannelPolicy Resource Type
3
+ * Resource type definition for `AWS::MediaPackageV2::ChannelPolicy`.
4
+ * <p>Represents a resource-based policy that allows or denies access to a channel.</p>
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html}
5
6
  */
6
7
  export class MediaPackageV2ChannelPolicy extends $Resource {
@@ -11,14 +11,14 @@ export type MediaPackageV2OriginEndpointProperties = {
11
11
  * @maxLength `256`
12
12
  * @pattern `^[a-zA-Z0-9_-]+$`
13
13
  */
14
- ChannelGroupName?: string;
14
+ ChannelGroupName: string;
15
15
  /**
16
16
  * @minLength `1`
17
17
  * @maxLength `256`
18
18
  * @pattern `^[a-zA-Z0-9_-]+$`
19
19
  */
20
- ChannelName?: string;
21
- ContainerType: ContainerType;
20
+ ChannelName: string;
21
+ ContainerType?: ContainerType;
22
22
  /**
23
23
  * <p>Enter any descriptive text that helps you to identify the origin endpoint.</p>
24
24
  * @minLength `0`
@@ -38,7 +38,7 @@ export type MediaPackageV2OriginEndpointProperties = {
38
38
  * @maxLength `256`
39
39
  * @pattern `^[a-zA-Z0-9_-]+$`
40
40
  */
41
- OriginEndpointName?: string;
41
+ OriginEndpointName: string;
42
42
  /**
43
43
  * <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
44
44
  */
@@ -1,7 +1,8 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Definition of AWS::MediaPackageV2::OriginEndpointPolicy Resource Type
4
+ * Resource type definition for `AWS::MediaPackageV2::OriginEndpointPolicy`.
5
+ * <p>Represents a resource policy that allows or denies access to an origin endpoint.</p>
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html}
6
7
  */
7
8
  export type MediaPackageV2OriginEndpointPolicyProperties = {
@@ -10,23 +11,24 @@ export type MediaPackageV2OriginEndpointPolicyProperties = {
10
11
  * @maxLength `256`
11
12
  * @pattern `^[a-zA-Z0-9_-]+$`
12
13
  */
13
- ChannelGroupName?: string;
14
+ ChannelGroupName: string;
14
15
  /**
15
16
  * @minLength `1`
16
17
  * @maxLength `256`
17
18
  * @pattern `^[a-zA-Z0-9_-]+$`
18
19
  */
19
- ChannelName?: string;
20
+ ChannelName: string;
20
21
  /**
21
22
  * @minLength `1`
22
23
  * @maxLength `256`
23
24
  * @pattern `^[a-zA-Z0-9_-]+$`
24
25
  */
25
- OriginEndpointName?: string;
26
+ OriginEndpointName: string;
26
27
  Policy: Record<string, any> | string;
27
28
  };
28
29
  /**
29
- * Definition of AWS::MediaPackageV2::OriginEndpointPolicy Resource Type
30
+ * Resource type definition for `AWS::MediaPackageV2::OriginEndpointPolicy`.
31
+ * <p>Represents a resource policy that allows or denies access to an origin endpoint.</p>
30
32
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html}
31
33
  */
32
34
  export declare class MediaPackageV2OriginEndpointPolicy extends $Resource<"AWS::MediaPackageV2::OriginEndpointPolicy", MediaPackageV2OriginEndpointPolicyProperties, Record<string, never>> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::MediaPackageV2::OriginEndpointPolicy Resource Type
3
+ * Resource type definition for `AWS::MediaPackageV2::OriginEndpointPolicy`.
4
+ * <p>Represents a resource policy that allows or denies access to an origin endpoint.</p>
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html}
5
6
  */
6
7
  export class MediaPackageV2OriginEndpointPolicy extends $Resource {
@@ -354,14 +354,10 @@ export type ScalingConfiguration = {
354
354
  export type ServerlessV2ScalingConfiguration = {
355
355
  /**
356
356
  * The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.
357
- * @min `0.5`
358
- * @max `128`
359
357
  */
360
358
  MaxCapacity?: number;
361
359
  /**
362
360
  * The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
363
- * @min `0.5`
364
- * @max `128`
365
361
  */
366
362
  MinCapacity?: number;
367
363
  };