codepipeline-event-notifier 0.2.3 → 0.2.4
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
|
@@ -8653,6 +8653,6 @@
|
|
|
8653
8653
|
"symbolId": "src/constructs/codepipeline-event-notifier:CodePipelineEventNotifierProps"
|
|
8654
8654
|
}
|
|
8655
8655
|
},
|
|
8656
|
-
"version": "0.2.
|
|
8657
|
-
"fingerprint": "
|
|
8656
|
+
"version": "0.2.4",
|
|
8657
|
+
"fingerprint": "60xcUhcM7AMgsEllHvqfetTMJm1fBq3DcnUXfWe8qA0="
|
|
8658
8658
|
}
|
|
@@ -10,7 +10,7 @@ const notifier_function_1 = require("../funcs/notifier-function");
|
|
|
10
10
|
* then invokes a notifier Lambda which publishes execution state changes to an SNS topic.
|
|
11
11
|
*/
|
|
12
12
|
class CodePipelineEventNotifier extends constructs_1.Construct {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.CodePipelineEventNotifier", version: "0.2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "codepipeline-event-notifier.CodePipelineEventNotifier", version: "0.2.4" };
|
|
14
14
|
/**
|
|
15
15
|
* SNS topic that receives CodePipeline execution notifications.
|
|
16
16
|
*/
|