@cloud-copilot/iam-data 0.9.202411251 → 0.9.202412071

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.
Files changed (80) hide show
  1. package/data/actions/aiops.json +384 -0
  2. package/data/actions/aoss.json +9 -2
  3. package/data/actions/bedrock.json +576 -2
  4. package/data/actions/chime.json +95 -1
  5. package/data/actions/cleanrooms.json +1 -0
  6. package/data/actions/config.json +146 -14
  7. package/data/actions/connect-campaigns.json +15 -0
  8. package/data/actions/connect.json +40 -1
  9. package/data/actions/datazone.json +0 -5
  10. package/data/actions/dsql.json +191 -0
  11. package/data/actions/eks.json +8 -2
  12. package/data/actions/es.json +99 -3
  13. package/data/actions/glue.json +75 -0
  14. package/data/actions/imagebuilder.json +15 -0
  15. package/data/actions/invoicing.json +136 -0
  16. package/data/actions/logs.json +32 -0
  17. package/data/actions/memorydb.json +162 -0
  18. package/data/actions/networkflowmonitor.json +393 -0
  19. package/data/actions/networkmanager.json +59 -0
  20. package/data/actions/observabilityadmin.json +66 -0
  21. package/data/actions/opensearch.json +60 -0
  22. package/data/actions/partnercentral.json +256 -0
  23. package/data/actions/qapps.json +0 -4
  24. package/data/actions/qbusiness.json +377 -0
  25. package/data/actions/quicksight.json +79 -0
  26. package/data/actions/redshift-data.json +19 -2
  27. package/data/actions/redshift-serverless.json +23 -0
  28. package/data/actions/redshift.json +16 -0
  29. package/data/actions/rekognition.json +58 -11
  30. package/data/actions/s3.json +71 -0
  31. package/data/actions/s3tables.json +461 -0
  32. package/data/actions/sagemaker-data-science-assistant.json +11 -0
  33. package/data/actions/sagemaker.json +371 -9
  34. package/data/actions/security-ir.json +344 -0
  35. package/data/actions/transfer.json +127 -0
  36. package/data/actions/vpc-lattice.json +423 -44
  37. package/data/actions/vpce.json +11 -0
  38. package/data/conditionKeys/aiops.json +17 -0
  39. package/data/conditionKeys/bedrock.json +5 -0
  40. package/data/conditionKeys/config.json +5 -0
  41. package/data/conditionKeys/dsql.json +22 -0
  42. package/data/conditionKeys/eks.json +15 -0
  43. package/data/conditionKeys/invoicing.json +17 -1
  44. package/data/conditionKeys/networkflowmonitor.json +17 -0
  45. package/data/conditionKeys/networkmanager.json +10 -0
  46. package/data/conditionKeys/observabilityadmin.json +1 -0
  47. package/data/conditionKeys/redshift-data.json +5 -0
  48. package/data/conditionKeys/redshift-serverless.json +5 -0
  49. package/data/conditionKeys/s3express.json +5 -0
  50. package/data/conditionKeys/s3tables.json +12 -0
  51. package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
  52. package/data/conditionKeys/security-ir.json +17 -0
  53. package/data/conditionKeys/vpc-lattice.json +10 -0
  54. package/data/conditionKeys/vpce.json +1 -0
  55. package/data/resourceTypes/aiops.json +9 -0
  56. package/data/resourceTypes/bedrock.json +27 -0
  57. package/data/resourceTypes/config.json +7 -0
  58. package/data/resourceTypes/dsql.json +9 -0
  59. package/data/resourceTypes/es.json +7 -0
  60. package/data/resourceTypes/invoicing.json +9 -1
  61. package/data/resourceTypes/memorydb.json +12 -0
  62. package/data/resourceTypes/networkflowmonitor.json +16 -0
  63. package/data/resourceTypes/observabilityadmin.json +1 -0
  64. package/data/resourceTypes/opensearch.json +4 -0
  65. package/data/resourceTypes/partnercentral.json +12 -0
  66. package/data/resourceTypes/personalize.json +3 -3
  67. package/data/resourceTypes/qbusiness.json +14 -0
  68. package/data/resourceTypes/redshift-data.json +4 -0
  69. package/data/resourceTypes/redshift-serverless.json +4 -0
  70. package/data/resourceTypes/rekognition.json +8 -2
  71. package/data/resourceTypes/s3tables.json +14 -0
  72. package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
  73. package/data/resourceTypes/sagemaker.json +32 -0
  74. package/data/resourceTypes/security-ir.json +16 -0
  75. package/data/resourceTypes/transfer.json +7 -0
  76. package/data/resourceTypes/vpc-lattice.json +76 -35
  77. package/data/resourceTypes/vpce.json +1 -0
  78. package/data/serviceNames.json +8 -0
  79. package/data/services.json +8 -0
  80. package/package.json +2 -2
