aws-iam-data 0.0.152 → 0.0.154

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.
@@ -1,4 +1,29 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-02-21",
4
+ "addedServices": [
5
+ "Amazon Message Gateway Service"
6
+ ],
7
+ "removedServices": [
8
+ "Amazon Session Manager Message Gateway Service"
9
+ ],
10
+ "addedActions": {
11
+ "Amazon Message Gateway Service": [
12
+ "ssmmessages:CreateControlChannel",
13
+ "ssmmessages:CreateDataChannel",
14
+ "ssmmessages:OpenControlChannel",
15
+ "ssmmessages:OpenDataChannel"
16
+ ]
17
+ },
18
+ "removedActions": {
19
+ "Amazon Session Manager Message Gateway Service": [
20
+ "ssmmessages:CreateControlChannel",
21
+ "ssmmessages:CreateDataChannel",
22
+ "ssmmessages:OpenControlChannel",
23
+ "ssmmessages:OpenDataChannel"
24
+ ]
25
+ }
26
+ },
2
27
  {
3
28
  "dateOfChange": "2024-02-18",
4
29
  "addedServices": [],
@@ -98248,7 +98248,9 @@
98248
98248
  "aws:ResourceTag/${TagKey}",
98249
98249
  "ec2:ResourceTag/${TagKey}"
98250
98250
  ],
98251
- "dependentActions": []
98251
+ "dependentActions": [
98252
+ "ec2:CancelCapacityReservation"
98253
+ ]
98252
98254
  },
98253
98255
  {
98254
98256
  "resourceType": "",
@@ -98589,7 +98591,10 @@
98589
98591
  "aws:TagKeys"
98590
98592
  ],
98591
98593
  "dependentActions": [
98592
- "ec2:CreateTags"
98594
+ "ec2:CreateCapacityReservation",
98595
+ "ec2:CreateTags",
98596
+ "ec2:DescribeCapacityReservations",
98597
+ "ec2:DescribeInstances"
98593
98598
  ]
98594
98599
  },
98595
98600
  {
@@ -99633,7 +99638,8 @@
99633
99638
  "aws:TagKeys"
99634
99639
  ],
99635
99640
  "dependentActions": [
99636
- "ec2:CreateTags"
99641
+ "ec2:CreateTags",
99642
+ "ssm:GetParameters"
99637
99643
  ]
99638
99644
  },
99639
99645
  {
@@ -99660,7 +99666,9 @@
99660
99666
  "aws:ResourceTag/${TagKey}",
99661
99667
  "ec2:ResourceTag/${TagKey}"
99662
99668
  ],
99663
- "dependentActions": []
99669
+ "dependentActions": [
99670
+ "ssm:GetParameters"
99671
+ ]
99664
99672
  },
99665
99673
  {
99666
99674
  "resourceType": "",
@@ -107122,7 +107130,9 @@
107122
107130
  "conditionKeys": [
107123
107131
  "ec2:Region"
107124
107132
  ],
107125
- "dependentActions": []
107133
+ "dependentActions": [
107134
+ "ssm:GetParameters"
107135
+ ]
107126
107136
  }
107127
107137
  ]
107128
107138
  },
@@ -112162,7 +112172,9 @@
112162
112172
  "ec2:Attribute/${AttributeName}",
112163
112173
  "ec2:ResourceTag/${TagKey}"
112164
112174
  ],
112165
- "dependentActions": []
112175
+ "dependentActions": [
112176
+ "ec2:ModifyCapacityReservation"
112177
+ ]
112166
112178
  },
112167
112179
  {
112168
112180
  "resourceType": "",
@@ -115622,7 +115634,8 @@
115622
115634
  "aws:TagKeys"
115623
115635
  ],
115624
115636
  "dependentActions": [
115625
- "ec2:CreateTags"
115637
+ "ec2:CreateTags",
115638
+ "iam:PassRole"
115626
115639
  ]
115627
115640
  },
115628
115641
  {
@@ -116187,7 +116200,9 @@
116187
116200
  "ec2:RootDeviceType"
116188
116201
  ],
116189
116202
  "dependentActions": [
116190
- "ec2:CreateTags"
116203
+ "ec2:CreateTags",
116204
+ "iam:PassRole",
116205
+ "ssm:GetParameters"
116191
116206
  ]
116192
116207
  },
116193
116208
  {
@@ -226399,6 +226414,91 @@
226399
226414
  }
226400
226415
  ]
