aws-iam-data 0.0.236 → 0.0.237

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.
@@ -2052,7 +2052,7 @@
2052
2052
  "name": "Amazon Bedrock",
2053
2053
  "servicePrefix": "bedrock",
2054
2054
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
2055
- "actionsCount": 90,
2055
+ "actionsCount": 114,
2056
2056
  "actions": [
2057
2057
  "AllowVendedLogDeliveryForResource",
2058
2058
  "ApplyGuardrail",
@@ -2063,6 +2063,9 @@
2063
2063
  "CreateAgentAlias",
2064
2064
  "CreateDataSource",
2065
2065
  "CreateEvaluationJob",
2066
+ "CreateFlow",
2067
+ "CreateFlowAlias",
2068
+ "CreateFlowVersion",
2066
2069
  "CreateFoundationModelAgreement",
2067
2070
  "CreateGuardrail",
2068
2071
  "CreateGuardrailVersion",
@@ -2070,17 +2073,24 @@
2070
2073
  "CreateModelCustomizationJob",
2071
2074
  "CreateModelEvaluationJob",
2072
2075
  "CreateModelInvocationJob",
2076
+ "CreatePrompt",
2077
+ "CreatePromptVersion",
2073
2078
  "CreateProvisionedModelThroughput",
2074
2079
  "DeleteAgent",
2075
2080
  "DeleteAgentActionGroup",
2076
2081
  "DeleteAgentAlias",
2082
+ "DeleteAgentMemory",
2077
2083
  "DeleteAgentVersion",
2078
2084
  "DeleteCustomModel",
2079
2085
  "DeleteDataSource",
2086
+ "DeleteFlow",
2087
+ "DeleteFlowAlias",
2088
+ "DeleteFlowVersion",
2080
2089
  "DeleteFoundationModelAgreement",
2081
2090
  "DeleteGuardrail",
2082
2091
  "DeleteKnowledgeBase",
2083
2092
  "DeleteModelInvocationLoggingConfiguration",
2093
+ "DeletePrompt",
2084
2094
  "DeleteProvisionedModelThroughput",
2085
2095
  "DetectGeneratedContent",
2086
2096
  "DisassociateAgentKnowledgeBase",
@@ -2088,10 +2098,14 @@
2088
2098
  "GetAgentActionGroup",
2089
2099
  "GetAgentAlias",
2090
2100
  "GetAgentKnowledgeBase",
2101
+ "GetAgentMemory",
2091
2102
  "GetAgentVersion",
2092
2103
  "GetCustomModel",
2093
2104
  "GetDataSource",
2094
2105
  "GetEvaluationJob",
2106
+ "GetFlow",
2107
+ "GetFlowAlias",
2108
+ "GetFlowVersion",
2095
2109
  "GetFoundationModel",
2096
2110
  "GetFoundationModelAvailability",
2097
2111
  "GetGuardrail",
@@ -2101,9 +2115,11 @@
2101
2115
  "GetModelEvaluationJob",
2102
2116
  "GetModelInvocationJob",
2103
2117
  "GetModelInvocationLoggingConfiguration",
2118
+ "GetPrompt",
2104
2119
  "GetProvisionedModelThroughput",
2105
2120
  "GetUseCaseForModelAccess",
2106
2121
  "InvokeAgent",
2122
+ "InvokeFlow",
2107
2123
  "InvokeModel",
2108
2124
  "InvokeModelWithResponseStream",
2109
2125
  "ListAgentActionGroups",
@@ -2114,6 +2130,9 @@
2114
2130
  "ListCustomModels",
2115
2131
  "ListDataSources",
2116
2132
  "ListEvaluationJobs",
2133
+ "ListFlowAliases",
2134
+ "ListFlowVersions",
2135
+ "ListFlows",
2117
2136
  "ListFoundationModelAgreementOffers",
2118
2137
  "ListFoundationModels",
2119
2138
  "ListGuardrails",
@@ -2122,9 +2141,11 @@
2122
2141
  "ListModelCustomizationJobs",
2123
2142
  "ListModelEvaluationJobs",
2124
2143
  "ListModelInvocationJobs",
2144
+ "ListPrompts",
2125
2145
  "ListProvisionedModelThroughputs",
2126
2146
  "ListTagsForResource",
2127
2147
  "PrepareAgent",
2148
+ "PrepareFlow",
2128
2149
  "PutFoundationModelEntitlement",
2129
2150
  "PutModelInvocationLoggingConfiguration",
2130
2151
  "PutUseCaseForModelAccess",
@@ -2141,11 +2162,14 @@
2141
2162
  "UpdateAgentAlias",
2142
2163
  "UpdateAgentKnowledgeBase",
2143
2164
  "UpdateDataSource",
2165
+ "UpdateFlow",
2166
+ "UpdateFlowAlias",
2144
2167
  "UpdateGuardrail",
2145
2168
  "UpdateKnowledgeBase",
2169
+ "UpdatePrompt",
2146
2170
  "UpdateProvisionedModelThroughput"
2147
2171
  ],