@@ -1,4 +1,13 @@
1
1
  {
2
+ "associateviaawsservice-eventsandstates": {
3
+ "name": "AssociateViaAWSService-EventsAndStates",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to associate a resource configuration through Amazon EventBridge and AWS Step Functions service networks",
6
+ "accessLevel": "Permissions management",
7
+ "resourceTypes": [],
8
+ "conditionKeys": [],
9
+ "dependentActions": []
10
+ },
2
11
  "createaccesslogsubscription": {
3
12
  "name": "CreateAccessLogSubscription",
4
13
  "description": "Grants permission to create an access log subscription",
@@ -12,11 +21,29 @@
12
21
  "logs:CreateLogDelivery",
13
22
  "logs:GetLogDelivery"
14
23
  ]
24
+ },
25
+ {
26
+ "name": "ResourceConfiguration",
27
+ "required": false,
28
+ "conditionKeys": [],
29
+ "dependentActions": []
30
+ },
31
+ {
32
+ "name": "Service",
33
+ "required": false,
34
+ "conditionKeys": [],
35
+ "dependentActions": []
36
+ },
37
+ {
38
+ "name": "ServiceNetwork",
39
+ "required": false,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
15
42
  }
16
43
  ],
17
44
  "conditionKeys": [
18
- "aws:TagKeys",
19
- "aws:RequestTag/${TagKey}"
45
+ "aws:RequestTag/${TagKey}",
46
+ "aws:TagKeys"
20
47
  ],
21
48
  "dependentActions": []
22
49
  },
@@ -33,10 +60,57 @@
33
60
  }
34
61
  ],
35
62
  "conditionKeys": [
63
+ "aws:RequestTag/${TagKey}",
64
+ "aws:TagKeys",
36
65
  "vpc-lattice:Protocol",
37
- "vpc-lattice:TargetGroupArns",
66
+ "vpc-lattice:TargetGroupArns"
67
+ ],
68
+ "dependentActions": []
69
+ },
70
+ "createresourceconfiguration": {
71
+ "name": "CreateResourceConfiguration",
72
+ "description": "Grants permission to create a resource configuration",
73
+ "accessLevel": "Write",
74
+ "resourceTypes": [
75
+ {
76
+ "name": "ResourceConfiguration",
77
+ "required": false,
78
+ "conditionKeys": [],
79
+ "dependentActions": []
80
+ },
81
+ {
82
+ "name": "ResourceGateway",
83
+ "required": false,
84
+ "conditionKeys": [],
85
+ "dependentActions": []
86
+ }
87
+ ],
88
+ "conditionKeys": [
89
+ "aws:RequestTag/${TagKey}",
90
+ "aws:TagKeys"
91
+ ],
92
+ "dependentActions": []
93
+ },
94
+ "createresourcegateway": {
95
+ "name": "CreateResourceGateway",
96
+ "description": "Grants permission to create a resource gateway",
97
+ "accessLevel": "Write",
98
+ "resourceTypes": [
99
+ {
100
+ "name": "ResourceGateway",
101
+ "required": true,
102
+ "conditionKeys": [],
103
+ "dependentActions": [
104
+ "ec2:DescribeSecurityGroups",
105
+ "ec2:DescribeSubnets",
106
+ "ec2:DescribeVpcs"
107
+ ]
108
+ }
109
+ ],
110
+ "conditionKeys": [
111
+ "aws:RequestTag/${TagKey}",
38
112
  "aws:TagKeys",
39
- "aws:RequestTag/${TagKey}"
113
+ "vpc-lattice:VpcId"
40
114
  ],
41
115
  "dependentActions": []
42
116
  },
