@cloud-copilot/iam-data 0.19.202606171 → 0.19.202606201

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.
@@ -17,6 +17,21 @@
17
17
  "conditionKeys": [],
18
18
  "dependentActions": []
19
19
  },
20
+ "batchassignlimitsprofile": {
21
+ "name": "BatchAssignLimitsProfile",
22
+ "description": "Grants permission to assign a limits profile to targets",
23
+ "accessLevel": "Write",
24
+ "resourceTypes": [
25
+ {
26
+ "name": "limitsProfile",
27
+ "required": true,
28
+ "conditionKeys": [],
29
+ "dependentActions": []
30
+ }
31
+ ],
32
+ "conditionKeys": [],
33
+ "dependentActions": []
34
+ },
20
35
  "batchcreatetopicreviewedanswer": {
21
36
  "name": "BatchCreateTopicReviewedAnswer",
22
37
  "description": "Grants permission to create reviewed answers for a topic",
@@ -77,6 +92,21 @@
77
92
  "conditionKeys": [],
78
93
  "dependentActions": []
79
94
  },
95
+ "batchunassignlimitsprofile": {
96
+ "name": "BatchUnassignLimitsProfile",
97
+ "description": "Grants permission to unassign a limits profile from targets",
98
+ "accessLevel": "Write",
99
+ "resourceTypes": [
100
+ {
101
+ "name": "limitsProfile",
102
+ "required": true,
103
+ "conditionKeys": [],
104
+ "dependentActions": []
105
+ }
106
+ ],
107
+ "conditionKeys": [],
108
+ "dependentActions": []
109
+ },
80
110
  "batchupdatepreferences": {
81
111
  "name": "BatchUpdatePreferences",
82
112
  "isPermissionOnly": true,
@@ -449,6 +479,24 @@
449
479
  ],
450
480
  "dependentActions": []
451
481
  },
482
+ "createlimitsprofile": {
483
+ "name": "CreateLimitsProfile",
484
+ "description": "Grants permission to create a limits profile",
485
+ "accessLevel": "Write",
486
+ "resourceTypes": [
487
+ {
488
+ "name": "limitsProfile",
489
+ "required": true,
490
+ "conditionKeys": [],
491
+ "dependentActions": []
492
+ }
493
+ ],
494
+ "conditionKeys": [
495
+ "aws:RequestTag/${TagKey}",
496
+ "aws:TagKeys"
497
+ ],
498
+ "dependentActions": []
499
+ },
452
500
  "createnamespace": {
453
501
  "name": "CreateNamespace",
454
502
  "description": "Grants permission to create an QuickSight namespace",
@@ -1025,6 +1073,21 @@
1025
1073
  "conditionKeys": [],
1026
1074
  "dependentActions": []
1027
1075
  },
1076
+ "deletelimitsprofile": {
1077
+ "name": "DeleteLimitsProfile",
1078
+ "description": "Grants permission to delete a limits profile",
1079
+ "accessLevel": "Write",
1080
+ "resourceTypes": [
1081
+ {
1082
+ "name": "limitsProfile",
1083
+ "required": true,
1084
+ "conditionKeys": [],
1085
+ "dependentActions": []
1086
+ }
1087
+ ],
1088
+ "conditionKeys": [],
1089
+ "dependentActions": []
1090
+ },
1028
1091
  "deletenamespace": {
1029
1092
  "name": "DeleteNamespace",
1030
1093
  "description": "Grants permission to delete a QuickSight namespace",
@@ -1430,6 +1493,36 @@
1430
1493
  "conditionKeys": [],
1431
1494
  "dependentActions": []
1432
1495
  },
