aws-iam-data 0.0.447 → 0.0.448

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.
@@ -54074,6 +54074,23 @@
54074
54074
  }
54075
54075
  ]
54076
54076
  },
54077
+ {
54078
+ "name": "ListAllHookResults",
54079
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListHookResults.html",
54080
+ "permissionOnly": false,
54081
+ "description": "Grants permission to return Hook invocations result information for a specified Hook, a combination of Hook and status, or all Hooks",
54082
+ "accessLevel": "List",
54083
+ "resourceTypes": [
54084
+ {
54085
+ "resourceType": "",
54086
+ "required": false,
54087
+ "conditionKeys": [
54088
+ "cloudformation:TypeArn"
54089
+ ],
54090
+ "dependentActions": []
54091
+ }
54092
+ ]
54093
+ },
54077
54094
  {
54078
54095
  "name": "ListChangeSets",
54079
54096
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListChangeSets.html",
@@ -54932,6 +54949,12 @@
54932
54949
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-template-conditions",
54933
54950
  "description": "Filters access by an Amazon S3 template URL. Use to control which templates IAM users can use when they create or update stacks",
54934
54951
  "type": "String"
54952
+ },
54953
+ {
54954
+ "name": "cloudformation:TypeArn",
54955
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-template-conditions",
54956
+ "description": "Filters access by the ARN of a CloudFormation extension",
54957
+ "type": "ARN"
54935
54958
  }
54936
54959
  ]
54937
54960
  },
@@ -65502,6 +65525,33 @@
65502
65525
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchobservabilityadminservice.html",
65503
65526
  "servicePrefix": "observabilityadmin",
65504
65527
  "actions": [
65528
+ {
65529
+ "name": "CreateCentralizationRuleForOrganization",
65530
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_CreateCentralizationRuleForOrganization.html",
65531
+ "permissionOnly": false,
65532
+ "description": "Grants permission to create a new organization centralization rule with the specified name for the organization",
65533
+ "accessLevel": "Write",
65534
+ "resourceTypes": [
65535
+ {
65536
+ "resourceType": "organization-centralization-rule",
65537
+ "required": true,
65538
+ "conditionKeys": [],
65539
+ "dependentActions": []
65540
+ },
65541
+ {
65542
+ "resourceType": "",
65543
+ "required": false,
65544
+ "conditionKeys": [
65545
+ "aws:TagKeys",
65546
+ "aws:RequestTag/${TagKey}",
65547
+ "observabilityadmin:CentralizationSourceRegions",
65548
+ "observabilityadmin:CentralizationDestinationRegion",
65549
+ "observabilityadmin:CentralizationBackupRegion"
65550
+ ],
65551
+ "dependentActions": []
65552
+ }
65553
+ ]
65554
+ },
65505
65555
  {
65506
65556
  "name": "CreateTelemetryRule",
65507
65557
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_CreateTelemetryRule.html",
@@ -65550,6 +65600,21 @@
65550
65600
  }
65551
65601
  ]
65552
65602
  },
65603
+ {
65604
+ "name": "DeleteCentralizationRuleForOrganization",
65605
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_DeleteCentralizationRuleForOrganization.html",
65606
+ "permissionOnly": false,
65607
+ "description": "Grants permission to delete an organization centralization rule with the specified name for the organization",
65608
+ "accessLevel": "Write",
65609
+ "resourceTypes": [
65610
+ {
65611
+ "resourceType": "organization-centralization-rule",
65612
+ "required": true,
65613
+ "conditionKeys": [],
65614
+ "dependentActions": []
65615
+ }
65616
+ ]
65617
+ },
65553
65618
  {
65554
65619
  "name": "DeleteTelemetryRule",
65555
65620
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_DeleteTelemetryRule.html",
@@ -65580,6 +65645,36 @@
65580
65645
  }
65581
65646
  ]
65582
65647
  },
65648
+ {
65649
+ "name": "GetCentralizationRuleForOrganization",
65650
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_GetCentralizationRuleForOrganization.html",
65651
+ "permissionOnly": false,
65652
+ "description": "Grants permission to retrieve the specified organization centralization rule for the organization",
65653
+ "accessLevel": "Read",
65654
+ "resourceTypes": [
65655
+ {
65656
+ "resourceType": "",
65657
+ "required": false,
65658
+ "conditionKeys": [],
65659
+ "dependentActions": []
65660
+ }
65661
+ ]
65662
+ },
65663
+ {
65664
+ "name": "GetTelemetryEnrichmentStatus",
65665
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_GetTelemetryEnrichmentStatus.html",
65666
+ "permissionOnly": false,
65667
+ "description": "Grants permission to retrieve the status of the Resource tags for telemetry feature for the account",
65668
+ "accessLevel": "Read",
65669
+ "resourceTypes": [
65670
+ {
65671
+ "resourceType": "",
65672
+ "required": false,
65673
+ "conditionKeys": [],
65674
+ "dependentActions": []
65675
+ }
65676
+ ]
65677
+ },
65583
65678
  {
65584
65679
  "name": "GetTelemetryEvaluationStatus",
65585
65680
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_GetTelemetryEvaluationStatus.html",
@@ -65640,6 +65735,21 @@
65640
65735
  }
65641
65736
  ]
65642
65737
  },
