@cloud-copilot/iam-data 0.8.202410261 → 0.8.202411011

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.
@@ -241,6 +241,36 @@
241
241
  "conditionKeys": [],
242
242
  "dependentActions": []
243
243
  },
244
+ "createinferenceprofile": {
245
+ "name": "CreateInferenceProfile",
246
+ "description": "Grants permission to create inference profiles",
247
+ "accessLevel": "Write",
248
+ "resourceTypes": [
249
+ {
250
+ "name": "application-inference-profile",
251
+ "required": true,
252
+ "conditionKeys": [],
253
+ "dependentActions": []
254
+ },
255
+ {
256
+ "name": "foundation-model",
257
+ "required": true,
258
+ "conditionKeys": [],
259
+ "dependentActions": []
260
+ },
261
+ {
262
+ "name": "inference-profile",
263
+ "required": true,
264
+ "conditionKeys": [],
265
+ "dependentActions": []
266
+ }
267
+ ],
268
+ "conditionKeys": [
269
+ "aws:RequestTag/${TagKey}",
270
+ "aws:TagKeys"
271
+ ],
272
+ "dependentActions": []
273
+ },
244
274
  "createknowledgebase": {
245
275
  "name": "CreateKnowledgeBase",
246
276
  "description": "Grants permission to create a knowledge base",
@@ -600,6 +630,21 @@
600
630
  "conditionKeys": [],
601
631
  "dependentActions": []
602
632
  },
