iamdata 0.1.202507281__py3-none-any.whl → 0.1.202508241__py3-none-any.whl

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.

Potentially problematic release.


This version of iamdata might be problematic. Click here for more details.

Files changed (102) hide show
  1. iamdata/data/actions/aoss.json +32 -0
  2. iamdata/data/actions/appstream.json +22 -71
  3. iamdata/data/actions/aps.json +51 -0
  4. iamdata/data/actions/arc-region-switch.json +334 -0
  5. iamdata/data/actions/arc-zonal-shift.json +50 -0
  6. iamdata/data/actions/auditmanager.json +14 -1
  7. iamdata/data/actions/batch.json +162 -6
  8. iamdata/data/actions/bcm-dashboards.json +74 -0
  9. iamdata/data/actions/bcm-recommended-actions.json +10 -0
  10. iamdata/data/actions/bedrock-agentcore.json +328 -30
  11. iamdata/data/actions/bedrock.json +459 -0
  12. iamdata/data/actions/budgets.json +6 -2
  13. iamdata/data/actions/cases.json +22 -2
  14. iamdata/data/actions/chatbot.json +87 -20
  15. iamdata/data/actions/cleanrooms-ml.json +11 -0
  16. iamdata/data/actions/cleanrooms.json +44 -0
  17. iamdata/data/actions/connect.json +23 -0
  18. iamdata/data/actions/datazone.json +64 -0
  19. iamdata/data/actions/deadline.json +32 -10
  20. iamdata/data/actions/dms.json +1 -8
  21. iamdata/data/actions/ds.json +122 -0
  22. iamdata/data/actions/events.json +16 -0
  23. iamdata/data/actions/glue.json +32 -0
  24. iamdata/data/actions/groundtruthlabeling.json +7 -7
  25. iamdata/data/actions/guardduty.json +173 -0
  26. iamdata/data/actions/imagebuilder.json +185 -237
  27. iamdata/data/actions/iot.json +31 -0
  28. iamdata/data/actions/iotmanagedintegrations.json +11 -4
  29. iamdata/data/actions/iotsitewise.json +271 -0
  30. iamdata/data/actions/observabilityadmin.json +196 -0
  31. iamdata/data/actions/odb.json +4 -4
  32. iamdata/data/actions/outposts.json +15 -0
  33. iamdata/data/actions/partnercentral.json +96 -32
  34. iamdata/data/actions/qbusiness.json +20 -46
  35. iamdata/data/actions/quicksight.json +2 -6
  36. iamdata/data/actions/rds.json +12 -6
  37. iamdata/data/actions/repostspace.json +90 -0
  38. iamdata/data/actions/s3.json +261 -125
  39. iamdata/data/actions/s3express.json +24 -4
  40. iamdata/data/actions/sagemaker.json +128 -0
  41. iamdata/data/actions/security-ir.json +23 -8
  42. iamdata/data/actions/securityhub.json +12 -0
  43. iamdata/data/actions/servicediscovery.json +140 -14
  44. iamdata/data/actions/ses.json +286 -2
  45. iamdata/data/actions/social-messaging.json +64 -0
  46. iamdata/data/actions/sso.json +34 -50
  47. iamdata/data/actions/transcribe.json +12 -0
  48. iamdata/data/actions/uxc.json +26 -0
  49. iamdata/data/actions/workspaces-web.json +112 -0
  50. iamdata/data/actions/workspaces.json +114 -0
  51. iamdata/data/actions/xray.json +9 -3
  52. iamdata/data/conditionKeys/arc-region-switch.json +17 -0
  53. iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
  54. iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
  55. iamdata/data/conditionKeys/chatbot.json +17 -1
  56. iamdata/data/conditionKeys/ebs.json +2 -2
  57. iamdata/data/conditionKeys/imagebuilder.json +2 -2
  58. iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
  59. iamdata/data/conditionKeys/observabilityadmin.json +17 -1
  60. iamdata/data/conditionKeys/quicksight.json +0 -5
  61. iamdata/data/conditionKeys/rds.json +5 -0
  62. iamdata/data/conditionKeys/s3.json +5 -0
  63. iamdata/data/conditionKeys/s3express.json +5 -0
  64. iamdata/data/conditionKeys/savingsplans.json +1 -1
  65. iamdata/data/conditionKeys/secretsmanager.json +1 -1
  66. iamdata/data/conditionKeys/servicediscovery.json +5 -0
  67. iamdata/data/conditionKeys/ses.json +5 -0
  68. iamdata/data/conditionKeys/uxc.json +1 -0
  69. iamdata/data/conditionKeys/xray.json +10 -0
  70. iamdata/data/conditionPatterns.json +128 -0
  71. iamdata/data/metadata.json +2 -2
  72. iamdata/data/resourceTypes/apigateway.json +3 -3
  73. iamdata/data/resourceTypes/arc-region-switch.json +9 -0
  74. iamdata/data/resourceTypes/batch.json +14 -0
  75. iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
  76. iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
  77. iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
  78. iamdata/data/resourceTypes/bedrock.json +14 -0
  79. iamdata/data/resourceTypes/chatbot.json +8 -2
  80. iamdata/data/resourceTypes/deadline.json +4 -1
  81. iamdata/data/resourceTypes/execute-api.json +1 -1
  82. iamdata/data/resourceTypes/guardduty.json +14 -0
  83. iamdata/data/resourceTypes/imagebuilder.json +12 -18
  84. iamdata/data/resourceTypes/iotsitewise.json +7 -0
  85. iamdata/data/resourceTypes/mpa.json +3 -3
  86. iamdata/data/resourceTypes/observabilityadmin.json +16 -1
  87. iamdata/data/resourceTypes/partnercentral.json +8 -2
  88. iamdata/data/resourceTypes/qbusiness.json +0 -4
  89. iamdata/data/resourceTypes/s3.json +19 -1
  90. iamdata/data/resourceTypes/s3express.json +5 -1
  91. iamdata/data/resourceTypes/securityhub.json +12 -3
  92. iamdata/data/resourceTypes/ses.json +11 -0
  93. iamdata/data/resourceTypes/uxc.json +1 -0
  94. iamdata/data/resourceTypes/workspaces-web.json +7 -0
  95. iamdata/data/resourceTypes/workspaces.json +4 -0
  96. iamdata/data/serviceNames.json +4 -0
  97. iamdata/data/services.json +4 -0
  98. iamdata/data/unassociatedConditions.json +20 -0
  99. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
  100. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +102 -88
  101. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
  102. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