65738
+ {
65739
+ "name": "ListCentralizationRulesForOrganization",
65740
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_ListCentralizationRulesForOrganization.html",
65741
+ "permissionOnly": false,
65742
+ "description": "Grants permission to list the centralization rules for the organization",
65743
+ "accessLevel": "List",
65744
+ "resourceTypes": [
65745
+ {
65746
+ "resourceType": "",
65747
+ "required": false,
65748
+ "conditionKeys": [],
65749
+ "dependentActions": []
65750
+ }
65751
+ ]
65752
+ },
65643
65753
  {
65644
65754
  "name": "ListResourceTelemetry",
65645
65755
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_ListResourceTelemetry.html",
@@ -65677,6 +65787,12 @@
65677
65787
  "description": "Grants permission to list the tags for the specified resource",
65678
65788
  "accessLevel": "List",
65679
65789
  "resourceTypes": [
65790
+ {
65791
+ "resourceType": "organization-centralization-rule",
65792
+ "required": false,
65793
+ "conditionKeys": [],
65794
+ "dependentActions": []
65795
+ },
65680
65796
  {
65681
65797
  "resourceType": "organization-telemetry-rule",
65682
65798
  "required": false,
@@ -65721,6 +65837,21 @@
65721
65837
  }
65722
65838
  ]
65723
65839
  },
65840
+ {
65841
+ "name": "StartTelemetryEnrichment",
65842
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_StartTelemetryEnrichment.html",
65843
+ "permissionOnly": false,
65844
+ "description": "Grants permission to enable the Resource tags for telemetry feature for the account",
65845
+ "accessLevel": "Write",
65846
+ "resourceTypes": [
65847
+ {
65848
+ "resourceType": "",
65849
+ "required": false,
65850
+ "conditionKeys": [],
65851
+ "dependentActions": []
65852
+ }
65853
+ ]
65854
+ },
65724
65855
  {
65725
65856
  "name": "StartTelemetryEvaluation",
65726
65857
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_StartTelemetryEvaluation.html",
@@ -65751,6 +65882,21 @@
65751
65882
  }
65752
65883
  ]
65753
65884
  },