@@ -53,9 +127,9 @@
53
127
  }
54
128
  ],
55
129
  "conditionKeys": [
56
- "vpc-lattice:TargetGroupArns",
130
+ "aws:RequestTag/${TagKey}",
57
131
  "aws:TagKeys",
58
- "aws:RequestTag/${TagKey}"
132
+ "vpc-lattice:TargetGroupArns"
59
133
  ],
60
134
  "dependentActions": []
61
135
  },
@@ -74,9 +148,9 @@
74
148
  }
75
149
  ],
76
150
  "conditionKeys": [
77
- "vpc-lattice:AuthType",
151
+ "aws:RequestTag/${TagKey}",
78
152
  "aws:TagKeys",
79
- "aws:RequestTag/${TagKey}"
153
+ "vpc-lattice:AuthType"
80
154
  ],
81
155
  "dependentActions": []
82
156
  },
@@ -95,9 +169,41 @@
95
169
  }
96
170
  ],
97
171
  "conditionKeys": [
98
- "vpc-lattice:AuthType",
172
+ "aws:RequestTag/${TagKey}",
99
173
  "aws:TagKeys",
100
- "aws:RequestTag/${TagKey}"
174
+ "vpc-lattice:AuthType"
175
+ ],
176
+ "dependentActions": []
177
+ },
178
+ "createservicenetworkresourceassociation": {
179
+ "name": "CreateServiceNetworkResourceAssociation",
180
+ "description": "Grants permission to create an association between a service network and a resource",
181
+ "accessLevel": "Write",
182
+ "resourceTypes": [
183
+ {
184
+ "name": "ResourceConfiguration",
185
+ "required": true,
186
+ "conditionKeys": [],
187
+ "dependentActions": []
188
+ },
189
+ {
190
+ "name": "ServiceNetwork",
191
+ "required": true,
192
+ "conditionKeys": [],
193
+ "dependentActions": []
194
+ },
195
+ {
196
+ "name": "ServiceNetworkResourceAssociation",
197
+ "required": true,
198
+ "conditionKeys": [],
199
+ "dependentActions": []
200
+ }
201
+ ],
202
+ "conditionKeys": [
203
+ "aws:RequestTag/${TagKey}",
204
+ "aws:TagKeys",
205
+ "vpc-lattice:ResourceConfigurationArn",
206
+ "vpc-lattice:ServiceNetworkArn"
101
207
  ],
102
208
  "dependentActions": []
103
209
  },
@@ -126,10 +232,10 @@
126
232
  }
127
233
  ],
128
234
  "conditionKeys": [
129
- "vpc-lattice:ServiceNetworkArn",
130
- "vpc-lattice:ServiceArn",
235
+ "aws:RequestTag/${TagKey}",
131
236
  "aws:TagKeys",
132
- "aws:RequestTag/${TagKey}"
237
+ "vpc-lattice:ServiceArn",
238
+ "vpc-lattice:ServiceNetworkArn"
133
239
  ],
134
240
  "dependentActions": []
135
241
  },
@@ -154,14 +260,23 @@
154
260
  }
155
261
  ],
156
262
  "conditionKeys": [
157
- "vpc-lattice:VpcId",
158
- "vpc-lattice:ServiceNetworkArn",
159
- "vpc-lattice:SecurityGroupIds",
263
+ "aws:RequestTag/${TagKey}",
160
264
  "aws:TagKeys",
161
- "aws:RequestTag/${TagKey}"
265
+ "vpc-lattice:SecurityGroupIds",
266
+ "vpc-lattice:ServiceNetworkArn",
267
+ "vpc-lattice:VpcId"
162
268
  ],
