aws-iam-data 0.0.270 → 0.0.271

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,21 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-09-19",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS IoT": [
8
+ "iot:AssociateSbomWithPackageVersion",
9
+ "iot:DisassociateSbomFromPackageVersion",
10
+ "iot:ListSbomValidationResults"
11
+ ],
12
+ "Amazon S3 Express": [
13
+ "s3express:GetEncryptionConfiguration",
14
+ "s3express:PutEncryptionConfiguration"
15
+ ]
16
+ },
17
+ "removedActions": {}
18
+ },
2
19
  {
3
20
  "dateOfChange": "2024-09-18",
4
21
  "addedServices": [],
@@ -3521,7 +3521,9 @@
3521
3521
  "resourceType": "",
3522
3522
  "required": false,
3523
3523
  "conditionKeys": [],
3524
- "dependentActions": []
3524
+ "dependentActions": [
3525
+ "s3:ListAllMyBuckets"
3526
+ ]
3525
3527
  }
3526
3528
  ]
3527
3529
  },
@@ -190160,6 +190162,23 @@
190160
190162
  }
190161
190163
  ]
190162
190164
  },
190165
+ {
190166
+ "name": "AssociateSbomWithPackageVersion",
190167
+ "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_AssociateSbomWithPackageVersion.html",
190168
+ "permissionOnly": false,
190169
+ "description": "Grants permission to associate SBOM files to a package version",
190170
+ "accessLevel": "Write",
190171
+ "resourceTypes": [
190172
+ {
190173
+ "resourceType": "packageversion",
190174
+ "required": true,
190175
+ "conditionKeys": [],
190176
+ "dependentActions": [
190177
+ "iot:GetIndexingConfiguration"
190178
+ ]
190179
+ }
190180
+ ]
190181
+ },
190163
190182
  {
190164
190183
  "name": "AssociateTargetsWithJob",
190165
190184
  "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_AssociateTargetsWithJob.html",
@@ -190861,7 +190880,8 @@
190861
190880
  "required": true,
190862
190881
  "conditionKeys": [],
190863
190882
  "dependentActions": [
190864
- "iot:GetIndexingConfiguration"
190883
+ "iot:GetIndexingConfiguration",
190884
+ "s3:GetObjectVersion"
190865
190885
  ]
190866
190886
  },
190867
190887
  {
@@ -192388,6 +192408,21 @@
192388
192408
  }
192389
192409
  ]
192390
192410
  },
192411
+ {
192412
+ "name": "DisassociateSbomFromPackageVersion",
192413
+ "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_DisassociateSbomFromPackageVersion.html",
192414
+ "permissionOnly": false,
192415
+ "description": "Grants permission to disassociate SBOM files from a package version",
192416
+ "accessLevel": "Write",
192417
+ "resourceTypes": [
192418
+ {
192419
+ "resourceType": "packageversion",
192420
+ "required": true,
192421
+ "conditionKeys": [],
192422
+ "dependentActions": []
192423
+ }
192424
+ ]
192425
+ },
192391
192426
  {
192392
192427
  "name": "EnableTopicRule",
192393
192428
  "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_EnableTopicRule.html",
@@ -193360,6 +193395,21 @@
193360
193395
  }
193361
193396
  ]
193362
193397
  },
193398
+ {
193399
+ "name": "ListSbomValidationResults",
193400
+ "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_ListSbomValidationResults.html",
193401
+ "permissionOnly": false,
193402
+ "description": "Grants permission to list SBOM validation results of a package version",
193403
+ "accessLevel": "List",
193404
+ "resourceTypes": [
193405
+ {
193406
+ "resourceType": "packageversion",
193407
+ "required": true,
193408
+ "conditionKeys": [],
193409
+ "dependentActions": []
193410
+ }
193411
+ ]
193412
+ },
193363
193413
  {
193364
193414
  "name": "ListScheduledAudits",
193365
193415
  "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_ListScheduledAudits.html",
@@ -194897,7 +194947,8 @@
194897
194947
  "required": true,
194898
194948
  "conditionKeys": [],
194899
194949
  "dependentActions": [
194900
- "iot:GetIndexingConfiguration"
194950
+ "iot:GetIndexingConfiguration",
194951
+ "s3:GetObjectVersion"
194901
194952
  ]
194902
194953
  },