65885
+ {
65886
+ "name": "StopTelemetryEnrichment",
65887
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_StopTelemetryEnrichment.html",
65888
+ "permissionOnly": false,
65889
+ "description": "Grants permission to disable the Resource tags for telemetry feature for the account",
65890
+ "accessLevel": "Write",
65891
+ "resourceTypes": [
65892
+ {
65893
+ "resourceType": "",
65894
+ "required": false,
65895
+ "conditionKeys": [],
65896
+ "dependentActions": []
65897
+ }
65898
+ ]
65899
+ },
65754
65900
  {
65755
65901
  "name": "StopTelemetryEvaluation",
65756
65902
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_StopTelemetryEvaluation.html",
@@ -65788,6 +65934,12 @@
65788
65934
  "description": "Grants permission to add or update the specified tags for the specified resource",
65789
65935
  "accessLevel": "Tagging",
65790
65936
  "resourceTypes": [
65937
+ {
65938
+ "resourceType": "organization-centralization-rule",
65939
+ "required": false,
65940
+ "conditionKeys": [],
65941
+ "dependentActions": []
65942
+ },
65791
65943
  {
65792
65944
  "resourceType": "organization-telemetry-rule",
65793
65945
  "required": false,
@@ -65818,6 +65970,12 @@
65818
65970
  "description": "Grants permission to remove the specified tags from the specified resource",
65819
65971
  "accessLevel": "Tagging",
65820
65972
  "resourceTypes": [
65973
+ {
65974
+ "resourceType": "organization-centralization-rule",
65975
+ "required": false,
65976
+ "conditionKeys": [],
65977
+ "dependentActions": []
65978
+ },
65821
65979
  {
65822
65980
  "resourceType": "organization-telemetry-rule",
65823
65981
  "required": false,
@@ -65840,6 +65998,31 @@
65840
65998
  }
65841
65999
  ]
65842
66000
  },
66001
+ {
66002
+ "name": "UpdateCentralizationRuleForOrganization",
66003
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_UpdateCentralizationRuleForOrganization.html",
66004
+ "permissionOnly": false,
66005
+ "description": "Grants permission to update the specified centralization rule for the organization",
66006
+ "accessLevel": "Write",
66007
+ "resourceTypes": [
66008
+ {
66009
+ "resourceType": "organization-centralization-rule",
66010
+ "required": true,
66011
+ "conditionKeys": [],
66012
+ "dependentActions": []
66013
+ },
66014
+ {
66015
+ "resourceType": "",
66016
+ "required": false,
66017
+ "conditionKeys": [
66018
+ "observabilityadmin:CentralizationSourceRegions",
66019
+ "observabilityadmin:CentralizationDestinationRegion",
66020
+ "observabilityadmin:CentralizationBackupRegion"
66021
+ ],
66022
+ "dependentActions": []
66023
+ }
66024
+ ]
66025
+ },
65843
66026
  {
65844
66027
  "name": "UpdateTelemetryRule",
65845
66028
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_UpdateTelemetryRule.html",
@@ -65859,7 +66042,7 @@
65859
66042
  "name": "UpdateTelemetryRuleForOrganization",
65860
66043
  "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_UpdateTelemetryRuleForOrganization.html",
65861
66044
  "permissionOnly": false,
65862
- "description": "Grants permission to retrieve the specified organization telemetry rule for the organization",
66045
+ "description": "Grants permission to update the specified telemetry rule for the organization",
65863
66046
  "accessLevel": "Write",
65864
66047
  "resourceTypes": [
65865
66048
  {
@@ -65887,6 +66070,14 @@
65887
66070
  "conditionKeys": [
65888
66071
  "aws:ResourceTag/${TagKey}"
65889
66072
  ]
66073
+ },
66074
+ {
66075
+ "name": "organization-centralization-rule",
66076
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cloudwatch/latest/observabilityadmin/API_OrganizationCentralizationRule.html",
66077
+ "arnPattern": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-centralization-rule:${CentralizationRuleName}",
66078
+ "conditionKeys": [
66079
+ "aws:ResourceTag/${TagKey}"
66080
+ ]
65890
66081
  }
65891
66082
  ],
65892
66083
  "conditionKeys": [
@@ -65907,6 +66098,24 @@
65907
66098
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
65908
66099
  "description": "Filters access by the tag keys that are passed in the request",
65909
66100
  "type": "ArrayOfString"
66101
+ },
66102
+ {
66103
+ "name": "observabilityadmin:CentralizationBackupRegion",
66104
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/reference_policies_condition-keys.htmlcondition-keys-observabilityadmin.html#condition-keys-centralizationbackupregion",
66105
+ "description": "Filters access by the backup region that is passed in the request",
66106
+ "type": "String"
66107
+ },
66108
+ {
66109
+ "name": "observabilityadmin:CentralizationDestinationRegion",
66110
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/reference_policies_condition-keys.htmlcondition-keys-observabilityadmin.html#condition-keys-centralizationdestinationregion",
66111
+ "description": "Filters access by the destination region that is passed in the request",
66112
+ "type": "String"
66113
+ },
66114
+ {
66115
+ "name": "observabilityadmin:CentralizationSourceRegions",
66116
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/reference_policies_condition-keys.htmlcondition-keys-observabilityadmin.html#condition-keys-centralizationsourceregions",
66117
+ "description": "Filters access by the source regions that are passed in the request",
66118
+ "type": "ArrayOfString"
65910
66119
  }
65911
66120
  ]
65912
66121
  },
@@ -106175,7 +106384,7 @@
106175
106384
  {
106176
106385
  "name": "CreateEnvironmentBlueprint",
106177
106386
  "apiReferenceUrl": "${APIReferenceDocPage}API_CreateEnvironmentBlueprint.html",
106178
- "permissionOnly": true,
106387
+ "permissionOnly": false,
106179
106388
  "description": "Grants permission to create a custom Environment Blueprint that allow user to add Environments to their Project",
106180
106389
  "accessLevel": "Write",
106181
106390
  "resourceTypes": [
@@ -106580,7 +106789,7 @@
106580
106789
  {
106581
106790
  "name": "DeleteEnvironmentBlueprint",
106582
106791
  "apiReferenceUrl": "${APIReferenceDocPage}API_DeleteEnvironmentBlueprint.html",
106583
- "permissionOnly": true,
106792
+ "permissionOnly": false,
106584
106793
  "description": "Grants permission to delete Environment Blueprint",
106585
106794
  "accessLevel": "Write",
106586
106795
  "resourceTypes": [
@@ -108532,7 +108741,7 @@
108532
108741
  {
108533
108742
  "name": "UpdateEnvironmentBlueprint",
108534
108743
  "apiReferenceUrl": "${APIReferenceDocPage}API_UpdateEnvironmentBlueprint.html",
108535
- "permissionOnly": true,
108744
+ "permissionOnly": false,
108536
108745
  "description": "Grants permission to update Environment Blueprint settings",
108537
108746
  "accessLevel": "Write",
108538
108747
  "resourceTypes": [
@@ -209148,7 +209357,9 @@
209148
209357
  "resourceType": "",
209149
209358
  "required": false,
209150
209359
  "conditionKeys": [],
209151
- "dependentActions": []
209360
+ "dependentActions": [
209361
+ "kms:Decrypt"
209362
+ ]
209152
209363
  }
209153
209364
  ]
209154
209365
  },
@@ -209208,7 +209419,9 @@
209208
209419
  "resourceType": "",
209209
209420
  "required": false,
209210
209421
  "conditionKeys": [],
209211
- "dependentActions": []
209422
+ "dependentActions": [
209423
+ "kms:Decrypt"
209424
+ ]
209212
209425
  }
209213
209426
  ]
209214
209427
  },
@@ -209238,7 +209451,9 @@
209238
209451
  "resourceType": "",
209239
209452
  "required": false,
209240
209453
  "conditionKeys": [],
209241
- "dependentActions": []
209454
+ "dependentActions": [
209455
+ "kms:Decrypt"
209456
+ ]
209242
209457
  }
209243
209458
  ]
209244
209459
  },
@@ -209253,7 +209468,9 @@
209253
209468
  "resourceType": "",
209254
209469
  "required": false,
209255
209470
  "conditionKeys": [],
209256
- "dependentActions": []
209471
+ "dependentActions": [
209472
+ "kms:Decrypt"
209473
+ ]
209257
209474
  }
209258
209475
  ]
209259
209476
  },
@@ -209268,7 +209485,9 @@
209268
209485
  "resourceType": "",
209269
209486
  "required": false,
209270
209487
  "conditionKeys": [],
209271
- "dependentActions": []
209488
+ "dependentActions": [
209489
+ "kms:Decrypt"
209490
+ ]
209272
209491
  }
209273
209492
  ]
209274
209493
  },
@@ -209283,7 +209502,9 @@
209283
209502
  "resourceType": "",
209284
209503
  "required": false,
209285
209504
  "conditionKeys": [],
209286
- "dependentActions": []
209505
+ "dependentActions": [
209506
+ "kms:Decrypt"
209507
+ ]
209287
209508
  }
209288
209509
  ]