1496
+ "describeautomationgroup": {
1497
+ "name": "DescribeAutomationGroup",
1498
+ "description": "Grants permission to describe an automation group",
1499
+ "accessLevel": "Read",
1500
+ "resourceTypes": [
1501
+ {
1502
+ "name": "automationGroup",
1503
+ "required": true,
1504
+ "conditionKeys": [],
1505
+ "dependentActions": []
1506
+ }
1507
+ ],
1508
+ "conditionKeys": [],
1509
+ "dependentActions": []
1510
+ },
1511
+ "describeautomationgrouppermissions": {
1512
+ "name": "DescribeAutomationGroupPermissions",
1513
+ "description": "Grants permission to describe permissions for an automation group",
1514
+ "accessLevel": "Permissions management",
1515
+ "resourceTypes": [
1516
+ {
1517
+ "name": "automationGroup",
1518
+ "required": true,
1519
+ "conditionKeys": [],
1520
+ "dependentActions": []
1521
+ }
1522
+ ],
1523
+ "conditionKeys": [],
1524
+ "dependentActions": []
1525
+ },
1433
1526
  "describeautomationjob": {
1434
1527
  "name": "DescribeAutomationJob",
1435
1528
  "description": "Grants permission to describe an automation job",
@@ -1873,6 +1966,21 @@
1873
1966
  "conditionKeys": [],
1874
1967
  "dependentActions": []
1875
1968
  },
1969
+ "describelimitsprofile": {
1970
+ "name": "DescribeLimitsProfile",
1971
+ "description": "Grants permission to describe a limits profile",
1972
+ "accessLevel": "Read",
1973
+ "resourceTypes": [
1974
+ {
1975
+ "name": "limitsProfile",
1976
+ "required": true,
1977
+ "conditionKeys": [],
1978
+ "dependentActions": []
1979
+ }
1980
+ ],
1981
+ "conditionKeys": [],
1982
+ "dependentActions": []
1983
+ },
1876
1984
  "describenamespace": {
1877
1985
  "name": "DescribeNamespace",
1878
1986
  "description": "Grants permission to describe a QuickSight namespace",
@@ -2425,6 +2533,29 @@
2425
2533
  "conditionKeys": [],
2426
2534
  "dependentActions": []
2427
2535
  },
2536
+ "listassignmentsforprincipal": {
2537
+ "name": "ListAssignmentsForPrincipal",
2538
+ "description": "Grants permission to list limits profile assignments for a principal",
2539
+ "accessLevel": "List",
2540
+ "resourceTypes": [
2541
+ {
2542
+ "name": "limitsProfile",
2543
+ "required": true,
2544
+ "conditionKeys": [],
2545
+ "dependentActions": []
2546
+ }
2547
+ ],
2548
+ "conditionKeys": [],
2549
+ "dependentActions": []
2550
+ },
2551
+ "listautomationgroups": {
2552
+ "name": "ListAutomationGroups",
2553
+ "description": "Grants permission to list all automation groups in an account",
2554
+ "accessLevel": "List",
2555
+ "resourceTypes": [],
2556
+ "conditionKeys": [],
2557
+ "dependentActions": []
2558
+ },
2428
2559
  "listbrands": {
2429
2560
  "name": "ListBrands",
2430
2561
  "description": "Grants permission to lists all brands in an Amazon QuickSight account",
@@ -2684,6 +2815,21 @@
2684
2815
  "conditionKeys": [],
2685
2816
  "dependentActions": []
2686
2817
  },
2818
+ "listlimitsprofiles": {
2819
+ "name": "ListLimitsProfiles",
2820
+ "description": "Grants permission to list limits profiles",
2821
+ "accessLevel": "List",
2822
+ "resourceTypes": [
2823
+ {
2824
+ "name": "limitsProfile",
2825
+ "required": true,
2826
+ "conditionKeys": [],
2827
+ "dependentActions": []
2828
+ }
2829
+ ],
2830
+ "conditionKeys": [],
2831
+ "dependentActions": []
2832
+ },
2687
2833
  "listnamespaces": {
2688
2834
  "name": "ListNamespaces",
2689
2835
  "description": "Grants permission to lists all namespaces in a QuickSight account",
@@ -2703,6 +2849,21 @@
2703
2849
  ],
2704
2850
  "dependentActions": []