163
269
  "dependentActions": []
164
270
  },
271
+ "createservicenetworkvpcendpointassociation": {
272
+ "name": "CreateServiceNetworkVpcEndpointAssociation",
273
+ "isPermissionOnly": true,
274
+ "description": "Grants permission to create an association between a service network and VPC endpoint",
275
+ "accessLevel": "Permissions management",
276
+ "resourceTypes": [],
277
+ "conditionKeys": [],
278
+ "dependentActions": []
279
+ },
165
280
  "createtargetgroup": {
166
281
  "name": "CreateTargetGroup",
167
282
  "description": "Grants permission to create a target group",
@@ -177,9 +292,9 @@
177
292
  }
178
293
  ],
179
294
  "conditionKeys": [
180
- "vpc-lattice:VpcId",
295
+ "aws:RequestTag/${TagKey}",
181
296
  "aws:TagKeys",
182
- "aws:RequestTag/${TagKey}"
297
+ "vpc-lattice:VpcId"
183
298
  ],
184
299
  "dependentActions": []
185
300
  },
@@ -241,11 +356,68 @@
241
356
  ],
242
357
  "dependentActions": []
243
358
  },
359
+ "deleteresourceconfiguration": {
360
+ "name": "DeleteResourceConfiguration",
361
+ "description": "Grants permission to delete a resource configuration",
362
+ "accessLevel": "Write",
363
+ "resourceTypes": [
364
+ {
365
+ "name": "ResourceConfiguration",
366
+ "required": true,
367
+ "conditionKeys": [],
368
+ "dependentActions": []
369
+ }
370
+ ],
371
+ "conditionKeys": [
372
+ "aws:ResourceTag/${TagKey}"
373
+ ],
374
+ "dependentActions": []
375
+ },
376
+ "deleteresourceendpointassociation": {
377
+ "name": "DeleteResourceEndpointAssociation",
378
+ "description": "Grants permission to delete a resource endpoint association",
379
+ "accessLevel": "Write",
380
+ "resourceTypes": [
381
+ {
382
+ "name": "ResourceEndpointAssociation",
383
+ "required": true,
384
+ "conditionKeys": [],
385
+ "dependentActions": []
386
+ }
387
+ ],
388
+ "conditionKeys": [
389
+ "aws:ResourceTag/${TagKey}"
390
+ ],
391
+ "dependentActions": []
392
+ },
393
+ "deleteresourcegateway": {
394
+ "name": "DeleteResourceGateway",
395
+ "description": "Grants permission to delete a resource gateway",
396
+ "accessLevel": "Write",
397
+ "resourceTypes": [
398
+ {
399
+ "name": "ResourceGateway",
400
+ "required": true,
401
+ "conditionKeys": [],
402
+ "dependentActions": []
403
+ }
404
+ ],
405
+ "conditionKeys": [
406
+ "aws:ResourceTag/${TagKey}"
407
+ ],
408
+ "dependentActions": []
409
+ },
244
410
  "deleteresourcepolicy": {
245
411
  "name": "DeleteResourcePolicy",
246
412
  "description": "Grants permission to delete a resource policy",
247
413
  "accessLevel": "Write",
248
414
  "resourceTypes": [
415
+ {
416
+ "name": "ResourceConfiguration",
417
+ "required": false,
418
+ "conditionKeys": [],
419
+ "dependentActions": []
420
+ },
249
421
  {
250
422
  "name": "Service",
251
423
  "required": false,
@@ -313,6 +485,23 @@
313
485
  ],
314
486
  "dependentActions": []
315
487
  },
488
+ "deleteservicenetworkresourceassociation": {
489
+ "name": "DeleteServiceNetworkResourceAssociation",
490
+ "description": "Grants permission to delete the association between a service network and resource",
491
+ "accessLevel": "Write",
492
+ "resourceTypes": [
493
+ {
494
+ "name": "ServiceNetworkResourceAssociation",
495
+ "required": true,
496
+ "conditionKeys": [],
497
+ "dependentActions": []
498
+ }
499
+ ],
500
+ "conditionKeys": [
501
+ "aws:ResourceTag/${TagKey}"
502
+ ],
503
+ "dependentActions": []
504
+ },
316
505
  "deleteservicenetworkserviceassociation": {
317
506
  "name": "DeleteServiceNetworkServiceAssociation",
318
507
  "description": "Grants permission to delete a service network service association",
@@ -326,9 +515,9 @@
326
515
  }
327
516
  ],