@@ -20,7 +20,9 @@
20
20
  "s3express:ResourceAccount",
21
21
  "s3express:signatureversion",
22
22
  "s3express:TlsVersion",
23
- "s3express:x-amz-content-sha256"
23
+ "s3express:x-amz-content-sha256",
24
+ "aws:RequestTag/${TagKey}",
25
+ "aws:TagKeys"
24
26
  ],
25
27
  "dependentActions": []
26
28
  },
@@ -365,9 +367,15 @@
365
367
  "description": "Grants permission to lists all of the tags for a specified resource",
366
368
  "accessLevel": "List",
367
369
  "resourceTypes": [
370
+ {
371
+ "name": "accesspoint",
372
+ "required": false,
373
+ "conditionKeys": [],
374
+ "dependentActions": []
375
+ },
368
376
  {
369
377
  "name": "bucket",
370
- "required": true,
378
+ "required": false,
371
379
  "conditionKeys": [],
372
380
  "dependentActions": []
373
381
  }
@@ -497,9 +505,15 @@
497
505
  "description": "Grants permission to create a new user-defined tag or update an existing tag",
498
506
  "accessLevel": "Tagging",
499
507
  "resourceTypes": [
508
+ {
509
+ "name": "accesspoint",
510
+ "required": false,
511
+ "conditionKeys": [],
512
+ "dependentActions": []
513
+ },
500
514
  {
501
515
  "name": "bucket",
502
- "required": true,
516
+ "required": false,
503
517
  "conditionKeys": [],
504
518
  "dependentActions": []
505
519
  }
@@ -520,9 +534,15 @@
520
534
  "description": "Grants permission to remove the specified user-defined tags from an S3 resource",
521
535
  "accessLevel": "Tagging",
522
536
  "resourceTypes": [
537
+ {
538
+ "name": "accesspoint",
539
+ "required": false,
540
+ "conditionKeys": [],
541
+ "dependentActions": []
542
+ },
523
543
  {
524
544
  "name": "bucket",
525
- "required": true,
545
+ "required": false,
526
546
  "conditionKeys": [],
527
547
  "dependentActions": []
528
548
  }
@@ -414,6 +414,42 @@
414
414
  "conditionKeys": [],
415
415
  "dependentActions": []
416
416
  },
417
+ "attachclusternodevolume": {
418
+ "name": "AttachClusterNodeVolume",
419
+ "description": "Grants permission to attach an Amazon EBS volume to a SageMaker HyperPod cluster node",
420
+ "accessLevel": "Write",
421
+ "resourceTypes": [
422
+ {
423
+ "name": "cluster",
424
+ "required": true,
425
+ "conditionKeys": [],
426
+ "dependentActions": []
427
+ }
428
+ ],
429
+ "conditionKeys": [],
430
+ "dependentActions": [
431
+ "ec2:AttachVolume",
432
+ "ec2:DescribeVolumes",
433
+ "eks:DescribeCluster"
434
+ ]
435
+ },
436
+ "batchaddclusternodes": {
437
+ "name": "BatchAddClusterNodes",
438
+ "description": "Grants permission to add multiple nodes at a time to a SageMaker HyperPod cluster",
439
+ "accessLevel": "Write",
440
+ "resourceTypes": [
441
+ {
442
+ "name": "cluster",
443
+ "required": true,
444
+ "conditionKeys": [],
445
+ "dependentActions": []
446
+ }
447
+ ],
448
+ "conditionKeys": [],
449
+ "dependentActions": [
450
+ "eks:DescribeCluster"
451
+ ]
452
+ },
417
453
  "batchdeleteclusternodes": {
418
454
  "name": "BatchDeleteClusterNodes",
419
455
  "description": "Grants permission to batch delete SageMaker HyperPod cluster nodes",
@@ -685,6 +721,10 @@
685
721
  "required": true,
686
722
  "conditionKeys": [],
687
723
  "dependentActions": [
724
+ "ec2:DescribeImages",
725
+ "ec2:DescribeSnapshots",
726
+ "ec2:ModifyImageAttribute",
727
+ "ec2:ModifySnapshotAttribute",
688
728
  "eks:AssociateAccessPolicy",
689
729
  "eks:CreateAccessEntry",
690
730
  "eks:DeleteAccessEntry",
@@ -3532,6 +3572,21 @@
3532
3572
  "conditionKeys": [],
3533
3573
  "dependentActions": []
3534
3574
  },
3575
+ "describeclusterevent": {
3576
+ "name": "DescribeClusterEvent",
3577
+ "description": "Grants permission to return information about an Event within a SageMaker HyperPod cluster",
3578
+ "accessLevel": "Read",
3579
+ "resourceTypes": [
3580
+ {
3581
+ "name": "cluster",
3582
+ "required": true,
3583
+ "conditionKeys": [],
3584
+ "dependentActions": []
3585
+ }
3586
+ ],
3587
+ "conditionKeys": [],
3588
+ "dependentActions": []
3589
+ },
3535
3590
  "describeclusterinference": {
3536
3591
  "name": "DescribeClusterInference",
3537
3592
  "isPermissionOnly": true,
@@ -4284,6 +4339,21 @@
4284
4339
  "conditionKeys": [],
4285
4340
  "dependentActions": []
4286
4341
  },
4342
+ "describereservedcapacity": {
4343
+ "name": "DescribeReservedCapacity",
4344
+ "description": "Grants permission to return information about a specified Reserved Capacity",
4345
+ "accessLevel": "Read",
4346
+ "resourceTypes": [
4347
+ {
4348
+ "name": "reserved-capacity",
4349
+ "required": true,
4350
+ "conditionKeys": [],
4351
+ "dependentActions": []
4352
+ }
4353
+ ],
4354
+ "conditionKeys": [],
4355
+ "dependentActions": []
4356
+ },
4287
4357
  "describesharedmodel": {
4288
4358
  "name": "DescribeSharedModel",
4289
4359
  "isPermissionOnly": true,
@@ -4465,6 +4535,25 @@
4465
4535
  "conditionKeys": [],
4466
4536
  "dependentActions": []
4467
4537
  },
4538
+ "detachclusternodevolume": {
4539
+ "name": "DetachClusterNodeVolume",
4540
+ "description": "Grants permission to detach an Amazon EBS volume from a SageMaker HyperPod cluster node",
4541
+ "accessLevel": "Write",
4542
+ "resourceTypes": [
4543
+ {
4544
+ "name": "cluster",
4545
+ "required": true,
4546
+ "conditionKeys": [],
4547
+ "dependentActions": []
4548
+ }
4549
+ ],
4550
+ "conditionKeys": [],
4551
+ "dependentActions": [
4552
+ "ec2:DescribeVolumes",
4553
+ "ec2:DetachVolume",
4554
+ "eks:DescribeCluster"
4555
+ ]
4556
+ },
4468
4557
  "disablesagemakerservicecatalogportfolio": {
4469
4558
  "name": "DisableSagemakerServicecatalogPortfolio",
4470
4559
  "description": "Grants permission to disable a SageMaker Service Catalog Portfolio",
@@ -4801,6 +4890,21 @@
4801
4890
  "conditionKeys": [],
4802
4891
  "dependentActions": []
4803
4892
  },
4893
+ "listclusterevents": {
4894
+ "name": "ListClusterEvents",
4895
+ "description": "Grants permission to list events within a SageMaker HyperPod cluster",
4896
+ "accessLevel": "List",
4897
+ "resourceTypes": [
4898
+ {
4899
+ "name": "cluster",
4900
+ "required": true,
4901
+ "conditionKeys": [],
4902
+ "dependentActions": []
4903
+ }
4904
+ ],
4905
+ "conditionKeys": [],
4906
+ "dependentActions": []
4907
+ },
4804
4908
  "listclusternodes": {
4805
4909
  "name": "ListClusterNodes",
4806
4910
  "description": "Grants permission to list nodes within a SageMaker HyperPod cluster",
@@ -5849,6 +5953,21 @@
5849
5953
  "conditionKeys": [],
5850
5954
  "dependentActions": []
5851
5955
  },
5956
+ "listultraserversbyreservedcapacity": {
5957
+ "name": "ListUltraServersByReservedCapacity",
5958
+ "description": "Grants permission to list all UltraServers in a specified Reserved Capacity",
5959
+ "accessLevel": "List",
5960
+ "resourceTypes": [
5961
+ {
5962
+ "name": "reserved-capacity",
5963
+ "required": true,
5964
+ "conditionKeys": [],
5965
+ "dependentActions": []
5966
+ }
5967
+ ],
5968
+ "conditionKeys": [],
5969
+ "dependentActions": []
5970
+ },
5852
5971
  "listuserprofiles": {
5853
5972
  "name": "ListUserProfiles",
5854
5973
  "description": "Grants permission to list the UserProfiles in your account",
@@ -6503,12 +6622,17 @@
6503
6622
  "required": true,
6504
6623
  "conditionKeys": [],
6505
6624
  "dependentActions": [
6625
+ "ec2:DescribeImages",
6626
+ "ec2:DescribeSnapshots",
6627
+ "ec2:ModifyImageAttribute",
6628
+ "ec2:ModifySnapshotAttribute",
6506
6629
  "eks:AssociateAccessPolicy",
6507
6630
  "eks:CreateAccessEntry",
6508
6631
  "eks:DeleteAccessEntry",
6509
6632
  "eks:DescribeAccessEntry",
6510
6633
  "eks:DescribeCluster",
6511
6634
  "iam:PassRole",
6635
+ "sagemaker:BatchAddClusterNodes",
6512
6636
  "sagemaker:BatchDeleteClusterNodes"
6513
6637
  ]
6514
6638
  },
@@ -6583,6 +6707,10 @@
6583
6707
  ],
6584
6708
  "conditionKeys": [],
6585
6709
  "dependentActions": [
6710
+ "ec2:DescribeImages",
6711
+ "ec2:DescribeSnapshots",
6712
+ "ec2:ModifyImageAttribute",
6713
+ "ec2:ModifySnapshotAttribute",
6586
6714
  "eks:DescribeCluster"
6587
6715
  ]
6588
6716
  },
@@ -48,7 +48,14 @@
48
48
  "name": "CreateCase",
49
49
  "description": "Grants permission to create a case",
50
50
  "accessLevel": "Write",
51
- "resourceTypes": [],
51
+ "resourceTypes": [
52
+ {
53
+ "name": "case",
54
+ "required": true,
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ }
58
+ ],
52
59
  "conditionKeys": [
53
60
  "aws:RequestTag/${TagKey}",
54
61
  "aws:TagKeys"
@@ -74,16 +81,23 @@
74
81
  "name": "CreateMembership",
75
82
  "description": "Grants permission to create a membership",
76
83
  "accessLevel": "Write",
77
- "resourceTypes": [],
84
+ "resourceTypes": [
85
+ {
86
+ "name": "membership",
87
+ "required": true,
88
+ "conditionKeys": [],
89
+ "dependentActions": [
90
+ "iam:CreateServiceLinkedRole",
91
+ "organizations:DescribeOrganization",
92
+ "organizations:ListDelegatedAdministrators"
93
+ ]
94
+ }
95
+ ],
78
96
  "conditionKeys": [
79
97
  "aws:RequestTag/${TagKey}",
80
98
  "aws:TagKeys"
81
99
  ],
82
- "dependentActions": [
83
- "iam:CreateServiceLinkedRole",
84
- "organizations:DescribeOrganization",
85
- "organizations:ListDelegatedAdministrators"
86
- ]
100
+ "dependentActions": []
87
101
  },
88
102
  "getcase": {
89
103
  "name": "GetCase",
@@ -323,7 +337,8 @@
323
337
  ],
324
338
  "conditionKeys": [],
325
339
  "dependentActions": [
326
- "iam:CreateServiceLinkedRole"
340
+ "iam:CreateServiceLinkedRole",
341
+ "organizations:DescribeOrganizationalUnit"
327
342
  ]
328
343
  },