2705
2851
  },
2852
+ "listprofileassignments": {
2853
+ "name": "ListProfileAssignments",
2854
+ "description": "Grants permission to list assignments for a limits profile",
2855
+ "accessLevel": "List",
2856
+ "resourceTypes": [
2857
+ {
2858
+ "name": "limitsProfile",
2859
+ "required": true,
2860
+ "conditionKeys": [],
2861
+ "dependentActions": []
2862
+ }
2863
+ ],
2864
+ "conditionKeys": [],
2865
+ "dependentActions": []
2866
+ },
2706
2867
  "listrefreshschedules": {
2707
2868
  "name": "ListRefreshSchedules",
2708
2869
  "description": "Grants permission to list all refresh schedules on a dataset",
@@ -3235,6 +3396,14 @@
3235
3396
  "conditionKeys": [],
3236
3397
  "dependentActions": []
3237
3398
  },
3399
+ "searchautomationgroups": {
3400
+ "name": "SearchAutomationGroups",
3401
+ "description": "Grants permission to search for automation groups in an account",
3402
+ "accessLevel": "List",
3403
+ "resourceTypes": [],
3404
+ "conditionKeys": [],
3405
+ "dependentActions": []
3406
+ },
3238
3407
  "searchdashboards": {
3239
3408
  "name": "SearchDashboards",
3240
3409
  "description": "Grants permission to search for a sub-set of QuickSight Dashboards",
@@ -3875,6 +4044,21 @@
3875
4044
  "conditionKeys": [],
3876
4045
  "dependentActions": []
3877
4046
  },
4047
+ "updateautomationgrouppermissions": {
4048
+ "name": "UpdateAutomationGroupPermissions",
4049
+ "description": "Grants permission to update permissions for an automation group",
4050
+ "accessLevel": "Permissions management",
4051
+ "resourceTypes": [
4052
+ {
4053
+ "name": "automationGroup",
4054
+ "required": true,
4055
+ "conditionKeys": [],
4056
+ "dependentActions": []
4057
+ }
4058
+ ],
4059
+ "conditionKeys": [],
4060
+ "dependentActions": []
4061
+ },
3878
4062
  "updatebrand": {
3879
4063
  "name": "UpdateBrand",
3880
4064
  "description": "Grants permission to update a brand",
@@ -4256,6 +4440,21 @@
4256
4440
  "conditionKeys": [],
4257
4441
  "dependentActions": []
4258
4442
  },
4443
+ "updatelimitsprofile": {
4444
+ "name": "UpdateLimitsProfile",
4445
+ "description": "Grants permission to update a limits profile",
4446
+ "accessLevel": "Write",
4447
+ "resourceTypes": [
4448
+ {
4449
+ "name": "limitsProfile",
4450
+ "required": true,
4451
+ "conditionKeys": [],
4452
+ "dependentActions": []
4453
+ }
4454
+ ],
4455
+ "conditionKeys": [],
4456
+ "dependentActions": []
4457
+ },
4259
4458
  "updateoauthclientapplication": {
4260
4459
  "name": "UpdateOAuthClientApplication",
4261
4460
  "description": "Grants permission to update an OAuth client application",
@@ -736,6 +736,36 @@
736
736
  ],
737
737
  "dependentActions": []
738
738
  },
739
+ "deleteobjectannotation": {
740
+ "name": "DeleteObjectAnnotation",
741
+ "description": "Grants permission to delete an annotation from an object",
742
+ "accessLevel": "Write",
743
+ "resourceTypes": [
744
+ {
745
+ "name": "accesspointobject",
746
+ "required": false,
747
+ "conditionKeys": [],
748
+ "dependentActions": []
749
+ },
750
+ {
751
+ "name": "object",
752
+ "required": false,
753
+ "conditionKeys": [],
754
+ "dependentActions": []
755
+ }
756
+ ],
757
+ "conditionKeys": [
758
+ "s3:authType",
759
+ "s3:signatureAge",
760
+ "s3:signatureversion",
761
+ "s3:TlsVersion",
762
+ "s3:x-amz-content-sha256",
763
+ "s3:ResourceAccount",
764
+ "s3:x-amz-object-if-match",
765
+ "s3:ExistingObjectTag/<key>"
766
+ ],
767
+ "dependentActions": []
768
+ },
739
769
  "deleteobjecttagging": {
740
770
  "name": "DeleteObjectTagging",
741
771
  "description": "Grants permission to use the tagging subresource to remove the entire tag set from the specified object",
@@ -795,6 +825,37 @@
795
825
  ],