328
517
  "conditionKeys": [
329
- "vpc-lattice:ServiceNetworkArn",
518
+ "aws:ResourceTag/${TagKey}",
330
519
  "vpc-lattice:ServiceArn",
331
- "aws:ResourceTag/${TagKey}"
520
+ "vpc-lattice:ServiceNetworkArn"
332
521
  ],
333
522
  "dependentActions": []
334
523
  },
@@ -345,9 +534,9 @@
345
534
  }
346
535
  ],
347
536
  "conditionKeys": [
348
- "vpc-lattice:VpcId",
537
+ "aws:ResourceTag/${TagKey}",
349
538
  "vpc-lattice:ServiceNetworkArn",
350
- "aws:ResourceTag/${TagKey}"
539
+ "vpc-lattice:VpcId"
351
540
  ],
352
541
  "dependentActions": []
353
542
  },
@@ -440,11 +629,51 @@
440
629
  ],
441
630
  "dependentActions": []
442
631
  },
632
+ "getresourceconfiguration": {
633
+ "name": "GetResourceConfiguration",
634
+ "description": "Grants permission to get information about a resource configuration",
635
+ "accessLevel": "Read",
636
+ "resourceTypes": [
637
+ {
638
+ "name": "ResourceConfiguration",
639
+ "required": true,
640
+ "conditionKeys": [],
641
+ "dependentActions": []
642
+ }
643
+ ],
644
+ "conditionKeys": [
645
+ "aws:ResourceTag/${TagKey}"
646
+ ],
647
+ "dependentActions": []
648
+ },
649
+ "getresourcegateway": {
650
+ "name": "GetResourceGateway",
651
+ "description": "Grants permission to get information about a resource gateway",
652
+ "accessLevel": "Read",
653
+ "resourceTypes": [
654
+ {
655
+ "name": "ResourceGateway",
656
+ "required": true,
657
+ "conditionKeys": [],
658
+ "dependentActions": []
659
+ }
660
+ ],
661
+ "conditionKeys": [
662
+ "aws:ResourceTag/${TagKey}"
663
+ ],
664
+ "dependentActions": []
665
+ },
443
666
  "getresourcepolicy": {
444
667
  "name": "GetResourcePolicy",
445
668
  "description": "Grants permission to get information about a resource policy",
446
669
  "accessLevel": "Read",
447
670
  "resourceTypes": [
671
+ {
672
+ "name": "ResourceConfiguration",
673
+ "required": false,
674
+ "conditionKeys": [],
675
+ "dependentActions": []
676
+ },
448
677
  {
449
678
  "name": "Service",
450
679
  "required": false,
@@ -512,6 +741,23 @@
512
741
  ],
513
742
  "dependentActions": []
514
743
  },
744
+ "getservicenetworkresourceassociation": {
745
+ "name": "GetServiceNetworkResourceAssociation",
746
+ "description": "Grants permission to get information about an association between a service network and resource configuration",
747
+ "accessLevel": "Read",
748
+ "resourceTypes": [
749
+ {
750
+ "name": "ServiceNetworkResourceAssociation",
751
+ "required": true,
752
+ "conditionKeys": [],
753
+ "dependentActions": []
754
+ }
755
+ ],
756
+ "conditionKeys": [
757
+ "aws:ResourceTag/${TagKey}"
758
+ ],
759
+ "dependentActions": []
760
+ },
515
761
  "getservicenetworkserviceassociation": {
516
762
  "name": "GetServiceNetworkServiceAssociation",
517
763
  "description": "Grants permission to get information about a service network and service association",
@@ -525,9 +771,9 @@
525
771
  }
526
772
  ],
