aws-iam-data 0.0.279 → 0.0.280

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,65 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-10-03",
4
+ "addedServices": [
5
+ "Amazon Route 53 Profiles"
6
+ ],
7
+ "removedServices": [
8
+ "Amazon Route 53 Profiles enables sharing DNS settings with VPCs"
9
+ ],
10
+ "addedActions": {
11
+ "AWS B2B Data Interchange": [
12
+ "b2bi:CreateStarterMappingTemplate",
13
+ "b2bi:TestConversion"
14
+ ],
15
+ "Amazon Bedrock": [
16
+ "bedrock:InvokeBuilder",
17
+ "bedrock:StopIngestionJob"
18
+ ],
19
+ "Amazon Route 53 Profiles": [
20
+ "route53profiles:AssociateProfile",
21
+ "route53profiles:AssociateResourceToProfile",
22
+ "route53profiles:CreateProfile",
23
+ "route53profiles:DeleteProfile",
24
+ "route53profiles:DisassociateProfile",
25
+ "route53profiles:DisassociateResourceFromProfile",
26
+ "route53profiles:GetProfile",
27
+ "route53profiles:GetProfileAssociation",
28
+ "route53profiles:GetProfilePolicy",
29
+ "route53profiles:GetProfileResourceAssociation",
30
+ "route53profiles:ListProfileAssociations",
31
+ "route53profiles:ListProfileResourceAssociations",
32
+ "route53profiles:ListProfiles",
33
+ "route53profiles:ListTagsForResource",
34
+ "route53profiles:PutProfilePolicy",
35
+ "route53profiles:TagResource",
36
+ "route53profiles:UntagResource",
37
+ "route53profiles:UpdateProfileResourceAssociation"
38
+ ]
39
+ },
40
+ "removedActions": {
41
+ "Amazon Route 53 Profiles enables sharing DNS settings with VPCs": [
42
+ "route53profiles:AssociateProfile",
43
+ "route53profiles:AssociateResourceToProfile",
44
+ "route53profiles:CreateProfile",
45
+ "route53profiles:DeleteProfile",
46
+ "route53profiles:DisassociateProfile",
47
+ "route53profiles:DisassociateResourceFromProfile",
48
+ "route53profiles:GetProfile",
49
+ "route53profiles:GetProfileAssociation",
50
+ "route53profiles:GetProfilePolicy",
51
+ "route53profiles:GetProfileResourceAssociation",
52
+ "route53profiles:ListProfileAssociations",
53
+ "route53profiles:ListProfileResourceAssociations",
54
+ "route53profiles:ListProfiles",
55
+ "route53profiles:ListTagsForResource",
56
+ "route53profiles:PutProfilePolicy",
57
+ "route53profiles:TagResource",
58
+ "route53profiles:UntagResource",
59
+ "route53profiles:UpdateProfileResourceAssociation"
60
+ ]
61
+ }
62
+ },
2
63
  {
3
64
  "dateOfChange": "2024-10-01",
4
65
  "addedServices": [],
@@ -22169,6 +22169,21 @@
22169
22169
  }
22170
22170
  ]
22171
22171
  },
22172
+ {
22173
+ "name": "CreateStarterMappingTemplate",
22174
+ "apiReferenceUrl": "https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateStarterMappingTemplate.html",
22175
+ "permissionOnly": false,
22176
+ "description": "Grants permission to generate a starter JSONATA/XSLT template",
22177
+ "accessLevel": "Write",
22178
+ "resourceTypes": [
22179
+ {
22180
+ "resourceType": "transformer",
22181
+ "required": true,
22182
+ "conditionKeys": [],
22183
+ "dependentActions": []
22184
+ }
22185
+ ]
22186
+ },
22172
22187
  {
22173
22188
  "name": "CreateTransformer",
22174
22189
  "apiReferenceUrl": "https://docs.aws.amazon.com/b2bi/latest/APIReference/API_CreateTransformer.html",
@@ -22472,6 +22487,21 @@
22472
22487
  }
22473
22488
  ]
22474
22489
  },
22490
+ {
22491
+ "name": "TestConversion",
22492
+ "apiReferenceUrl": "https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestConversion.html",
22493
+ "permissionOnly": false,
22494
+ "description": "Grants permission to convert a JSON/XML to an edi document",
22495
+ "accessLevel": "Write",
22496
+ "resourceTypes": [
22497
+ {
22498
+ "resourceType": "transformer",
22499
+ "required": true,
22500
+ "conditionKeys": [],
22501
+ "dependentActions": []
22502
+ }
22503
+ ]
22504
+ },
22475
22505
  {
22476
22506
  "name": "TestMapping",
22477
22507
  "apiReferenceUrl": "https://docs.aws.amazon.com/b2bi/latest/APIReference/API_TestMapping.html",
@@ -27244,6 +27274,21 @@
27244
27274
  }
27245
27275
  ]
27246
27276
  },