209289
209510
  },
@@ -209328,7 +209549,9 @@
209328
209549
  "resourceType": "",
209329
209550
  "required": false,
209330
209551
  "conditionKeys": [],
209331
- "dependentActions": []
209552
+ "dependentActions": [
209553
+ "kms:Decrypt"
209554
+ ]
209332
209555
  }
209333
209556
  ]
209334
209557
  },
@@ -209358,7 +209581,9 @@
209358
209581
  "resourceType": "",
209359
209582
  "required": false,
209360
209583
  "conditionKeys": [],
209361
- "dependentActions": []
209584
+ "dependentActions": [
209585
+ "kms:Decrypt"
209586
+ ]
209362
209587
  }
209363
209588
  ]
209364
209589
  },
@@ -209373,7 +209598,9 @@
209373
209598
  "resourceType": "",
209374
209599
  "required": false,
209375
209600
  "conditionKeys": [],
209376
- "dependentActions": []
209601
+ "dependentActions": [
209602
+ "kms:Decrypt"
209603
+ ]
209377
209604
  }
209378
209605
  ]
209379
209606
  },
@@ -209403,7 +209630,9 @@
209403
209630
  "resourceType": "",
209404
209631
  "required": false,
209405
209632
  "conditionKeys": [],
209406
- "dependentActions": []
209633
+ "dependentActions": [
209634
+ "kms:Decrypt"
209635
+ ]
209407
209636
  }
209408
209637
  ]
209409
209638
  },
@@ -209418,7 +209647,9 @@
209418
209647
  "resourceType": "",
209419
209648
  "required": false,
209420
209649
  "conditionKeys": [],
209421
- "dependentActions": []
209650
+ "dependentActions": [
209651
+ "kms:Decrypt"
209652
+ ]
209422
209653
  }
209423
209654
  ]
209424
209655
  },
@@ -209433,7 +209664,9 @@
209433
209664
  "resourceType": "",
209434
209665
  "required": false,
209435
209666
  "conditionKeys": [],
209436
- "dependentActions": []
209667
+ "dependentActions": [
209668
+ "kms:Decrypt"
209669
+ ]
209437
209670
  }
209438
209671
  ]
209439
209672
  },
@@ -209448,7 +209681,9 @@
209448
209681
  "resourceType": "",
209449
209682
  "required": false,
209450
209683
  "conditionKeys": [],
209451
- "dependentActions": []
209684
+ "dependentActions": [
209685
+ "kms:Decrypt"
209686
+ ]
209452
209687
  }
209453
209688
  ]
209454
209689
  },
@@ -209463,7 +209698,9 @@
209463
209698
  "resourceType": "",
209464
209699
  "required": false,
209465
209700
  "conditionKeys": [],
209466
- "dependentActions": []
209701
+ "dependentActions": [
209702
+ "kms:Decrypt"
209703
+ ]
209467
209704
  }
209468
209705
  ]
209469
209706
  },
@@ -209478,7 +209715,9 @@
209478
209715
  "resourceType": "",
209479
209716
  "required": false,
209480
209717
  "conditionKeys": [],
209481
- "dependentActions": []
209718
+ "dependentActions": [
209719
+ "kms:Decrypt"
209720
+ ]
209482
209721
  }
209483
209722
  ]
209484
209723
  },
@@ -209508,7 +209747,9 @@
209508
209747
  "resourceType": "",
209509
209748
  "required": false,
209510
209749
  "conditionKeys": [],
209511
- "dependentActions": []
209750
+ "dependentActions": [
209751
+ "kms:Decrypt"
209752
+ ]
209512
209753
  }
209513
209754
  ]
209514
209755
  },
@@ -209538,7 +209779,9 @@
209538
209779
  "resourceType": "",
209539
209780
  "required": false,
209540
209781
  "conditionKeys": [],
209541
- "dependentActions": []
209782
+ "dependentActions": [
209783
+ "kms:Decrypt"
209784
+ ]
209542
209785
  }
209543
209786
  ]
209544
209787
  },
@@ -209568,7 +209811,9 @@
209568
209811
  "resourceType": "",
209569
209812
  "required": false,
209570
209813
  "conditionKeys": [],
209571
- "dependentActions": []
209814
+ "dependentActions": [
209815
+ "kms:Decrypt"
209816
+ ]
209572
209817
  }
209573
209818
  ]
209574
209819
  },
@@ -209583,7 +209828,9 @@
209583
209828
  "resourceType": "",
209584
209829
  "required": false,
209585
209830
  "conditionKeys": [],
209586
- "dependentActions": []
209831
+ "dependentActions": [
209832
+ "kms:Decrypt"
209833
+ ]
209587
209834
  }
209588
209835
  ]
209589
209836
  },
@@ -209628,7 +209875,9 @@
209628
209875
  "resourceType": "",
209629
209876
  "required": false,
209630
209877
  "conditionKeys": [],
209631
- "dependentActions": []
209878
+ "dependentActions": [
209879
+ "kms:Decrypt"
209880
+ ]
209632
209881
  }
209633
209882
  ]
209634
209883
  },
@@ -209643,7 +209892,9 @@
209643
209892
  "resourceType": "",
209644
209893
  "required": false,
209645
209894
  "conditionKeys": [],
209646
- "dependentActions": []
209895
+ "dependentActions": [
209896
+ "kms:Decrypt"
209897
+ ]
209647
209898
  }
209648
209899
  ]
209649
209900
  },
@@ -209658,7 +209909,9 @@
209658
209909
  "resourceType": "",