527
773
  "conditionKeys": [
528
- "vpc-lattice:ServiceNetworkArn",
774
+ "aws:ResourceTag/${TagKey}",
529
775
  "vpc-lattice:ServiceArn",
530
- "aws:ResourceTag/${TagKey}"
776
+ "vpc-lattice:ServiceNetworkArn"
531
777
  ],
532
778
  "dependentActions": []
533
779
  },
@@ -544,9 +790,9 @@
544
790
  }
545
791
  ],
546
792
  "conditionKeys": [
547
- "vpc-lattice:VpcId",
793
+ "aws:ResourceTag/${TagKey}",
548
794
  "vpc-lattice:ServiceNetworkArn",
549
- "aws:ResourceTag/${TagKey}"
795
+ "vpc-lattice:VpcId"
550
796
  ],
551
797
  "dependentActions": []
552
798
  },
@@ -583,6 +829,33 @@
583
829
  "conditionKeys": [],
584
830
  "dependentActions": []
585
831
  },
832
+ "listresourceconfigurations": {
833
+ "name": "ListResourceConfigurations",
834
+ "description": "Grants permission to list some or all resource configurations",
835
+ "accessLevel": "List",
836
+ "resourceTypes": [],
837
+ "conditionKeys": [],
838
+ "dependentActions": []
839
+ },
840
+ "listresourceendpointassociations": {
841
+ "name": "ListResourceEndpointAssociations",
842
+ "description": "Grants permission to list some or all associations between a resource configuration and VPC endpoint",
843
+ "accessLevel": "List",
844
+ "resourceTypes": [],
845
+ "conditionKeys": [
846
+ "vpc-lattice:ResourceConfigurationArn",
847
+ "vpc-lattice:VpcEndpointId"
848
+ ],
849
+ "dependentActions": []
850
+ },
851
+ "listresourcegateways": {
852
+ "name": "ListResourceGateways",
853
+ "description": "Grants permission to list some or all resource gateways",
854
+ "accessLevel": "List",
855
+ "resourceTypes": [],
856
+ "conditionKeys": [],
857
+ "dependentActions": []
858
+ },
586
859
  "listrules": {
587
860
  "name": "ListRules",
588
861
  "description": "Grants permission to list some or all rules",
@@ -591,14 +864,22 @@
591
864
  "conditionKeys": [],
592
865
  "dependentActions": []
593
866
  },
867
+ "listservicenetworkresourceassociations": {
868
+ "name": "ListServiceNetworkResourceAssociations",
869
+ "description": "Grants permission to list some or all associations between a service network and resource configuration",
870
+ "accessLevel": "List",
871
+ "resourceTypes": [],
872
+ "conditionKeys": [],
873
+ "dependentActions": []
874
+ },
594
875
  "listservicenetworkserviceassociations": {
595
876
  "name": "ListServiceNetworkServiceAssociations",
596
877
  "description": "Grants permission to list some or all service network and service associations",
597
878
  "accessLevel": "List",
598
879
  "resourceTypes": [],
599
880
  "conditionKeys": [
600
- "vpc-lattice:ServiceNetworkArn",
601
- "vpc-lattice:ServiceArn"
881
+ "vpc-lattice:ServiceArn",
882
+ "vpc-lattice:ServiceNetworkArn"
602
883
  ],
603
884
  "dependentActions": []
604
885
  },
@@ -608,11 +889,19 @@
608
889
  "accessLevel": "List",
609
890
  "resourceTypes": [],
610
891
  "conditionKeys": [
611
- "vpc-lattice:VpcId",
612
- "vpc-lattice:ServiceNetworkArn"
892
+ "vpc-lattice:ServiceNetworkArn",
893
+ "vpc-lattice:VpcId"
613
894
  ],
