@cloud-copilot/iam-data 0.8.202411021 → 0.8.202411091

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.
Files changed (35) hide show
  1. package/data/actions/application-signals.json +8 -0
  2. package/data/actions/appsync.json +271 -1
  3. package/data/actions/aps.json +26 -0
  4. package/data/actions/bedrock.json +30 -0
  5. package/data/actions/cloudwatch.json +9 -0
  6. package/data/actions/connect.json +110 -2
  7. package/data/actions/docdb-elastic.json +44 -0
  8. package/data/actions/ec2.json +278 -0
  9. package/data/actions/elasticfilesystem.json +32 -0
  10. package/data/actions/geo-maps.json +32 -0
  11. package/data/actions/geo-places.json +107 -0
  12. package/data/actions/geo-routes.json +77 -0
  13. package/data/actions/mediapackagev2.json +318 -0
  14. package/data/actions/opensearch.json +18 -0
  15. package/data/actions/qapps.json +60 -0
  16. package/data/actions/s3express.json +4 -4
  17. package/data/actions/sagemaker-mlflow.json +105 -0
  18. package/data/actions/tax.json +24 -0
  19. package/data/actions/thinclient.json +18 -0
  20. package/data/conditionKeys/connect.json +5 -0
  21. package/data/conditionKeys/geo-maps.json +1 -0
  22. package/data/conditionKeys/geo-places.json +1 -0
  23. package/data/conditionKeys/geo-routes.json +1 -0
  24. package/data/conditionKeys/opensearch.json +1 -0
  25. package/data/conditionKeys/sagemaker-mlflow.json +12 -1
  26. package/data/resourceTypes/appsync.json +14 -0
  27. package/data/resourceTypes/geo-maps.json +6 -0
  28. package/data/resourceTypes/geo-places.json +6 -0
  29. package/data/resourceTypes/geo-routes.json +6 -0
  30. package/data/resourceTypes/mediapackagev2.json +15 -0
  31. package/data/resourceTypes/opensearch.json +6 -0
  32. package/data/resourceTypes/sagemaker-mlflow.json +5 -1
  33. package/data/serviceNames.json +4 -0
  34. package/data/services.json +4 -0
  35. package/package.json +2 -2
@@ -24,6 +24,41 @@
24
24
  ],
25
25
  "dependentActions": []
26
26
  },
27
+ "acceptcapacityreservationbillingownership": {
28
+ "name": "AcceptCapacityReservationBillingOwnership",
29
+ "description": "Grants permission to accept assign billing of the available capacity of a shared Capacity Reservation to the calling account",
30
+ "accessLevel": "Write",
31
+ "resourceTypes": [
32
+ {
33
+ "name": "capacity-reservation",
34
+ "required": true,
35
+ "conditionKeys": [
36
+ "aws:ResourceTag/${TagKey}",
37
+ "ec2:AvailabilityZone",
38
+ "ec2:CapacityReservationFleet",
39
+ "ec2:CreateDate",
40
+ "ec2:DestinationCapacityReservationId",
41
+ "ec2:EbsOptimized",
42
+ "ec2:EndDate",
43
+ "ec2:EndDateType",
44
+ "ec2:InstanceCount",
45
+ "ec2:InstanceMatchCriteria",
46
+ "ec2:InstancePlatform",
47
+ "ec2:InstanceType",
48
+ "ec2:OutpostArn",
49
+ "ec2:PlacementGroup",
50
+ "ec2:ResourceTag/${TagKey}",
51
+ "ec2:SourceCapacityReservationId",
52
+ "ec2:Tenancy"
53
+ ],
54
+ "dependentActions": []
55
+ }
56
+ ],
57
+ "conditionKeys": [
58
+ "ec2:Region"
59
+ ],
60
+ "dependentActions": []
61
+ },
27
62
  "acceptreservedinstancesexchangequote": {
28
63
  "name": "AcceptReservedInstancesExchangeQuote",
29
64
  "description": "Grants permission to accept a Convertible Reserved Instance exchange quote",
@@ -435,6 +470,41 @@
435
470
  ],
436
471
  "dependentActions": []
437
472
  },