796
826
  "dependentActions": []
797
827
  },
828
+ "deleteobjectversionannotation": {
829
+ "name": "DeleteObjectVersionAnnotation",
830
+ "description": "Grants permission to delete an annotation from a specific version of an object",
831
+ "accessLevel": "Write",
832
+ "resourceTypes": [
833
+ {
834
+ "name": "accesspointobject",
835
+ "required": false,
836
+ "conditionKeys": [],
837
+ "dependentActions": []
838
+ },
839
+ {
840
+ "name": "object",
841
+ "required": false,
842
+ "conditionKeys": [],
843
+ "dependentActions": []
844
+ }
845
+ ],
846
+ "conditionKeys": [
847
+ "s3:authType",
848
+ "s3:signatureAge",
849
+ "s3:signatureversion",
850
+ "s3:TlsVersion",
851
+ "s3:x-amz-content-sha256",
852
+ "s3:ResourceAccount",
853
+ "s3:versionid",
854
+ "s3:x-amz-object-if-match",
855
+ "s3:ExistingObjectTag/<key>"
856
+ ],
857
+ "dependentActions": []
858
+ },
798
859
  "deleteobjectversiontagging": {
799
860
  "name": "DeleteObjectVersionTagging",
800
861
  "description": "Grants permission to remove the entire tag set for a specific version of the object",
@@ -2000,6 +2061,35 @@
2000
2061
  ],
2001
2062
  "dependentActions": []
2002
2063
  },
2064
+ "getobjectannotation": {
2065
+ "name": "GetObjectAnnotation",
2066
+ "description": "Grants permission to retrieve an annotation from an object",
2067
+ "accessLevel": "Read",
2068
+ "resourceTypes": [
2069
+ {
2070
+ "name": "accesspointobject",
2071
+ "required": false,
2072
+ "conditionKeys": [],
2073
+ "dependentActions": []
2074
+ },
2075
+ {
2076
+ "name": "object",
2077
+ "required": false,
2078
+ "conditionKeys": [],
2079
+ "dependentActions": []
2080
+ }
2081
+ ],
2082
+ "conditionKeys": [
2083
+ "s3:authType",
2084
+ "s3:signatureAge",
2085
+ "s3:signatureversion",
2086
+ "s3:TlsVersion",
2087
+ "s3:x-amz-content-sha256",
2088
+ "s3:ResourceAccount",
2089
+ "s3:ExistingObjectTag/<key>"
2090
+ ],
2091
+ "dependentActions": []
2092
+ },
2003
2093
  "getobjectattributes": {
2004
2094
  "name": "GetObjectAttributes",
2005
2095
  "description": "Grants permission to retrieve attributes related to a specific object",
@@ -2198,6 +2288,58 @@
2198
2288
  ],
2199
2289
  "dependentActions": []
2200
2290
  },
