awscdk-construct-scte-scheduler 0.0.0 → 0.0.1

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.
package/.jsii CHANGED
@@ -3651,7 +3651,7 @@
3651
3651
  "docs": {
3652
3652
  "stability": "stable"
3653
3653
  },
3654
- "homepage": "https://github.com/kuu/awscdk-construct-lambda-function-for-inserting-scte.git",
3654
+ "homepage": "https://github.com/kuu/awscdk-construct-scte-scheduler.git",
3655
3655
  "jsiiVersion": "5.3.27 (build 853e7ef)",
3656
3656
  "keywords": [
3657
3657
  "EventBridge",
@@ -3670,28 +3670,28 @@
3670
3670
  },
3671
3671
  "tscRootDir": "src"
3672
3672
  },
3673
- "name": "awscdk-construct-lambda-function-for-inserting-scte",
3673
+ "name": "awscdk-construct-scte-scheduler",
3674
3674
  "readme": {
3675
3675
  "markdown": "# awscdk-construct-scte-scheduler\n[![View on Construct Hub](https://constructs.dev/badge?awscdk-construct-scte-scheduler)](https://constructs.dev/packages/awscdk-construct-scte-scheduler)\n\nAWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API\n* Input:\n * MediaLive channel id\n * SCTE event duration (seconds)\n * Repeat interval (minutes)\n* Output:\n * Lambda function for calling MediaLive schedule API\n * EventBridge rule for periodically invoking the function\n\n## Install\n[![NPM](https://nodei.co/npm/awscdk-construct-scte-scheduler.png?mini=true)](https://nodei.co/npm/awscdk-construct-scte-scheduler/)\n\n## Usage\n```ts\nimport { Stack, StackProps, CfnOutput } from 'aws-cdk-lib';\nimport { Construct } from 'constructs';\nimport { LiveChannelFromMp4 } from 'awscdk-construct-live-channel-from-mp4-file';\nimport { ScteScheduler } from 'awscdk-construct-scte-scheduler';\n\nexport class ExampleStack extends Stack {\n constructor(scope: Construct, id: string, props?: StackProps) {\n super(scope, id, props);\n\n // Create a live channel (MediaLive + MediaPackage)\n const {eml, emp} = new LiveChannelFromMp4(this, 'LiveChannelFromMp4', {\n sourceUrl: 's3ssl://example_bucket/test.mp4',\n timecodeBurninPrefix: 'Ch1',\n autoStart: true,\n });\n\n // Schedule a 30-sec ad break every minute\n new ScteScheduler(this, 'ScteScheduler', {\n channelId: eml.channel.ref,\n scteDurationInSeconds: 30,\n intervalInMinutes: 1,\n });\n\n // Print MediaPackage endpoint URL (HLS)\n new CfnOutput(this, \"MediaPackageEndpointURL\", {\n value: emp.endpoints.hls.attrUrl,\n exportName: \"MediaPackageEndpointURL\",\n description: \"MediaPackage endpoint URL\",\n });\n }\n}\n```\n"
3676
3676
  },
3677
3677
  "repository": {
3678
3678
  "type": "git",
3679
- "url": "https://github.com/kuu/awscdk-construct-lambda-function-for-inserting-scte.git"
3679
+ "url": "https://github.com/kuu/awscdk-construct-scte-scheduler.git"
3680
3680
  },
3681
3681
  "schema": "jsii/0.10.0",
3682
3682
  "targets": {
3683
3683
  "js": {
3684
- "npm": "awscdk-construct-lambda-function-for-inserting-scte"
3684
+ "npm": "awscdk-construct-scte-scheduler"
3685
3685
  }
3686
3686
  },