329
344
  "updateresolvertype": {
@@ -1385,6 +1385,12 @@
1385
1385
  "description": "Grants permission to add tags to a Security Hub resource",
1386
1386
  "accessLevel": "Tagging",
1387
1387
  "resourceTypes": [
1388
+ {
1389
+ "name": "aggregatorv2",
1390
+ "required": false,
1391
+ "conditionKeys": [],
1392
+ "dependentActions": []
1393
+ },
1388
1394
  {
1389
1395
  "name": "automation-rule",
1390
1396
  "required": false,
@@ -1430,6 +1436,12 @@
1430
1436
  "description": "Grants permission to remove tags from a Security Hub resource",
1431
1437
  "accessLevel": "Tagging",
1432
1438
  "resourceTypes": [
1439
+ {
1440
+ "name": "aggregatorv2",
1441
+ "required": false,
1442
+ "conditionKeys": [],
1443
+ "dependentActions": []
1444
+ },
1433
1445
  {
1434
1446
  "name": "automation-rule",
1435
1447
  "required": false,
@@ -72,6 +72,22 @@
72
72
  "conditionKeys": [],
73
73
  "dependentActions": []
74
74
  },
75
+ "deleteresourcepolicy": {
76
+ "name": "DeleteResourcePolicy",
77
+ "isPermissionOnly": true,
78
+ "description": "Grants permission to delete the RAM access control policy for a namespace",
79
+ "accessLevel": "Write",
80
+ "resourceTypes": [
81
+ {
82
+ "name": "namespace",
83
+ "required": true,
84
+ "conditionKeys": [],
85
+ "dependentActions": []
86
+ }
87
+ ],
88
+ "conditionKeys": [],
89
+ "dependentActions": []
90
+ },
75
91
  "deleteservice": {
76
92
  "name": "DeleteService",
77
93
  "description": "Grants permission to delete a specified service",
@@ -84,7 +100,9 @@
84
100
  "dependentActions": []
85
101
  }
86
102
  ],
87
- "conditionKeys": [],
103
+ "conditionKeys": [
104
+ "servicediscovery:ServiceCreatedByAccount"
105
+ ],
88
106
  "dependentActions": []
89
107
  },
90
108
  "deleteserviceattributes": {
@@ -99,7 +117,9 @@
99
117
  "dependentActions": []
100
118
  }
101
119
  ],
102
- "conditionKeys": [],
120
+ "conditionKeys": [
121
+ "servicediscovery:ServiceCreatedByAccount"
122
+ ],
103
123
  "dependentActions": []
104
124
  },
