File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ final class AlarmConfiguration
30
30
* @param array{
31
31
* enabled?: null|bool,
32
32
* ignorePollAlarmFailure?: null|bool,
33
- * alarms?: null|Alarm[] ,
33
+ * alarms?: null|array< Alarm|array> ,
34
34
* } $input
35
35
*/
36
36
public function __construct (array $ input )
@@ -44,7 +44,7 @@ public function __construct(array $input)
44
44
* @param array{
45
45
* enabled?: null|bool,
46
46
* ignorePollAlarmFailure?: null|bool,
47
- * alarms?: null|Alarm[] ,
47
+ * alarms?: null|array< Alarm|array> ,
48
48
* }|AlarmConfiguration $input
49
49
*/
50
50
public static function create ($ input ): self
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class AutoRollbackConfiguration
24
24
/**
25
25
* @param array{
26
26
* enabled?: null|bool,
27
- * events?: null|list <AutoRollbackEvent::*>,
27
+ * events?: null|array <AutoRollbackEvent::*>,
28
28
* } $input
29
29
*/
30
30
public function __construct (array $ input )
@@ -36,7 +36,7 @@ public function __construct(array $input)
36
36
/**
37
37
* @param array{
38
38
* enabled?: null|bool,
39
- * events?: null|list <AutoRollbackEvent::*>,
39
+ * events?: null|array <AutoRollbackEvent::*>,
40
40
* }|AutoRollbackConfiguration $input
41
41
*/
42
42
public static function create ($ input ): self
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ final class LoadBalancerInfo
30
30
31
31
/**
32
32
* @param array{
33
- * elbInfoList?: null|ELBInfo[] ,
34
- * targetGroupInfoList?: null|TargetGroupInfo[] ,
35
- * targetGroupPairInfoList?: null|TargetGroupPairInfo[] ,
33
+ * elbInfoList?: null|array< ELBInfo|array> ,
34
+ * targetGroupInfoList?: null|array< TargetGroupInfo|array> ,
35
+ * targetGroupPairInfoList?: null|array< TargetGroupPairInfo|array> ,
36
36
* } $input
37
37
*/
38
38
public function __construct (array $ input )
@@ -44,9 +44,9 @@ public function __construct(array $input)
44
44
45
45
/**
46
46
* @param array{
47
- * elbInfoList?: null|ELBInfo[] ,
48
- * targetGroupInfoList?: null|TargetGroupInfo[] ,
49
- * targetGroupPairInfoList?: null|TargetGroupPairInfo[] ,
47
+ * elbInfoList?: null|array< ELBInfo|array> ,
48
+ * targetGroupInfoList?: null|array< TargetGroupInfo|array> ,
49
+ * targetGroupPairInfoList?: null|array< TargetGroupPairInfo|array> ,
50
50
* }|LoadBalancerInfo $input
51
51
*/
52
52
public static function create ($ input ): self
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ final class TargetGroupPairInfo
27
27
28
28
/**
29
29
* @param array{
30
- * targetGroups?: null|TargetGroupInfo[] ,
30
+ * targetGroups?: null|array< TargetGroupInfo|array> ,
31
31
* prodTrafficRoute?: null|TrafficRoute|array,
32
32
* testTrafficRoute?: null|TrafficRoute|array,
33
33
* } $input
@@ -41,7 +41,7 @@ public function __construct(array $input)
41
41
42
42
/**
43
43
* @param array{
44
- * targetGroups?: null|TargetGroupInfo[] ,
44
+ * targetGroups?: null|array< TargetGroupInfo|array> ,
45
45
* prodTrafficRoute?: null|TrafficRoute|array,
46
46
* testTrafficRoute?: null|TrafficRoute|array,
47
47
* }|TargetGroupPairInfo $input
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ final class TargetInstances
26
26
27
27
/**
28
28
* @param array{
29
- * tagFilters?: null|EC2TagFilter[] ,
29
+ * tagFilters?: null|array< EC2TagFilter|array> ,
30
30
* autoScalingGroups?: null|string[],
31
31
* ec2TagSet?: null|EC2TagSet|array,
32
32
* } $input
@@ -40,7 +40,7 @@ public function __construct(array $input)
40
40
41
41
/**
42
42
* @param array{
43
- * tagFilters?: null|EC2TagFilter[] ,
43
+ * tagFilters?: null|array< EC2TagFilter|array> ,
44
44
* autoScalingGroups?: null|string[],
45
45
* ec2TagSet?: null|EC2TagSet|array,
46
46
* }|TargetInstances $input
You can’t perform that action at this time.
0 commit comments