|
3 | 3 | "description": "Reverting property type names from FooAction to Foo, which were introduced as part of this PR: https://github.com/aws/aws-cdk/pull/23984",
|
4 | 4 | "operations": [
|
5 | 5 | {
|
6 |
| - "op": "remove", |
7 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.AllowAction" |
| 6 | + "op": "move", |
| 7 | + "from": "/PropertyTypes/AWS::WAFv2::RuleGroup.AllowAction", |
| 8 | + "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Allow" |
8 | 9 | },
|
9 | 10 | {
|
10 |
| - "op": "add", |
11 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Allow", |
12 |
| - "value": { |
13 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-allowaction.html", |
14 |
| - "Properties": { |
15 |
| - "CustomRequestHandling": { |
16 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-allowaction.html#cfn-wafv2-rulegroup-allowaction-customrequesthandling", |
17 |
| - "Required": false, |
18 |
| - "Type": "CustomRequestHandling", |
19 |
| - "UpdateType": "Mutable" |
20 |
| - } |
21 |
| - } |
22 |
| - } |
| 11 | + "op": "move", |
| 12 | + "from": "/PropertyTypes/AWS::WAFv2::RuleGroup.BlockAction", |
| 13 | + "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Block" |
23 | 14 | },
|
24 | 15 | {
|
25 |
| - "op": "remove", |
26 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.BlockAction" |
| 16 | + "op": "move", |
| 17 | + "from": "/PropertyTypes/AWS::WAFv2::RuleGroup.CaptchaAction", |
| 18 | + "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Captcha" |
27 | 19 | },
|
28 | 20 | {
|
29 |
| - "op": "add", |
30 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Block", |
31 |
| - "value": { |
32 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-blockaction.html", |
33 |
| - "Properties": { |
34 |
| - "CustomResponse": { |
35 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-blockaction.html#cfn-wafv2-rulegroup-blockaction-customresponse", |
36 |
| - "Required": false, |
37 |
| - "Type": "CustomResponse", |
38 |
| - "UpdateType": "Mutable" |
39 |
| - } |
40 |
| - } |
41 |
| - } |
| 21 | + "op": "move", |
| 22 | + "from": "/PropertyTypes/AWS::WAFv2::RuleGroup.ChallengeAction", |
| 23 | + "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Challenge" |
42 | 24 | },
|
43 | 25 | {
|
44 |
| - "op": "remove", |
45 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.CaptchaAction" |
46 |
| - }, |
47 |
| - { |
48 |
| - "op": "add", |
49 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Captcha", |
50 |
| - "value": { |
51 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-captchaaction.html", |
52 |
| - "Properties": { |
53 |
| - "CustomRequestHandling": { |
54 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-captchaaction.html#cfn-wafv2-rulegroup-captchaaction-customrequesthandling", |
55 |
| - "Required": false, |
56 |
| - "Type": "CustomRequestHandling", |
57 |
| - "UpdateType": "Mutable" |
58 |
| - } |
59 |
| - } |
60 |
| - } |
61 |
| - }, |
62 |
| - { |
63 |
| - "op": "remove", |
64 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.ChallengeAction" |
65 |
| - }, |
66 |
| - { |
67 |
| - "op": "add", |
68 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Challenge", |
69 |
| - "value": { |
70 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-challengeaction.html", |
71 |
| - "Properties": { |
72 |
| - "CustomRequestHandling": { |
73 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-challengeaction.html#cfn-wafv2-rulegroup-challengeaction-customrequesthandling", |
74 |
| - "Required": false, |
75 |
| - "Type": "CustomRequestHandling", |
76 |
| - "UpdateType": "Mutable" |
77 |
| - } |
78 |
| - } |
79 |
| - } |
80 |
| - }, |
81 |
| - { |
82 |
| - "op": "remove", |
83 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.CountAction" |
84 |
| - }, |
85 |
| - { |
86 |
| - "op": "add", |
87 |
| - "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Count", |
88 |
| - "value": { |
89 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-countaction.html", |
90 |
| - "Properties": { |
91 |
| - "CustomRequestHandling": { |
92 |
| - "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-countaction.html#cfn-wafv2-rulegroup-countaction-customrequesthandling", |
93 |
| - "Required": false, |
94 |
| - "Type": "CustomRequestHandling", |
95 |
| - "UpdateType": "Mutable" |
96 |
| - } |
97 |
| - } |
98 |
| - } |
| 26 | + "op": "move", |
| 27 | + "from": "/PropertyTypes/AWS::WAFv2::RuleGroup.CountAction", |
| 28 | + "path": "/PropertyTypes/AWS::WAFv2::RuleGroup.Count" |
99 | 29 | }
|
100 | 30 | ]
|
101 | 31 | }
|
|
0 commit comments