473
+ "associatecapacityreservationbillingowner": {
474
+ "name": "AssociateCapacityReservationBillingOwner",
475
+ "description": "Grants permission to assign billing of the unused capacity of a shared Capacity Reservation to a consumer account",
476
+ "accessLevel": "Write",
477
+ "resourceTypes": [
478
+ {
479
+ "name": "capacity-reservation",
480
+ "required": true,
481
+ "conditionKeys": [
482
+ "aws:ResourceTag/${TagKey}",
483
+ "ec2:AvailabilityZone",
484
+ "ec2:CapacityReservationFleet",
485
+ "ec2:CreateDate",
486
+ "ec2:DestinationCapacityReservationId",
487
+ "ec2:EbsOptimized",
488
+ "ec2:EndDate",
489
+ "ec2:EndDateType",
490
+ "ec2:InstanceCount",
491
+ "ec2:InstanceMatchCriteria",
492
+ "ec2:InstancePlatform",
493
+ "ec2:InstanceType",
494
+ "ec2:OutpostArn",
495
+ "ec2:PlacementGroup",
496
+ "ec2:ResourceTag/${TagKey}",
497
+ "ec2:SourceCapacityReservationId",
498
+ "ec2:Tenancy"
499
+ ],
500
+ "dependentActions": []
501
+ }
502
+ ],
503
+ "conditionKeys": [
504
+ "ec2:Region"
505
+ ],
506
+ "dependentActions": []
507
+ },
438
508
  "associateclientvpntargetnetwork": {
439
509
  "name": "AssociateClientVpnTargetNetwork",
440
510
  "description": "Grants permission to associate a target network with a Client VPN endpoint",
@@ -720,6 +790,41 @@
720
790
  ],
721
791
  "dependentActions": []
722
792
  },
793
+ "associatesecuritygroupvpc": {
794
+ "name": "AssociateSecurityGroupVpc",
795
+ "description": "Grants permission to associate a security group with another VPC in the same Region",
796
+ "accessLevel": "Write",
797
+ "resourceTypes": [
798
+ {
799
+ "name": "security-group",
800
+ "required": true,
801
+ "conditionKeys": [
802
+ "aws:ResourceTag/${TagKey}",
803
+ "ec2:ResourceTag/${TagKey}",
804
+ "ec2:SecurityGroupID",
805
+ "ec2:Vpc"
806
+ ],
807
+ "dependentActions": []
808
+ },
809
+ {
810
+ "name": "vpc",
811
+ "required": true,
812
+ "conditionKeys": [
813
+ "aws:ResourceTag/${TagKey}",
814
+ "ec2:Ipv4IpamPoolId",
815
+ "ec2:Ipv6IpamPoolId",
816
+ "ec2:ResourceTag/${TagKey}",
817
+ "ec2:Tenancy",
818
+ "ec2:VpcID"
819
+ ],
820
+ "dependentActions": []
821
+ }
822
+ ],
823
+ "conditionKeys": [
824
+ "ec2:Region"
825
+ ],
826
+ "dependentActions": []
827
+ },
723
828
  "associatesubnetcidrblock": {
724
829
  "name": "AssociateSubnetCidrBlock",
725
830
  "description": "Grants permission to associate a CIDR block with a subnet",
@@ -8098,6 +8203,16 @@
8098
8203
  ],
8099
8204
  "dependentActions": []
8100
8205
  },
8206
+ "describecapacityreservationbillingrequests": {
8207
+ "name": "DescribeCapacityReservationBillingRequests",
8208
+ "description": "Grants permission to describe one or more requests to assign the billing of the unused capacity of a Capacity Reservation",
8209
+ "accessLevel": "List",
8210
+ "resourceTypes": [],
8211
+ "conditionKeys": [
8212
+ "ec2:Region"
8213
+ ],
8214
+ "dependentActions": []
8215
+ },
8101
8216
  "describecapacityreservationfleets": {
8102
8217
  "name": "DescribeCapacityReservationFleets",
8103
8218
  "description": "Grants permission to describe one or more Capacity Reservation Fleets",
@@ -8644,6 +8759,16 @@
8644
8759
  ],
8645
8760
  "dependentActions": []
8646
8761
  },
8762
+ "describeinstanceimagemetadata": {
8763
+ "name": "DescribeInstanceImageMetadata",
8764
+ "description": "Grants permission to describe the AMI that was used to launch an instance",
8765
+ "accessLevel": "List",
8766
+ "resourceTypes": [],
8767
+ "conditionKeys": [
8768
+ "ec2:Region"
8769
+ ],
8770
+ "dependentActions": []
8771
+ },
8647
8772
  "describeinstancestatus": {
8648
8773
  "name": "DescribeInstanceStatus",
8649
8774
  "description": "Grants permission to describe the status of one or more instances",
@@ -9179,6 +9304,16 @@
9179
9304
  ],
9180
9305
  "dependentActions": []
9181
9306
  },