2291
+ "getobjectversionannotation": {
2292
+ "name": "GetObjectVersionAnnotation",
2293
+ "description": "Grants permission to retrieve an annotation from a specific version of an object",
2294
+ "accessLevel": "Read",
2295
+ "resourceTypes": [
2296
+ {
2297
+ "name": "accesspointobject",
2298
+ "required": false,
2299
+ "conditionKeys": [],
2300
+ "dependentActions": []
2301
+ },
2302
+ {
2303
+ "name": "object",
2304
+ "required": false,
2305
+ "conditionKeys": [],
2306
+ "dependentActions": []
2307
+ }
2308
+ ],
2309
+ "conditionKeys": [
2310
+ "s3:authType",
2311
+ "s3:signatureAge",
2312
+ "s3:signatureversion",
2313
+ "s3:TlsVersion",
2314
+ "s3:x-amz-content-sha256",
2315
+ "s3:ResourceAccount",
2316
+ "s3:versionid",
2317
+ "s3:ExistingObjectTag/<key>"
2318
+ ],
2319
+ "dependentActions": []
2320
+ },
2321
+ "getobjectversionannotationforreplication": {
2322
+ "name": "GetObjectVersionAnnotationForReplication",
2323
+ "description": "Grants permission to get an object version annotation for replication",
2324
+ "accessLevel": "Read",
2325
+ "resourceTypes": [
2326
+ {
2327
+ "name": "object",
2328
+ "required": true,
2329
+ "conditionKeys": [],
2330
+ "dependentActions": []
2331
+ }
2332
+ ],
2333
+ "conditionKeys": [
2334
+ "s3:authType",
2335
+ "s3:ResourceAccount",
2336
+ "s3:signatureAge",
2337
+ "s3:signatureversion",
2338
+ "s3:TlsVersion",
2339
+ "s3:x-amz-content-sha256"
2340
+ ],
2341
+ "dependentActions": []
2342
+ },
2201
2343
  "getobjectversionattributes": {
2202
2344
  "name": "GetObjectVersionAttributes",
2203
2345
  "description": "Grants permission to retrieve attributes related to a specific version of an object",
@@ -2710,6 +2852,69 @@
2710
2852
  ],
2711
2853
  "dependentActions": []
2712
2854
  },
2855
+ "listobjectannotations": {
2856
+ "name": "ListObjectAnnotations",
2857
+ "description": "Grants permission to list annotations on an object",
2858
+ "accessLevel": "List",
2859
+ "resourceTypes": [
2860
+ {
2861
+ "name": "accesspointobject",
2862
+ "required": false,
2863
+ "conditionKeys": [],
2864
+ "dependentActions": []
2865
+ },
2866
+ {
2867
+ "name": "object",
2868
+ "required": false,
2869
+ "conditionKeys": [],
2870
+ "dependentActions": []
2871
+ }
2872
+ ],
2873
+ "conditionKeys": [
2874
+ "s3:authType",
2875
+ "s3:signatureAge",
2876
+ "s3:signatureversion",
2877
+ "s3:TlsVersion",
2878
+ "s3:x-amz-content-sha256",
2879
+ "s3:ResourceAccount",
2880
+ "s3:annotation-prefix",
2881
+ "s3:max-annotation-results",
2882
+ "s3:ExistingObjectTag/<key>"
2883
+ ],
2884
+ "dependentActions": []
2885
+ },
2886
+ "listobjectversionannotations": {
2887
+ "name": "ListObjectVersionAnnotations",
2888
+ "description": "Grants permission to list annotations on a specific version of an object",
2889
+ "accessLevel": "List",
2890
+ "resourceTypes": [
2891
+ {
2892
+ "name": "accesspointobject",
2893
+ "required": false,
2894
+ "conditionKeys": [],
2895
+ "dependentActions": []
2896
+ },
2897
+ {
2898
+ "name": "object",
2899
+ "required": false,
2900
+ "conditionKeys": [],
2901
+ "dependentActions": []
2902
+ }
2903
+ ],
2904
+ "conditionKeys": [
2905
+ "s3:authType",
2906
+ "s3:signatureAge",
2907
+ "s3:signatureversion",
2908
+ "s3:TlsVersion",
2909
+ "s3:x-amz-content-sha256",
2910
+ "s3:ResourceAccount",
2911
+ "s3:versionid",
2912
+ "s3:annotation-prefix",
2913
+ "s3:max-annotation-results",
2914
+ "s3:ExistingObjectTag/<key>"
2915
+ ],
2916
+ "dependentActions": []
2917
+ },
2713
2918
  "liststoragelensconfigurations": {
2714
2919
  "name": "ListStorageLensConfigurations",
2715
2920
  "description": "Grants permission to list Amazon S3 Storage Lens configurations",
@@ -3491,6 +3696,7 @@
3491
3696
  "s3:x-amz-grant-write",
3492
3697
  "s3:x-amz-grant-write-acp",
3493
3698
  "s3:x-amz-metadata-directive",
3699
+ "s3:x-amz-object-annotation-directive",
3494
3700
  "s3:x-amz-server-side-encryption",
3495
3701
  "s3:x-amz-server-side-encryption-aws-kms-key-id",
3496
3702
  "s3:x-amz-server-side-encryption-customer-algorithm",
@@ -3543,6 +3749,36 @@
3543
3749
  ],
