@gammarers/aws-codesuite-state-change-detection-event-rules 2.2.29 → 2.3.0
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 +173 -21
- package/API.md +616 -30
- package/lib/codepipeline-execution-state-change-detection-event-rule.d.ts +9 -0
- package/lib/codepipeline-execution-state-change-detection-event-rule.js +8 -2
- package/lib/codepipeline-pipeline-execution-state-change-detection-event-rule.d.ts +24 -0
- package/lib/codepipeline-pipeline-execution-state-change-detection-event-rule.js +52 -0
- package/lib/codepipeline-stage-execution-state-change-detection-event-rule.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -3960,7 +3960,7 @@
|
|
|
3960
3960
|
"stability": "stable"
|
|
3961
3961
|
},
|
|
3962
3962
|
"homepage": "https://github.com/gammarers/aws-codesuite-state-change-detection-event-rules.git",
|
|
3963
|
-
"jsiiVersion": "5.
|
|
3963
|
+
"jsiiVersion": "5.8.22 (build 160a3ef)",
|
|
3964
3964
|
"keywords": [
|
|
3965
3965
|
"cdk"
|
|
3966
3966
|
],
|
|
@@ -3989,6 +3989,158 @@
|
|
|
3989
3989
|
},
|
|
3990
3990
|
"types": {
|
|
3991
3991
|
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionState": {
|
|
3992
|
+
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
3993
|
+
"docs": {
|
|
3994
|
+
"deprecated": "This enum is deprecated. Use the CodePipelinePipelineExecutionState enum instead.",
|
|
3995
|
+
"stability": "deprecated"
|
|
3996
|
+
},
|
|
3997
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionState",
|
|
3998
|
+
"kind": "enum",
|
|
3999
|
+
"locationInModule": {
|
|
4000
|
+
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4001
|
+
"line": 15
|
|
4002
|
+
},
|
|
4003
|
+
"members": [
|
|
4004
|
+
{
|
|
4005
|
+
"docs": {
|
|
4006
|
+
"stability": "deprecated"
|
|
4007
|
+
},
|
|
4008
|
+
"name": "CANCELED"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"docs": {
|
|
4012
|
+
"stability": "deprecated"
|
|
4013
|
+
},
|
|
4014
|
+
"name": "FAILED"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"docs": {
|
|
4018
|
+
"stability": "deprecated"
|
|
4019
|
+
},
|
|
4020
|
+
"name": "RESUMED"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"docs": {
|
|
4024
|
+
"stability": "deprecated"
|
|
4025
|
+
},
|
|
4026
|
+
"name": "STARTED"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"docs": {
|
|
4030
|
+
"stability": "deprecated"
|
|
4031
|
+
},
|
|
4032
|
+
"name": "STOPPED"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"docs": {
|
|
4036
|
+
"stability": "deprecated"
|
|
4037
|
+
},
|
|
4038
|
+
"name": "STOPPING"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"docs": {
|
|
4042
|
+
"stability": "deprecated"
|
|
4043
|
+
},
|
|
4044
|
+
"name": "SUCCEEDED"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"docs": {
|
|
4048
|
+
"stability": "deprecated"
|
|
4049
|
+
},
|
|
4050
|
+
"name": "SUPERSEDED"
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"name": "CodePipelineExecutionState",
|
|
4054
|
+
"symbolId": "src/codepipeline-execution-state-change-detection-event-rule:CodePipelineExecutionState"
|
|
4055
|
+
},
|
|
4056
|
+
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionStateChangeDetectionEventRule": {
|
|
4057
|
+
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
4058
|
+
"base": "aws-cdk-lib.aws_events.Rule",
|
|
4059
|
+
"docs": {
|
|
4060
|
+
"deprecated": "This class is deprecated. Use the CodePipelinePipelineExecutionStateChangeDetectionEventRule class instead.",
|
|
4061
|
+
"stability": "deprecated"
|
|
4062
|
+
},
|
|
4063
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionStateChangeDetectionEventRule",
|
|
4064
|
+
"initializer": {
|
|
4065
|
+
"docs": {
|
|
4066
|
+
"stability": "deprecated"
|
|
4067
|
+
},
|
|
4068
|
+
"locationInModule": {
|
|
4069
|
+
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4070
|
+
"line": 37
|
|
4071
|
+
},
|
|
4072
|
+
"parameters": [
|
|
4073
|
+
{
|
|
4074
|
+
"name": "scope",
|
|
4075
|
+
"type": {
|
|
4076
|
+
"fqn": "constructs.Construct"
|
|
4077
|
+
}
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "id",
|
|
4081
|
+
"type": {
|
|
4082
|
+
"primitive": "string"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "props",
|
|
4087
|
+
"type": {
|
|
4088
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionStateChangeDetectionEventRuleProps"
|
|
4089
|
+
}
|
|
4090
|
+
}
|
|
4091
|
+
]
|
|
4092
|
+
},
|
|
4093
|
+
"kind": "class",
|
|
4094
|
+
"locationInModule": {
|
|
4095
|
+
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4096
|
+
"line": 36
|
|
4097
|
+
},
|
|
4098
|
+
"name": "CodePipelineExecutionStateChangeDetectionEventRule",
|
|
4099
|
+
"symbolId": "src/codepipeline-execution-state-change-detection-event-rule:CodePipelineExecutionStateChangeDetectionEventRule"
|
|
4100
|
+
},
|
|
4101
|
+
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionStateChangeDetectionEventRuleProps": {
|
|
4102
|
+
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
4103
|
+
"datatype": true,
|
|
4104
|
+
"docs": {
|
|
4105
|
+
"deprecated": "This interface is deprecated. Use the CodePipelinePipelineExecutionStateChangeDetectionEventRuleProps interface instead.",
|
|
4106
|
+
"stability": "deprecated"
|
|
4107
|
+
},
|
|
4108
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionStateChangeDetectionEventRuleProps",
|
|
4109
|
+
"interfaces": [
|
|
4110
|
+
"aws-cdk-lib.aws_events.RuleProps"
|
|
4111
|
+
],
|
|
4112
|
+
"kind": "interface",
|
|
4113
|
+
"locationInModule": {
|
|
4114
|
+
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4115
|
+
"line": 29
|
|
4116
|
+
},
|
|
4117
|
+
"name": "CodePipelineExecutionStateChangeDetectionEventRuleProps",
|
|
4118
|
+
"properties": [
|
|
4119
|
+
{
|
|
4120
|
+
"abstract": true,
|
|
4121
|
+
"docs": {
|
|
4122
|
+
"stability": "deprecated"
|
|
4123
|
+
},
|
|
4124
|
+
"immutable": true,
|
|
4125
|
+
"locationInModule": {
|
|
4126
|
+
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4127
|
+
"line": 30
|
|
4128
|
+
},
|
|
4129
|
+
"name": "targetStates",
|
|
4130
|
+
"optional": true,
|
|
4131
|
+
"type": {
|
|
4132
|
+
"collection": {
|
|
4133
|
+
"elementtype": {
|
|
4134
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineExecutionState"
|
|
4135
|
+
},
|
|
4136
|
+
"kind": "array"
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
],
|
|
4141
|
+
"symbolId": "src/codepipeline-execution-state-change-detection-event-rule:CodePipelineExecutionStateChangeDetectionEventRuleProps"
|
|
4142
|
+
},
|
|
4143
|
+
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionState": {
|
|
3992
4144
|
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
3993
4145
|
"docs": {
|
|
3994
4146
|
"custom": {
|
|
@@ -3996,10 +4148,10 @@
|
|
|
3996
4148
|
},
|
|
3997
4149
|
"stability": "stable"
|
|
3998
4150
|
},
|
|
3999
|
-
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4151
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionState",
|
|
4000
4152
|
"kind": "enum",
|
|
4001
4153
|
"locationInModule": {
|
|
4002
|
-
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4154
|
+
"filename": "src/codepipeline-pipeline-execution-state-change-detection-event-rule.ts",
|
|
4003
4155
|
"line": 12
|
|
4004
4156
|
},
|
|
4005
4157
|
"members": [
|
|
@@ -4052,22 +4204,22 @@
|
|
|
4052
4204
|
"name": "SUPERSEDED"
|
|
4053
4205
|
}
|
|
4054
4206
|
],
|
|
4055
|
-
"name": "
|
|
4056
|
-
"symbolId": "src/codepipeline-execution-state-change-detection-event-rule:
|
|
4207
|
+
"name": "CodePipelinePipelineExecutionState",
|
|
4208
|
+
"symbolId": "src/codepipeline-pipeline-execution-state-change-detection-event-rule:CodePipelinePipelineExecutionState"
|
|
4057
4209
|
},
|
|
4058
|
-
"@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4210
|
+
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionStateChangeDetectionEventRule": {
|
|
4059
4211
|
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
4060
4212
|
"base": "aws-cdk-lib.aws_events.Rule",
|
|
4061
4213
|
"docs": {
|
|
4062
4214
|
"stability": "stable"
|
|
4063
4215
|
},
|
|
4064
|
-
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4216
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionStateChangeDetectionEventRule",
|
|
4065
4217
|
"initializer": {
|
|
4066
4218
|
"docs": {
|
|
4067
4219
|
"stability": "stable"
|
|
4068
4220
|
},
|
|
4069
4221
|
"locationInModule": {
|
|
4070
|
-
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4222
|
+
"filename": "src/codepipeline-pipeline-execution-state-change-detection-event-rule.ts",
|
|
4071
4223
|
"line": 28
|
|
4072
4224
|
},
|
|
4073
4225
|
"parameters": [
|
|
@@ -4086,35 +4238,35 @@
|
|
|
4086
4238
|
{
|
|
4087
4239
|
"name": "props",
|
|
4088
4240
|
"type": {
|
|
4089
|
-
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4241
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionStateChangeDetectionEventRuleProps"
|
|
4090
4242
|
}
|
|
4091
4243
|
}
|
|
4092
4244
|
]
|
|
4093
4245
|
},
|
|
4094
4246
|
"kind": "class",
|
|
4095
4247
|
"locationInModule": {
|
|
4096
|
-
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4248
|
+
"filename": "src/codepipeline-pipeline-execution-state-change-detection-event-rule.ts",
|
|
4097
4249
|
"line": 27
|
|
4098
4250
|
},
|
|
4099
|
-
"name": "
|
|
4100
|
-
"symbolId": "src/codepipeline-execution-state-change-detection-event-rule:
|
|
4251
|
+
"name": "CodePipelinePipelineExecutionStateChangeDetectionEventRule",
|
|
4252
|
+
"symbolId": "src/codepipeline-pipeline-execution-state-change-detection-event-rule:CodePipelinePipelineExecutionStateChangeDetectionEventRule"
|
|
4101
4253
|
},
|
|
4102
|
-
"@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4254
|
+
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionStateChangeDetectionEventRuleProps": {
|
|
4103
4255
|
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
4104
4256
|
"datatype": true,
|
|
4105
4257
|
"docs": {
|
|
4106
4258
|
"stability": "stable"
|
|
4107
4259
|
},
|
|
4108
|
-
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4260
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionStateChangeDetectionEventRuleProps",
|
|
4109
4261
|
"interfaces": [
|
|
4110
4262
|
"aws-cdk-lib.aws_events.RuleProps"
|
|
4111
4263
|
],
|
|
4112
4264
|
"kind": "interface",
|
|
4113
4265
|
"locationInModule": {
|
|
4114
|
-
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4266
|
+
"filename": "src/codepipeline-pipeline-execution-state-change-detection-event-rule.ts",
|
|
4115
4267
|
"line": 23
|
|
4116
4268
|
},
|
|
4117
|
-
"name": "
|
|
4269
|
+
"name": "CodePipelinePipelineExecutionStateChangeDetectionEventRuleProps",
|
|
4118
4270
|
"properties": [
|
|
4119
4271
|
{
|
|
4120
4272
|
"abstract": true,
|
|
@@ -4123,7 +4275,7 @@
|
|
|
4123
4275
|
},
|
|
4124
4276
|
"immutable": true,
|
|
4125
4277
|
"locationInModule": {
|
|
4126
|
-
"filename": "src/codepipeline-execution-state-change-detection-event-rule.ts",
|
|
4278
|
+
"filename": "src/codepipeline-pipeline-execution-state-change-detection-event-rule.ts",
|
|
4127
4279
|
"line": 24
|
|
4128
4280
|
},
|
|
4129
4281
|
"name": "targetStates",
|
|
@@ -4131,14 +4283,14 @@
|
|
|
4131
4283
|
"type": {
|
|
4132
4284
|
"collection": {
|
|
4133
4285
|
"elementtype": {
|
|
4134
|
-
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.
|
|
4286
|
+
"fqn": "@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelinePipelineExecutionState"
|
|
4135
4287
|
},
|
|
4136
4288
|
"kind": "array"
|
|
4137
4289
|
}
|
|
4138
4290
|
}
|
|
4139
4291
|
}
|
|
4140
4292
|
],
|
|
4141
|
-
"symbolId": "src/codepipeline-execution-state-change-detection-event-rule:
|
|
4293
|
+
"symbolId": "src/codepipeline-pipeline-execution-state-change-detection-event-rule:CodePipelinePipelineExecutionStateChangeDetectionEventRuleProps"
|
|
4142
4294
|
},
|
|
4143
4295
|
"@gammarers/aws-codesuite-state-change-detection-event-rules.CodePipelineStageExecutionState": {
|
|
4144
4296
|
"assembly": "@gammarers/aws-codesuite-state-change-detection-event-rules",
|
|
@@ -4287,6 +4439,6 @@
|
|
|
4287
4439
|
"symbolId": "src/codepipeline-stage-execution-state-change-detection-event-rule:CodePipelineStageExecutionStateChangeDetectionEventRuleProps"
|
|
4288
4440
|
}
|
|
4289
4441
|
},
|
|
4290
|
-
"version": "2.
|
|
4291
|
-
"fingerprint": "
|
|
4442
|
+
"version": "2.3.0",
|
|
4443
|
+
"fingerprint": "shCvoymUuNV6GcooBOMT0hWMVU6EpsiVO/pzHXMWcaU="
|
|
4292
4444
|
}
|