9307
+ "describesecuritygroupvpcassociations": {
9308
+ "name": "DescribeSecurityGroupVpcAssociations",
9309
+ "description": "Grants permission to describe security group VPC associations",
9310
+ "accessLevel": "List",
9311
+ "resourceTypes": [],
9312
+ "conditionKeys": [
9313
+ "ec2:Region"
9314
+ ],
9315
+ "dependentActions": []
9316
+ },
9182
9317
  "describesecuritygroups": {
9183
9318
  "name": "DescribeSecurityGroups",
9184
9319
  "description": "Grants permission to describe one or more security groups",
@@ -10380,6 +10515,41 @@
10380
10515
  ],
10381
10516
  "dependentActions": []
10382
10517
  },
10518
+ "disassociatecapacityreservationbillingowner": {
10519
+ "name": "DisassociateCapacityReservationBillingOwner",
10520
+ "description": "Grants permission to cancel a pending request to assign billing of the unused capacity of a Capacity Reservation to a consumer account",
10521
+ "accessLevel": "Write",
10522
+ "resourceTypes": [
10523
+ {
10524
+ "name": "capacity-reservation",
10525
+ "required": true,
10526
+ "conditionKeys": [
10527
+ "aws:ResourceTag/${TagKey}",
10528
+ "ec2:AvailabilityZone",
10529
+ "ec2:CapacityReservationFleet",
10530
+ "ec2:CreateDate",
10531
+ "ec2:DestinationCapacityReservationId",
10532
+ "ec2:EbsOptimized",
10533
+ "ec2:EndDate",
10534
+ "ec2:EndDateType",
10535
+ "ec2:InstanceCount",
10536
+ "ec2:InstanceMatchCriteria",
10537
+ "ec2:InstancePlatform",
10538
+ "ec2:InstanceType",
10539
+ "ec2:OutpostArn",
10540
+ "ec2:PlacementGroup",
10541
+ "ec2:ResourceTag/${TagKey}",
10542
+ "ec2:SourceCapacityReservationId",
10543
+ "ec2:Tenancy"
10544
+ ],
10545
+ "dependentActions": []
10546
+ }
10547
+ ],
10548
+ "conditionKeys": [
10549
+ "ec2:Region"
10550
+ ],
10551
+ "dependentActions": []
10552
+ },
10383
10553
  "disassociateclientvpntargetnetwork": {
10384
10554
  "name": "DisassociateClientVpnTargetNetwork",
10385
10555
  "description": "Grants permission to disassociate a target network from a Client VPN endpoint",
@@ -10633,6 +10803,41 @@
10633
10803
  ],
10634
10804
  "dependentActions": []
10635
10805
  },
10806
+ "disassociatesecuritygroupvpc": {
10807
+ "name": "DisassociateSecurityGroupVpc",
10808
+ "description": "Grants permission to disassociate a security group from a VPC",
10809
+ "accessLevel": "Write",
10810
+ "resourceTypes": [
10811
+ {
10812
+ "name": "security-group",
10813
+ "required": true,
10814
+ "conditionKeys": [
10815
+ "aws:ResourceTag/${TagKey}",
10816
+ "ec2:ResourceTag/${TagKey}",
10817
+ "ec2:SecurityGroupID",
10818
+ "ec2:Vpc"
10819
+ ],
10820
+ "dependentActions": []
10821
+ },
10822
+ {
10823
+ "name": "vpc",
10824
+ "required": false,
10825
+ "conditionKeys": [
10826
+ "aws:ResourceTag/${TagKey}",
10827
+ "ec2:Ipv4IpamPoolId",
10828
+ "ec2:Ipv6IpamPoolId",
10829
+ "ec2:ResourceTag/${TagKey}",
10830
+ "ec2:Tenancy",
10831
+ "ec2:VpcID"
10832
+ ],
10833
+ "dependentActions": []
10834
+ }
10835
+ ],
10836
+ "conditionKeys": [
10837
+ "ec2:Region"
10838
+ ],
10839
+ "dependentActions": []
10840
+ },
10636
10841
  "disassociatesubnetcidrblock": {
10637
10842
  "name": "DisassociateSubnetCidrBlock",
10638
10843
  "description": "Grants permission to disassociate a CIDR block from a subnet",
@@ -12995,6 +13200,44 @@
12995
13200
  ],
12996
13201
  "dependentActions": []
12997
13202
  },