209659
209910
  "required": false,
209660
209911
  "conditionKeys": [],
209661
- "dependentActions": []
209912
+ "dependentActions": [
209913
+ "kms:Decrypt"
209914
+ ]
209662
209915
  }
209663
209916
  ]
209664
209917
  },
@@ -209703,7 +209956,9 @@
209703
209956
  "resourceType": "",
209704
209957
  "required": false,
209705
209958
  "conditionKeys": [],
209706
- "dependentActions": []
209959
+ "dependentActions": [
209960
+ "kms:Decrypt"
209961
+ ]
209707
209962
  }
209708
209963
  ]
209709
209964
  },
@@ -209718,7 +209973,9 @@
209718
209973
  "resourceType": "",
209719
209974
  "required": false,
209720
209975
  "conditionKeys": [],
209721
- "dependentActions": []
209976
+ "dependentActions": [
209977
+ "kms:Decrypt"
209978
+ ]
209722
209979
  }
209723
209980
  ]
209724
209981
  },
@@ -209733,7 +209990,9 @@
209733
209990
  "resourceType": "",
209734
209991
  "required": false,
209735
209992
  "conditionKeys": [],
209736
- "dependentActions": []
209993
+ "dependentActions": [
209994
+ "kms:Decrypt"
209995
+ ]
209737
209996
  }
209738
209997
  ]
209739
209998
  },
@@ -209748,7 +210007,9 @@
209748
210007
  "resourceType": "",
209749
210008
  "required": false,
209750
210009
  "conditionKeys": [],
209751
- "dependentActions": []
210010
+ "dependentActions": [
210011
+ "kms:Decrypt"
210012
+ ]
209752
210013
  }
209753
210014
  ]
209754
210015
  },
@@ -209778,7 +210039,9 @@
209778
210039
  "resourceType": "",
209779
210040
  "required": false,
209780
210041
  "conditionKeys": [],
209781
- "dependentActions": []
210042
+ "dependentActions": [
210043
+ "kms:Decrypt"
210044
+ ]
209782
210045
  }
209783
210046
  ]
209784
210047
  },
@@ -209793,7 +210056,9 @@
209793
210056
  "resourceType": "",
209794
210057
  "required": false,
209795
210058
  "conditionKeys": [],
209796
- "dependentActions": []
210059
+ "dependentActions": [
210060
+ "kms:Decrypt"
210061
+ ]
209797
210062
  }
209798
210063
  ]
209799
210064
  },
@@ -209808,7 +210073,9 @@
209808
210073
  "resourceType": "",
209809
210074
  "required": false,
209810
210075
  "conditionKeys": [],
209811
- "dependentActions": []
210076
+ "dependentActions": [
210077
+ "kms:Decrypt"
210078
+ ]
209812
210079
  }
209813
210080
  ]
209814
210081
  },
@@ -209823,7 +210090,9 @@
209823
210090
  "resourceType": "",
209824
210091
  "required": false,
209825
210092
  "conditionKeys": [],
209826
- "dependentActions": []
210093
+ "dependentActions": [
210094
+ "kms:Decrypt"
210095
+ ]
209827
210096
  }
209828
210097
  ]
209829
210098
  },
@@ -209838,7 +210107,9 @@
209838
210107
  "resourceType": "",
209839
210108
  "required": false,
209840
210109
  "conditionKeys": [],
209841
- "dependentActions": []
210110
+ "dependentActions": [
210111
+ "kms:Decrypt"
210112
+ ]
209842
210113
  }
209843
210114
  ]
209844
210115
  },
@@ -209898,7 +210169,9 @@
209898
210169
  "resourceType": "",
209899
210170
  "required": false,
209900
210171
  "conditionKeys": [],
209901
- "dependentActions": []
210172
+ "dependentActions": [
210173
+ "kms:Decrypt"
210174
+ ]
209902
210175
  }
209903
210176
  ]
209904
210177
  },
@@ -209913,7 +210186,9 @@
209913
210186
  "resourceType": "",
209914
210187
  "required": false,
209915
210188
  "conditionKeys": [],
209916
- "dependentActions": []
210189
+ "dependentActions": [
210190
+ "kms:Decrypt"
210191
+ ]
209917
210192
  }
209918
210193
  ]
209919
210194
  },
@@ -209943,7 +210218,9 @@
209943
210218
  "resourceType": "",
209944
210219
  "required": false,
209945
210220
  "conditionKeys": [],
209946
- "dependentActions": []
210221
+ "dependentActions": [
210222
+ "kms:Decrypt"
210223
+ ]
209947
210224
  }
209948
210225
  ]
209949
210226
  },
@@ -209958,7 +210235,9 @@
209958
210235
  "resourceType": "",
209959
210236
  "required": false,
209960
210237
  "conditionKeys": [],
209961
- "dependentActions": []
210238
+ "dependentActions": [
210239
+ "kms:Decrypt"
210240
+ ]
209962
210241
  }
209963
210242
  ]
209964
210243
  },
@@ -209973,7 +210252,9 @@
209973
210252
  "resourceType": "",
209974
210253
  "required": false,
209975
210254
  "conditionKeys": [],
209976
- "dependentActions": []
210255
+ "dependentActions": [
210256
+ "kms:Decrypt"
210257
+ ]
209977
210258
  }
209978
210259
  ]
209979
210260
  },
@@ -213929,7 +214210,9 @@
213929
214210
  "resourceType": "Identitystore",
213930
214211
  "required": true,
213931
214212
  "conditionKeys": [],