226401
226416
  },
226417
+ {
226418
+ "name": "Amazon Message Gateway Service",
226419
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmessagegatewayservice.html",
226420
+ "servicePrefix": "ssmmessages",
226421
+ "actions": [
226422
+ {
226423
+ "name": "CreateControlChannel",
226424
+ "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
226425
+ "permissionOnly": false,
226426
+ "description": "Grants permission to register a control channel for an instance to send control messages to Systems Manager service",
226427
+ "accessLevel": "Write",
226428
+ "resourceTypes": [
226429
+ {
226430
+ "resourceType": "",
226431
+ "required": false,
226432
+ "conditionKeys": [
226433
+ "ssm:SourceInstanceARN",
226434
+ "ec2:SourceInstanceARN"
226435
+ ],
226436
+ "dependentActions": []
226437
+ }
226438
+ ]
226439
+ },
226440
+ {
226441
+ "name": "CreateDataChannel",
226442
+ "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
226443
+ "permissionOnly": false,
226444
+ "description": "Grants permission to register a data channel for an instance to send data messages to Systems Manager service",
226445
+ "accessLevel": "Write",
226446
+ "resourceTypes": [
226447
+ {
226448
+ "resourceType": "",
226449
+ "required": false,
226450
+ "conditionKeys": [],
226451
+ "dependentActions": []
226452
+ }
226453
+ ]
226454
+ },
226455
+ {
226456
+ "name": "OpenControlChannel",
226457
+ "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
226458
+ "permissionOnly": false,
226459
+ "description": "Grants permission to open a websocket connection for a registered control channel stream from an instance to Systems Manager service",
226460
+ "accessLevel": "Write",
226461
+ "resourceTypes": [
226462
+ {
226463
+ "resourceType": "",
226464
+ "required": false,
226465
+ "conditionKeys": [],
226466
+ "dependentActions": []
226467
+ }
226468
+ ]
226469
+ },
226470
+ {
226471
+ "name": "OpenDataChannel",
226472
+ "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
226473
+ "permissionOnly": false,
226474
+ "description": "Grants permission to open a websocket connection for a registered data channel stream from an instance to Systems Manager service",
226475
+ "accessLevel": "Write",
226476
+ "resourceTypes": [
226477
+ {
226478
+ "resourceType": "",
226479
+ "required": false,
226480
+ "conditionKeys": [],
226481
+ "dependentActions": []
226482
+ }
226483
+ ]
226484
+ }
226485
+ ],
226486
+ "resourceTypes": [],
226487
+ "conditionKeys": [
226488
+ {
226489
+ "name": "ec2:SourceInstanceARN",
226490
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policy-structure.html#amazon-ec2-keys",
226491
+ "description": "Filters access by the ARN of the instance from which the request originated",
226492
+ "type": "ARN"
226493
+ },
226494
+ {
226495
+ "name": "ssm:SourceInstanceARN",
226496
+ "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/security_iam_service-with-iam.html#policy-conditions",
226497
+ "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile",
226498
+ "type": "ARN"
226499
+ }
226500
+ ]
226501
+ },
226402
226502
  {
226403
226503
  "name": "AWS Microservice Extractor for .NET",
226404
226504
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmicroserviceextractorfor.net.html",
@@ -304749,91 +304849,6 @@
304749
304849
  }
304750
304850
  ]
304751
304851
  },