105
125
  "deregisterinstance": {
@@ -115,7 +135,8 @@
115
135
  }
116
136
  ],
117
137
  "conditionKeys": [
118
- "servicediscovery:ServiceArn"
138
+ "servicediscovery:ServiceArn",
139
+ "servicediscovery:ServiceCreatedByAccount"
119
140
  ],
120
141
  "dependentActions": []
121
142
  },
@@ -123,7 +144,20 @@
123
144
  "name": "DiscoverInstances",
124
145
  "description": "Grants permission to discover registered instances for a specified namespace and service",
125
146
  "accessLevel": "Read",
126
- "resourceTypes": [],
147
+ "resourceTypes": [
148
+ {
149
+ "name": "namespace",
150
+ "required": true,
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ },
154
+ {
155
+ "name": "service",
156
+ "required": true,
157
+ "conditionKeys": [],
158
+ "dependentActions": []
159
+ }
160
+ ],
127
161
  "conditionKeys": [
128
162
  "servicediscovery:NamespaceName",
129
163
  "servicediscovery:ServiceName"
@@ -134,7 +168,20 @@
134
168
  "name": "DiscoverInstancesRevision",
135
169
  "description": "Grants permission to discover the revision of the instances for a specified namespace and service",
136
170
  "accessLevel": "Read",
137
- "resourceTypes": [],
171
+ "resourceTypes": [
172
+ {
173
+ "name": "namespace",
174
+ "required": true,
175
+ "conditionKeys": [],
176
+ "dependentActions": []
177
+ },
178
+ {
179
+ "name": "service",
180
+ "required": true,
181
+ "conditionKeys": [],
182
+ "dependentActions": []
183
+ }
184
+ ],
138
185
  "conditionKeys": [
139
186
  "servicediscovery:NamespaceName",
140
187
  "servicediscovery:ServiceName"
@@ -145,7 +192,14 @@
145
192
  "name": "GetInstance",
146
193
  "description": "Grants permission to get information about a specified instance",
147
194
  "accessLevel": "Read",
148
- "resourceTypes": [],
195
+ "resourceTypes": [
196
+ {
197
+ "name": "service",
198
+ "required": true,
199
+ "conditionKeys": [],
200
+ "dependentActions": []
201
+ }
202
+ ],
149
203
  "conditionKeys": [
150
204
  "servicediscovery:ServiceArn"
151
205
  ],
@@ -155,7 +209,14 @@
155
209
  "name": "GetInstancesHealthStatus",
156
210
  "description": "Grants permission to get the current health status (Healthy, Unhealthy, or Unknown) of one or more instances",
157
211
  "accessLevel": "Read",
158
- "resourceTypes": [],
212
+ "resourceTypes": [
213
+ {
214
+ "name": "service",
215
+ "required": true,
216
+ "conditionKeys": [],
217
+ "dependentActions": []
218
+ }
219
+ ],
159
220
  "conditionKeys": [
160
221
  "servicediscovery:ServiceArn"
161
222
  ],
@@ -180,7 +241,36 @@
180
241
  "name": "GetOperation",
181
242
  "description": "Grants permission to get information about a specific operation",
182
243
  "accessLevel": "Read",
183
- "resourceTypes": [],
244
+ "resourceTypes": [
245
+ {
246
+ "name": "namespace",
247
+ "required": true,
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ },
251
+ {
252
+ "name": "service",
253
+ "required": false,
254
+ "conditionKeys": [],
255
+ "dependentActions": []
256
+ }
257
+ ],
258
+ "conditionKeys": [],
259
+ "dependentActions": []
260
+ },
261
+ "getresourcepolicy": {
262
+ "name": "GetResourcePolicy",
263
+ "isPermissionOnly": true,
264
+ "description": "Grants permission to read the RAM access control policy for a namespace",
265
+ "accessLevel": "Read",
266
+ "resourceTypes": [
267
+ {
268
+ "name": "namespace",
269
+ "required": true,
270
+ "conditionKeys": [],
271
+ "dependentActions": []
272
+ }
273
+ ],
184
274
  "conditionKeys": [],
185
275
  "dependentActions": []
186
276
  },
@@ -218,7 +308,14 @@
218
308
  "name": "ListInstances",
219
309
  "description": "Grants permission to get summary information about the instances that were registered with a specified service",
220
310
  "accessLevel": "Read",
221
- "resourceTypes": [],
311
+ "resourceTypes": [
312
+ {
313
+ "name": "service",
314
+ "required": true,
315
+ "conditionKeys": [],
316
+ "dependentActions": []
317
+ }
318
+ ],
222
319
  "conditionKeys": [
223
320
  "servicediscovery:ServiceArn"
224
321
  ],
@@ -256,6 +353,22 @@
256
353
  "conditionKeys": [],
257
354
  "dependentActions": []
258
355
  },