3687
3687
  "types": {
3688
- "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule": {
3689
- "assembly": "awscdk-construct-lambda-function-for-inserting-scte",
3688
+ "awscdk-construct-scte-scheduler.EventBridgeSchedule": {
3689
+ "assembly": "awscdk-construct-scte-scheduler",
3690
3690
  "base": "constructs.Construct",
3691
3691
  "docs": {
3692
3692
  "stability": "stable"
3693
3693
  },
3694
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule",
3694
+ "fqn": "awscdk-construct-scte-scheduler.EventBridgeSchedule",
3695
3695
  "initializer": {
3696
3696
  "docs": {
3697
3697
  "stability": "stable"
@@ -3716,7 +3716,7 @@
3716
3716
  {
3717
3717
  "name": "props",
3718
3718
  "type": {
3719
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps"
3719
+ "fqn": "awscdk-construct-scte-scheduler.EventBridgeScheduleProps"
3720
3720
  }
3721
3721
  }
3722
3722
  ]
@@ -3744,13 +3744,13 @@
3744
3744
  ],
3745
3745
  "symbolId": "src/EventBridgeSchedule:EventBridgeSchedule"
3746
3746
  },
3747
- "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps": {
3748
- "assembly": "awscdk-construct-lambda-function-for-inserting-scte",
3747
+ "awscdk-construct-scte-scheduler.EventBridgeScheduleProps": {
3748
+ "assembly": "awscdk-construct-scte-scheduler",
3749
3749
  "datatype": true,
3750
3750
  "docs": {
3751
3751
  "stability": "stable"
3752
3752
  },
3753
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps",
3753
+ "fqn": "awscdk-construct-scte-scheduler.EventBridgeScheduleProps",
3754
3754
  "kind": "interface",
3755
3755
  "locationInModule": {
3756
3756
  "filename": "src/EventBridgeSchedule.ts",
@@ -3791,13 +3791,13 @@
3791
3791
  ],
3792
3792
  "symbolId": "src/EventBridgeSchedule:EventBridgeScheduleProps"
3793
3793
  },
3794
- "awscdk-construct-lambda-function-for-inserting-scte.Lambda": {
3795
- "assembly": "awscdk-construct-lambda-function-for-inserting-scte",
3794
+ "awscdk-construct-scte-scheduler.Lambda": {
3795
+ "assembly": "awscdk-construct-scte-scheduler",
3796
3796
  "base": "constructs.Construct",
3797
3797
  "docs": {
3798
3798
  "stability": "stable"
3799
3799
  },
3800
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.Lambda",
3800
+ "fqn": "awscdk-construct-scte-scheduler.Lambda",
3801
3801
  "initializer": {
3802
3802
  "docs": {
3803
3803
  "stability": "stable"
@@ -3822,7 +3822,7 @@
3822
3822
  {
3823
3823
  "name": "props",
3824
3824
  "type": {
3825
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.LambdaProps"
3825
+ "fqn": "awscdk-construct-scte-scheduler.LambdaProps"
3826
3826
  }
3827
3827
  }
3828
3828
  ]
@@ -3851,13 +3851,13 @@
3851
3851
  ],
3852
3852
  "symbolId": "src/Lambda:Lambda"
3853
3853
  },
3854
- "awscdk-construct-lambda-function-for-inserting-scte.LambdaProps": {
3855
- "assembly": "awscdk-construct-lambda-function-for-inserting-scte",
3854
+ "awscdk-construct-scte-scheduler.LambdaProps": {
3855
+ "assembly": "awscdk-construct-scte-scheduler",
3856
3856
  "datatype": true,
3857
3857
  "docs": {
3858
3858
  "stability": "stable"
3859
3859
  },
3860
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.LambdaProps",
3860
+ "fqn": "awscdk-construct-scte-scheduler.LambdaProps",
3861
3861
  "kind": "interface",
3862
3862
  "locationInModule": {
3863
3863
  "filename": "src/Lambda.ts",
@@ -3898,13 +3898,13 @@
3898
3898
  ],
3899
3899
  "symbolId": "src/Lambda:LambdaProps"
3900
3900
  },
3901
- "awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler": {
3902
- "assembly": "awscdk-construct-lambda-function-for-inserting-scte",
3901
+ "awscdk-construct-scte-scheduler.ScteScheduler": {
3902
+ "assembly": "awscdk-construct-scte-scheduler",
3903
3903
  "base": "constructs.Construct",
3904
3904
  "docs": {
3905
3905
  "stability": "stable"
3906
3906
  },
3907
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler",
3907
+ "fqn": "awscdk-construct-scte-scheduler.ScteScheduler",
3908
3908
  "initializer": {
3909
3909
  "docs": {
3910
3910
  "stability": "stable"
@@ -3929,7 +3929,7 @@
3929
3929
  {
3930
3930
  "name": "props",
3931
3931
  "type": {
3932
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps"
3932
+ "fqn": "awscdk-construct-scte-scheduler.ScteSchedulerProps"
3933
3933
  }
3934
3934
  }
3935
3935
  ]
@@ -3952,7 +3952,7 @@
3952
3952
  },
3953
3953
  "name": "lambda",
3954
3954
  "type": {
3955
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.Lambda"
3955
+ "fqn": "awscdk-construct-scte-scheduler.Lambda"
3956
3956
  }
3957
3957
  },
3958
3958
  {
@@ -3966,19 +3966,19 @@
3966
3966
  },
3967
3967
  "name": "schedule",
3968
3968
  "type": {
3969
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule"
3969
+ "fqn": "awscdk-construct-scte-scheduler.EventBridgeSchedule"
3970
3970
  }
3971
3971
  }
3972
3972
  ],
3973
3973
  "symbolId": "src/ScteScheduler:ScteScheduler"
3974
3974
  },
3975
- "awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps": {
3976
- "assembly": "awscdk-construct-lambda-function-for-inserting-scte",
3975
+ "awscdk-construct-scte-scheduler.ScteSchedulerProps": {
3976
+ "assembly": "awscdk-construct-scte-scheduler",
3977
3977
  "datatype": true,
3978
3978
  "docs": {
3979
3979
  "stability": "stable"
3980
3980
  },
3981
- "fqn": "awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps",
3981
+ "fqn": "awscdk-construct-scte-scheduler.ScteSchedulerProps",
3982
3982
  "kind": "interface",
3983
3983
  "locationInModule": {
3984
3984
  "filename": "src/ScteScheduler.ts",
@@ -4035,6 +4035,6 @@
4035
4035
  "symbolId": "src/ScteScheduler:ScteSchedulerProps"
4036
4036
  }
4037
4037
  },
4038
- "version": "0.0.0",
4039
- "fingerprint": "vgMQwKJmv7Lr1h8i9dLhN3ZwCGNYEPuGfPO5M+EJek8="
4038
+ "version": "0.0.1",
4039
+ "fingerprint": "LJuanFluzqXaclOMQZOMvx1H106xsM2YbZX/rV10rqo="
4040
4040
  }
package/API.md CHANGED
@@ -2,39 +2,39 @@
2
2
 
3
3
  ## Constructs <a name="Constructs" id="Constructs"></a>
4
4
 
5
- ### EventBridgeSchedule <a name="EventBridgeSchedule" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule"></a>
5
+ ### EventBridgeSchedule <a name="EventBridgeSchedule" id="awscdk-construct-scte-scheduler.EventBridgeSchedule"></a>
6
6
 
7
- #### Initializers <a name="Initializers" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer"></a>
7
+ #### Initializers <a name="Initializers" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer"></a>
8
8
 
9
9
  ```typescript
10
- import { EventBridgeSchedule } from 'awscdk-construct-lambda-function-for-inserting-scte'
10
+ import { EventBridgeSchedule } from 'awscdk-construct-scte-scheduler'
11
11
 
12
12
  new EventBridgeSchedule(scope: Construct, id: string, props: EventBridgeScheduleProps)
13
13
  ```
14
14
 
15
15
  | **Name** | **Type** | **Description** |
16
16
  | --- | --- | --- |
17
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
18
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
19
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps">EventBridgeScheduleProps</a></code> | *No description.* |
17
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
18
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
19
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeScheduleProps">EventBridgeScheduleProps</a></code> | *No description.* |
20
20
 
21
21
  ---
22
22
 
23
- ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer.parameter.scope"></a>
23
+ ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer.parameter.scope"></a>
24
24
 
25
25
  - *Type:* constructs.Construct
26
26
 
27
27
  ---
28
28
 
29
- ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer.parameter.id"></a>
29
+ ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer.parameter.id"></a>
30
30
 
31
31
  - *Type:* string
32
32
 
33
33
  ---
34
34
 
35
- ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.Initializer.parameter.props"></a>
35
+ ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.Initializer.parameter.props"></a>
36
36
 
37
- - *Type:* <a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps">EventBridgeScheduleProps</a>
37
+ - *Type:* <a href="#awscdk-construct-scte-scheduler.EventBridgeScheduleProps">EventBridgeScheduleProps</a>
38
38
 
39
39
  ---
40
40
 
@@ -42,11 +42,11 @@ new EventBridgeSchedule(scope: Construct, id: string, props: EventBridgeSchedule
42
42
 
43
43
  | **Name** | **Description** |
44
44
  | --- | --- |
45
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.toString">toString</a></code> | Returns a string representation of this construct. |
45
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.toString">toString</a></code> | Returns a string representation of this construct. |
46
46
 
47
47
  ---
48
48
 
49
- ##### `toString` <a name="toString" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.toString"></a>
49
+ ##### `toString` <a name="toString" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.toString"></a>
50
50
 
51
51
  ```typescript
52
52
  public toString(): string
@@ -58,14 +58,14 @@ Returns a string representation of this construct.
58
58
 
59
59
  | **Name** | **Description** |
60
60
  | --- | --- |
61
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
61
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
62
62
 
63
63
  ---
64
64
 
65
- ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.isConstruct"></a>
65
+ ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.isConstruct"></a>
66
66
 
67
67
  ```typescript
68
- import { EventBridgeSchedule } from 'awscdk-construct-lambda-function-for-inserting-scte'
68
+ import { EventBridgeSchedule } from 'awscdk-construct-scte-scheduler'
69
69
 
70
70
  EventBridgeSchedule.isConstruct(x: any)
71
71
  ```
@@ -86,7 +86,7 @@ library can be accidentally installed, and `instanceof` will behave
86
86
  unpredictably. It is safest to avoid using `instanceof`, and using
87
87
  this type-testing method instead.
88
88
 
89
- ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.isConstruct.parameter.x"></a>
89
+ ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.isConstruct.parameter.x"></a>
90
90
 
91
91
  - *Type:* any
92
92
 
@@ -98,12 +98,12 @@ Any object.
98
98
 
99
99
  | **Name** | **Type** | **Description** |
100
100
  | --- | --- | --- |
101
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
102
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.property.rule">rule</a></code> | <code>aws-cdk-lib.aws_events.Rule</code> | *No description.* |
101
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
102
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule.property.rule">rule</a></code> | <code>aws-cdk-lib.aws_events.Rule</code> | *No description.* |
103
103
 
104
104
  ---
105
105
 
106
- ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.property.node"></a>
106
+ ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.property.node"></a>
107
107
 
108
108
  ```typescript
109
109
  public readonly node: Node;
@@ -115,7 +115,7 @@ The tree node.
115
115
 
116
116
  ---
117
117
 
118
- ##### `rule`<sup>Required</sup> <a name="rule" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule.property.rule"></a>
118
+ ##### `rule`<sup>Required</sup> <a name="rule" id="awscdk-construct-scte-scheduler.EventBridgeSchedule.property.rule"></a>
119
119
 
120
120
  ```typescript
121
121
  public readonly rule: Rule;
@@ -126,39 +126,39 @@ public readonly rule: Rule;
126
126
  ---
127
127
 
128
128
 
129
- ### Lambda <a name="Lambda" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda"></a>
129
+ ### Lambda <a name="Lambda" id="awscdk-construct-scte-scheduler.Lambda"></a>
130
130
 
131
- #### Initializers <a name="Initializers" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer"></a>
131
+ #### Initializers <a name="Initializers" id="awscdk-construct-scte-scheduler.Lambda.Initializer"></a>
132
132
 
133
133
  ```typescript
134
- import { Lambda } from 'awscdk-construct-lambda-function-for-inserting-scte'
134
+ import { Lambda } from 'awscdk-construct-scte-scheduler'
135
135
 
136
136
  new Lambda(scope: Construct, id: string, props: LambdaProps)
137
137
  ```
138
138
 
139
139
  | **Name** | **Type** | **Description** |
140
140
  | --- | --- | --- |
141
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
142
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
143
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.LambdaProps">LambdaProps</a></code> | *No description.* |
141
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
142
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
143
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-scte-scheduler.LambdaProps">LambdaProps</a></code> | *No description.* |
144
144
 
145
145
  ---
146
146
 
147
- ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer.parameter.scope"></a>
147
+ ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-scte-scheduler.Lambda.Initializer.parameter.scope"></a>
148
148
 
149
149
  - *Type:* constructs.Construct
150
150
 
151
151
  ---
152
152
 
153
- ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer.parameter.id"></a>
153
+ ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-scte-scheduler.Lambda.Initializer.parameter.id"></a>
154
154
 
155
155
  - *Type:* string
156
156
 
157
157
  ---
158
158
 
159
- ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.Initializer.parameter.props"></a>
159
+ ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-scte-scheduler.Lambda.Initializer.parameter.props"></a>
160
160
 
161
- - *Type:* <a href="#awscdk-construct-lambda-function-for-inserting-scte.LambdaProps">LambdaProps</a>
161
+ - *Type:* <a href="#awscdk-construct-scte-scheduler.LambdaProps">LambdaProps</a>
162
162
 
163
163
  ---
164
164
 
@@ -166,11 +166,11 @@ new Lambda(scope: Construct, id: string, props: LambdaProps)
166
166
 
167
167
  | **Name** | **Description** |
168
168
  | --- | --- |
169
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.toString">toString</a></code> | Returns a string representation of this construct. |
169
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.toString">toString</a></code> | Returns a string representation of this construct. |
170
170
 
171
171
  ---
172
172
 
173
- ##### `toString` <a name="toString" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.toString"></a>
173
+ ##### `toString` <a name="toString" id="awscdk-construct-scte-scheduler.Lambda.toString"></a>
174
174
 
175
175
  ```typescript
176
176
  public toString(): string
@@ -182,14 +182,14 @@ Returns a string representation of this construct.
182
182
 
183
183
  | **Name** | **Description** |
184
184
  | --- | --- |
185
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
185
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
186
186
 
187
187
  ---
188
188
 
189
- ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.isConstruct"></a>
189
+ ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-scte-scheduler.Lambda.isConstruct"></a>
190
190
 
191
191
  ```typescript
192
- import { Lambda } from 'awscdk-construct-lambda-function-for-inserting-scte'
192
+ import { Lambda } from 'awscdk-construct-scte-scheduler'
193
193
 
194
194
  Lambda.isConstruct(x: any)
195
195
  ```
@@ -210,7 +210,7 @@ library can be accidentally installed, and `instanceof` will behave
210
210
  unpredictably. It is safest to avoid using `instanceof`, and using
211
211
  this type-testing method instead.
212
212
 
213
- ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.isConstruct.parameter.x"></a>
213
+ ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-scte-scheduler.Lambda.isConstruct.parameter.x"></a>
214
214
 
215
215
  - *Type:* any
216
216
 
@@ -222,12 +222,12 @@ Any object.
222
222
 
223
223
  | **Name** | **Type** | **Description** |
224
224
  | --- | --- | --- |
225
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
226
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda.property.func">func</a></code> | <code>aws-cdk-lib.aws_lambda_nodejs.NodejsFunction</code> | *No description.* |
225
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
226
+ | <code><a href="#awscdk-construct-scte-scheduler.Lambda.property.func">func</a></code> | <code>aws-cdk-lib.aws_lambda_nodejs.NodejsFunction</code> | *No description.* |
227
227
 
228
228
  ---
229
229
 
230
- ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.property.node"></a>
230
+ ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-scte-scheduler.Lambda.property.node"></a>
231
231
 
232
232
  ```typescript
233
233
  public readonly node: Node;
@@ -239,7 +239,7 @@ The tree node.
239
239
 
240
240
  ---
241
241
 
242
- ##### `func`<sup>Required</sup> <a name="func" id="awscdk-construct-lambda-function-for-inserting-scte.Lambda.property.func"></a>
242
+ ##### `func`<sup>Required</sup> <a name="func" id="awscdk-construct-scte-scheduler.Lambda.property.func"></a>
243
243
 
244
244
  ```typescript
245
245
  public readonly func: NodejsFunction;
@@ -250,39 +250,39 @@ public readonly func: NodejsFunction;
250
250
  ---
251
251
 
252
252
 
253
- ### ScteScheduler <a name="ScteScheduler" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler"></a>
253
+ ### ScteScheduler <a name="ScteScheduler" id="awscdk-construct-scte-scheduler.ScteScheduler"></a>
254
254
 
255
- #### Initializers <a name="Initializers" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer"></a>
255
+ #### Initializers <a name="Initializers" id="awscdk-construct-scte-scheduler.ScteScheduler.Initializer"></a>
256
256
 
257
257
  ```typescript
258
- import { ScteScheduler } from 'awscdk-construct-lambda-function-for-inserting-scte'
258
+ import { ScteScheduler } from 'awscdk-construct-scte-scheduler'
259
259
 
260
260
  new ScteScheduler(scope: Construct, id: string, props: ScteSchedulerProps)
261
261
  ```
262
262
 
263
263
  | **Name** | **Type** | **Description** |
264
264
  | --- | --- | --- |
265
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
266
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
267
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps">ScteSchedulerProps</a></code> | *No description.* |
265
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
266
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
267
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-scte-scheduler.ScteSchedulerProps">ScteSchedulerProps</a></code> | *No description.* |
268
268
 
269
269
  ---
270
270
 
271
- ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer.parameter.scope"></a>
271
+ ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-scte-scheduler.ScteScheduler.Initializer.parameter.scope"></a>
272
272
 
273
273
  - *Type:* constructs.Construct
274
274
 
275
275
  ---
276
276
 
277
- ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer.parameter.id"></a>
277
+ ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-scte-scheduler.ScteScheduler.Initializer.parameter.id"></a>
278
278
 
279
279
  - *Type:* string
280
280
 
281
281
  ---
282
282
 
283
- ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.Initializer.parameter.props"></a>
283
+ ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-scte-scheduler.ScteScheduler.Initializer.parameter.props"></a>
284
284
 
285
- - *Type:* <a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps">ScteSchedulerProps</a>
285
+ - *Type:* <a href="#awscdk-construct-scte-scheduler.ScteSchedulerProps">ScteSchedulerProps</a>
286
286
 
287
287
  ---
288
288
 
@@ -290,11 +290,11 @@ new ScteScheduler(scope: Construct, id: string, props: ScteSchedulerProps)
290
290
 
291
291
  | **Name** | **Description** |
292
292
  | --- | --- |
293
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.toString">toString</a></code> | Returns a string representation of this construct. |
293
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.toString">toString</a></code> | Returns a string representation of this construct. |
294
294
 
295
295
  ---
296
296
 
297
- ##### `toString` <a name="toString" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.toString"></a>
297
+ ##### `toString` <a name="toString" id="awscdk-construct-scte-scheduler.ScteScheduler.toString"></a>
298
298
 
299
299
  ```typescript
300
300
  public toString(): string
@@ -306,14 +306,14 @@ Returns a string representation of this construct.
306
306
 
307
307
  | **Name** | **Description** |
308
308
  | --- | --- |
309
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
309
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
310
310
 
311
311
  ---
312
312
 
313
- ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.isConstruct"></a>
313
+ ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-scte-scheduler.ScteScheduler.isConstruct"></a>
314
314
 
315
315
  ```typescript
316
- import { ScteScheduler } from 'awscdk-construct-lambda-function-for-inserting-scte'
316
+ import { ScteScheduler } from 'awscdk-construct-scte-scheduler'
317
317
 
318
318
  ScteScheduler.isConstruct(x: any)
319
319
  ```
@@ -334,7 +334,7 @@ library can be accidentally installed, and `instanceof` will behave
334
334
  unpredictably. It is safest to avoid using `instanceof`, and using
335
335
  this type-testing method instead.
336
336
 
337
- ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.isConstruct.parameter.x"></a>
337
+ ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-scte-scheduler.ScteScheduler.isConstruct.parameter.x"></a>
338
338
 
339
339
  - *Type:* any
340
340
 
@@ -346,13 +346,13 @@ Any object.
346
346
 
347
347
  | **Name** | **Type** | **Description** |
348
348
  | --- | --- | --- |
349
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
350
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.property.lambda">lambda</a></code> | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda">Lambda</a></code> | *No description.* |
351
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.property.schedule">schedule</a></code> | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule">EventBridgeSchedule</a></code> | *No description.* |
349
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
350
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.property.lambda">lambda</a></code> | <code><a href="#awscdk-construct-scte-scheduler.Lambda">Lambda</a></code> | *No description.* |
351
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteScheduler.property.schedule">schedule</a></code> | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule">EventBridgeSchedule</a></code> | *No description.* |
352
352
 
353
353
  ---
354
354
 
355
- ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.property.node"></a>
355
+ ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-scte-scheduler.ScteScheduler.property.node"></a>
356
356
 
357
357
  ```typescript
358
358
  public readonly node: Node;
@@ -364,35 +364,35 @@ The tree node.
364
364
 
365
365
  ---
366
366
 
367
- ##### `lambda`<sup>Required</sup> <a name="lambda" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.property.lambda"></a>
367
+ ##### `lambda`<sup>Required</sup> <a name="lambda" id="awscdk-construct-scte-scheduler.ScteScheduler.property.lambda"></a>
368
368
 
369
369
  ```typescript
370
370
  public readonly lambda: Lambda;
371
371
  ```
372
372
 
373
- - *Type:* <a href="#awscdk-construct-lambda-function-for-inserting-scte.Lambda">Lambda</a>
373
+ - *Type:* <a href="#awscdk-construct-scte-scheduler.Lambda">Lambda</a>
374
374
 
375
375
  ---
376
376
 
377
- ##### `schedule`<sup>Required</sup> <a name="schedule" id="awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler.property.schedule"></a>
377
+ ##### `schedule`<sup>Required</sup> <a name="schedule" id="awscdk-construct-scte-scheduler.ScteScheduler.property.schedule"></a>
378
378
 
379
379
  ```typescript
380
380
  public readonly schedule: EventBridgeSchedule;
381
381
  ```
382
382
 
383
- - *Type:* <a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule">EventBridgeSchedule</a>
383
+ - *Type:* <a href="#awscdk-construct-scte-scheduler.EventBridgeSchedule">EventBridgeSchedule</a>
384
384
 
385
385
  ---
386
386
 
387
387
 
388
388
  ## Structs <a name="Structs" id="Structs"></a>
389
389
 
390
- ### EventBridgeScheduleProps <a name="EventBridgeScheduleProps" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps"></a>
390
+ ### EventBridgeScheduleProps <a name="EventBridgeScheduleProps" id="awscdk-construct-scte-scheduler.EventBridgeScheduleProps"></a>
391
391
 
392
- #### Initializer <a name="Initializer" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps.Initializer"></a>
392
+ #### Initializer <a name="Initializer" id="awscdk-construct-scte-scheduler.EventBridgeScheduleProps.Initializer"></a>
393
393
 
394
394
  ```typescript
395
- import { EventBridgeScheduleProps } from 'awscdk-construct-lambda-function-for-inserting-scte'
395
+ import { EventBridgeScheduleProps } from 'awscdk-construct-scte-scheduler'
396
396
 
397
397
  const eventBridgeScheduleProps: EventBridgeScheduleProps = { ... }
398
398
  ```
@@ -401,12 +401,12 @@ const eventBridgeScheduleProps: EventBridgeScheduleProps = { ... }
401
401
 
402
402
  | **Name** | **Type** | **Description** |
403
403
  | --- | --- | --- |
404
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps.property.func">func</a></code> | <code>aws-cdk-lib.aws_lambda_nodejs.NodejsFunction</code> | *No description.* |
405
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps.property.intervalInMinutes">intervalInMinutes</a></code> | <code>number</code> | *No description.* |
404
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeScheduleProps.property.func">func</a></code> | <code>aws-cdk-lib.aws_lambda_nodejs.NodejsFunction</code> | *No description.* |
405
+ | <code><a href="#awscdk-construct-scte-scheduler.EventBridgeScheduleProps.property.intervalInMinutes">intervalInMinutes</a></code> | <code>number</code> | *No description.* |
406
406
 
407
407
  ---
408
408
 
409
- ##### `func`<sup>Required</sup> <a name="func" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps.property.func"></a>
409
+ ##### `func`<sup>Required</sup> <a name="func" id="awscdk-construct-scte-scheduler.EventBridgeScheduleProps.property.func"></a>
410
410
 
411
411
  ```typescript
412
412
  public readonly func: NodejsFunction;
@@ -416,7 +416,7 @@ public readonly func: NodejsFunction;
416
416
 
417
417
  ---
418
418
 
419
- ##### `intervalInMinutes`<sup>Required</sup> <a name="intervalInMinutes" id="awscdk-construct-lambda-function-for-inserting-scte.EventBridgeScheduleProps.property.intervalInMinutes"></a>
419
+ ##### `intervalInMinutes`<sup>Required</sup> <a name="intervalInMinutes" id="awscdk-construct-scte-scheduler.EventBridgeScheduleProps.property.intervalInMinutes"></a>
420
420
 
421
421
  ```typescript
422
422
  public readonly intervalInMinutes: number;
@@ -426,12 +426,12 @@ public readonly intervalInMinutes: number;
426
426
 
427
427
  ---
428
428
 
429
- ### LambdaProps <a name="LambdaProps" id="awscdk-construct-lambda-function-for-inserting-scte.LambdaProps"></a>
429
+ ### LambdaProps <a name="LambdaProps" id="awscdk-construct-scte-scheduler.LambdaProps"></a>
430
430
 
431
- #### Initializer <a name="Initializer" id="awscdk-construct-lambda-function-for-inserting-scte.LambdaProps.Initializer"></a>
431
+ #### Initializer <a name="Initializer" id="awscdk-construct-scte-scheduler.LambdaProps.Initializer"></a>
432
432
 
433
433
  ```typescript
434
- import { LambdaProps } from 'awscdk-construct-lambda-function-for-inserting-scte'
434
+ import { LambdaProps } from 'awscdk-construct-scte-scheduler'
435
435
 
436
436
  const lambdaProps: LambdaProps = { ... }
437
437
  ```
@@ -440,12 +440,12 @@ const lambdaProps: LambdaProps = { ... }
440
440
 
441
441
  | **Name** | **Type** | **Description** |
442
442
  | --- | --- | --- |
443
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.LambdaProps.property.channelId">channelId</a></code> | <code>string</code> | *No description.* |
444
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.LambdaProps.property.scteDurationInSeconds">scteDurationInSeconds</a></code> | <code>number</code> | *No description.* |
443
+ | <code><a href="#awscdk-construct-scte-scheduler.LambdaProps.property.channelId">channelId</a></code> | <code>string</code> | *No description.* |
444
+ | <code><a href="#awscdk-construct-scte-scheduler.LambdaProps.property.scteDurationInSeconds">scteDurationInSeconds</a></code> | <code>number</code> | *No description.* |
445
445
 
446
446
  ---
447
447
 
448
- ##### `channelId`<sup>Required</sup> <a name="channelId" id="awscdk-construct-lambda-function-for-inserting-scte.LambdaProps.property.channelId"></a>
448
+ ##### `channelId`<sup>Required</sup> <a name="channelId" id="awscdk-construct-scte-scheduler.LambdaProps.property.channelId"></a>
449
449
 
450
450
  ```typescript
451
451
  public readonly channelId: string;
@@ -455,7 +455,7 @@ public readonly channelId: string;
455
455
 
456
456
  ---
457
457
 
458
- ##### `scteDurationInSeconds`<sup>Required</sup> <a name="scteDurationInSeconds" id="awscdk-construct-lambda-function-for-inserting-scte.LambdaProps.property.scteDurationInSeconds"></a>
458
+ ##### `scteDurationInSeconds`<sup>Required</sup> <a name="scteDurationInSeconds" id="awscdk-construct-scte-scheduler.LambdaProps.property.scteDurationInSeconds"></a>
459
459
 
460
460
  ```typescript
461
461
  public readonly scteDurationInSeconds: number;
@@ -465,12 +465,12 @@ public readonly scteDurationInSeconds: number;
465
465
 
466
466
  ---
467
467
 
468
- ### ScteSchedulerProps <a name="ScteSchedulerProps" id="awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps"></a>
468
+ ### ScteSchedulerProps <a name="ScteSchedulerProps" id="awscdk-construct-scte-scheduler.ScteSchedulerProps"></a>
469
469
 
470
- #### Initializer <a name="Initializer" id="awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.Initializer"></a>
470
+ #### Initializer <a name="Initializer" id="awscdk-construct-scte-scheduler.ScteSchedulerProps.Initializer"></a>
471
471
 
472
472
  ```typescript
473
- import { ScteSchedulerProps } from 'awscdk-construct-lambda-function-for-inserting-scte'
473
+ import { ScteSchedulerProps } from 'awscdk-construct-scte-scheduler'
474
474
 
475
475
  const scteSchedulerProps: ScteSchedulerProps = { ... }
476
476
  ```
@@ -479,13 +479,13 @@ const scteSchedulerProps: ScteSchedulerProps = { ... }
479
479
 
480
480
  | **Name** | **Type** | **Description** |
481
481
  | --- | --- | --- |
482
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.property.channelId">channelId</a></code> | <code>string</code> | *No description.* |
483
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.property.intervalInMinutes">intervalInMinutes</a></code> | <code>number</code> | *No description.* |
484
- | <code><a href="#awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.property.scteDurationInSeconds">scteDurationInSeconds</a></code> | <code>number</code> | *No description.* |
482
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteSchedulerProps.property.channelId">channelId</a></code> | <code>string</code> | *No description.* |
483
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteSchedulerProps.property.intervalInMinutes">intervalInMinutes</a></code> | <code>number</code> | *No description.* |
484
+ | <code><a href="#awscdk-construct-scte-scheduler.ScteSchedulerProps.property.scteDurationInSeconds">scteDurationInSeconds</a></code> | <code>number</code> | *No description.* |
485
485
 
486
486
  ---
487
487
 
488
- ##### `channelId`<sup>Required</sup> <a name="channelId" id="awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.property.channelId"></a>
488
+ ##### `channelId`<sup>Required</sup> <a name="channelId" id="awscdk-construct-scte-scheduler.ScteSchedulerProps.property.channelId"></a>
489
489
 
490
490
  ```typescript
491
491
  public readonly channelId: string;
@@ -495,7 +495,7 @@ public readonly channelId: string;
495
495
 
496
496
  ---
497
497
 
498
- ##### `intervalInMinutes`<sup>Required</sup> <a name="intervalInMinutes" id="awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.property.intervalInMinutes"></a>
498
+ ##### `intervalInMinutes`<sup>Required</sup> <a name="intervalInMinutes" id="awscdk-construct-scte-scheduler.ScteSchedulerProps.property.intervalInMinutes"></a>
499
499
 
500
500
  ```typescript
501
501
  public readonly intervalInMinutes: number;
@@ -505,7 +505,7 @@ public readonly intervalInMinutes: number;
505
505
 
506
506
  ---
507
507
 
508
- ##### `scteDurationInSeconds`<sup>Required</sup> <a name="scteDurationInSeconds" id="awscdk-construct-lambda-function-for-inserting-scte.ScteSchedulerProps.property.scteDurationInSeconds"></a>
508
+ ##### `scteDurationInSeconds`<sup>Required</sup> <a name="scteDurationInSeconds" id="awscdk-construct-scte-scheduler.ScteSchedulerProps.property.scteDurationInSeconds"></a>
509
509
 
510
510
  ```typescript
511
511
  public readonly scteDurationInSeconds: number;
@@ -19,5 +19,5 @@ class EventBridgeSchedule extends constructs_1.Construct {
19
19
  }
20
20
  exports.EventBridgeSchedule = EventBridgeSchedule;
21
21
  _a = JSII_RTTI_SYMBOL_1;
22
- EventBridgeSchedule[_a] = { fqn: "awscdk-construct-lambda-function-for-inserting-scte.EventBridgeSchedule", version: "0.0.0" };
22
+ EventBridgeSchedule[_a] = { fqn: "awscdk-construct-scte-scheduler.EventBridgeSchedule", version: "0.0.1" };
23
23
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRXZlbnRCcmlkZ2VTY2hlZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9FdmVudEJyaWRnZVNjaGVkdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsbUNBQW1DO0FBQ25DLHVEQUF3RDtBQUN4RCx1RUFBZ0U7QUFFaEUsMkNBQXVDO0FBT3ZDLE1BQWEsbUJBQW9CLFNBQVEsc0JBQVM7SUFHaEQsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUErQjtRQUN2RSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLE1BQU0sRUFBRSxJQUFJLEVBQUUsaUJBQWlCLEVBQUUsR0FBRyxLQUFLLENBQUM7UUFFMUMsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLGlCQUFJLENBQUMsSUFBSSxFQUFFLDZCQUE2QixFQUFFO1lBQ3hELFFBQVEsRUFBRSxxQkFBUSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1NBQ2pFLENBQUMsQ0FBQztRQUVILElBQUksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUNqQixJQUFJLG1DQUFjLENBQUMsSUFBSSxDQUFDLENBQ3pCLENBQUM7SUFDSixDQUFDOztBQWZILGtEQWdCQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGNkayBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBSdWxlLCBTY2hlZHVsZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1ldmVudHMnO1xuaW1wb3J0IHsgTGFtYmRhRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtZXZlbnRzLXRhcmdldHMnO1xuaW1wb3J0IHsgTm9kZWpzRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhLW5vZGVqcyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcblxuZXhwb3J0IGludGVyZmFjZSBFdmVudEJyaWRnZVNjaGVkdWxlUHJvcHMge1xuICByZWFkb25seSBmdW5jOiBOb2RlanNGdW5jdGlvbjtcbiAgcmVhZG9ubHkgaW50ZXJ2YWxJbk1pbnV0ZXM6IG51bWJlcjtcbn1cblxuZXhwb3J0IGNsYXNzIEV2ZW50QnJpZGdlU2NoZWR1bGUgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBwdWJsaWMgcnVsZTogUnVsZTtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogRXZlbnRCcmlkZ2VTY2hlZHVsZVByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IHsgZnVuYywgaW50ZXJ2YWxJbk1pbnV0ZXMgfSA9IHByb3BzO1xuXG4gICAgdGhpcy5ydWxlID0gbmV3IFJ1bGUodGhpcywgJ0ludm9rZUZ1bmN0aW9uRXZlcnlYTWludXRlcycsIHtcbiAgICAgIHNjaGVkdWxlOiBTY2hlZHVsZS5yYXRlKGNkay5EdXJhdGlvbi5taW51dGVzKGludGVydmFsSW5NaW51dGVzKSksXG4gICAgfSk7XG5cbiAgICB0aGlzLnJ1bGUuYWRkVGFyZ2V0KFxuICAgICAgbmV3IExhbWJkYUZ1bmN0aW9uKGZ1bmMpLFxuICAgICk7XG4gIH1cbn0iXX0=
package/lib/Lambda.js CHANGED
@@ -38,5 +38,5 @@ class Lambda extends constructs_1.Construct {
38
38
  }
39
39
  exports.Lambda = Lambda;
40
40
  _a = JSII_RTTI_SYMBOL_1;
41
- Lambda[_a] = { fqn: "awscdk-construct-lambda-function-for-inserting-scte.Lambda", version: "0.0.0" };
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGFtYmRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0xhbWJkYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZCQUE2QjtBQUM3Qiw2Q0FBeUQ7QUFDekQsaURBQXNEO0FBQ3RELHVEQUFpRDtBQUNqRCxxRUFBK0Q7QUFDL0QsMkNBQXVDO0FBT3ZDLE1BQWEsTUFBTyxTQUFRLHNCQUFTO0lBR25DLFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBa0I7UUFDMUQsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixNQUFNLEVBQUUsU0FBUyxFQUFFLHFCQUFxQixFQUFFLEdBQUcsS0FBSyxDQUFDO1FBRW5ELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxrQ0FBYyxDQUFDLEtBQUssRUFBRSxjQUFjLEVBQUU7WUFDcEQsT0FBTyxFQUFFLG9CQUFPLENBQUMsV0FBVztZQUM1QixLQUFLLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsQ0FBQztZQUNsRCxXQUFXLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDO1lBQzFDLHdFQUF3RTtZQUN4RSxPQUFPLEVBQUUsU0FBUztZQUNsQixPQUFPLEVBQUUsc0JBQVEsQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDO1lBQzdCLFdBQVcsRUFBRTtnQkFDWCxRQUFRLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxRQUFrQjtnQkFDeEMsTUFBTSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsa0JBQTRCO2dCQUNoRCxVQUFVLEVBQUUsU0FBUztnQkFDckIsWUFBWSxFQUFFLEdBQUcscUJBQXFCLEVBQUU7YUFDekM7WUFDRCxZQUFZLEVBQUUsc0JBQUksQ0FBQyxhQUFhLENBQUMsU0FBUztTQUMzQyxDQUFDLENBQUM7UUFDSCxpREFBaUQ7UUFDakQsSUFBSSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQ3ZCLHlCQUFlLENBQUMsUUFBUSxDQUFDO1lBQ3ZCLE1BQU0sRUFBRSxPQUFPO1lBQ2YsTUFBTSxFQUFFLGFBQWE7WUFDckIsUUFBUSxFQUFFLEdBQUc7U0FDZCxDQUFDLENBQ0gsQ0FBQztJQUNKLENBQUM7O0FBL0JILHdCQWdDQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIHBhdGggZnJvbSAncGF0aCc7XG5pbXBvcnQgeyBEdXJhdGlvbiwgYXdzX2xvZ3MgYXMgbG9ncyB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IFBvbGljeVN0YXRlbWVudCB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1pYW0nO1xuaW1wb3J0IHsgUnVudGltZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1sYW1iZGEnO1xuaW1wb3J0IHsgTm9kZWpzRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhLW5vZGVqcyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcblxuZXhwb3J0IGludGVyZmFjZSBMYW1iZGFQcm9wcyB7XG4gIHJlYWRvbmx5IGNoYW5uZWxJZDogc3RyaW5nO1xuICByZWFkb25seSBzY3RlRHVyYXRpb25JblNlY29uZHM6IG51bWJlcjtcbn1cblxuZXhwb3J0IGNsYXNzIExhbWJkYSBleHRlbmRzIENvbnN0cnVjdCB7XG4gIHB1YmxpYyByZWFkb25seSBmdW5jOiBOb2RlanNGdW5jdGlvbjtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogTGFtYmRhUHJvcHMpIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuXG4gICAgY29uc3QgeyBjaGFubmVsSWQsIHNjdGVEdXJhdGlvbkluU2Vjb25kcyB9ID0gcHJvcHM7XG5cbiAgICB0aGlzLmZ1bmMgPSBuZXcgTm9kZWpzRnVuY3Rpb24oc2NvcGUsICdTY2hlZHVsZVNDVEUnLCB7XG4gICAgICBydW50aW1lOiBSdW50aW1lLk5PREVKU18xOF9YLFxuICAgICAgZW50cnk6IHBhdGgucmVzb2x2ZShfX2Rpcm5hbWUsICdjb2RlJywgJ2luZGV4LnRzJyksXG4gICAgICBwcm9qZWN0Um9vdDogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJy4uJyksXG4gICAgICAvLyBkZXBzTG9ja0ZpbGVQYXRoOiBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnLi4nLCAncGFja2FnZS1sb2NrLmpzb24nKSxcbiAgICAgIGhhbmRsZXI6ICdoYW5kbGVyJyxcbiAgICAgIHRpbWVvdXQ6IER1cmF0aW9uLnNlY29uZHMoMzApLFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgTk9ERV9FTlY6IHByb2Nlc3MuZW52Lk5PREVfRU5WIGFzIHN0cmluZyxcbiAgICAgICAgUkVHSU9OOiBwcm9jZXNzLmVudi5DREtfREVGQVVMVF9SRUdJT04gYXMgc3RyaW5nLFxuICAgICAgICBDSEFOTkVMX0lEOiBjaGFubmVsSWQsXG4gICAgICAgIEFWQUlMX0xFTkdUSDogYCR7c2N0ZUR1cmF0aW9uSW5TZWNvbmRzfWAsXG4gICAgICB9LFxuICAgICAgbG9nUmV0ZW50aW9uOiBsb2dzLlJldGVudGlvbkRheXMuVFdPX1dFRUtTLFxuICAgIH0pO1xuICAgIC8vIEFkZCBhIHN0YXRlbWVudCB0byBjYWxsIE1lZGlhTGl2ZSBzY2hlZHVsZSBBUElcbiAgICB0aGlzLmZ1bmMuYWRkVG9Sb2xlUG9saWN5KFxuICAgICAgUG9saWN5U3RhdGVtZW50LmZyb21Kc29uKHtcbiAgICAgICAgRWZmZWN0OiAnQWxsb3cnLFxuICAgICAgICBBY3Rpb246ICdtZWRpYWxpdmU6KicsXG4gICAgICAgIFJlc291cmNlOiAnKicsXG4gICAgICB9KVxuICAgICk7XG4gIH1cbn0iXX0=
41
+ Lambda[_a] = { fqn: "awscdk-construct-scte-scheduler.Lambda", version: "0.0.1" };
42
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGFtYmRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL0xhbWJkYS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZCQUE2QjtBQUM3Qiw2Q0FBeUQ7QUFDekQsaURBQXNEO0FBQ3RELHVEQUFpRDtBQUNqRCxxRUFBK0Q7QUFDL0QsMkNBQXVDO0FBT3ZDLE1BQWEsTUFBTyxTQUFRLHNCQUFTO0lBR25DLFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBa0I7UUFDMUQsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixNQUFNLEVBQUUsU0FBUyxFQUFFLHFCQUFxQixFQUFFLEdBQUcsS0FBSyxDQUFDO1FBRW5ELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxrQ0FBYyxDQUFDLEtBQUssRUFBRSxjQUFjLEVBQUU7WUFDcEQsT0FBTyxFQUFFLG9CQUFPLENBQUMsV0FBVztZQUM1QixLQUFLLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFVBQVUsQ0FBQztZQUNsRCxXQUFXLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDO1lBQzFDLHdFQUF3RTtZQUN4RSxPQUFPLEVBQUUsU0FBUztZQUNsQixPQUFPLEVBQUUsc0JBQVEsQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDO1lBQzdCLFdBQVcsRUFBRTtnQkFDWCxRQUFRLEVBQUUsT0FBTyxDQUFDLEdBQUcsQ0FBQyxRQUFrQjtnQkFDeEMsTUFBTSxFQUFFLE9BQU8sQ0FBQyxHQUFHLENBQUMsa0JBQTRCO2dCQUNoRCxVQUFVLEVBQUUsU0FBUztnQkFDckIsWUFBWSxFQUFFLEdBQUcscUJBQXFCLEVBQUU7YUFDekM7WUFDRCxZQUFZLEVBQUUsc0JBQUksQ0FBQyxhQUFhLENBQUMsU0FBUztTQUMzQyxDQUFDLENBQUM7UUFDSCxpREFBaUQ7UUFDakQsSUFBSSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQ3ZCLHlCQUFlLENBQUMsUUFBUSxDQUFDO1lBQ3ZCLE1BQU0sRUFBRSxPQUFPO1lBQ2YsTUFBTSxFQUFFLGFBQWE7WUFDckIsUUFBUSxFQUFFLEdBQUc7U0FDZCxDQUFDLENBQ0gsQ0FBQztJQUNKLENBQUM7O0FBL0JILHdCQWdDQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIHBhdGggZnJvbSAncGF0aCc7XG5pbXBvcnQgeyBEdXJhdGlvbiwgYXdzX2xvZ3MgYXMgbG9ncyB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IFBvbGljeVN0YXRlbWVudCB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1pYW0nO1xuaW1wb3J0IHsgUnVudGltZSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1sYW1iZGEnO1xuaW1wb3J0IHsgTm9kZWpzRnVuY3Rpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhLW5vZGVqcyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcblxuZXhwb3J0IGludGVyZmFjZSBMYW1iZGFQcm9wcyB7XG4gIHJlYWRvbmx5IGNoYW5uZWxJZDogc3RyaW5nO1xuICByZWFkb25seSBzY3RlRHVyYXRpb25JblNlY29uZHM6IG51bWJlcjtcbn1cblxuZXhwb3J0IGNsYXNzIExhbWJkYSBleHRlbmRzIENvbnN0cnVjdCB7XG4gIHB1YmxpYyByZWFkb25seSBmdW5jOiBOb2RlanNGdW5jdGlvbjtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogTGFtYmRhUHJvcHMpIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuXG4gICAgY29uc3QgeyBjaGFubmVsSWQsIHNjdGVEdXJhdGlvbkluU2Vjb25kcyB9ID0gcHJvcHM7XG5cbiAgICB0aGlzLmZ1bmMgPSBuZXcgTm9kZWpzRnVuY3Rpb24oc2NvcGUsICdTY2hlZHVsZVNDVEUnLCB7XG4gICAgICBydW50aW1lOiBSdW50aW1lLk5PREVKU18xOF9YLFxuICAgICAgZW50cnk6IHBhdGgucmVzb2x2ZShfX2Rpcm5hbWUsICdjb2RlJywgJ2luZGV4LnRzJyksXG4gICAgICBwcm9qZWN0Um9vdDogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJy4uJyksXG4gICAgICAvLyBkZXBzTG9ja0ZpbGVQYXRoOiBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnLi4nLCAncGFja2FnZS1sb2NrLmpzb24nKSxcbiAgICAgIGhhbmRsZXI6ICdoYW5kbGVyJyxcbiAgICAgIHRpbWVvdXQ6IER1cmF0aW9uLnNlY29uZHMoMzApLFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgTk9ERV9FTlY6IHByb2Nlc3MuZW52Lk5PREVfRU5WIGFzIHN0cmluZyxcbiAgICAgICAgUkVHSU9OOiBwcm9jZXNzLmVudi5DREtfREVGQVVMVF9SRUdJT04gYXMgc3RyaW5nLFxuICAgICAgICBDSEFOTkVMX0lEOiBjaGFubmVsSWQsXG4gICAgICAgIEFWQUlMX0xFTkdUSDogYCR7c2N0ZUR1cmF0aW9uSW5TZWNvbmRzfWAsXG4gICAgICB9LFxuICAgICAgbG9nUmV0ZW50aW9uOiBsb2dzLlJldGVudGlvbkRheXMuVFdPX1dFRUtTLFxuICAgIH0pO1xuICAgIC8vIEFkZCBhIHN0YXRlbWVudCB0byBjYWxsIE1lZGlhTGl2ZSBzY2hlZHVsZSBBUElcbiAgICB0aGlzLmZ1bmMuYWRkVG9Sb2xlUG9saWN5KFxuICAgICAgUG9saWN5U3RhdGVtZW50LmZyb21Kc29uKHtcbiAgICAgICAgRWZmZWN0OiAnQWxsb3cnLFxuICAgICAgICBBY3Rpb246ICdtZWRpYWxpdmU6KicsXG4gICAgICAgIFJlc291cmNlOiAnKicsXG4gICAgICB9KSxcbiAgICApO1xuICB9XG59Il19
@@ -24,5 +24,5 @@ class ScteScheduler extends constructs_1.Construct {
24
24
  }
25
25
  exports.ScteScheduler = ScteScheduler;
26
26
  _a = JSII_RTTI_SYMBOL_1;
27
- ScteScheduler[_a] = { fqn: "awscdk-construct-lambda-function-for-inserting-scte.ScteScheduler", version: "0.0.0" };
27
+ ScteScheduler[_a] = { fqn: "awscdk-construct-scte-scheduler.ScteScheduler", version: "0.0.1" };
28
28
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiU2N0ZVNjaGVkdWxlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9TY3RlU2NoZWR1bGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsMkNBQXVDO0FBQ3ZDLCtEQUE0RDtBQUM1RCxxQ0FBa0M7QUFRbEMsTUFBYSxhQUFjLFNBQVEsc0JBQVM7SUFJMUMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUF5QjtRQUNqRSxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLE1BQU0sRUFBRSxTQUFTLEVBQUUscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsR0FBRyxLQUFLLENBQUM7UUFFdEUsaUZBQWlGO1FBQ2pGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxlQUFNLENBQUMsSUFBSSxFQUFFLGdCQUFnQixFQUFFO1lBQy9DLFNBQVM7WUFDVCxxQkFBcUI7U0FDdEIsQ0FBQyxDQUFDO1FBRUgsd0VBQXdFO1FBQ3hFLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSx5Q0FBbUIsQ0FBQyxJQUFJLEVBQUUscUJBQXFCLEVBQUU7WUFDbkUsSUFBSSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSTtZQUN0QixpQkFBaUI7U0FDbEIsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7QUFwQkgsc0NBcUJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5pbXBvcnQgeyBFdmVudEJyaWRnZVNjaGVkdWxlIH0gZnJvbSAnLi9FdmVudEJyaWRnZVNjaGVkdWxlJztcbmltcG9ydCB7IExhbWJkYSB9IGZyb20gJy4vTGFtYmRhJztcblxuZXhwb3J0IGludGVyZmFjZSBTY3RlU2NoZWR1bGVyUHJvcHMge1xuICByZWFkb25seSBjaGFubmVsSWQ6IHN0cmluZztcbiAgcmVhZG9ubHkgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzOiBudW1iZXI7XG4gIHJlYWRvbmx5IGludGVydmFsSW5NaW51dGVzOiBudW1iZXI7XG59XG5cbmV4cG9ydCBjbGFzcyBTY3RlU2NoZWR1bGVyIGV4dGVuZHMgQ29uc3RydWN0IHtcbiAgcHVibGljIHJlYWRvbmx5IGxhbWJkYTogTGFtYmRhO1xuICBwdWJsaWMgcmVhZG9ubHkgc2NoZWR1bGU6IEV2ZW50QnJpZGdlU2NoZWR1bGU7XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IFNjdGVTY2hlZHVsZXJQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICBjb25zdCB7IGNoYW5uZWxJZCwgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzLCBpbnRlcnZhbEluTWludXRlcyB9ID0gcHJvcHM7XG5cbiAgICAvLyBDcmVhdGUgTGFtYmRhIGZ1bmN0aW9uIHRvIGluc2VydCBTQ1RFIG1lc3NhZ2UgdXNpbmcgdGhlIE1lZGlhTGl2ZSBzY2hlZHVsZSBBUElcbiAgICB0aGlzLmxhbWJkYSA9IG5ldyBMYW1iZGEodGhpcywgJ0xhbWJkYUZ1bmN0aW9uJywge1xuICAgICAgY2hhbm5lbElkLFxuICAgICAgc2N0ZUR1cmF0aW9uSW5TZWNvbmRzLFxuICAgIH0pO1xuXG4gICAgLy8gQ3JlYXRlIEV2ZW50QnJpZGdlIHJ1bGUgdG8gaW52b2tlIHRoZSBMYW1iZGEgZnVuY3Rpb24gZXZlcnkgTiBtaW51dGVzXG4gICAgdGhpcy5zY2hlZHVsZSA9IG5ldyBFdmVudEJyaWRnZVNjaGVkdWxlKHRoaXMsICdFdmVudEJyaWRnZVNjaGVkdWxlJywge1xuICAgICAgZnVuYzogdGhpcy5sYW1iZGEuZnVuYyxcbiAgICAgIGludGVydmFsSW5NaW51dGVzLFxuICAgIH0pO1xuICB9XG59Il19
package/package.json CHANGED
@@ -61,8 +61,8 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@aws-sdk/client-medialive": "^3.535.0",
64
- "aws-cdk-lib": "^2.1.0",
65
- "constructs": "^10.0.5"
64
+ "aws-cdk-lib": "^2.133.0",
65
+ "constructs": "^10.3.0"
66
66
  },
67
67
  "bundledDependencies": [
68
68
  "@aws-sdk/client-medialive"
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  "main": "lib/index.js",
79
79
  "license": "MIT",
80
- "version": "0.0.0",
80
+ "version": "0.0.1",
81
81
  "jest": {
82
82
  "testMatch": [
83
83
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",