194903
194954
  {
@@ -300038,7 +300089,9 @@
300038
300089
  "s3express:ResourceAccount",
300039
300090
  "s3express:signatureversion",
300040
300091
  "s3express:TlsVersion",
300041
- "s3express:x-amz-content-sha256"
300092
+ "s3express:x-amz-content-sha256",
300093
+ "s3express:x-amz-server-side-encryption",
300094
+ "s3express:x-amz-server-side-encryption-aws-kms-key-id"
300042
300095
  ],
300043
300096
  "dependentActions": []
300044
300097
  }
@@ -300154,6 +300207,33 @@
300154
300207
  }
300155
300208
  ]
300156
300209
  },
300210
+ {
300211
+ "name": "GetEncryptionConfiguration",
300212
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html",
300213
+ "permissionOnly": false,
300214
+ "description": "Grants permission to return the default encryption configuration for a directory bucket",
300215
+ "accessLevel": "Read",
300216
+ "resourceTypes": [
300217
+ {
300218
+ "resourceType": "bucket",
300219
+ "required": true,
300220
+ "conditionKeys": [],
300221
+ "dependentActions": []
300222
+ },
300223
+ {
300224
+ "resourceType": "",
300225
+ "required": false,
300226
+ "conditionKeys": [
300227
+ "s3express:authType",
300228
+ "s3express:ResourceAccount",
300229
+ "s3express:signatureversion",
300230
+ "s3express:TlsVersion",
300231
+ "s3express:x-amz-content-sha256"
300232
+ ],
300233
+ "dependentActions": []
300234
+ }
300235
+ ]
300236
+ },
300157
300237
  {
300158
300238
  "name": "ListAllMyDirectoryBuckets",
300159
300239
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListDirectoryBuckets.html",
@@ -300201,12 +300281,39 @@
300201
300281
  "dependentActions": []
300202
300282
  }
300203
300283
  ]
300284
+ },
300285
+ {
300286
+ "name": "PutEncryptionConfiguration",
300287
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html",
300288
+ "permissionOnly": false,
300289
+ "description": "Grants permission to set the encryption configuration for a directory bucket",
300290
+ "accessLevel": "Write",
300291
+ "resourceTypes": [
300292
+ {
300293
+ "resourceType": "bucket",
300294
+ "required": true,
300295
+ "conditionKeys": [],
300296
+ "dependentActions": []
300297
+ },
300298
+ {
300299
+ "resourceType": "",
300300
+ "required": false,
300301
+ "conditionKeys": [
300302
+ "s3express:authType",
300303
+ "s3express:ResourceAccount",
300304
+ "s3express:signatureversion",
300305
+ "s3express:TlsVersion",
300306
+ "s3express:x-amz-content-sha256"
300307
+ ],
300308
+ "dependentActions": []
300309
+ }
300310
+ ]
300204
300311
  }
300205
300312
  ],
300206
300313
  "resourceTypes": [
300207
300314
  {
300208
300315
  "name": "bucket",
300209
- "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-zonal-buckets.html",
300316
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html",
300210
300317
  "arnPattern": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}",
300211
300318
  "conditionKeys": []
300212
300319
  }
@@ -300259,6 +300366,18 @@
300259
300366
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/bucket-policy-s3-sigv4-conditions.html",
300260
300367
  "description": "Filters access by unsigned content in your bucket",
300261
300368
  "type": "String"
300369
+ },
300370
+ {
300371
+ "name": "s3express:x-amz-server-side-encryption",
300372
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-data-protection.html",
300373
+ "description": "Filters access by server-side encryption",
300374
+ "type": "String"
300375
+ },
300376
+ {
300377
+ "name": "s3express:x-amz-server-side-encryption-aws-kms-key-id",
300378
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-UsingKMSEncryption.html#s3-express-require-sse-kms",
300379
+ "description": "Filters access by AWS KMS customer managed key for server-side encryption",
300380
+ "type": "ARN"
300262
300381
  }
300263
300382
  ]
300264
300383
  },
@@ -13492,11 +13492,12 @@
13492
13492
  "name": "AWS IoT",
13493
13493
  "servicePrefix": "iot",