27277
+ {
27278
+ "name": "InvokeBuilder",
27279
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/userguide/agents-create-cb.html",
27280
+ "permissionOnly": true,
27281
+ "description": "Grants permission to use the conversational builder which aids in building supported bedrock resources",
27282
+ "accessLevel": "Write",
27283
+ "resourceTypes": [
27284
+ {
27285
+ "resourceType": "",
27286
+ "required": false,
27287
+ "conditionKeys": [],
27288
+ "dependentActions": []
27289
+ }
27290
+ ]
27291
+ },
27247
27292
  {
27248
27293
  "name": "InvokeFlow",
27249
27294
  "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeFlow.html",
@@ -27986,6 +28031,21 @@
27986
28031
  }
27987
28032
  ]
27988
28033
  },
28034
+ {
28035
+ "name": "StopIngestionJob",
28036
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_StopIngestionJob.html",
28037
+ "permissionOnly": false,
28038
+ "description": "Grants permission to stop an ingestion job",
28039
+ "accessLevel": "Write",
28040
+ "resourceTypes": [
28041
+ {
28042
+ "resourceType": "knowledge-base",
28043
+ "required": true,
28044
+ "conditionKeys": [],
28045
+ "dependentActions": []
28046
+ }
28047
+ ]
28048
+ },
27989
28049
  {
27990
28050
  "name": "StopModelCustomizationJob",
27991
28051
  "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_StopModelCustomizationJob.html",
@@ -293693,8 +293753,8 @@
293693
293753
  "conditionKeys": []
293694
293754
  },
293695
293755
  {
293696
- "name": "Amazon Route 53 Profiles enables sharing DNS settings with VPCs",
293697
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53profilesenablessharingdnssettingswithvpcs.html",
293756
+ "name": "Amazon Route 53 Profiles",
293757
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53profiles.html",
293698
293758
  "servicePrefix": "route53profiles",
293699
293759
  "actions": [
293700
293760
  {
@@ -1749,11 +1749,12 @@
1749
1749
  "name": "AWS B2B Data Interchange",
1750
1750
  "servicePrefix": "b2bi",
1751
1751
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsb2bdatainterchange.html",
1752
- "actionsCount": 27,
1752
+ "actionsCount": 29,
1753
1753
  "actions": [
1754
1754
  "CreateCapability",
1755
1755
  "CreatePartnership",
1756
1756
  "CreateProfile",
1757
+ "CreateStarterMappingTemplate",
1757
1758
  "CreateTransformer",
1758
1759
  "DeleteCapability",
1759
1760
  "DeletePartnership",
@@ -1771,6 +1772,7 @@
1771
1772
  "ListTransformers",
1772
1773
  "StartTransformerJob",
1773
1774
  "TagResource",
1775
+ "TestConversion",
1774
1776
  "TestMapping",
1775
1777
  "TestParsing",
1776
1778
  "UntagResource",
@@ -2059,7 +2061,7 @@
2059
2061
  "name": "Amazon Bedrock",
2060
2062
  "servicePrefix": "bedrock",
2061
2063
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
2062
- "actionsCount": 129,
2064
+ "actionsCount": 131,
2063
2065
  "actions": [
2064
2066
  "AllowVendedLogDeliveryForResource",
2065
2067
  "ApplyGuardrail",
@@ -2136,6 +2138,7 @@
2136
2138
  "GetResourcePolicy",
2137
2139
  "GetUseCaseForModelAccess",
2138
2140
  "InvokeAgent",
2141
+ "InvokeBuilder",
2139
2142
  "InvokeFlow",
2140
2143
  "InvokeModel",
2141
2144
  "InvokeModelWithResponseStream",
@@ -2175,6 +2178,7 @@
2175
2178
  "RetrieveAndGenerate",
2176
2179
  "StartIngestionJob",
2177
2180
  "StopEvaluationJob",
2181
+ "StopIngestionJob",
2178
2182
  "StopModelCustomizationJob",
2179
2183
  "StopModelInvocationJob",
2180
2184
  "TagResource",
@@ -21463,9 +21467,9 @@
21463
21467
  "conditionKeys": []
21464
21468
  },
21465
21469
  {
21466
- "name": "Amazon Route 53 Profiles enables sharing DNS settings with VPCs",
21470
+ "name": "Amazon Route 53 Profiles",
21467
21471
  "servicePrefix": "route53profiles",
21468
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53profilesenablessharingdnssettingswithvpcs.html",
21472
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53profiles.html",
21469
21473
  "actionsCount": 18,
21470
21474
  "actions": [
21471
21475
  "AssociateProfile",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Write Actions",
17
- "value": 9577
17
+ "value": 9581
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -406,7 +406,7 @@
406
406
  },
407
407
  {
408
408
  "key": "Median number of actions per service",
409
- "value": 27
409
+ "value": 28
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.279",
3
+ "version": "0.0.280",
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",