213932
- "dependentActions": []
214213
+ "dependentActions": [
214214
+ "kms:Decrypt"
214215
+ ]
213933
214216
  }
213934
214217
  ]
213935
214218
  },
@@ -213944,7 +214227,9 @@
213944
214227
  "resourceType": "Group",
213945
214228
  "required": true,
213946
214229
  "conditionKeys": [],
213947
- "dependentActions": []
214230
+ "dependentActions": [
214231
+ "kms:Decrypt"
214232
+ ]
213948
214233
  },
213949
214234
  {
213950
214235
  "resourceType": "Identitystore",
@@ -213960,6 +214245,26 @@
213960
214245
  }
213961
214246
  ]
213962
214247
  },
214248
+ {
214249
+ "name": "CreateIdentityStore",
214250
+ "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample",
214251
+ "permissionOnly": false,
214252
+ "description": "Grants permission to create a new IdentityStore in an AWS account",
214253
+ "accessLevel": "Write",
214254
+ "resourceTypes": [
214255
+ {
214256
+ "resourceType": "",
214257
+ "required": false,
214258
+ "conditionKeys": [],
214259
+ "dependentActions": [
214260
+ "kms:Decrypt",
214261
+ "kms:DescribeKey",
214262
+ "kms:Encrypt",
214263
+ "kms:GenerateDataKeyWithoutPlaintext"
214264
+ ]
214265
+ }
214266
+ ]
214267
+ },
213963
214268
  {
213964
214269
  "name": "CreateUser",
213965
214270
  "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html",
@@ -213971,7 +214276,9 @@
213971
214276
  "resourceType": "Identitystore",
213972
214277
  "required": true,
213973
214278
  "conditionKeys": [],
213974
- "dependentActions": []
214279
+ "dependentActions": [
214280
+ "kms:Decrypt"
214281
+ ]
213975
214282
  }
213976
214283
  ]
213977
214284
  },
@@ -213986,7 +214293,9 @@
213986
214293
  "resourceType": "Group",
213987
214294
  "required": true,
213988
214295
  "conditionKeys": [],
213989
- "dependentActions": []
214296
+ "dependentActions": [
214297
+ "kms:Decrypt"
214298
+ ]
213990
214299
  },
213991
214300
  {
213992
214301
  "resourceType": "Identitystore",
@@ -214007,7 +214316,9 @@
214007
214316
  "resourceType": "Group",
214008
214317
  "required": true,
214009
214318
  "conditionKeys": [],
214010
- "dependentActions": []
214319
+ "dependentActions": [
214320
+ "kms:Decrypt"
214321
+ ]
214011
214322
  },
214012
214323
  {
214013
214324
  "resourceType": "GroupMembership",
@@ -214029,6 +214340,21 @@
214029
214340
  }
214030
214341
  ]
214031
214342
  },
214343
+ {
214344
+ "name": "DeleteIdentityStore",
214345
+ "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample",
214346
+ "permissionOnly": false,
214347
+ "description": "Grants permission to delete an IdentityStore",
214348
+ "accessLevel": "Write",
214349
+ "resourceTypes": [
214350
+ {
214351
+ "resourceType": "",
214352
+ "required": false,
214353
+ "conditionKeys": [],
214354
+ "dependentActions": []
214355
+ }
214356
+ ]
214357
+ },
214032
214358
  {
214033
214359
  "name": "DeleteUser",
214034
214360
  "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.html",
@@ -214040,7 +214366,9 @@
214040
214366
  "resourceType": "Identitystore",
214041
214367
  "required": true,
214042
214368
  "conditionKeys": [],
214043
- "dependentActions": []
214369
+ "dependentActions": [
214370
+ "kms:Decrypt"
214371
+ ]
214044
214372
  },
214045
214373
  {
214046
214374
  "resourceType": "User",
@@ -214061,7 +214389,9 @@
214061
214389
  "resourceType": "Group",
214062
214390
  "required": true,
214063
214391
  "conditionKeys": [],
214064
- "dependentActions": []
214392
+ "dependentActions": [
214393
+ "kms:Decrypt"
214394
+ ]
214065
214395
  },
214066
214396
  {
214067
214397
  "resourceType": "Identitystore",
@@ -214082,7 +214412,9 @@
214082
214412
  "resourceType": "Group",
214083
214413
  "required": true,
214084
214414
  "conditionKeys": [],
214085
- "dependentActions": []
214415
+ "dependentActions": [
214416
+ "kms:Decrypt"
214417
+ ]
214086
214418
  },
214087
214419
  {
214088
214420
  "resourceType": "GroupMembership",
@@ -214115,7 +214447,9 @@
214115
214447
  "resourceType": "Identitystore",
214116
214448
  "required": true,
214117
214449
  "conditionKeys": [],
214118
- "dependentActions": []
214450
+ "dependentActions": [
214451
+ "kms:Decrypt"
214452
+ ]
214119
214453
  },
214120
214454
  {
214121
214455
  "resourceType": "User",
@@ -214136,7 +214470,9 @@
214136
214470
  "resourceType": "Group",
214137
214471
  "required": true,
214138
214472
  "conditionKeys": [],
214139
- "dependentActions": []
214473
+ "dependentActions": [
214474
+ "kms:Decrypt"
214475
+ ]
214140
214476
  },
214141
214477
  {
214142
214478
  "resourceType": "Identitystore",
@@ -214157,7 +214493,9 @@
214157
214493
  "resourceType": "Group",
214158
214494
  "required": true,
214159
214495
  "conditionKeys": [],
214160
- "dependentActions": []
214496
+ "dependentActions": [
214497
+ "kms:Decrypt"
214498
+ ]
214161
214499
  },