3544
3750
  "dependentActions": []
3545
3751
  },
3752
+ "putobjectannotation": {
3753
+ "name": "PutObjectAnnotation",
3754
+ "description": "Grants permission to add or replace an annotation on an object",
3755
+ "accessLevel": "Write",
3756
+ "resourceTypes": [
3757
+ {
3758
+ "name": "accesspointobject",
3759
+ "required": false,
3760
+ "conditionKeys": [],
3761
+ "dependentActions": []
3762
+ },
3763
+ {
3764
+ "name": "object",
3765
+ "required": false,
3766
+ "conditionKeys": [],
3767
+ "dependentActions": []
3768
+ }
3769
+ ],
3770
+ "conditionKeys": [
3771
+ "s3:authType",
3772
+ "s3:signatureAge",
3773
+ "s3:signatureversion",
3774
+ "s3:TlsVersion",
3775
+ "s3:x-amz-content-sha256",
3776
+ "s3:ResourceAccount",
3777
+ "s3:x-amz-object-if-match",
3778
+ "s3:ExistingObjectTag/<key>"
3779
+ ],
3780
+ "dependentActions": []
3781
+ },
3546
3782
  "putobjectlegalhold": {
3547
3783
  "name": "PutObjectLegalHold",
3548
3784
  "description": "Grants permission to apply a Legal Hold configuration to the specified object",
@@ -3672,6 +3908,37 @@
3672
3908
  ],
3673
3909
  "dependentActions": []
3674
3910
  },
3911
+ "putobjectversionannotation": {
3912
+ "name": "PutObjectVersionAnnotation",
3913
+ "description": "Grants permission to add or replace an annotation on a specific version of an object",
3914
+ "accessLevel": "Write",
3915
+ "resourceTypes": [
3916
+ {
3917
+ "name": "accesspointobject",
3918
+ "required": false,
3919
+ "conditionKeys": [],
3920
+ "dependentActions": []
3921
+ },
3922
+ {
3923
+ "name": "object",
3924
+ "required": false,
3925
+ "conditionKeys": [],
3926
+ "dependentActions": []
3927
+ }
3928
+ ],
3929
+ "conditionKeys": [
3930
+ "s3:authType",
3931
+ "s3:signatureAge",
3932
+ "s3:signatureversion",
3933
+ "s3:TlsVersion",
3934
+ "s3:x-amz-content-sha256",
3935
+ "s3:ResourceAccount",
3936
+ "s3:versionid",
3937
+ "s3:x-amz-object-if-match",
3938
+ "s3:ExistingObjectTag/<key>"
3939
+ ],
3940
+ "dependentActions": []
3941
+ },
3675
3942
  "putobjectversiontagging": {
3676
3943
  "name": "PutObjectVersionTagging",
3677
3944
  "description": "Grants permission to set the supplied tag-set for a specific version of an object",
@@ -3817,6 +4084,28 @@
3817
4084
  ],
3818
4085
  "dependentActions": []
3819
4086
  },
