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.
- iamdata/data/actions/aoss.json +32 -0
- iamdata/data/actions/appstream.json +22 -71
- iamdata/data/actions/aps.json +51 -0
- iamdata/data/actions/arc-region-switch.json +334 -0
- iamdata/data/actions/arc-zonal-shift.json +50 -0
- iamdata/data/actions/auditmanager.json +14 -1
- iamdata/data/actions/batch.json +162 -6
- iamdata/data/actions/bcm-dashboards.json +74 -0
- iamdata/data/actions/bcm-recommended-actions.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +328 -30
- iamdata/data/actions/bedrock.json +459 -0
- iamdata/data/actions/budgets.json +6 -2
- iamdata/data/actions/cases.json +22 -2
- iamdata/data/actions/chatbot.json +87 -20
- iamdata/data/actions/cleanrooms-ml.json +11 -0
- iamdata/data/actions/cleanrooms.json +44 -0
- iamdata/data/actions/connect.json +23 -0
- iamdata/data/actions/datazone.json +64 -0
- iamdata/data/actions/deadline.json +32 -10
- iamdata/data/actions/dms.json +1 -8
- iamdata/data/actions/ds.json +122 -0
- iamdata/data/actions/events.json +16 -0
- iamdata/data/actions/glue.json +32 -0
- iamdata/data/actions/groundtruthlabeling.json +7 -7
- iamdata/data/actions/guardduty.json +173 -0
- iamdata/data/actions/imagebuilder.json +185 -237
- iamdata/data/actions/iot.json +31 -0
- iamdata/data/actions/iotmanagedintegrations.json +11 -4
- iamdata/data/actions/iotsitewise.json +271 -0
- iamdata/data/actions/observabilityadmin.json +196 -0
- iamdata/data/actions/odb.json +4 -4
- iamdata/data/actions/outposts.json +15 -0
- iamdata/data/actions/partnercentral.json +96 -32
- iamdata/data/actions/qbusiness.json +20 -46
- iamdata/data/actions/quicksight.json +2 -6
- iamdata/data/actions/rds.json +12 -6
- iamdata/data/actions/repostspace.json +90 -0
- iamdata/data/actions/s3.json +261 -125
- iamdata/data/actions/s3express.json +24 -4
- iamdata/data/actions/sagemaker.json +128 -0
- iamdata/data/actions/security-ir.json +23 -8
- iamdata/data/actions/securityhub.json +12 -0
- iamdata/data/actions/servicediscovery.json +140 -14
- iamdata/data/actions/ses.json +286 -2
- iamdata/data/actions/social-messaging.json +64 -0
- iamdata/data/actions/sso.json +34 -50
- iamdata/data/actions/transcribe.json +12 -0
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/actions/workspaces-web.json +112 -0
- iamdata/data/actions/workspaces.json +114 -0
- iamdata/data/actions/xray.json +9 -3
- iamdata/data/conditionKeys/arc-region-switch.json +17 -0
- iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
- iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
- iamdata/data/conditionKeys/chatbot.json +17 -1
- iamdata/data/conditionKeys/ebs.json +2 -2
- iamdata/data/conditionKeys/imagebuilder.json +2 -2
- iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
- iamdata/data/conditionKeys/observabilityadmin.json +17 -1
- iamdata/data/conditionKeys/quicksight.json +0 -5
- iamdata/data/conditionKeys/rds.json +5 -0
- iamdata/data/conditionKeys/s3.json +5 -0
- iamdata/data/conditionKeys/s3express.json +5 -0
- iamdata/data/conditionKeys/savingsplans.json +1 -1
- iamdata/data/conditionKeys/secretsmanager.json +1 -1
- iamdata/data/conditionKeys/servicediscovery.json +5 -0
- iamdata/data/conditionKeys/ses.json +5 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/conditionKeys/xray.json +10 -0
- iamdata/data/conditionPatterns.json +128 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -3
- iamdata/data/resourceTypes/arc-region-switch.json +9 -0
- iamdata/data/resourceTypes/batch.json +14 -0
- iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
- iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
- iamdata/data/resourceTypes/bedrock.json +14 -0
- iamdata/data/resourceTypes/chatbot.json +8 -2
- iamdata/data/resourceTypes/deadline.json +4 -1
- iamdata/data/resourceTypes/execute-api.json +1 -1
- iamdata/data/resourceTypes/guardduty.json +14 -0
- iamdata/data/resourceTypes/imagebuilder.json +12 -18
- iamdata/data/resourceTypes/iotsitewise.json +7 -0
- iamdata/data/resourceTypes/mpa.json +3 -3
- iamdata/data/resourceTypes/observabilityadmin.json +16 -1
- iamdata/data/resourceTypes/partnercentral.json +8 -2
- iamdata/data/resourceTypes/qbusiness.json +0 -4
- iamdata/data/resourceTypes/s3.json +19 -1
- iamdata/data/resourceTypes/s3express.json +5 -1
- iamdata/data/resourceTypes/securityhub.json +12 -3
- iamdata/data/resourceTypes/ses.json +11 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/resourceTypes/workspaces-web.json +7 -0
- iamdata/data/resourceTypes/workspaces.json +4 -0
- iamdata/data/serviceNames.json +4 -0
- iamdata/data/services.json +4 -0
- iamdata/data/unassociatedConditions.json +20 -0
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +102 -88
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -38,20 +38,21 @@
|
|
|
38
38
|
"name": "component",
|
|
39
39
|
"required": true,
|
|
40
40
|
"conditionKeys": [],
|
|
41
|
-
"dependentActions": [
|
|
41
|
+
"dependentActions": [
|
|
42
|
+
"imagebuilder:TagResource",
|
|
43
|
+
"kms:Encrypt",
|
|
44
|
+
"kms:GenerateDataKey",
|
|
45
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
46
|
+
"s3:GetObject",
|
|
47
|
+
"s3:ListBucket"
|
|
48
|
+
]
|
|
42
49
|
}
|
|
43
50
|
],
|
|
44
51
|
"conditionKeys": [
|
|
45
52
|
"aws:RequestTag/${TagKey}",
|
|
46
53
|
"aws:TagKeys"
|
|
47
54
|
],
|
|
48
|
-
"dependentActions": [
|
|
49
|
-
"iam:CreateServiceLinkedRole",
|
|
50
|
-
"imagebuilder:TagResource",
|
|
51
|
-
"kms:Encrypt",
|
|
52
|
-
"kms:GenerateDataKey",
|
|
53
|
-
"kms:GenerateDataKeyWithoutPlaintext"
|
|
54
|
-
]
|
|
55
|
+
"dependentActions": []
|
|
55
56
|
},
|
|
56
57
|
"createcontainerrecipe": {
|
|
57
58
|
"name": "CreateContainerRecipe",
|
|
@@ -62,25 +63,27 @@
|
|
|
62
63
|
"name": "containerRecipe",
|
|
63
64
|
"required": true,
|
|
64
65
|
"conditionKeys": [],
|
|
65
|
-
"dependentActions": [
|
|
66
|
+
"dependentActions": [
|
|
67
|
+
"ec2:DescribeImages",
|
|
68
|
+
"ecr:DescribeImages",
|
|
69
|
+
"ecr:DescribeRepositories",
|
|
70
|
+
"imagebuilder:GetComponent",
|
|
71
|
+
"imagebuilder:GetImage",
|
|
72
|
+
"imagebuilder:TagResource",
|
|
73
|
+
"kms:Encrypt",
|
|
74
|
+
"kms:GenerateDataKey",
|
|
75
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
76
|
+
"s3:GetObject",
|
|
77
|
+
"s3:ListBucket",
|
|
78
|
+
"ssm:GetParameter"
|
|
79
|
+
]
|
|
66
80
|
}
|
|
67
81
|
],
|
|
68
82
|
"conditionKeys": [
|
|
69
83
|
"aws:RequestTag/${TagKey}",
|
|
70
84
|
"aws:TagKeys"
|
|
71
85
|
],
|
|
72
|
-
"dependentActions": [
|
|
73
|
-
"ecr:DescribeImages",
|
|
74
|
-
"ecr:DescribeRepositories",
|
|
75
|
-
"iam:CreateServiceLinkedRole",
|
|
76
|
-
"imagebuilder:GetComponent",
|
|
77
|
-
"imagebuilder:GetImage",
|
|
78
|
-
"imagebuilder:TagResource",
|
|
79
|
-
"kms:Encrypt",
|
|
80
|
-
"kms:GenerateDataKey",
|
|
81
|
-
"kms:GenerateDataKeyWithoutPlaintext",
|
|
82
|
-
"ssm:GetParameter"
|
|
83
|
-
]
|
|
86
|
+
"dependentActions": []
|
|
84
87
|
},
|
|
85
88
|
"createdistributionconfiguration": {
|
|
86
89
|
"name": "CreateDistributionConfiguration",
|
|
@@ -91,18 +94,21 @@
|
|
|
91
94
|
"name": "distributionConfiguration",
|
|
92
95
|
"required": true,
|
|
93
96
|
"conditionKeys": [],
|
|
94
|
-
"dependentActions": [
|
|
97
|
+
"dependentActions": [
|
|
98
|
+
"ec2:CreateLaunchTemplateVersion",
|
|
99
|
+
"ec2:DescribeLaunchTemplates",
|
|
100
|
+
"ec2:ModifyLaunchTemplate",
|
|
101
|
+
"imagebuilder:TagResource",
|
|
102
|
+
"s3:ListBucket",
|
|
103
|
+
"ssm:GetParameter"
|
|
104
|
+
]
|
|
95
105
|
}
|
|
96
106
|
],
|
|
97
107
|
"conditionKeys": [
|
|
98
108
|
"aws:RequestTag/${TagKey}",
|
|
99
109
|
"aws:TagKeys"
|
|
100
110
|
],
|
|
101
|
-
"dependentActions": [
|
|
102
|
-
"iam:CreateServiceLinkedRole",
|
|
103
|
-
"imagebuilder:TagResource",
|
|
104
|
-
"ssm:GetParameter"
|
|
105
|
-
]
|
|
111
|
+
"dependentActions": []
|
|
106
112
|
},
|
|
107
113
|
"createimage": {
|
|
108
114
|
"name": "CreateImage",
|
|
@@ -113,23 +119,26 @@
|
|
|
113
119
|
"name": "image",
|
|
114
120
|
"required": true,
|
|
115
121
|
"conditionKeys": [],
|
|
116
|
-
"dependentActions": [
|
|
122
|
+
"dependentActions": [
|
|
123
|
+
"ecr:BatchGetRepositoryScanningConfiguration",
|
|
124
|
+
"ecr:DescribeRepositories",
|
|
125
|
+
"iam:CreateServiceLinkedRole",
|
|
126
|
+
"iam:PassRole",
|
|
127
|
+
"imagebuilder:GetContainerRecipe",
|
|
128
|
+
"imagebuilder:GetDistributionConfiguration",
|
|
129
|
+
"imagebuilder:GetImageRecipe",
|
|
130
|
+
"imagebuilder:GetInfrastructureConfiguration",
|
|
131
|
+
"imagebuilder:GetWorkflow",
|
|
132
|
+
"imagebuilder:TagResource",
|
|
133
|
+
"inspector2:BatchGetAccountStatus"
|
|
134
|
+
]
|
|
117
135
|
}
|
|
118
136
|
],
|
|
119
137
|
"conditionKeys": [
|
|
120
138
|
"aws:RequestTag/${TagKey}",
|
|
121
139
|
"aws:TagKeys"
|
|
122
140
|
],
|
|
123
|
-
"dependentActions": [
|
|
124
|
-
"iam:CreateServiceLinkedRole",
|
|
125
|
-
"iam:PassRole",
|
|
126
|
-
"imagebuilder:GetContainerRecipe",
|
|
127
|
-
"imagebuilder:GetDistributionConfiguration",
|
|
128
|
-
"imagebuilder:GetImageRecipe",
|
|
129
|
-
"imagebuilder:GetInfrastructureConfiguration",
|
|
130
|
-
"imagebuilder:GetWorkflow",
|
|
131
|
-
"imagebuilder:TagResource"
|
|
132
|
-
]
|
|
141
|
+
"dependentActions": []
|
|
133
142
|
},
|
|
134
143
|
"createimagepipeline": {
|
|
135
144
|
"name": "CreateImagePipeline",
|
|
@@ -140,23 +149,26 @@
|
|
|
140
149
|
"name": "imagePipeline",
|
|
141
150
|
"required": true,
|
|
142
151
|
"conditionKeys": [],
|
|
143
|
-
"dependentActions": [
|
|
152
|
+
"dependentActions": [
|
|
153
|
+
"ecr:BatchGetRepositoryScanningConfiguration",
|
|
154
|
+
"ecr:DescribeRepositories",
|
|
155
|
+
"iam:CreateServiceLinkedRole",
|
|
156
|
+
"iam:PassRole",
|
|
157
|
+
"imagebuilder:GetContainerRecipe",
|
|
158
|
+
"imagebuilder:GetDistributionConfiguration",
|
|
159
|
+
"imagebuilder:GetImageRecipe",
|
|
160
|
+
"imagebuilder:GetInfrastructureConfiguration",
|
|
161
|
+
"imagebuilder:GetWorkflow",
|
|
162
|
+
"imagebuilder:TagResource",
|
|
163
|
+
"inspector2:BatchGetAccountStatus"
|
|
164
|
+
]
|
|
144
165
|
}
|
|
145
166
|
],
|
|
146
167
|
"conditionKeys": [
|
|
147
168
|
"aws:RequestTag/${TagKey}",
|
|
148
169
|
"aws:TagKeys"
|
|
149
170
|
],
|
|
150
|
-
"dependentActions": [
|
|
151
|
-
"iam:CreateServiceLinkedRole",
|
|
152
|
-
"iam:PassRole",
|
|
153
|
-
"imagebuilder:GetContainerRecipe",
|
|
154
|
-
"imagebuilder:GetDistributionConfiguration",
|
|
155
|
-
"imagebuilder:GetImageRecipe",
|
|
156
|
-
"imagebuilder:GetInfrastructureConfiguration",
|
|
157
|
-
"imagebuilder:GetWorkflow",
|
|
158
|
-
"imagebuilder:TagResource"
|
|
159
|
-
]
|
|
171
|
+
"dependentActions": []
|
|
160
172
|
},
|
|
161
173
|
"createimagerecipe": {
|
|
162
174
|
"name": "CreateImageRecipe",
|
|
@@ -167,21 +179,20 @@
|
|
|
167
179
|
"name": "imageRecipe",
|
|
168
180
|
"required": true,
|
|
169
181
|
"conditionKeys": [],
|
|
170
|
-
"dependentActions": [
|
|
182
|
+
"dependentActions": [
|
|
183
|
+
"ec2:DescribeImages",
|
|
184
|
+
"imagebuilder:GetComponent",
|
|
185
|
+
"imagebuilder:GetImage",
|
|
186
|
+
"imagebuilder:TagResource",
|
|
187
|
+
"ssm:GetParameter"
|
|
188
|
+
]
|
|
171
189
|
}
|
|
172
190
|
],
|
|
173
191
|
"conditionKeys": [
|
|
174
192
|
"aws:RequestTag/${TagKey}",
|
|
175
193
|
"aws:TagKeys"
|
|
176
194
|
],
|
|
177
|
-
"dependentActions": [
|
|
178
|
-
"ec2:DescribeImages",
|
|
179
|
-
"iam:CreateServiceLinkedRole",
|
|
180
|
-
"imagebuilder:GetComponent",
|
|
181
|
-
"imagebuilder:GetImage",
|
|
182
|
-
"imagebuilder:TagResource",
|
|
183
|
-
"ssm:GetParameter"
|
|
184
|
-
]
|
|
195
|
+
"dependentActions": []
|
|
185
196
|
},
|
|
186
197
|
"createinfrastructureconfiguration": {
|
|
187
198
|
"name": "CreateInfrastructureConfiguration",
|
|
@@ -192,23 +203,25 @@
|
|
|
192
203
|
"name": "infrastructureConfiguration",
|
|
193
204
|
"required": true,
|
|
194
205
|
"conditionKeys": [],
|
|
195
|
-
"dependentActions": [
|
|
206
|
+
"dependentActions": [
|
|
207
|
+
"ec2:DescribeAvailabilityZones",
|
|
208
|
+
"ec2:DescribeHosts",
|
|
209
|
+
"iam:PassRole",
|
|
210
|
+
"imagebuilder:TagResource",
|
|
211
|
+
"resource-groups:GetGroup",
|
|
212
|
+
"sns:Publish"
|
|
213
|
+
]
|
|
196
214
|
}
|
|
197
215
|
],
|
|
198
216
|
"conditionKeys": [
|
|
199
217
|
"aws:RequestTag/${TagKey}",
|
|
200
218
|
"aws:TagKeys",
|
|
201
219
|
"imagebuilder:CreatedResourceTagKeys",
|
|
202
|
-
"imagebuilder:CreatedResourceTag
|
|
220
|
+
"imagebuilder:CreatedResourceTag/${TagKey}",
|
|
203
221
|
"imagebuilder:Ec2MetadataHttpTokens",
|
|
204
222
|
"imagebuilder:StatusTopicArn"
|
|
205
223
|
],
|
|
206
|
-
"dependentActions": [
|
|
207
|
-
"iam:CreateServiceLinkedRole",
|
|
208
|
-
"iam:PassRole",
|
|
209
|
-
"imagebuilder:TagResource",
|
|
210
|
-
"sns:Publish"
|
|
211
|
-
]
|
|
224
|
+
"dependentActions": []
|
|
212
225
|
},
|
|
213
226
|
"createlifecyclepolicy": {
|
|
214
227
|
"name": "CreateLifecyclePolicy",
|
|
@@ -219,7 +232,10 @@
|
|
|
219
232
|
"name": "lifecyclePolicy",
|
|
220
233
|
"required": true,
|
|
221
234
|
"conditionKeys": [],
|
|
222
|
-
"dependentActions": [
|
|
235
|
+
"dependentActions": [
|
|
236
|
+
"iam:PassRole",
|
|
237
|
+
"imagebuilder:TagResource"
|
|
238
|
+
]
|
|
223
239
|
}
|
|
224
240
|
],
|
|
225
241
|
"conditionKeys": [
|
|
@@ -227,10 +243,7 @@
|
|
|
227
243
|
"aws:TagKeys",
|
|
228
244
|
"imagebuilder:LifecyclePolicyResourceType"
|
|
229
245
|
],
|
|
230
|
-
"dependentActions": [
|
|
231
|
-
"iam:PassRole",
|
|
232
|
-
"imagebuilder:TagResource"
|
|
233
|
-
]
|
|
246
|
+
"dependentActions": []
|
|
234
247
|
},
|
|
235
248
|
"createworkflow": {
|
|
236
249
|
"name": "CreateWorkflow",
|
|
@@ -241,21 +254,21 @@
|
|
|
241
254
|
"name": "workflow",
|
|
242
255
|
"required": true,
|
|
243
256
|
"conditionKeys": [],
|
|
244
|
-
"dependentActions": [
|
|
257
|
+
"dependentActions": [
|
|
258
|
+
"imagebuilder:TagResource",
|
|
259
|
+
"kms:Encrypt",
|
|
260
|
+
"kms:GenerateDataKey",
|
|
261
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
262
|
+
"s3:GetObject",
|
|
263
|
+
"s3:ListBucket"
|
|
264
|
+
]
|
|
245
265
|
}
|
|
246
266
|
],
|
|
247
267
|
"conditionKeys": [
|
|
248
268
|
"aws:RequestTag/${TagKey}",
|
|
249
269
|
"aws:TagKeys"
|
|
250
270
|
],
|
|
251
|
-
"dependentActions": [
|
|
252
|
-
"imagebuilder:TagResource",
|
|
253
|
-
"kms:Encrypt",
|
|
254
|
-
"kms:GenerateDataKey",
|
|
255
|
-
"kms:GenerateDataKeyWithoutPlaintext",
|
|
256
|
-
"s3:GetObject",
|
|
257
|
-
"s3:ListBucket"
|
|
258
|
-
]
|
|
271
|
+
"dependentActions": []
|
|
259
272
|
},
|
|
260
273
|
"deletecomponent": {
|
|
261
274
|
"name": "DeleteComponent",
|
|
@@ -481,9 +494,7 @@
|
|
|
481
494
|
"dependentActions": []
|
|
482
495
|
}
|
|
483
496
|
],
|
|
484
|
-
"conditionKeys": [
|
|
485
|
-
"aws:ResourceTag/${TagKey}"
|
|
486
|
-
],
|
|
497
|
+
"conditionKeys": [],
|
|
487
498
|
"dependentActions": []
|
|
488
499
|
},
|
|
489
500
|
"getimagepipeline": {
|
|
@@ -651,7 +662,9 @@
|
|
|
651
662
|
}
|
|
652
663
|
],
|
|
653
664
|
"conditionKeys": [],
|
|
654
|
-
"dependentActions": [
|
|
665
|
+
"dependentActions": [
|
|
666
|
+
"kms:Decrypt"
|
|
667
|
+
]
|
|
655
668
|
},
|
|
656
669
|
"importcomponent": {
|
|
657
670
|
"name": "ImportComponent",
|
|
@@ -662,20 +675,21 @@
|
|
|
662
675
|
"name": "component",
|
|
663
676
|
"required": true,
|
|
664
677
|
"conditionKeys": [],
|
|
665
|
-
"dependentActions": [
|
|
678
|
+
"dependentActions": [
|
|
679
|
+
"imagebuilder:TagResource",
|
|
680
|
+
"kms:Encrypt",
|
|
681
|
+
"kms:GenerateDataKey",
|
|
682
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
683
|
+
"s3:GetObject",
|
|
684
|
+
"s3:ListBucket"
|
|
685
|
+
]
|
|
666
686
|
}
|
|
667
687
|
],
|
|
668
688
|
"conditionKeys": [
|
|
669
689
|
"aws:RequestTag/${TagKey}",
|
|
670
690
|
"aws:TagKeys"
|
|
671
691
|
],
|
|
672
|
-
"dependentActions": [
|
|
673
|
-
"iam:CreateServiceLinkedRole",
|
|
674
|
-
"imagebuilder:TagResource",
|
|
675
|
-
"kms:Encrypt",
|
|
676
|
-
"kms:GenerateDataKey",
|
|
677
|
-
"kms:GenerateDataKeyWithoutPlaintext"
|
|
678
|
-
]
|
|
692
|
+
"dependentActions": []
|
|
679
693
|
},
|
|
680
694
|
"importdiskimage": {
|
|
681
695
|
"name": "ImportDiskImage",
|
|
@@ -686,22 +700,22 @@
|
|
|
686
700
|
"name": "imageVersion",
|
|
687
701
|
"required": true,
|
|
688
702
|
"conditionKeys": [],
|
|
689
|
-
"dependentActions": [
|
|
703
|
+
"dependentActions": [
|
|
704
|
+
"iam:CreateServiceLinkedRole",
|
|
705
|
+
"iam:PassRole",
|
|
706
|
+
"imagebuilder:GetInfrastructureConfiguration",
|
|
707
|
+
"imagebuilder:GetWorkflow",
|
|
708
|
+
"imagebuilder:TagResource",
|
|
709
|
+
"s3:GetObject",
|
|
710
|
+
"s3:ListBucket"
|
|
711
|
+
]
|
|
690
712
|
}
|
|
691
713
|
],
|
|
692
714
|
"conditionKeys": [
|
|
693
715
|
"aws:RequestTag/${TagKey}",
|
|
694
716
|
"aws:TagKeys"
|
|
695
717
|
],
|
|
696
|
-
"dependentActions": [
|
|
697
|
-
"iam:CreateServiceLinkedRole",
|
|
698
|
-
"iam:PassRole",
|
|
699
|
-
"imagebuilder:GetInfrastructureConfiguration",
|
|
700
|
-
"imagebuilder:GetWorkflow",
|
|
701
|
-
"imagebuilder:TagResource",
|
|
702
|
-
"s3:GetObject",
|
|
703
|
-
"s3:ListBucket"
|
|
704
|
-
]
|
|
718
|
+
"dependentActions": []
|
|
705
719
|
},
|
|
706
720
|
"importvmimage": {
|
|
707
721
|
"name": "ImportVmImage",
|
|
@@ -712,18 +726,19 @@
|
|
|
712
726
|
"name": "imageVersion",
|
|
713
727
|
"required": true,
|
|
714
728
|
"conditionKeys": [],
|
|
715
|
-
"dependentActions": [
|
|
729
|
+
"dependentActions": [
|
|
730
|
+
"ec2:DescribeImages",
|
|
731
|
+
"ec2:DescribeImportImageTasks",
|
|
732
|
+
"iam:CreateServiceLinkedRole",
|
|
733
|
+
"imagebuilder:TagResource"
|
|
734
|
+
]
|
|
716
735
|
}
|
|
717
736
|
],
|
|
718
737
|
"conditionKeys": [
|
|
719
738
|
"aws:RequestTag/${TagKey}",
|
|
720
739
|
"aws:TagKeys"
|
|
721
740
|
],
|
|
722
|
-
"dependentActions": [
|
|
723
|
-
"ec2:DescribeImages",
|
|
724
|
-
"ec2:DescribeImportImageTasks",
|
|
725
|
-
"iam:CreateServiceLinkedRole"
|
|
726
|
-
]
|
|
741
|
+
"dependentActions": []
|
|
727
742
|
},
|
|
728
743
|
"listcomponentbuildversions": {
|
|
729
744
|
"name": "ListComponentBuildVersions",
|
|
@@ -731,7 +746,7 @@
|
|
|
731
746
|
"accessLevel": "List",
|
|
732
747
|
"resourceTypes": [
|
|
733
748
|
{
|
|
734
|
-
"name": "
|
|
749
|
+
"name": "allComponentBuildVersions",
|
|
735
750
|
"required": true,
|
|
736
751
|
"conditionKeys": [],
|
|
737
752
|
"dependentActions": []
|
|
@@ -770,7 +785,7 @@
|
|
|
770
785
|
"accessLevel": "List",
|
|
771
786
|
"resourceTypes": [
|
|
772
787
|
{
|
|
773
|
-
"name": "
|
|
788
|
+
"name": "allImageBuildVersions",
|
|
774
789
|
"required": true,
|
|
775
790
|
"conditionKeys": [],
|
|
776
791
|
"dependentActions": []
|
|
@@ -791,9 +806,7 @@
|
|
|
791
806
|
"dependentActions": []
|
|
792
807
|
}
|
|
793
808
|
],
|
|
794
|
-
"conditionKeys": [
|
|
795
|
-
"aws:ResourceTag/${TagKey}"
|
|
796
|
-
],
|
|
809
|
+
"conditionKeys": [],
|
|
797
810
|
"dependentActions": []
|
|
798
811
|
},
|
|
799
812
|
"listimagepipelineimages": {
|
|
@@ -939,73 +952,55 @@
|
|
|
939
952
|
{
|
|
940
953
|
"name": "component",
|
|
941
954
|
"required": false,
|
|
942
|
-
"conditionKeys": [
|
|
943
|
-
"aws:ResourceTag/${TagKey}"
|
|
944
|
-
],
|
|
955
|
+
"conditionKeys": [],
|
|
945
956
|
"dependentActions": []
|
|
946
957
|
},
|
|
947
958
|
{
|
|
948
959
|
"name": "containerRecipe",
|
|
949
960
|
"required": false,
|
|
950
|
-
"conditionKeys": [
|
|
951
|
-
"aws:ResourceTag/${TagKey}"
|
|
952
|
-
],
|
|
961
|
+
"conditionKeys": [],
|
|
953
962
|
"dependentActions": []
|
|
954
963
|
},
|
|
955
964
|
{
|
|
956
965
|
"name": "distributionConfiguration",
|
|
957
966
|
"required": false,
|
|
958
|
-
"conditionKeys": [
|
|
959
|
-
"aws:ResourceTag/${TagKey}"
|
|
960
|
-
],
|
|
967
|
+
"conditionKeys": [],
|
|
961
968
|
"dependentActions": []
|
|
962
969
|
},
|
|
963
970
|
{
|
|
964
971
|
"name": "image",
|
|
965
972
|
"required": false,
|
|
966
|
-
"conditionKeys": [
|
|
967
|
-
"aws:ResourceTag/${TagKey}"
|
|
968
|
-
],
|
|
973
|
+
"conditionKeys": [],
|
|
969
974
|
"dependentActions": []
|
|
970
975
|
},
|
|
971
976
|
{
|
|
972
977
|
"name": "imagePipeline",
|
|
973
978
|
"required": false,
|
|
974
|
-
"conditionKeys": [
|
|
975
|
-
"aws:ResourceTag/${TagKey}"
|
|
976
|
-
],
|
|
979
|
+
"conditionKeys": [],
|
|
977
980
|
"dependentActions": []
|
|
978
981
|
},
|
|
979
982
|
{
|
|
980
983
|
"name": "imageRecipe",
|
|
981
984
|
"required": false,
|
|
982
|
-
"conditionKeys": [
|
|
983
|
-
"aws:ResourceTag/${TagKey}"
|
|
984
|
-
],
|
|
985
|
+
"conditionKeys": [],
|
|
985
986
|
"dependentActions": []
|
|
986
987
|
},
|
|
987
988
|
{
|
|
988
989
|
"name": "infrastructureConfiguration",
|
|
989
990
|
"required": false,
|
|
990
|
-
"conditionKeys": [
|
|
991
|
-
"aws:ResourceTag/${TagKey}"
|
|
992
|
-
],
|
|
991
|
+
"conditionKeys": [],
|
|
993
992
|
"dependentActions": []
|
|
994
993
|
},
|
|
995
994
|
{
|
|
996
995
|
"name": "lifecyclePolicy",
|
|
997
996
|
"required": false,
|
|
998
|
-
"conditionKeys": [
|
|
999
|
-
"aws:ResourceTag/${TagKey}"
|
|
1000
|
-
],
|
|
997
|
+
"conditionKeys": [],
|
|
1001
998
|
"dependentActions": []
|
|
1002
999
|
},
|
|
1003
1000
|
{
|
|
1004
1001
|
"name": "workflow",
|
|
1005
1002
|
"required": false,
|
|
1006
|
-
"conditionKeys": [
|
|
1007
|
-
"aws:ResourceTag/${TagKey}"
|
|
1008
|
-
],
|
|
1003
|
+
"conditionKeys": [],
|
|
1009
1004
|
"dependentActions": []
|
|
1010
1005
|
}
|
|
1011
1006
|
],
|
|
@@ -1026,7 +1021,7 @@
|
|
|
1026
1021
|
"accessLevel": "List",
|
|
1027
1022
|
"resourceTypes": [
|
|
1028
1023
|
{
|
|
1029
|
-
"name": "
|
|
1024
|
+
"name": "allWorkflowBuildVersions",
|
|
1030
1025
|
"required": true,
|
|
1031
1026
|
"conditionKeys": [],
|
|
1032
1027
|
"dependentActions": []
|
|
@@ -1063,7 +1058,9 @@
|
|
|
1063
1058
|
}
|
|
1064
1059
|
],
|
|
1065
1060
|
"conditionKeys": [],
|
|
1066
|
-
"dependentActions": [
|
|
1061
|
+
"dependentActions": [
|
|
1062
|
+
"kms:Decrypt"
|
|
1063
|
+
]
|
|
1067
1064
|
},
|
|
1068
1065
|
"listworkflows": {
|
|
1069
1066
|
"name": "ListWorkflows",
|
|
@@ -1195,95 +1192,62 @@
|
|
|
1195
1192
|
{
|
|
1196
1193
|
"name": "component",
|
|
1197
1194
|
"required": false,
|
|
1198
|
-
"conditionKeys": [
|
|
1199
|
-
"aws:TagKeys",
|
|
1200
|
-
"aws:RequestTag/${TagKey}",
|
|
1201
|
-
"aws:ResourceTag/${TagKey}"
|
|
1202
|
-
],
|
|
1195
|
+
"conditionKeys": [],
|
|
1203
1196
|
"dependentActions": []
|
|
1204
1197
|
},
|
|
1205
1198
|
{
|
|
1206
1199
|
"name": "containerRecipe",
|
|
1207
1200
|
"required": false,
|
|
1208
|
-
"conditionKeys": [
|
|
1209
|
-
"aws:TagKeys",
|
|
1210
|
-
"aws:RequestTag/${TagKey}",
|
|
1211
|
-
"aws:ResourceTag/${TagKey}"
|
|
1212
|
-
],
|
|
1201
|
+
"conditionKeys": [],
|
|
1213
1202
|
"dependentActions": []
|
|
1214
1203
|
},
|
|
1215
1204
|
{
|
|
1216
1205
|
"name": "distributionConfiguration",
|
|
1217
1206
|
"required": false,
|
|
1218
|
-
"conditionKeys": [
|
|
1219
|
-
"aws:TagKeys",
|
|
1220
|
-
"aws:RequestTag/${TagKey}",
|
|
1221
|
-
"aws:ResourceTag/${TagKey}"
|
|
1222
|
-
],
|
|
1207
|
+
"conditionKeys": [],
|
|
1223
1208
|
"dependentActions": []
|
|
1224
1209
|
},
|
|
1225
1210
|
{
|
|
1226
1211
|
"name": "image",
|
|
1227
1212
|
"required": false,
|
|
1228
|
-
"conditionKeys": [
|
|
1229
|
-
"aws:TagKeys",
|
|
1230
|
-
"aws:RequestTag/${TagKey}",
|
|
1231
|
-
"aws:ResourceTag/${TagKey}"
|
|
1232
|
-
],
|
|
1213
|
+
"conditionKeys": [],
|
|
1233
1214
|
"dependentActions": []
|
|
1234
1215
|
},
|
|
1235
1216
|
{
|
|
1236
1217
|
"name": "imagePipeline",
|
|
1237
1218
|
"required": false,
|
|
1238
|
-
"conditionKeys": [
|
|
1239
|
-
"aws:TagKeys",
|
|
1240
|
-
"aws:RequestTag/${TagKey}",
|
|
1241
|
-
"aws:ResourceTag/${TagKey}"
|
|
1242
|
-
],
|
|
1219
|
+
"conditionKeys": [],
|
|
1243
1220
|
"dependentActions": []
|
|
1244
1221
|
},
|
|
1245
1222
|
{
|
|
1246
1223
|
"name": "imageRecipe",
|
|
1247
1224
|
"required": false,
|
|
1248
|
-
"conditionKeys": [
|
|
1249
|
-
"aws:TagKeys",
|
|
1250
|
-
"aws:RequestTag/${TagKey}",
|
|
1251
|
-
"aws:ResourceTag/${TagKey}"
|
|
1252
|
-
],
|
|
1225
|
+
"conditionKeys": [],
|
|
1253
1226
|
"dependentActions": []
|
|
1254
1227
|
},
|
|
1255
1228
|
{
|
|
1256
1229
|
"name": "infrastructureConfiguration",
|
|
1257
1230
|
"required": false,
|
|
1258
|
-
"conditionKeys": [
|
|
1259
|
-
"aws:TagKeys",
|
|
1260
|
-
"aws:RequestTag/${TagKey}",
|
|
1261
|
-
"aws:ResourceTag/${TagKey}"
|
|
1262
|
-
],
|
|
1231
|
+
"conditionKeys": [],
|
|
1263
1232
|
"dependentActions": []
|
|
1264
1233
|
},
|
|
1265
1234
|
{
|
|
1266
1235
|
"name": "lifecyclePolicy",
|
|
1267
1236
|
"required": false,
|
|
1268
|
-
"conditionKeys": [
|
|
1269
|
-
"aws:TagKeys",
|
|
1270
|
-
"aws:RequestTag/${TagKey}",
|
|
1271
|
-
"aws:ResourceTag/${TagKey}"
|
|
1272
|
-
],
|
|
1237
|
+
"conditionKeys": [],
|
|
1273
1238
|
"dependentActions": []
|
|
1274
1239
|
},
|
|
1275
1240
|
{
|
|
1276
1241
|
"name": "workflow",
|
|
1277
1242
|
"required": false,
|
|
1278
|
-
"conditionKeys": [
|
|
1279
|
-
"aws:TagKeys",
|
|
1280
|
-
"aws:RequestTag/${TagKey}",
|
|
1281
|
-
"aws:ResourceTag/${TagKey}"
|
|
1282
|
-
],
|
|
1243
|
+
"conditionKeys": [],
|
|
1283
1244
|
"dependentActions": []
|
|
1284
1245
|
}
|
|
1285
1246
|
],
|
|
1286
|
-
"conditionKeys": [
|
|
1247
|
+
"conditionKeys": [
|
|
1248
|
+
"aws:TagKeys",
|
|
1249
|
+
"aws:RequestTag/${TagKey}"
|
|
1250
|
+
],
|
|
1287
1251
|
"dependentActions": []
|
|
1288
1252
|
},
|
|
1289
1253
|
"untagresource": {
|
|
@@ -1294,86 +1258,61 @@
|
|
|
1294
1258
|
{
|
|
1295
1259
|
"name": "component",
|
|
1296
1260
|
"required": false,
|
|
1297
|
-
"conditionKeys": [
|
|
1298
|
-
"aws:ResourceTag/${TagKey}",
|
|
1299
|
-
"aws:TagKeys"
|
|
1300
|
-
],
|
|
1261
|
+
"conditionKeys": [],
|
|
1301
1262
|
"dependentActions": []
|
|
1302
1263
|
},
|
|
1303
1264
|
{
|
|
1304
1265
|
"name": "containerRecipe",
|
|
1305
1266
|
"required": false,
|
|
1306
|
-
"conditionKeys": [
|
|
1307
|
-
"aws:ResourceTag/${TagKey}",
|
|
1308
|
-
"aws:TagKeys"
|
|
1309
|
-
],
|
|
1267
|
+
"conditionKeys": [],
|
|
1310
1268
|
"dependentActions": []
|
|
1311
1269
|
},
|
|
1312
1270
|
{
|
|
1313
1271
|
"name": "distributionConfiguration",
|
|
1314
1272
|
"required": false,
|
|
1315
|
-
"conditionKeys": [
|
|
1316
|
-
"aws:ResourceTag/${TagKey}",
|
|
1317
|
-
"aws:TagKeys"
|
|
1318
|
-
],
|
|
1273
|
+
"conditionKeys": [],
|
|
1319
1274
|
"dependentActions": []
|
|
1320
1275
|
},
|
|
1321
1276
|
{
|
|
1322
1277
|
"name": "image",
|
|
1323
1278
|
"required": false,
|
|
1324
|
-
"conditionKeys": [
|
|
1325
|
-
"aws:ResourceTag/${TagKey}",
|
|
1326
|
-
"aws:TagKeys"
|
|
1327
|
-
],
|
|
1279
|
+
"conditionKeys": [],
|
|
1328
1280
|
"dependentActions": []
|
|
1329
1281
|
},
|
|
1330
1282
|
{
|
|
1331
1283
|
"name": "imagePipeline",
|
|
1332
1284
|
"required": false,
|
|
1333
|
-
"conditionKeys": [
|
|
1334
|
-
"aws:ResourceTag/${TagKey}",
|
|
1335
|
-
"aws:TagKeys"
|
|
1336
|
-
],
|
|
1285
|
+
"conditionKeys": [],
|
|
1337
1286
|
"dependentActions": []
|
|
1338
1287
|
},
|
|
1339
1288
|
{
|
|
1340
1289
|
"name": "imageRecipe",
|
|
1341
1290
|
"required": false,
|
|
1342
|
-
"conditionKeys": [
|
|
1343
|
-
"aws:ResourceTag/${TagKey}",
|
|
1344
|
-
"aws:TagKeys"
|
|
1345
|
-
],
|
|
1291
|
+
"conditionKeys": [],
|
|
1346
1292
|
"dependentActions": []
|
|
1347
1293
|
},
|
|
1348
1294
|
{
|
|
1349
1295
|
"name": "infrastructureConfiguration",
|
|
1350
1296
|
"required": false,
|
|
1351
|
-
"conditionKeys": [
|
|
1352
|
-
"aws:ResourceTag/${TagKey}",
|
|
1353
|
-
"aws:TagKeys"
|
|
1354
|
-
],
|
|
1297
|
+
"conditionKeys": [],
|
|
1355
1298
|
"dependentActions": []
|
|
1356
1299
|
},
|
|
1357
1300
|
{
|
|
1358
1301
|
"name": "lifecyclePolicy",
|
|
1359
1302
|
"required": false,
|
|
1360
|
-
"conditionKeys": [
|
|
1361
|
-
"aws:ResourceTag/${TagKey}",
|
|
1362
|
-
"aws:TagKeys"
|
|
1363
|
-
],
|
|
1303
|
+
"conditionKeys": [],
|
|
1364
1304
|
"dependentActions": []
|
|
1365
1305
|
},
|
|
1366
1306
|
{
|
|
1367
1307
|
"name": "workflow",
|
|
1368
1308
|
"required": false,
|
|
1369
|
-
"conditionKeys": [
|
|
1370
|
-
"aws:ResourceTag/${TagKey}",
|
|
1371
|
-
"aws:TagKeys"
|
|
1372
|
-
],
|
|
1309
|
+
"conditionKeys": [],
|
|
1373
1310
|
"dependentActions": []
|
|
1374
1311
|
}
|
|
1375
1312
|
],
|
|
1376
|
-
"conditionKeys": [
|
|
1313
|
+
"conditionKeys": [
|
|
1314
|
+
"aws:TagKeys"
|
|
1315
|
+
],
|
|
1377
1316
|
"dependentActions": []
|
|
1378
1317
|
},
|
|
1379
1318
|
"updatedistributionconfiguration": {
|
|
@@ -1390,6 +1329,10 @@
|
|
|
1390
1329
|
],
|
|
1391
1330
|
"conditionKeys": [],
|
|
1392
1331
|
"dependentActions": [
|
|
1332
|
+
"ec2:CreateLaunchTemplateVersion",
|
|
1333
|
+
"ec2:DescribeLaunchTemplates",
|
|
1334
|
+
"ec2:ModifyLaunchTemplate",
|
|
1335
|
+
"s3:ListBucket",
|
|
1393
1336
|
"ssm:GetParameter"
|
|
1394
1337
|
]
|
|
1395
1338
|
},
|
|
@@ -1407,13 +1350,16 @@
|
|
|
1407
1350
|
],
|
|
1408
1351
|
"conditionKeys": [],
|
|
1409
1352
|
"dependentActions": [
|
|
1353
|
+
"ecr:BatchGetRepositoryScanningConfiguration",
|
|
1354
|
+
"ecr:DescribeRepositories",
|
|
1410
1355
|
"iam:CreateServiceLinkedRole",
|
|
1411
1356
|
"iam:PassRole",
|
|
1412
1357
|
"imagebuilder:GetContainerRecipe",
|
|
1413
1358
|
"imagebuilder:GetDistributionConfiguration",
|
|
1414
1359
|
"imagebuilder:GetImageRecipe",
|
|
1415
1360
|
"imagebuilder:GetInfrastructureConfiguration",
|
|
1416
|
-
"imagebuilder:GetWorkflow"
|
|
1361
|
+
"imagebuilder:GetWorkflow",
|
|
1362
|
+
"inspector2:BatchGetAccountStatus"
|
|
1417
1363
|
]
|
|
1418
1364
|
},
|
|
1419
1365
|
"updateinfrastructureconfiguration": {
|
|
@@ -1425,20 +1371,22 @@
|
|
|
1425
1371
|
"name": "infrastructureConfiguration",
|
|
1426
1372
|
"required": true,
|
|
1427
1373
|
"conditionKeys": [],
|
|
1428
|
-
"dependentActions": [
|
|
1374
|
+
"dependentActions": [
|
|
1375
|
+
"ec2:DescribeAvailabilityZones",
|
|
1376
|
+
"ec2:DescribeHosts",
|
|
1377
|
+
"iam:PassRole",
|
|
1378
|
+
"resource-groups:GetGroup",
|
|
1379
|
+
"sns:Publish"
|
|
1380
|
+
]
|
|
1429
1381
|
}
|
|
1430
1382
|
],
|
|
1431
1383
|
"conditionKeys": [
|
|
1432
|
-
"aws:ResourceTag/${TagKey}",
|
|
1433
1384
|
"imagebuilder:CreatedResourceTagKeys",
|
|
1434
|
-
"imagebuilder:CreatedResourceTag
|
|
1385
|
+
"imagebuilder:CreatedResourceTag/${TagKey}",
|
|
1435
1386
|
"imagebuilder:Ec2MetadataHttpTokens",
|
|
1436
1387
|
"imagebuilder:StatusTopicArn"
|
|
1437
1388
|
],
|
|
1438
|
-
"dependentActions": [
|
|
1439
|
-
"iam:PassRole",
|
|
1440
|
-
"sns:Publish"
|
|
1441
|
-
]
|
|
1389
|
+
"dependentActions": []
|
|
1442
1390
|
},
|
|
1443
1391
|
"updatelifecyclepolicy": {
|
|
1444
1392
|
"name": "UpdateLifecyclePolicy",
|
|
@@ -1449,14 +1397,14 @@
|
|
|
1449
1397
|
"name": "lifecyclePolicy",
|
|
1450
1398
|
"required": true,
|
|
1451
1399
|
"conditionKeys": [],
|
|
1452
|
-
"dependentActions": [
|
|
1400
|
+
"dependentActions": [
|
|
1401
|
+
"iam:PassRole"
|
|
1402
|
+
]
|
|
1453
1403
|
}
|
|
1454
1404
|
],
|
|
1455
1405
|
"conditionKeys": [
|
|
1456
1406
|
"imagebuilder:LifecyclePolicyResourceType"
|
|
1457
1407
|
],
|
|
1458
|
-
"dependentActions": [
|
|
1459
|
-
"iam:PassRole"
|
|
1460
|
-
]
|
|
1408
|
+
"dependentActions": []
|
|
1461
1409
|
}
|
|
1462
1410
|
}
|