614
895
  "dependentActions": []
615
896
  },
897
+ "listservicenetworkvpcendpointassociations": {
898
+ "name": "ListServiceNetworkVpcEndpointAssociations",
899
+ "description": "Grants permission to list some or all associations between a service network and VPC endpoint",
900
+ "accessLevel": "List",
901
+ "resourceTypes": [],
902
+ "conditionKeys": [],
903
+ "dependentActions": []
904
+ },
616
905
  "listservicenetworks": {
617
906
  "name": "ListServiceNetworks",
618
907
  "description": "Grants permission to list the service networks owned by a caller account or shared with the caller account",
@@ -683,9 +972,15 @@
683
972
  },
684
973
  "putresourcepolicy": {
685
974
  "name": "PutResourcePolicy",
686
- "description": "Grants permission to create a resource policy for a service network or a service",
975
+ "description": "Grants permission to create a resource policy for a resource configuration, service, or service network",
687
976
  "accessLevel": "Write",
688
977
  "resourceTypes": [
978
+ {
979
+ "name": "ResourceConfiguration",
980
+ "required": false,
981
+ "conditionKeys": [],
982
+ "dependentActions": []
983
+ },
689
984
  {
690
985
  "name": "Service",
691
986
  "required": false,
@@ -734,6 +1029,24 @@
734
1029
  "conditionKeys": [],
735
1030
  "dependentActions": []
736
1031
  },
1032
+ {
1033
+ "name": "ResourceConfiguration",
1034
+ "required": false,
1035
+ "conditionKeys": [],
1036
+ "dependentActions": []
1037
+ },
1038
+ {
1039
+ "name": "ResourceEndpointAssociation",
1040
+ "required": false,
1041
+ "conditionKeys": [],
1042
+ "dependentActions": []
1043
+ },
1044
+ {
1045
+ "name": "ResourceGateway",
1046
+ "required": false,
1047
+ "conditionKeys": [],
1048
+ "dependentActions": []
1049
+ },
737
1050
  {
738
1051
  "name": "Rule",
739
1052
  "required": false,
@@ -752,6 +1065,12 @@
752
1065
  "conditionKeys": [],
753
1066
  "dependentActions": []
754
1067
  },
1068
+ {
1069
+ "name": "ServiceNetworkResourceAssociation",
1070
+ "required": false,
1071
+ "conditionKeys": [],
1072
+ "dependentActions": []
1073
+ },
755
1074
  {
756
1075
  "name": "ServiceNetworkServiceAssociation",
757
1076
  "required": false,
@@ -772,9 +1091,9 @@
772
1091
  }
773
1092
  ],
774
1093
  "conditionKeys": [
775
- "aws:TagKeys",
776
1094
  "aws:RequestTag/${TagKey}",
777
- "aws:ResourceTag/${TagKey}"
1095
+ "aws:ResourceTag/${TagKey}",
1096
+ "aws:TagKeys"
778
1097
  ],
779
1098
  "dependentActions": []
780
1099
  },
@@ -795,6 +1114,24 @@
795
1114
  "conditionKeys": [],
796
1115
  "dependentActions": []
797
1116
  },
1117
+ {
1118
+ "name": "ResourceConfiguration",
1119
+ "required": false,
1120
+ "conditionKeys": [],
1121
+ "dependentActions": []
1122
+ },
1123
+ {
1124
+ "name": "ResourceEndpointAssociation",
1125
+ "required": false,
1126
+ "conditionKeys": [],
1127
+ "dependentActions": []
1128
+ },
1129
+ {
1130
+ "name": "ResourceGateway",
1131
+ "required": false,
1132
+ "conditionKeys": [],
1133
+ "dependentActions": []
1134
+ },
798
1135
  {
799
1136
  "name": "Rule",
800
1137
  "required": false,
@@ -813,6 +1150,12 @@
813
1150
  "conditionKeys": [],
814
1151
  "dependentActions": []
815
1152
  },