633
+ "deleteinferenceprofile": {
634
+ "name": "DeleteInferenceProfile",
635
+ "description": "Grants permission to delete inference profiles",
636
+ "accessLevel": "Write",
637
+ "resourceTypes": [
638
+ {
639
+ "name": "application-inference-profile",
640
+ "required": true,
641
+ "conditionKeys": [],
642
+ "dependentActions": []
643
+ }
644
+ ],
645
+ "conditionKeys": [],
646
+ "dependentActions": []
647
+ },
603
648
  "deleteknowledgebase": {
604
649
  "name": "DeleteKnowledgeBase",
605
650
  "description": "Grants permission to delete a knowledge base",
@@ -955,6 +1000,12 @@
955
1000
  "description": "Grants permission to get the properties associated with an inference profile",
956
1001
  "accessLevel": "Read",
957
1002
  "resourceTypes": [
1003
+ {
1004
+ "name": "application-inference-profile",
1005
+ "required": true,
1006
+ "conditionKeys": [],
1007
+ "dependentActions": []
1008
+ },
958
1009
  {
959
1010
  "name": "inference-profile",
960
1011
  "required": true,
@@ -1182,6 +1233,12 @@
1182
1233
  "description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body",
1183
1234
  "accessLevel": "Read",
1184
1235
  "resourceTypes": [
1236
+ {
1237
+ "name": "application-inference-profile",
1238
+ "required": true,
1239
+ "conditionKeys": [],
1240
+ "dependentActions": []
1241
+ },
1185
1242
  {
1186
1243
  "name": "foundation-model",
1187
1244
  "required": true,
@@ -1217,6 +1274,12 @@
1217
1274
  "description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body with streaming response",
1218
1275
  "accessLevel": "Read",
1219
1276
  "resourceTypes": [
1277
+ {
1278
+ "name": "application-inference-profile",
1279
+ "required": true,
1280
+ "conditionKeys": [],
1281
+ "dependentActions": []
1282
+ },
1220
1283
  {
1221
1284
  "name": "foundation-model",
1222
1285
  "required": true,
@@ -1534,6 +1597,12 @@
1534
1597
  "conditionKeys": [],
1535
1598
  "dependentActions": []
1536
1599
  },
1600
+ {
1601
+ "name": "application-inference-profile",
1602
+ "required": true,
1603
+ "conditionKeys": [],
1604
+ "dependentActions": []
1605
+ },
1537
1606
  {
1538
1607
  "name": "custom-model",
1539
1608
  "required": true,
@@ -1816,6 +1885,12 @@
1816
1885
  "conditionKeys": [],
1817
1886
  "dependentActions": []
1818
1887
  },
1888
+ {
1889
+ "name": "application-inference-profile",
1890
+ "required": false,
1891
+ "conditionKeys": [],
1892
+ "dependentActions": []
1893
+ },
1819
1894
  {
1820
1895
  "name": "custom-model",
1821
1896
  "required": false,
@@ -1930,6 +2005,12 @@
1930
2005
  "conditionKeys": [],
1931
2006
  "dependentActions": []
1932
2007
  },
2008
+ {
2009
+ "name": "application-inference-profile",
2010
+ "required": false,
2011
+ "conditionKeys": [],
2012
+ "dependentActions": []
2013
+ },
1933
2014
  {
1934
2015
  "name": "custom-model",
1935
2016
  "required": false,
@@ -264,6 +264,62 @@
264
264
  ],
265
265
  "dependentActions": []
266
266
  },
267
+ "describeservicedeployments": {
268
+ "name": "DescribeServiceDeployments",
269
+ "description": "Grants permission to describe one or more of your service deployments",
270
+ "accessLevel": "Read",
271
+ "resourceTypes": [
272
+ {
273
+ "name": "service",
274
+ "required": true,
275
+ "conditionKeys": [
276
+ "ecs:cluster",
277
+ "aws:ResourceTag/${TagKey}"
278
+ ],
279
+ "dependentActions": []
280
+ },
281
+ {
282
+ "name": "service-deployment",
283
+ "required": true,
284
+ "conditionKeys": [
285
+ "ecs:cluster",
286
+ "ecs:service",
287
+ "aws:ResourceTag/${TagKey}"
288
+ ],
289
+ "dependentActions": []
290
+ }
291
+ ],
292
+ "conditionKeys": [],
293
+ "dependentActions": []
294
+ },
295
+ "describeservicerevisions": {
296
+ "name": "DescribeServiceRevisions",
297
+ "description": "Grants permission to describe one or more of your service revisions",
298
+ "accessLevel": "Read",
299
+ "resourceTypes": [
300
+ {
301
+ "name": "service",
302
+ "required": true,
303
+ "conditionKeys": [
304
+ "ecs:cluster",
305
+ "aws:ResourceTag/${TagKey}"
306
+ ],
307
+ "dependentActions": []
308
+ },
309
+ {
310
+ "name": "service-revision",
311
+ "required": true,
312
+ "conditionKeys": [
313
+ "ecs:cluster",
314
+ "ecs:service",
315
+ "aws:ResourceTag/${TagKey}"
316
+ ],
317
+ "dependentActions": []
318
+ }
319
+ ],
320
+ "conditionKeys": [],
321
+ "dependentActions": []
322
+ },
267
323
  "describeservices": {
268
324
  "name": "DescribeServices",
269
325
  "description": "Grants permission to describe the specified services running in your cluster",
@@ -429,6 +485,24 @@
429
485
  ],
430
486
  "dependentActions": []
431
487
  },
488
+ "listservicedeployments": {
489
+ "name": "ListServiceDeployments",
490
+ "description": "Grants permission to get a list of service deployments for a specified service",
491
+ "accessLevel": "List",
492
+ "resourceTypes": [
493
+ {
494
+ "name": "service",
495
+ "required": true,
496
+ "conditionKeys": [],
497
+ "dependentActions": []
498
+ }
499
+ ],
500
+ "conditionKeys": [
501
+ "aws:ResourceTag/${TagKey}",
502
+ "ecs:cluster"
503
+ ],
504
+ "dependentActions": []
505
+ },
432
506
  "listservices": {
433
507
  "name": "ListServices",
434
508
  "description": "Grants permission to get a list of services that are running in a specified cluster",
@@ -35,6 +35,12 @@
35
35
  "description": "Grants permission to attach resource tags to an OpenSearch Service domain",
36
36
  "accessLevel": "Tagging",
37
37
  "resourceTypes": [
38
+ {
39
+ "name": "application",
40
+ "required": true,
41
+ "conditionKeys": [],
42
+ "dependentActions": []
43
+ },
38
44
  {
39
45
  "name": "domain",
40
46
  "required": true,
@@ -116,6 +122,17 @@
116
122
  "conditionKeys": [],
117
123
  "dependentActions": []
118
124
  },
125
+ "createapplication": {
126
+ "name": "CreateApplication",
127
+ "description": "Grants permission to create an OpenSearch Application",
128
+ "accessLevel": "Write",
129
+ "resourceTypes": [],
130
+ "conditionKeys": [
131
+ "aws:RequestTag/${TagKey}",
132
+ "aws:TagKeys"
133
+ ],
134
+ "dependentActions": []
135
+ },
119
136
  "createdomain": {
120
137
  "name": "CreateDomain",
121
138
  "description": "Grants permission to create an Amazon OpenSearch Service domain",
@@ -214,6 +231,21 @@
214
231
  "conditionKeys": [],
215
232
  "dependentActions": []
216
233
  },
234
+ "deleteapplication": {
235
+ "name": "DeleteApplication",
236
+ "description": "Grants permission to delete an OpenSearch Application",
237
+ "accessLevel": "Write",
238
+ "resourceTypes": [
239
+ {
240
+ "name": "application",
241
+ "required": true,
242
+ "conditionKeys": [],
243
+ "dependentActions": []
244
+ }
245
+ ],
246
+ "conditionKeys": [],
247
+ "dependentActions": []
248
+ },
217
249
  "deletedatasource": {
218
250
  "name": "DeleteDataSource",
219
251
  "description": "Grants permission to delete the data source for the OpenSearch Service domain",
@@ -696,6 +728,21 @@
696
728
  "conditionKeys": [],
697
729
  "dependentActions": []
698
730
  },
731
+ "getapplication": {
732
+ "name": "GetApplication",
733
+ "description": "Grants permission to get information about an OpenSearch Application",
734
+ "accessLevel": "Read",
735
+ "resourceTypes": [
736
+ {
737
+ "name": "application",
738
+ "required": true,
739
+ "conditionKeys": [],
740
+ "dependentActions": []
741
+ }
742
+ ],
743
+ "conditionKeys": [],
744
+ "dependentActions": []
745
+ },
699
746
  "getcompatibleelasticsearchversions": {
700
747
  "name": "GetCompatibleElasticsearchVersions",
701
748
  "description": "Grants permission to fetch a list of compatible OpenSearch and Elasticsearch versions to which an OpenSearch Service domain can be upgraded. This permission is deprecated. Use GetCompatibleVersions instead",
@@ -794,6 +841,21 @@
794
841
  "conditionKeys": [],
795
842
  "dependentActions": []
796
843
  },
844
+ "listapplications": {
845
+ "name": "ListApplications",
846
+ "description": "Grants permission to list OpenSearch Applications",
847
+ "accessLevel": "List",
848
+ "resourceTypes": [
849
+ {
850
+ "name": "application",
851
+ "required": true,
852
+ "conditionKeys": [],
853
+ "dependentActions": []
854
+ }
855
+ ],
856
+ "conditionKeys": [],
857
+ "dependentActions": []
858
+ },
797
859
  "listdatasources": {
798
860
  "name": "ListDataSources",
799
861
  "description": "Grants permission to retrieve a list of data source for the OpenSearch Service domain",
@@ -907,6 +969,12 @@
907
969
  "description": "Grants permission to display all resource tags for an OpenSearch Service domain",
908
970
  "accessLevel": "Read",
909
971
  "resourceTypes": [
972
+ {
973
+ "name": "application",
974
+ "required": true,
975
+ "conditionKeys": [],
976
+ "dependentActions": []
977
+ },
910
978
  {
911
979
  "name": "domain",
912
980
  "required": true,
@@ -986,6 +1054,12 @@
986
1054
  "description": "Grants permission to remove resource tags from an OpenSearch Service domain",
987
1055
  "accessLevel": "Tagging",
988
1056
  "resourceTypes": [
1057
+ {
1058
+ "name": "application",
1059
+ "required": true,
1060
+ "conditionKeys": [],
1061
+ "dependentActions": []
1062
+ },
989
1063
  {
990
1064
  "name": "domain",
991
1065
  "required": true,
@@ -1051,6 +1125,21 @@
1051
1125
  "conditionKeys": [],
1052
1126
  "dependentActions": []
1053
1127
  },
1128
+ "updateapplication": {
1129
+ "name": "UpdateApplication",
1130
+ "description": "Grants permission to update an OpenSearch Application",
1131
+ "accessLevel": "Write",
1132
+ "resourceTypes": [
1133
+ {
1134
+ "name": "application",
1135
+ "required": true,
1136
+ "conditionKeys": [],
1137
+ "dependentActions": []
1138
+ }
1139
+ ],
1140
+ "conditionKeys": [],
1141
+ "dependentActions": []
1142
+ },
1054
1143
  "updatedatasource": {
1055
1144
  "name": "UpdateDataSource",
1056
1145
  "description": "Grants permission to update the data source for the OpenSearch Service domain",
@@ -686,6 +686,15 @@
686
686
  "conditionKeys": [],
687
687
  "dependentActions": []
688
688
  },
689
+ "listentitiesforloggroup": {
690
+ "name": "ListEntitiesForLogGroup",
691
+ "isPermissionOnly": true,
692
+ "description": "Grants permission to retrieve all the entities that are associated with log group",
693
+ "accessLevel": "List",
694
+ "resourceTypes": [],
695
+ "conditionKeys": [],
696
+ "dependentActions": []
697
+ },
689
698
  "listloganomalydetectors": {
690
699
  "name": "ListLogAnomalyDetectors",
691
700
  "description": "Grants permission to return all the anomaly detectors that are associated with the AWS account making the request",
@@ -710,6 +719,15 @@
710
719
  "conditionKeys": [],
711
720
  "dependentActions": []
712
721
  },
722
+ "listloggroupsforentity": {
723
+ "name": "ListLogGroupsForEntity",
724
+ "isPermissionOnly": true,
725
+ "description": "Grants permission to retrieve all the log groups that are associated with entity",
726
+ "accessLevel": "List",
727
+ "resourceTypes": [],
728
+ "conditionKeys": [],
729
+ "dependentActions": []
730
+ },
713
731
  "listtagsforresource": {
714
732
  "name": "ListTagsForResource",
715
733
  "description": "Grants permission to list the tags for the specified resource",
@@ -113,6 +113,27 @@
113
113
  "conditionKeys": [],
114
114
  "dependentActions": []
115
115
  },
116
+ "generatemacemvpinchange": {
117
+ "name": "GenerateMacEmvPinChange",
118
+ "description": "Grants permission to generate a MAC (Message Authentication Code) cryptogram",
119
+ "accessLevel": "Write",
120
+ "resourceTypes": [
121
+ {
122
+ "name": "alias",
123
+ "required": true,
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ },
127
+ {
128
+ "name": "key",
129
+ "required": true,
130
+ "conditionKeys": [],
131
+ "dependentActions": []
132
+ }
133
+ ],
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ },
116
137
  "generatepindata": {
117
138
  "name": "GeneratePinData",
118
139
  "description": "Grants permission to generate pin-related data such as PIN, PIN Verification Value (PVV), PIN Block and PIN Offset during new card issuance or card re-issuance",
@@ -1062,7 +1062,7 @@
1062
1062
  },
1063
1063
  "getaccesspointpolicy": {
1064
1064
  "name": "GetAccessPointPolicy",
1065
- "description": "Grants permission to returns the access point policy associated with the specified access point",
1065
+ "description": "Grants permission to return the access point policy associated with the specified access point",
1066
1066
  "accessLevel": "Read",
1067
1067
  "resourceTypes": [
1068
1068
  {
@@ -1087,7 +1087,7 @@
1087
1087
  },
1088
1088
  "getaccesspointpolicyforobjectlambda": {
1089
1089
  "name": "GetAccessPointPolicyForObjectLambda",
1090
- "description": "Grants permission to returns the access point policy associated with the specified object lambda enabled access point",
1090
+ "description": "Grants permission to return the access point policy associated with the specified object lambda enabled access point",
1091
1091
  "accessLevel": "Read",
1092
1092
  "resourceTypes": [
1093
1093
  {
@@ -1686,7 +1686,7 @@
1686
1686
  },
1687
1687
  "getmultiregionaccesspointpolicy": {
1688
1688
  "name": "GetMultiRegionAccessPointPolicy",
1689
- "description": "Grants permission to returns the access point policy associated with the specified Multi-Region Access Point",
1689
+ "description": "Grants permission to return the access point policy associated with the specified Multi-Region Access Point",
1690
1690
  "accessLevel": "Read",
1691
1691
  "resourceTypes": [
1692
1692
  {
@@ -120,6 +120,14 @@
120
120
  "conditionKeys": [],
121
121
  "dependentActions": []
122
122
  },
123
+ "createidentitycenterapplication": {
124
+ "name": "CreateIdentityCenterApplication",
125
+ "description": "Grants permission to create an Identity Center application for WorkMail",
126
+ "accessLevel": "Write",
127
+ "resourceTypes": [],
128
+ "conditionKeys": [],
129
+ "dependentActions": []
130
+ },
123
131
  "createimpersonationrole": {
124
132
  "name": "CreateImpersonationRole",
125
133
  "description": "Grants permission to create an impersonation role for the given Amazon WorkMail organization",
@@ -327,6 +335,29 @@
327
335
  "conditionKeys": [],
328
336
  "dependentActions": []
329
337
  },
338
+ "deleteidentitycenterapplication": {
339
+ "name": "DeleteIdentityCenterApplication",
340
+ "description": "Grants permission to delete an Identity Center application for WorkMail",
341
+ "accessLevel": "Write",
342
+ "resourceTypes": [],
343
+ "conditionKeys": [],
344
+ "dependentActions": []
345
+ },
346
+ "deleteidentityproviderconfiguration": {
347
+ "name": "DeleteIdentityProviderConfiguration",
348
+ "description": "Grants permission to delete the identity provider configuration for the organization",
349
+ "accessLevel": "Write",
350
+ "resourceTypes": [
351
+ {
352
+ "name": "organization",
353
+ "required": true,
354
+ "conditionKeys": [],
355
+ "dependentActions": []
356
+ }
357
+ ],
358
+ "conditionKeys": [],
359
+ "dependentActions": []
360
+ },
330
361
  "deleteimpersonationrole": {
331
362
  "name": "DeleteImpersonationRole",
332
363
  "description": "Grants permission to delete an impersonation role for the given Amazon WorkMail organization",
@@ -466,6 +497,21 @@
466
497
  "conditionKeys": [],
467
498
  "dependentActions": []
468
499
  },
500
+ "deletepersonalaccesstoken": {
501
+ "name": "DeletePersonalAccessToken",
502
+ "description": "Grants permission to delete a personal access token",
503
+ "accessLevel": "Write",
504
+ "resourceTypes": [
505
+ {
506
+ "name": "organization",
507
+ "required": true,
508
+ "conditionKeys": [],
509
+ "dependentActions": []
510
+ }
511
+ ],
512
+ "conditionKeys": [],
513
+ "dependentActions": []
514
+ },
469
515
  "deleteresource": {
470
516
  "name": "DeleteResource",
471
517
  "description": "Grants permission to delete the specified resource",
@@ -618,6 +664,21 @@
618
664
  "conditionKeys": [],
619
665
  "dependentActions": []
620
666
  },
667
+ "describeidentityproviderconfiguration": {
668
+ "name": "DescribeIdentityProviderConfiguration",
669
+ "description": "Grants permission to read the identity provider configuration for the organization",
670
+ "accessLevel": "Read",
671
+ "resourceTypes": [
672
+ {
673
+ "name": "organization",
674
+ "required": true,
675
+ "conditionKeys": [],
676
+ "dependentActions": []
677
+ }
678
+ ],
679
+ "conditionKeys": [],
680
+ "dependentActions": []
681
+ },
621
682
  "describeinbounddmarcsettings": {
622
683
  "name": "DescribeInboundDmarcSettings",
623
684
  "description": "Grants permission to read the settings in a DMARC policy for a specified organization",
@@ -1003,6 +1064,21 @@
1003
1064
  "conditionKeys": [],
1004
1065
  "dependentActions": []
1005
1066
  },
1067
+ "getpersonalaccesstokenmetadata": {
1068
+ "name": "GetPersonalAccessTokenMetadata",
1069
+ "description": "Grants permission to read metadata for a personal access token",
1070
+ "accessLevel": "Read",
1071
+ "resourceTypes": [
1072
+ {
1073
+ "name": "organization",
1074
+ "required": true,
1075
+ "conditionKeys": [],
1076
+ "dependentActions": []
1077
+ }
1078
+ ],
1079
+ "conditionKeys": [],
1080
+ "dependentActions": []
1081
+ },
1006
1082
  "listaccesscontrolrules": {
1007
1083
  "name": "ListAccessControlRules",
1008
1084
  "description": "Grants permission to list the access control rules",
@@ -1223,6 +1299,21 @@
1223
1299
  "conditionKeys": [],
1224
1300
  "dependentActions": []
1225
1301
  },
1302
+ "listpersonalaccesstokens": {
1303
+ "name": "ListPersonalAccessTokens",
1304
+ "description": "Grants permission to list metadata for personal access tokens",
1305
+ "accessLevel": "List",
1306
+ "resourceTypes": [
1307
+ {
1308
+ "name": "organization",
1309
+ "required": true,
1310
+ "conditionKeys": [],
1311
+ "dependentActions": []
1312
+ }
1313
+ ],
1314
+ "conditionKeys": [],
1315
+ "dependentActions": []
1316
+ },
1226
1317
  "listresourcedelegates": {
1227
1318
  "name": "ListResourceDelegates",
1228
1319
  "description": "Grants permission to list the delegates associated with a resource",
@@ -1332,6 +1423,21 @@
1332
1423
  "conditionKeys": [],
1333
1424
  "dependentActions": []
1334
1425
  },
1426
+ "putidentityproviderconfiguration": {
1427
+ "name": "PutIdentityProviderConfiguration",
1428
+ "description": "Grants permission to add or update the identity provider configuration for the organization",
1429
+ "accessLevel": "Write",
1430
+ "resourceTypes": [
1431
+ {
1432
+ "name": "organization",
1433
+ "required": true,
1434
+ "conditionKeys": [],
1435
+ "dependentActions": []
1436
+ }
1437
+ ],
1438
+ "conditionKeys": [],
1439
+ "dependentActions": []
1440
+ },
1335
1441
  "putinbounddmarcsettings": {
1336
1442
  "name": "PutInboundDmarcSettings",
1337
1443
  "description": "Grants permission to enable or disable a DMARC policy for a given organization",
@@ -7,6 +7,13 @@
7
7
  "key": "inference-profile",
8
8
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:inference-profile/${ResourceId}"
9
9
  },
10
+ "application-inference-profile": {
11
+ "key": "application-inference-profile",
12
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:application-inference-profile/${ResourceId}",
13
+ "conditionKeys": [
14
+ "aws:ResourceTag/${TagKey}"
15
+ ]
16
+ },
10
17
  "custom-model": {
11
18
  "key": "custom-model",
12
19
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
@@ -23,6 +23,24 @@
23
23
  "ecs:ResourceTag/${TagKey}"
24
24
  ]
25
25
  },
26
+ "service-deployment": {
27
+ "key": "service-deployment",
28
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:service-deployment/${ClusterName}/${ServiceName}/${ServiceDeploymentId}",
29
+ "conditionKeys": [
30
+ "aws:ResourceTag/${TagKey}",
31
+ "ecs:cluster",
32
+ "ecs:service"
33
+ ]
34
+ },
35
+ "service-revision": {
36
+ "key": "service-revision",
37
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:service-revision/${ClusterName}/${ServiceName}/${ServiceRevisionId}",
38
+ "conditionKeys": [
39
+ "aws:ResourceTag/${TagKey}",
40
+ "ecs:cluster",
41
+ "ecs:service"
42
+ ]
43
+ },
26
44
  "task": {
27
45
  "key": "task",
28
46
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}",
@@ -6,6 +6,13 @@
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
+ "application": {
10
+ "key": "application",
11
+ "arn": "arn:${Partition}:opensearch:${Region}:${Account}:application/${AppId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
9
16
  "es_role": {
10
17
  "key": "es_role",
11
18
  "arn": "arn:${Partition}:iam::${Account}:role/aws-service-role/es.amazonaws.com/AWSServiceRoleForAmazonOpenSearchService",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.8.202410261",
3
+ "version": "0.8.202411011",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-10-26T04:47:20.594Z",
6
+ "updatedAt": "2024-11-01T04:48:21.093Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",