214162
214500
  {
214163
214501
  "resourceType": "GroupMembership",
@@ -214190,7 +214528,9 @@
214190
214528
  "resourceType": "Identitystore",
214191
214529
  "required": true,
214192
214530
  "conditionKeys": [],
214193
- "dependentActions": []
214531
+ "dependentActions": [
214532
+ "kms:Decrypt"
214533
+ ]
214194
214534
  },
214195
214535
  {
214196
214536
  "resourceType": "User",
@@ -214211,7 +214551,9 @@
214211
214551
  "resourceType": "AllGroupMemberships",
214212
214552
  "required": true,
214213
214553
  "conditionKeys": [],
214214
- "dependentActions": []
214554
+ "dependentActions": [
214555
+ "kms:Decrypt"
214556
+ ]
214215
214557
  },
214216
214558
  {
214217
214559
  "resourceType": "Group",
@@ -214244,7 +214586,9 @@
214244
214586
  "resourceType": "AllGroupMemberships",
214245
214587
  "required": true,
214246
214588
  "conditionKeys": [],
214247
- "dependentActions": []
214589
+ "dependentActions": [
214590
+ "kms:Decrypt"
214591
+ ]
214248
214592
  },
214249
214593
  {
214250
214594
  "resourceType": "Group",
@@ -214271,7 +214615,9 @@
214271
214615
  "resourceType": "AllGroupMemberships",
214272
214616
  "required": true,
214273
214617
  "conditionKeys": [],
214274
- "dependentActions": []
214618
+ "dependentActions": [
214619
+ "kms:Decrypt"
214620
+ ]
214275
214621
  },
214276
214622
  {
214277
214623
  "resourceType": "Identitystore",
@@ -214298,7 +214644,9 @@
214298
214644
  "resourceType": "AllGroups",
214299
214645
  "required": true,
214300
214646
  "conditionKeys": [],
214301
- "dependentActions": []
214647
+ "dependentActions": [
214648
+ "kms:Decrypt"
214649
+ ]
214302
214650
  },
214303
214651
  {
214304
214652
  "resourceType": "Identitystore",
@@ -214319,7 +214667,9 @@
214319
214667
  "resourceType": "AllUsers",
214320
214668
  "required": true,
214321
214669
  "conditionKeys": [],
214322
- "dependentActions": []
214670
+ "dependentActions": [
214671
+ "kms:Decrypt"
214672
+ ]
214323
214673
  },
214324
214674
  {
214325
214675
  "resourceType": "Identitystore",
@@ -214340,7 +214690,9 @@
214340
214690
  "resourceType": "Group",
214341
214691
  "required": true,
214342
214692
  "conditionKeys": [],
214343
- "dependentActions": []
214693
+ "dependentActions": [
214694
+ "kms:Decrypt"
214695
+ ]
214344
214696
  },
214345
214697
  {
214346
214698
  "resourceType": "Identitystore",
@@ -214350,6 +214702,26 @@
214350
214702
  }
214351
214703
  ]
214352
214704
  },
214705
+ {
214706
+ "name": "UpdateIdentityStore",
214707
+ "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample",
214708
+ "permissionOnly": false,
214709
+ "description": "Grants permission to update the configuration of an IdentityStore",
214710
+ "accessLevel": "Write",
214711
+ "resourceTypes": [
214712
+ {
214713
+ "resourceType": "",
214714
+ "required": false,
214715
+ "conditionKeys": [],
214716
+ "dependentActions": [
214717
+ "kms:Decrypt",
214718
+ "kms:DescribeKey",
214719
+ "kms:Encrypt",
214720
+ "kms:GenerateDataKeyWithoutPlaintext"
214721
+ ]
214722
+ }
214723
+ ]
214724
+ },
214353
214725
  {
214354
214726
  "name": "UpdateUser",
214355
214727
  "apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.html",
@@ -214361,7 +214733,9 @@
214361
214733
  "resourceType": "Identitystore",
214362
214734
  "required": true,
214363
214735
  "conditionKeys": [],
214364
- "dependentActions": []
214736
+ "dependentActions": [
214737
+ "kms:Decrypt"
214738
+ ]
214365
214739
  },
214366
214740
  {
214367
214741
  "resourceType": "User",
@@ -218703,6 +219077,21 @@
218703
219077
  }
218704
219078
  ]
218705
219079
  },
219080
+ {
219081
+ "name": "GetInvoiceCorrection",
219082
+ "apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_invoicing_GetInvoiceCorrection.html",
219083
+ "permissionOnly": true,
219084
+ "description": "Grants permission to get Invoice Correction",
219085
+ "accessLevel": "Read",
219086
+ "resourceTypes": [
219087
+ {
219088
+ "resourceType": "",
219089
+ "required": false,
219090
+ "conditionKeys": [],
219091
+ "dependentActions": []
219092
+ }
219093
+ ]
219094
+ },
218706
219095
  {
218707
219096
  "name": "GetInvoiceEmailDeliveryPreferences",
218708
219097
  "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/security_iam_id-based-policy-examples.html#billing-permissions-ref",
@@ -218748,6 +219137,21 @@
218748
219137
  }
218749
219138
  ]
218750
219139
  },