4087
+ "replicateobjectannotation": {
4088
+ "name": "ReplicateObjectAnnotation",
4089
+ "description": "Grants permission to replicate annotations to the destination bucket",
4090
+ "accessLevel": "Write",
4091
+ "resourceTypes": [
4092
+ {
4093
+ "name": "object",
4094
+ "required": true,
4095
+ "conditionKeys": [],
4096
+ "dependentActions": []
4097
+ }
4098
+ ],
4099
+ "conditionKeys": [
4100
+ "s3:authType",
4101
+ "s3:ResourceAccount",
4102
+ "s3:signatureAge",
4103
+ "s3:signatureversion",
4104
+ "s3:TlsVersion",
4105
+ "s3:x-amz-content-sha256"
4106
+ ],
4107
+ "dependentActions": []
4108
+ },
3820
4109
  "replicatetags": {
3821
4110
  "name": "ReplicateTags",
3822
4111
  "description": "Grants permission to replicate object tags to the destination bucket",
@@ -4022,6 +4311,28 @@
4022
4311
  ],
4023
4312
  "dependentActions": []
4024
4313
  },
4314
+ "updatebucketmetadataannotationtableconfiguration": {
4315
+ "name": "UpdateBucketMetadataAnnotationTableConfiguration",
4316
+ "description": "Grants permission to update the annotation table configuration for a bucket",
4317
+ "accessLevel": "Write",
4318
+ "resourceTypes": [
4319
+ {
4320
+ "name": "bucket",
4321
+ "required": true,
4322
+ "conditionKeys": [],
4323
+ "dependentActions": []
4324
+ }
4325
+ ],
4326
+ "conditionKeys": [
4327
+ "s3:authType",
4328
+ "s3:ResourceAccount",
4329
+ "s3:signatureAge",
4330
+ "s3:signatureversion",
4331
+ "s3:TlsVersion",
4332
+ "s3:x-amz-content-sha256"
4333
+ ],
4334
+ "dependentActions": []
4335
+ },
4025
4336
  "updatebucketmetadatainventorytableconfiguration": {
4026
4337
  "name": "UpdateBucketMetadataInventoryTableConfiguration",
4027
4338
  "description": "Grants permission to update the inventory table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "aws:requesttag/${tagkey}": {
3
3
  "key": "aws:RequestTag/${TagKey}",
4
- "description": "Filters actions based on the allowed set of values for each of the tags",
4
+ "description": "Filters access by the presence of tags in the request",
5
5
  "type": "String"
6
6
  },
7
7
  "aws:resourcetag/${tagkey}": {
8
8
  "key": "aws:ResourceTag/${TagKey}",
9
- "description": "Filters actions based on tag-value associated with the resource",
9
+ "description": "Filters access by tags associated with the resource",
10
10
  "type": "String"
11
11
  },
12
12
  "aws:tagkeys": {
13
13
  "key": "aws:TagKeys",
14
- "description": "Filters actions based on the presence of mandatory tags in the request",
14
+ "description": "Filters access by the presence of tags in the request",
15
15
  "type": "ArrayOfString"
16
16
  },
17
17
  "cloudwatch:alarmactions": {
18
18
  "key": "cloudwatch:AlarmActions",
19
- "description": "Filters actions based on defined alarm actions",
19
+ "description": "Filters access by defined alarm actions",
20
20
  "type": "ArrayOfString"
21
21
  },
22
22
  "cloudwatch:namespace": {
23
23
  "key": "cloudwatch:namespace",
24
- "description": "Filters actions based on the presence of optional namespace values",
24
+ "description": "Filters access by the presence of optional namespace values",
25
25
  "type": "String"
26
26
  },
27
27
  "cloudwatch:requestinsightruleloggroups": {
28
28
  "key": "cloudwatch:requestInsightRuleLogGroups",
29
- "description": "Filters actions based on the Log Groups specified in an Insight Rule",
29
+ "description": "Filters access by the Log Groups specified in an Insight Rule",
30
30
  "type": "ArrayOfString"
31
31
  },
32
32
  "cloudwatch:requestmanagedresourcearns": {