304752
- {
304753
- "name": "Amazon Session Manager Message Gateway Service",
304754
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsessionmanagermessagegatewayservice.html",
304755
- "servicePrefix": "ssmmessages",
304756
- "actions": [
304757
- {
304758
- "name": "CreateControlChannel",
304759
- "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
304760
- "permissionOnly": false,
304761
- "description": "Grants permission to register a control channel for an instance to send control messages to Systems Manager service",
304762
- "accessLevel": "Write",
304763
- "resourceTypes": [
304764
- {
304765
- "resourceType": "",
304766
- "required": false,
304767
- "conditionKeys": [
304768
- "ssm:SourceInstanceARN",
304769
- "ec2:SourceInstanceARN"
304770
- ],
304771
- "dependentActions": []
304772
- }
304773
- ]
304774
- },
304775
- {
304776
- "name": "CreateDataChannel",
304777
- "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
304778
- "permissionOnly": false,
304779
- "description": "Grants permission to register a data channel for an instance to send data messages to Systems Manager service",
304780
- "accessLevel": "Write",
304781
- "resourceTypes": [
304782
- {
304783
- "resourceType": "",
304784
- "required": false,
304785
- "conditionKeys": [],
304786
- "dependentActions": []
304787
- }
304788
- ]
304789
- },
304790
- {
304791
- "name": "OpenControlChannel",
304792
- "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
304793
- "permissionOnly": false,
304794
- "description": "Grants permission to open a websocket connection for a registered control channel stream from an instance to Systems Manager service",
304795
- "accessLevel": "Write",
304796
- "resourceTypes": [
304797
- {
304798
- "resourceType": "",
304799
- "required": false,
304800
- "conditionKeys": [],
304801
- "dependentActions": []
304802
- }
304803
- ]
304804
- },
304805
- {
304806
- "name": "OpenDataChannel",
304807
- "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html",
304808
- "permissionOnly": false,
304809
- "description": "Grants permission to open a websocket connection for a registered data channel stream from an instance to Systems Manager service",
304810
- "accessLevel": "Write",
304811
- "resourceTypes": [
304812
- {
304813
- "resourceType": "",
304814
- "required": false,
304815
- "conditionKeys": [],
304816
- "dependentActions": []
304817
- }
304818
- ]
304819
- }
304820
- ],
304821
- "resourceTypes": [],
304822
- "conditionKeys": [
304823
- {
304824
- "name": "ec2:SourceInstanceARN",
304825
- "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policy-structure.html#amazon-ec2-keys",
304826
- "description": "Filters access by the ARN of the instance from which the request originated",
304827
- "type": "ARN"
304828
- },
304829
- {
304830
- "name": "ssm:SourceInstanceARN",
304831
- "apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/security_iam_service-with-iam.html#policy-conditions",
304832
- "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile",
304833
- "type": "ARN"
304834
- }
304835
- ]
304836
- },
304837
304852
  {
304838
304853
  "name": "AWS Shield",
304839
304854
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsshield.html",
@@ -16547,6 +16547,25 @@
16547
16547
  "ssm:SourceInstanceARN"
16548
16548
  ]
16549
16549
  },
16550
+ {
16551
+ "name": "Amazon Message Gateway Service",
16552
+ "servicePrefix": "ssmmessages",
16553
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmessagegatewayservice.html",
16554
+ "actionsCount": 4,
16555
+ "actions": [
16556
+ "CreateControlChannel",
16557
+ "CreateDataChannel",
16558
+ "OpenControlChannel",
16559
+ "OpenDataChannel"
16560
+ ],
16561
+ "resourceTypesCount": 0,
16562
+ "resourceTypes": [],
16563
+ "conditionKeysCount": 2,
16564
+ "conditionKeys": [
16565
+ "ec2:SourceInstanceARN",
16566
+ "ssm:SourceInstanceARN"
16567
+ ]
16568
+ },
16550
16569
  {
16551
16570
  "name": "AWS Microservice Extractor for .NET",
16552
16571
  "servicePrefix": "serviceextract",
@@ -22303,25 +22322,6 @@
22303
22322
  "ses:Recipients"
22304
22323
  ]
22305
22324
  },
22306
- {
22307
- "name": "Amazon Session Manager Message Gateway Service",
22308
- "servicePrefix": "ssmmessages",
22309
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsessionmanagermessagegatewayservice.html",
22310
- "actionsCount": 4,
22311
- "actions": [
22312
- "CreateControlChannel",
22313
- "CreateDataChannel",
22314
- "OpenControlChannel",
22315
- "OpenDataChannel"
22316
- ],
22317
- "resourceTypesCount": 0,
22318
- "resourceTypes": [],
22319
- "conditionKeysCount": 2,
22320
- "conditionKeys": [
22321
- "ec2:SourceInstanceARN",
22322
- "ssm:SourceInstanceARN"
22323
- ]
22324
- },
22325
22325
  {
22326
22326
  "name": "AWS Shield",
22327
22327
  "servicePrefix": "shield",
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "List Actions",
5
- "value": 2640
6
- },
7
3
  {
8
4
  "key": "Write Actions",
9
5
  "value": 9064
@@ -12,6 +8,10 @@
12
8
  "key": "Read Actions",
13
9
  "value": 4421
14
10
  },
11
+ {
12
+ "key": "List Actions",
13
+ "value": 2640
14
+ },
15
15
  {
16
16
  "key": "Permissions Actions",
17
17
  "value": 253
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.152",
3
+ "version": "0.0.154",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",