219140
+ {
219141
+ "name": "ListInvoiceCorrections",
219142
+ "apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_invoicing_ListInvoiceCorrections.html",
219143
+ "permissionOnly": true,
219144
+ "description": "Grants permission to list Invoice Corrections",
219145
+ "accessLevel": "List",
219146
+ "resourceTypes": [
219147
+ {
219148
+ "resourceType": "",
219149
+ "required": false,
219150
+ "conditionKeys": [],
219151
+ "dependentActions": []
219152
+ }
219153
+ ]
219154
+ },
218751
219155
  {
218752
219156
  "name": "ListInvoiceSummaries",
218753
219157
  "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/security_iam_id-based-policy-examples.html#billing-permissions-ref",
@@ -218816,6 +219220,21 @@
218816
219220
  }
218817
219221
  ]
218818
219222
  },
219223
+ {
219224
+ "name": "StartInvoiceCorrection",
219225
+ "apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_invoicing_StartInvoiceCorrection.html",
219226
+ "permissionOnly": true,
219227
+ "description": "Grants permission to start Invoice Correction",
219228
+ "accessLevel": "Write",
219229
+ "resourceTypes": [
219230
+ {
219231
+ "resourceType": "",
219232
+ "required": false,
219233
+ "conditionKeys": [],
219234
+ "dependentActions": []
219235
+ }
219236
+ ]
219237
+ },
218819
219238
  {
218820
219239
  "name": "TagResource",
218821
219240
  "apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_invoicing_TagResource.html",
@@ -333577,7 +333996,8 @@
333577
333996
  "s3:signatureAge",
333578
333997
  "s3:signatureversion",
333579
333998
  "s3:TlsVersion",
333580
- "s3:x-amz-content-sha256"
333999
+ "s3:x-amz-content-sha256",
334000
+ "s3:if-match"
333581
334001
  ],
333582
334002
  "dependentActions": []
333583
334003
  }
@@ -385239,6 +385659,36 @@
385239
385659
  }
385240
385660
  ]
385241
385661
  },
385662
+ {
385663
+ "name": "CancelDocument",
385664
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
385665
+ "permissionOnly": false,
385666
+ "description": "Grants permission to cancel documents such as withholding slips",
385667
+ "accessLevel": "Write",
385668
+ "resourceTypes": [
385669
+ {
385670
+ "resourceType": "",
385671
+ "required": false,
385672
+ "conditionKeys": [],
385673
+ "dependentActions": []
385674
+ }
385675
+ ]
385676
+ },
385677
+ {
385678
+ "name": "CreateDocument",
385679
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
385680
+ "permissionOnly": false,
385681
+ "description": "Grants permission to upload new documents such as withholding slips",
385682
+ "accessLevel": "Write",
385683
+ "resourceTypes": [
385684
+ {
385685
+ "resourceType": "",
385686
+ "required": false,
385687
+ "conditionKeys": [],
385688
+ "dependentActions": []
385689
+ }
385690
+ ]
385691
+ },
385242
385692
  {
385243
385693
  "name": "DeleteSupplementalTaxRegistration",
385244
385694
  "apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html",
@@ -385269,6 +385719,36 @@
385269
385719
  }
385270
385720
  ]
385271
385721
  },
385722
+ {
385723
+ "name": "GetDocument",
385724
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
385725
+ "permissionOnly": false,
385726
+ "description": "Grants permission to retrieve documents such as withholding slips",
385727
+ "accessLevel": "Read",
385728
+ "resourceTypes": [
385729
+ {
385730
+ "resourceType": "",
385731
+ "required": false,
385732
+ "conditionKeys": [],
385733
+ "dependentActions": []
385734
+ }
385735
+ ]
385736
+ },
385737
+ {
385738
+ "name": "GetDocumentUploadUrl",
385739
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
385740
+ "permissionOnly": false,
385741
+ "description": "Grants permission to retrieve a generated URL to upload documents",
385742
+ "accessLevel": "Read",
385743
+ "resourceTypes": [
385744
+ {
385745
+ "resourceType": "",
385746
+ "required": false,
385747
+ "conditionKeys": [],
385748
+ "dependentActions": []
385749
+ }
385750
+ ]
385751
+ },
385272
385752
  {
385273
385753
  "name": "GetExemptions",
385274
385754
  "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
@@ -385359,6 +385839,21 @@
385359
385839
  }
385360
385840
  ]
385361
385841
  },
385842
+ {
385843
+ "name": "ListDocuments",
385844
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
385845
+ "permissionOnly": false,
385846
+ "description": "Grants permission to view documents such as withholding slips",
385847
+ "accessLevel": "Read",
385848
+ "resourceTypes": [
385849
+ {
385850
+ "resourceType": "",
385851
+ "required": false,
385852
+ "conditionKeys": [],
385853
+ "dependentActions": []
385854
+ }
385855
+ ]
385856
+ },
385362
385857
  {
385363
385858
  "name": "ListSupplementalTaxRegistrations",
385364
385859
  "apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html",
@@ -385389,6 +385884,21 @@
385389
385884
  }
385390
385885
  ]
385391
385886
  },
385887
+ {
385888
+ "name": "ListWithholdingEligibleInvoices",
385889
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html",
385890
+ "permissionOnly": false,
385891
+ "description": "Grants permission to view eligible withholding invoices",
385892
+ "accessLevel": "Read",
385893
+ "resourceTypes": [
385894
+ {
385895
+ "resourceType": "",
385896
+ "required": false,
385897
+ "conditionKeys": [],
385898
+ "dependentActions": []
385899
+ }
385900
+ ]
385901
+ },
385392
385902
  {
385393
385903
  "name": "PutSupplementalTaxRegistration",
385394
385904
  "apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html",