356
+ "putresourcepolicy": {
357
+ "name": "PutResourcePolicy",
358
+ "isPermissionOnly": true,
359
+ "description": "Grants permission to define the RAM access control policy for a namespace",
360
+ "accessLevel": "Write",
361
+ "resourceTypes": [
362
+ {
363
+ "name": "namespace",
364
+ "required": true,
365
+ "conditionKeys": [],
366
+ "dependentActions": []
367
+ }
368
+ ],
369
+ "conditionKeys": [],
370
+ "dependentActions": []
371
+ },
259
372
  "registerinstance": {
260
373
  "name": "RegisterInstance",
261
374
  "description": "Grants permission to register an instance based on the settings in a specified service",
@@ -269,7 +382,8 @@
269
382
  }
270
383
  ],
271
384
  "conditionKeys": [
272
- "servicediscovery:ServiceArn"
385
+ "servicediscovery:ServiceArn",
386
+ "servicediscovery:ServiceCreatedByAccount"
273
387
  ],
274
388
  "dependentActions": []
275
389
  },
@@ -313,9 +427,17 @@
313
427
  "name": "UpdateInstanceCustomHealthStatus",
314
428
  "description": "Grants permission to update the current health status for an instance that has a custom health check",
315
429
  "accessLevel": "Write",
316
- "resourceTypes": [],
430
+ "resourceTypes": [
431
+ {
432
+ "name": "service",
433
+ "required": true,
434
+ "conditionKeys": [],
435
+ "dependentActions": []
436
+ }
437
+ ],
317
438
  "conditionKeys": [
318
- "servicediscovery:ServiceArn"
439
+ "servicediscovery:ServiceArn",
440
+ "servicediscovery:ServiceCreatedByAccount"
319
441
  ],
320
442
  "dependentActions": []
321
443
  },
@@ -361,7 +483,9 @@
361
483
  "dependentActions": []
362
484
  }
363
485
  ],
364
- "conditionKeys": [],
486
+ "conditionKeys": [
487
+ "servicediscovery:ServiceCreatedByAccount"
488
+ ],
365
489
  "dependentActions": []
366
490
  },
367
491
  "updateserviceattributes": {
@@ -376,7 +500,9 @@
376
500
  "dependentActions": []
377
501
  }
378
502
  ],
379
- "conditionKeys": [],
503
+ "conditionKeys": [
504
+ "servicediscovery:ServiceCreatedByAccount"
505
+ ],
380
506
  "dependentActions": []
381
507
  }
382
508
  }