1153
+ {
1154
+ "name": "ServiceNetworkResourceAssociation",
1155
+ "required": false,
1156
+ "conditionKeys": [],
1157
+ "dependentActions": []
1158
+ },
816
1159
  {
817
1160
  "name": "ServiceNetworkServiceAssociation",
818
1161
  "required": false,
@@ -870,11 +1213,46 @@
870
1213
  }
871
1214
  ],
872
1215
  "conditionKeys": [
873
- "vpc-lattice:TargetGroupArns",
1216
+ "aws:ResourceTag/${TagKey}",
1217
+ "vpc-lattice:TargetGroupArns"
1218
+ ],
1219
+ "dependentActions": []
1220
+ },
1221
+ "updateresourceconfiguration": {
1222
+ "name": "UpdateResourceConfiguration",
1223
+ "description": "Grants permission to update a resource configuration",
1224
+ "accessLevel": "Write",
1225
+ "resourceTypes": [
1226
+ {
1227
+ "name": "ResourceConfiguration",
1228
+ "required": true,
1229
+ "conditionKeys": [],
1230
+ "dependentActions": []
1231
+ }
1232
+ ],
1233
+ "conditionKeys": [
874
1234
  "aws:ResourceTag/${TagKey}"
875
1235
  ],
876
1236
  "dependentActions": []
877
1237
  },
1238
+ "updateresourcegateway": {
1239
+ "name": "UpdateResourceGateway",
1240
+ "description": "Grants permission to update a resource gateway",
1241
+ "accessLevel": "Write",
1242
+ "resourceTypes": [
1243
+ {
1244
+ "name": "ResourceGateway",
1245
+ "required": true,
1246
+ "conditionKeys": [],
1247
+ "dependentActions": []
1248
+ }
1249
+ ],
1250
+ "conditionKeys": [
1251
+ "aws:ResourceTag/${TagKey}",
1252
+ "vpc-lattice:SecurityGroupIds"
1253
+ ],
1254
+ "dependentActions": []
1255
+ },
878
1256
  "updaterule": {
879
1257
  "name": "UpdateRule",
880
1258
  "description": "Grants permission to update a rule",
@@ -888,8 +1266,8 @@
888
1266
  }
889
1267
  ],
890
1268
  "conditionKeys": [
891
- "vpc-lattice:TargetGroupArns",
892
- "aws:ResourceTag/${TagKey}"
1269
+ "aws:ResourceTag/${TagKey}",
1270
+ "vpc-lattice:TargetGroupArns"
893
1271
  ],
894
1272
  "dependentActions": []
895
1273
  },
@@ -906,8 +1284,8 @@
906
1284
  }
907
1285
  ],
908
1286
  "conditionKeys": [
909
- "vpc-lattice:AuthType",
910
- "aws:ResourceTag/${TagKey}"
1287
+ "aws:ResourceTag/${TagKey}",
1288
+ "vpc-lattice:AuthType"
911
1289
  ],
912
1290
  "dependentActions": []
913
1291
  },
@@ -924,8 +1302,8 @@
924
1302
  }
925
1303
  ],
926
1304
  "conditionKeys": [
927
- "vpc-lattice:AuthType",
928
- "aws:ResourceTag/${TagKey}"
1305
+ "aws:ResourceTag/${TagKey}",
1306
+ "vpc-lattice:AuthType"
929
1307
  ],
930
1308
  "dependentActions": []
931
1309
  },
@@ -945,10 +1323,11 @@
945
1323
  }
946
1324
  ],
947
1325
  "conditionKeys": [
948
- "vpc-lattice:VpcId",
949
- "vpc-lattice:ServiceNetworkArn",
1326
+ "aws:ResourceTag/${TagKey}",
1327
+ "aws:TagKeys",
950
1328
  "vpc-lattice:SecurityGroupIds",
951
- "aws:ResourceTag/${TagKey}"
1329
+ "vpc-lattice:ServiceNetworkArn",
1330
+ "vpc-lattice:VpcId"
952
1331
  ],
953
1332
  "dependentActions": []
954
1333
  },