13203
+ "modifyinstancecpuoptions": {
13204
+ "name": "ModifyInstanceCpuOptions",
13205
+ "description": "Grants permission to modify the CPU options on an instance",
13206
+ "accessLevel": "Write",
13207
+ "resourceTypes": [
13208
+ {
13209
+ "name": "instance",
13210
+ "required": true,
13211
+ "conditionKeys": [
13212
+ "aws:ResourceTag/${TagKey}",
13213
+ "ec2:Attribute",
13214
+ "ec2:Attribute/${AttributeName}",
13215
+ "ec2:AvailabilityZone",
13216
+ "ec2:CpuOptionsAmdSevSnp",
13217
+ "ec2:EbsOptimized",
13218
+ "ec2:InstanceAutoRecovery",
13219
+ "ec2:InstanceID",
13220
+ "ec2:InstanceMarketType",
13221
+ "ec2:InstanceMetadataTags",
13222
+ "ec2:InstanceProfile",
13223
+ "ec2:InstanceType",
13224
+ "ec2:MetadataHttpEndpoint",
13225
+ "ec2:MetadataHttpPutResponseHopLimit",
13226
+ "ec2:MetadataHttpTokens",
13227
+ "ec2:PlacementGroup",
13228
+ "ec2:ProductCode",
13229
+ "ec2:ResourceTag/${TagKey}",
13230
+ "ec2:RootDeviceType",
13231
+ "ec2:Tenancy"
13232
+ ],
13233
+ "dependentActions": []
13234
+ }
13235
+ ],
13236
+ "conditionKeys": [
13237
+ "ec2:Region"
13238
+ ],
13239
+ "dependentActions": []
13240
+ },
12998
13241
  "modifyinstancecreditspecification": {
12999
13242
  "name": "ModifyInstanceCreditSpecification",
13000
13243
  "description": "Grants permission to modify the credit option for CPU usage on an instance",
@@ -15019,6 +15262,41 @@
15019
15262
  ],
15020
15263
  "dependentActions": []
15021
15264
  },
15265
+ "rejectcapacityreservationbillingownership": {
15266
+ "name": "RejectCapacityReservationBillingOwnership",
15267
+ "description": "Grants permission to reject a request to assign billing of the available capacity of a shared Capacity Reservation to your account",
15268
+ "accessLevel": "Write",
15269
+ "resourceTypes": [
15270
+ {
15271
+ "name": "capacity-reservation",
15272
+ "required": true,
15273
+ "conditionKeys": [
15274
+ "aws:ResourceTag/${TagKey}",
15275
+ "ec2:AvailabilityZone",
15276
+ "ec2:CapacityReservationFleet",
15277
+ "ec2:CreateDate",
15278
+ "ec2:DestinationCapacityReservationId",
15279
+ "ec2:EbsOptimized",
15280
+ "ec2:EndDate",
15281
+ "ec2:EndDateType",
15282
+ "ec2:InstanceCount",
15283
+ "ec2:InstanceMatchCriteria",
15284
+ "ec2:InstancePlatform",
15285
+ "ec2:InstanceType",
15286
+ "ec2:OutpostArn",
15287
+ "ec2:PlacementGroup",
15288
+ "ec2:ResourceTag/${TagKey}",
15289
+ "ec2:SourceCapacityReservationId",
15290
+ "ec2:Tenancy"
15291
+ ],
15292
+ "dependentActions": []
15293
+ }
15294
+ ],
15295
+ "conditionKeys": [
15296
+ "ec2:Region"
15297
+ ],
15298
+ "dependentActions": []
15299
+ },
15022
15300
  "rejecttransitgatewaymulticastdomainassociations": {
15023
15301
  "name": "RejectTransitGatewayMulticastDomainAssociations",
15024
15302
  "description": "Grants permission to reject requests to associate cross-account subnets with a transit gateway multicast domain",
@@ -490,6 +490,38 @@
490
490
  "conditionKeys": [],
491
491
  "dependentActions": []
492
492
  },