13494
13494
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html",
13495
- "actionsCount": 271,
13495
+ "actionsCount": 274,
13496
13496
  "actions": [
13497
13497
  "AcceptCertificateTransfer",
13498
13498
  "AddThingToBillingGroup",
13499
13499
  "AddThingToThingGroup",
13500
+ "AssociateSbomWithPackageVersion",
13500
13501
  "AssociateTargetsWithJob",
13501
13502
  "AttachPolicy",
13502
13503
  "AttachPrincipalPolicy",
@@ -13619,6 +13620,7 @@
13619
13620
  "DetachSecurityProfile",
13620
13621
  "DetachThingPrincipal",
13621
13622
  "DisableTopicRule",
13623
+ "DisassociateSbomFromPackageVersion",
13622
13624
  "EnableTopicRule",
13623
13625
  "GetBehaviorModelTrainingSummaries",
13624
13626
  "GetBucketsAggregation",
@@ -13683,6 +13685,7 @@
13683
13685
  "ListRelatedResourcesForAuditFinding",
13684
13686
  "ListRetainedMessages",
13685
13687
  "ListRoleAliases",
13688
+ "ListSbomValidationResults",
13686
13689
  "ListScheduledAudits",
13687
13690
  "ListSecurityProfiles",
13688
13691
  "ListSecurityProfilesForTarget",
@@ -21845,21 +21848,23 @@
21845
21848
  "name": "Amazon S3 Express",
21846
21849
  "servicePrefix": "s3express",
21847
21850
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3express.html",
21848
- "actionsCount": 7,
21851
+ "actionsCount": 9,
21849
21852
  "actions": [
21850
21853
  "CreateBucket",
21851
21854
  "CreateSession",
21852
21855
  "DeleteBucket",
21853
21856
  "DeleteBucketPolicy",
21854
21857
  "GetBucketPolicy",
21858
+ "GetEncryptionConfiguration",
21855
21859
  "ListAllMyDirectoryBuckets",
21856
- "PutBucketPolicy"
21860
+ "PutBucketPolicy",
21861
+ "PutEncryptionConfiguration"
21857
21862
  ],
21858
21863
  "resourceTypesCount": 1,
21859
21864
  "resourceTypes": [
21860
21865
  "bucket"
21861
21866
  ],
21862
- "conditionKeysCount": 8,
21867
+ "conditionKeysCount": 10,
21863
21868
  "conditionKeys": [
21864
21869
  "s3express:LocationName",
21865
21870
  "s3express:ResourceAccount",
@@ -21868,7 +21873,9 @@
21868
21873
  "s3express:authType",
21869
21874
  "s3express:signatureAge",
21870
21875
  "s3express:signatureversion",
21871
- "s3express:x-amz-content-sha256"
21876
+ "s3express:x-amz-content-sha256",
21877
+ "s3express:x-amz-server-side-encryption",
21878
+ "s3express:x-amz-server-side-encryption-aws-kms-key-id"
21872
21879
  ]
21873
21880
  },
21874
21881
  {
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9532
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
- "value": 4632
5
+ "value": 4633
10
6
  },
11
7
  {
12
8
  "key": "List Actions",
13
- "value": 2795
9
+ "value": 2796
14
10
  },
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 297
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 9535
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -68,6 +68,10 @@
68
68
  "key": "route53:ChangeResourceRecordSetsNormalizedRecordNames",
69
69
  "value": 53
70
70
  },
71
+ {
72
+ "key": "s3express:x-amz-server-side-encryption-aws-kms-key-id",
73
+ "value": 53
74
+ },
71
75
  {
72
76
  "key": "vpc-lattice-svcs:RequestQueryString/${QueryStringKey}",
73
77
  "value": 53
@@ -95,10 +99,6 @@
95
99
  {
96
100
  "key": "amplifyuibuilder:ComponentResourceEnvironmentName",
97
101
  "value": 49
98
- },
99
- {
100
- "key": "codestar-connections:ProviderPermissionsRequired",
101
- "value": 48
102
102
  }
103
103
  ],
104
104
  "Longest service prefixes": [
@@ -242,7 +242,7 @@
242
242
  },
243
243
  {
244
244
  "key": "AWS IoT",
245
- "value": 271
245
+ "value": 274
246
246
  },
247
247
  {
248
248
  "key": "Amazon Connect",
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 940
417
+ "value": 942
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.270",
3
+ "version": "0.0.271",
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",