2148
- "resourceTypesCount": 11,
2172
+ "resourceTypesCount": 15,
2149
2173
  "resourceTypes": [
2150
2174
  "foundation-model",
2151
2175
  "custom-model",
@@ -2157,7 +2181,11 @@
2157
2181
  "model-evaluation-job",
2158
2182
  "evaluation-job",
2159
2183
  "model-invocation-job",
2160
- "guardrail"
2184
+ "guardrail",
2185
+ "flow",
2186
+ "flow-alias",
2187
+ "prompt",
2188
+ "prompt-version"
2161
2189
  ],
2162
2190
  "conditionKeysCount": 4,
2163
2191
  "conditionKeys": [
@@ -3284,7 +3312,7 @@
3284
3312
  "name": "Amazon CloudFront",
3285
3313
  "servicePrefix": "cloudfront",
3286
3314
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudfront.html",
3287
- "actionsCount": 116,
3315
+ "actionsCount": 117,
3288
3316
  "actions": [
3289
3317
  "AssociateAlias",
3290
3318
  "CopyDistribution",
@@ -3390,6 +3418,7 @@
3390
3418
  "UpdateCloudFrontOriginAccessIdentity",
3391
3419
  "UpdateContinuousDeploymentPolicy",
3392
3420
  "UpdateDistribution",
3421
+ "UpdateDistributionWithStagingConfig",
3393
3422
  "UpdateFieldLevelEncryptionConfig",
3394
3423
  "UpdateFieldLevelEncryptionProfile",
3395
3424
  "UpdateFunction",
@@ -12142,7 +12171,7 @@
12142
12171
  "name": "AWS HealthImaging",
12143
12172
  "servicePrefix": "medical-imaging",
12144
12173
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthimaging.html",
12145
- "actionsCount": 19,
12174
+ "actionsCount": 21,
12146
12175
  "actions": [
12147
12176
  "CopyImageSet",
12148
12177
  "CreateDatastore",
@@ -12150,6 +12179,8 @@
12150
12179
  "DeleteImageSet",
12151
12180
  "GetDICOMImportJob",
12152
12181
  "GetDICOMInstance",
12182
+ "GetDICOMInstanceFrames",
12183
+ "GetDICOMInstanceMetadata",
12153
12184
  "GetDatastore",
12154
12185
  "GetImageFrame",
12155
12186
  "GetImageSet",
@@ -15662,17 +15693,30 @@
15662
15693
  "name": "AWS License Manager Linux Subscriptions Manager",
15663
15694
  "servicePrefix": "license-manager-linux-subscriptions",
15664
15695
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslicensemanagerlinuxsubscriptionsmanager.html",
15665
- "actionsCount": 4,
15696
+ "actionsCount": 11,
15666
15697
  "actions": [
15698
+ "DeregisterSubscriptionProvider",
15699
+ "GetRegisteredSubscriptionProvider",
15667
15700
  "GetServiceSettings",
15668
15701
  "ListLinuxSubscriptionInstances",
15669
15702
  "ListLinuxSubscriptions",
15703
+ "ListRegisteredSubscriptionProviders",
15704
+ "ListTagsForResource",
15705
+ "RegisterSubscriptionProvider",
15706
+ "TagResource",
15707
+ "UntagResource",
15670
15708
  "UpdateServiceSettings"
15671
15709
  ],
15672
- "resourceTypesCount": 0,
15673
- "resourceTypes": [],
15674
- "conditionKeysCount": 0,
15675
- "conditionKeys": []
15710
+ "resourceTypesCount": 1,
15711
+ "resourceTypes": [
15712
+ "subscription-provider"
15713
+ ],
15714
+ "conditionKeysCount": 3,
15715
+ "conditionKeys": [
15716
+ "aws:RequestTag/${TagKey}",
15717
+ "aws:ResourceTag/${TagKey}",
15718
+ "aws:TagKeys"
15719
+ ]
15676
15720
  },
15677
15721
  {
15678
15722
  "name": "AWS License Manager User Subscriptions",
@@ -20107,7 +20151,7 @@
20107
20151
  "snapshot-tenant-database",
20108
20152
  "tenant-database"
20109
20153
  ],
20110
- "conditionKeysCount": 29,
20154
+ "conditionKeysCount": 28,
20111
20155
  "conditionKeys": [
20112
20156
  "aws:RequestTag/${TagKey}",
20113
20157
  "aws:ResourceTag/${TagKey}",
@@ -20120,7 +20164,6 @@
20120
20164
  "rds:EndpointType",
20121
20165
  "rds:ManageMasterUserPassword",
20122
20166
  "rds:MultiAz",
20123
- "rds:MultiTenant",
20124
20167
  "rds:Piops",
20125
20168
  "rds:StorageEncrypted",
20126
20169
  "rds:StorageSize",
@@ -1,27 +1,35 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9438
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
- "value": 4586
5
+ "value": 4597
10
6
  },
11
7
  {
12
8
  "key": "List Actions",
13
- "value": 2766
9
+ "value": 2770
14
10
  },
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 290
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 9457
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
21
+ {
22
+ "key": "license-manager-linux-subscriptions:ListRegisteredSubscriptionProviders",
23
+ "value": 71
24
+ },
21
25
  {
22
26
  "key": "codecatalyst:BatchDisassociateIdentitiesFromIdentityCenterApplication",
23
27
  "value": 69
24
28
  },
29
+ {
30
+ "key": "license-manager-linux-subscriptions:GetRegisteredSubscriptionProvider",
31
+ "value": 69
32
+ },
25
33
  {
26
34
  "key": "servicecatalog:BatchDisassociateServiceActionFromProvisioningArtifact",
27
35
  "value": 69
@@ -43,20 +51,12 @@
43
51
  "value": 67
44
52
  },
45
53
  {
46
- "key": "license-manager-linux-subscriptions:ListLinuxSubscriptionInstances",
54
+ "key": "license-manager-linux-subscriptions:DeregisterSubscriptionProvider",
47
55
  "value": 66
48
56
  },
49
57
  {
50
- "key": "servicecatalog:BatchAssociateServiceActionWithProvisioningArtifact",
51
- "value": 66
52
- },
53
- {
54
- "key": "vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration",
58
+ "key": "license-manager-linux-subscriptions:ListLinuxSubscriptionInstances",
55
59
  "value": 66
56
- },
57
- {
58
- "key": "iotwireless:StartBulkDisassociateWirelessDeviceFromMulticastGroup",
59
- "value": 65
60
60
  }
61
61
  ],
62
62
  "Longest condition key names": [
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1742
413
+ "value": 1747
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 929
417
+ "value": 928
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.236",
3
+ "version": "0.0.237",
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",