493
+ "replicationread": {
494
+ "name": "ReplicationRead",
495
+ "isPermissionOnly": true,
496
+ "description": "Grants permission to read file system data for replication",
497
+ "accessLevel": "Read",
498
+ "resourceTypes": [
499
+ {
500
+ "name": "file-system",
501
+ "required": true,
502
+ "conditionKeys": [],
503
+ "dependentActions": []
504
+ }
505
+ ],
506
+ "conditionKeys": [],
507
+ "dependentActions": []
508
+ },
509
+ "replicationwrite": {
510
+ "name": "ReplicationWrite",
511
+ "isPermissionOnly": true,
512
+ "description": "Grants permission to replicate data to a file system",
513
+ "accessLevel": "Write",
514
+ "resourceTypes": [
515
+ {
516
+ "name": "file-system",
517
+ "required": true,
518
+ "conditionKeys": [],
519
+ "dependentActions": []
520
+ }
521
+ ],
522
+ "conditionKeys": [],
523
+ "dependentActions": []
524
+ },
493
525
  "restore": {
494
526
  "name": "Restore",
495
527
  "isPermissionOnly": true,
@@ -0,0 +1,32 @@
1
+ {
2
+ "getstaticmap": {
3
+ "name": "GetStaticMap",
4
+ "description": "Grants permission to retrieve the static map",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "provider",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "gettile": {
18
+ "name": "GetTile",
19
+ "description": "Grants permission to retrieve the map tile",
20
+ "accessLevel": "Read",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "provider",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ }
32
+ }
@@ -0,0 +1,107 @@
1
+ {
2
+ "autocomplete": {
3
+ "name": "Autocomplete",
4
+ "description": "Grants permission to autocomplete text input with potential places and addresses as the user types",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "provider",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "geocode": {
18
+ "name": "Geocode",
19
+ "description": "Grants permission to geocode a textual address or place into geographic coordinates",
20
+ "accessLevel": "Read",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "provider",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
32
+ "getplace": {
33
+ "name": "GetPlace",
34
+ "description": "Grants permission to query a place by it's unqiue place ID",
35
+ "accessLevel": "Read",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "provider",
39
+ "required": true,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
47
+ "reversegeocode": {
48
+ "name": "ReverseGeocode",
49
+ "description": "Grants permission to convert geographic coordinates into a human-readable address or place",
50
+ "accessLevel": "Read",
51
+ "resourceTypes": [
52
+ {
53
+ "name": "provider",
54
+ "required": true,
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ }
58
+ ],
59
+ "conditionKeys": [],
60
+ "dependentActions": []
61
+ },
62
+ "searchnearby": {
63
+ "name": "SearchNearby",
64
+ "description": "Grants permission to retrieve places near a position which match to a set of user defined restrictions such as category or food type offered by the place",
65
+ "accessLevel": "Read",
66
+ "resourceTypes": [
67
+ {
68
+ "name": "provider",
69
+ "required": true,
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ }
73
+ ],
74
+ "conditionKeys": [],
75
+ "dependentActions": []
76
+ },
77
+ "searchtext": {
78
+ "name": "SearchText",
79
+ "description": "Grants permission to query for places using a single free-form text input",
80
+ "accessLevel": "Read",
81
+ "resourceTypes": [
82
+ {
83
+ "name": "provider",
84
+ "required": true,
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ }
88
+ ],
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ },
92
+ "suggest": {
93
+ "name": "Suggest",
94
+ "description": "Grants permission to suggest potential places based on the user's input",
95
+ "accessLevel": "Read",
96
+ "resourceTypes": [
97
+ {
98
+ "name": "provider",
99
+ "required": true,
100
+ "conditionKeys": [],
101
+ "dependentActions": []
102
+ }
103
+ ],
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ }
107
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "calculateisolines": {
3
+ "name": "CalculateIsolines",
4
+ "description": "Grants permission to determine destinations or service areas reachable within a specified time",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "provider",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "calculateroutematrix": {
18
+ "name": "CalculateRouteMatrix",
19
+ "description": "Grants permission to calculate routing matrice which providing travel time and distances between sets of origins and destinations",
20
+ "accessLevel": "Read",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "provider",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
32
+ "calculateroutes": {
33
+ "name": "CalculateRoutes",
34
+ "description": "Grants permission to calculates routes between two or more locations",
35
+ "accessLevel": "Read",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "provider",
39
+ "required": true,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
47
+ "optimizewaypoints": {
48
+ "name": "OptimizeWaypoints",
49
+ "description": "Grants permission to calculate the most efficient sequence for visiting multiple waypoints or locations along a route",
50
+ "accessLevel": "Read",
51
+ "resourceTypes": [
52
+ {
53
+ "name": "provider",
54
+ "required": true,
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ }
58
+ ],
59
+ "conditionKeys": [],
60
+ "dependentActions": []
61
+ },
62
+ "snaptoroads": {
63
+ "name": "SnapToRoads",
64
+ "description": "Grants permission to enhances the accuracy of geographic positioning by aligning GPS coordinates to the nearest road segments on a digital map",
65
+ "accessLevel": "Read",
66
+ "resourceTypes": [
67
+ {
68
+ "name": "provider",
69
+ "required": true,
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ }
73
+ ],
74
+ "conditionKeys": [],
75
+ "dependentActions": []
76
+ }
77
+ }