aws-iam-data 0.0.337 → 0.0.339
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.
- package/dist/data/json/changelog.json +11 -0
- package/dist/data/json/iam.json +2096 -37
- package/dist/data/json/metadata.json +188 -14
- package/dist/data/json/reports.json +14 -14
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 439,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
"name": "Amazon Bedrock",
|
|
2269
2269
|
"servicePrefix": "bedrock",
|
|
2270
2270
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2271
|
-
"actionsCount":
|
|
2271
|
+
"actionsCount": 186,
|
|
2272
2272
|
"actions": [
|
|
2273
2273
|
"AllowVendedLogDeliveryForResource",
|
|
2274
2274
|
"ApplyGuardrail",
|
|
@@ -2291,6 +2291,7 @@
|
|
|
2291
2291
|
"CreateGuardrail",
|
|
2292
2292
|
"CreateGuardrailVersion",
|
|
2293
2293
|
"CreateInferenceProfile",
|
|
2294
|
+
"CreateInvocation",
|
|
2294
2295
|
"CreateKnowledgeBase",
|
|
2295
2296
|
"CreateMarketplaceModelEndpoint",
|
|
2296
2297
|
"CreateModelCopyJob",
|
|
@@ -2301,6 +2302,7 @@
|
|
|
2301
2302
|
"CreatePrompt",
|
|
2302
2303
|
"CreatePromptVersion",
|
|
2303
2304
|
"CreateProvisionedModelThroughput",
|
|
2305
|
+
"CreateSession",
|
|
2304
2306
|
"DeleteAgent",
|
|
2305
2307
|
"DeleteAgentActionGroup",
|
|
2306
2308
|
"DeleteAgentAlias",
|
|
@@ -2325,10 +2327,12 @@
|
|
|
2325
2327
|
"DeletePrompt",
|
|
2326
2328
|
"DeleteProvisionedModelThroughput",
|
|
2327
2329
|
"DeleteResourcePolicy",
|
|
2330
|
+
"DeleteSession",
|
|
2328
2331
|
"DeregisterMarketplaceModelEndpoint",
|
|
2329
2332
|
"DetectGeneratedContent",
|
|
2330
2333
|
"DisassociateAgentCollaborator",
|
|
2331
2334
|
"DisassociateAgentKnowledgeBase",
|
|
2335
|
+
"EndSession",
|
|
2332
2336
|
"GenerateQuery",
|
|
2333
2337
|
"GetAgent",
|
|
2334
2338
|
"GetAgentActionGroup",
|
|
@@ -2354,6 +2358,7 @@
|
|
|
2354
2358
|
"GetImportedModel",
|
|
2355
2359
|
"GetInferenceProfile",
|
|
2356
2360
|
"GetIngestionJob",
|
|
2361
|
+
"GetInvocationStep",
|
|
2357
2362
|
"GetKnowledgeBase",
|
|
2358
2363
|
"GetKnowledgeBaseDocuments",
|
|
2359
2364
|
"GetMarketplaceModelEndpoint",
|
|
@@ -2367,6 +2372,7 @@
|
|
|
2367
2372
|
"GetPromptRouter",
|
|
2368
2373
|
"GetProvisionedModelThroughput",
|
|
2369
2374
|
"GetResourcePolicy",
|
|
2375
|
+
"GetSession",
|
|
2370
2376
|
"GetUseCaseForModelAccess",
|
|
2371
2377
|
"IngestKnowledgeBaseDocuments",
|
|
2372
2378
|
"InvokeAgent",
|
|
@@ -2398,6 +2404,8 @@
|
|
|
2398
2404
|
"ListImportedModels",
|
|
2399
2405
|
"ListInferenceProfiles",
|
|
2400
2406
|
"ListIngestionJobs",
|
|
2407
|
+
"ListInvocationSteps",
|
|
2408
|
+
"ListInvocations",
|
|
2401
2409
|
"ListKnowledgeBaseDocuments",
|
|
2402
2410
|
"ListKnowledgeBases",
|
|
2403
2411
|
"ListMarketplaceModelEndpoints",
|
|
@@ -2409,11 +2417,13 @@
|
|
|
2409
2417
|
"ListPromptRouters",
|
|
2410
2418
|
"ListPrompts",
|
|
2411
2419
|
"ListProvisionedModelThroughputs",
|
|
2420
|
+
"ListSessions",
|
|
2412
2421
|
"ListTagsForResource",
|
|
2413
2422
|
"OptimizePrompt",
|
|
2414
2423
|
"PrepareAgent",
|
|
2415
2424
|
"PrepareFlow",
|
|
2416
2425
|
"PutFoundationModelEntitlement",
|
|
2426
|
+
"PutInvocationStep",
|
|
2417
2427
|
"PutModelInvocationLoggingConfiguration",
|
|
2418
2428
|
"PutResourcePolicy",
|
|
2419
2429
|
"PutUseCaseForModelAccess",
|
|
@@ -2444,9 +2454,10 @@
|
|
|
2444
2454
|
"UpdateMarketplaceModelEndpoint",
|
|
2445
2455
|
"UpdatePrompt",
|
|
2446
2456
|
"UpdateProvisionedModelThroughput",
|
|
2457
|
+
"UpdateSession",
|
|
2447
2458
|
"ValidateFlowDefinition"
|
|
2448
2459
|
],
|
|
2449
|
-
"resourceTypesCount":
|
|
2460
|
+
"resourceTypesCount": 28,
|
|
2450
2461
|
"resourceTypes": [
|
|
2451
2462
|
"foundation-model",
|
|
2452
2463
|
"async-invoke",
|
|
@@ -2473,7 +2484,9 @@
|
|
|
2473
2484
|
"bedrock-marketplace-model-endpoint",
|
|
2474
2485
|
"data-automation-project",
|
|
2475
2486
|
"blueprint",
|
|
2476
|
-
"data-automation-invocation-job"
|
|
2487
|
+
"data-automation-invocation-job",
|
|
2488
|
+
"data-automation-profile",
|
|
2489
|
+
"session"
|
|
2477
2490
|
],
|
|
2478
2491
|
"conditionKeysCount": 6,
|
|
2479
2492
|
"conditionKeys": [
|
|
@@ -4022,8 +4035,9 @@
|
|
|
4022
4035
|
"name": "AWS CloudShell",
|
|
4023
4036
|
"servicePrefix": "cloudshell",
|
|
4024
4037
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudshell.html",
|
|
4025
|
-
"actionsCount":
|
|
4038
|
+
"actionsCount": 11,
|
|
4026
4039
|
"actions": [
|
|
4040
|
+
"ApproveCommand",
|
|
4027
4041
|
"CreateEnvironment",
|
|
4028
4042
|
"CreateSession",
|
|
4029
4043
|
"DeleteEnvironment",
|
|
@@ -4277,13 +4291,14 @@
|
|
|
4277
4291
|
"name": "Amazon CloudWatch Application Signals",
|
|
4278
4292
|
"servicePrefix": "application-signals",
|
|
4279
4293
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationsignals.html",
|
|
4280
|
-
"actionsCount":
|
|
4294
|
+
"actionsCount": 17,
|
|
4281
4295
|
"actions": [
|
|
4282
4296
|
"BatchGetServiceLevelObjectiveBudgetReport",
|
|
4283
4297
|
"CreateServiceLevelObjective",
|
|
4284
4298
|
"DeleteServiceLevelObjective",
|
|
4285
4299
|
"GetService",
|
|
4286
4300
|
"GetServiceLevelObjective",
|
|
4301
|
+
"Link",
|
|
4287
4302
|
"ListObservedEntities",
|
|
4288
4303
|
"ListServiceDependencies",
|
|
4289
4304
|
"ListServiceDependents",
|
|
@@ -9837,7 +9852,7 @@
|
|
|
9837
9852
|
"name": "Amazon Elastic Container Registry",
|
|
9838
9853
|
"servicePrefix": "ecr",
|
|
9839
9854
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerregistry.html",
|
|
9840
|
-
"actionsCount":
|
|
9855
|
+
"actionsCount": 52,
|
|
9841
9856
|
"actions": [
|
|
9842
9857
|
"BatchCheckLayerAvailability",
|
|
9843
9858
|
"BatchDeleteImage",
|
|
@@ -9864,6 +9879,7 @@
|
|
|
9864
9879
|
"GetAccountSetting",
|
|
9865
9880
|
"GetAuthorizationToken",
|
|
9866
9881
|
"GetDownloadUrlForLayer",
|
|
9882
|
+
"GetImageCopyStatus",
|
|
9867
9883
|
"GetLifecyclePolicy",
|
|
9868
9884
|
"GetLifecyclePolicyPreview",
|
|
9869
9885
|
"GetRegistryPolicy",
|
|
@@ -10027,7 +10043,7 @@
|
|
|
10027
10043
|
"capacity-provider",
|
|
10028
10044
|
"task-set"
|
|
10029
10045
|
],
|
|
10030
|
-
"conditionKeysCount":
|
|
10046
|
+
"conditionKeysCount": 27,
|
|
10031
10047
|
"conditionKeys": [
|
|
10032
10048
|
"aws:RequestTag/${TagKey}",
|
|
10033
10049
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -10035,19 +10051,27 @@
|
|
|
10035
10051
|
"ecs:CreateAction",
|
|
10036
10052
|
"ecs:ResourceTag/${TagKey}",
|
|
10037
10053
|
"ecs:account-setting",
|
|
10054
|
+
"ecs:auto-assign-public-ip",
|
|
10038
10055
|
"ecs:capacity-provider",
|
|
10039
10056
|
"ecs:cluster",
|
|
10057
|
+
"ecs:compute-compatibility",
|
|
10040
10058
|
"ecs:container-instances",
|
|
10041
10059
|
"ecs:container-name",
|
|
10042
10060
|
"ecs:enable-ebs-volumes",
|
|
10061
|
+
"ecs:enable-ecs-managed-tags",
|
|
10043
10062
|
"ecs:enable-execute-command",
|
|
10044
10063
|
"ecs:enable-service-connect",
|
|
10045
10064
|
"ecs:enable-vpc-lattice",
|
|
10046
10065
|
"ecs:fargate-ephemeral-storage-kms-key",
|
|
10047
10066
|
"ecs:namespace",
|
|
10067
|
+
"ecs:privileged",
|
|
10068
|
+
"ecs:propagate-tags",
|
|
10048
10069
|
"ecs:service",
|
|
10070
|
+
"ecs:subnet",
|
|
10049
10071
|
"ecs:task",
|
|
10050
|
-
"ecs:task-
|
|
10072
|
+
"ecs:task-cpu",
|
|
10073
|
+
"ecs:task-definition",
|
|
10074
|
+
"ecs:task-memory"
|
|
10051
10075
|
]
|
|
10052
10076
|
},
|
|
10053
10077
|
{
|
|
@@ -12535,6 +12559,49 @@
|
|
|
12535
12559
|
"aws:TagKeys"
|
|
12536
12560
|
]
|
|
12537
12561
|
},
|
|
12562
|
+
{
|
|
12563
|
+
"name": "Amazon GameLift Streams",
|
|
12564
|
+
"servicePrefix": "gameliftstreams",
|
|
12565
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazongameliftstreams.html",
|
|
12566
|
+
"actionsCount": 24,
|
|
12567
|
+
"actions": [
|
|
12568
|
+
"AddStreamGroupLocations",
|
|
12569
|
+
"AssociateApplications",
|
|
12570
|
+
"CreateApplication",
|
|
12571
|
+
"CreateStreamGroup",
|
|
12572
|
+
"CreateStreamSessionConnection",
|
|
12573
|
+
"DeleteApplication",
|
|
12574
|
+
"DeleteStreamGroup",
|
|
12575
|
+
"DisassociateApplications",
|
|
12576
|
+
"ExportStreamSessionFiles",
|
|
12577
|
+
"GetApplication",
|
|
12578
|
+
"GetStreamGroup",
|
|
12579
|
+
"GetStreamSession",
|
|
12580
|
+
"ListApplications",
|
|
12581
|
+
"ListStreamGroups",
|
|
12582
|
+
"ListStreamSessions",
|
|
12583
|
+
"ListStreamSessionsByAccount",
|
|
12584
|
+
"ListTagsForResource",
|
|
12585
|
+
"RemoveStreamGroupLocations",
|
|
12586
|
+
"StartStreamSession",
|
|
12587
|
+
"TagResource",
|
|
12588
|
+
"TerminateStreamSession",
|
|
12589
|
+
"UntagResource",
|
|
12590
|
+
"UpdateApplication",
|
|
12591
|
+
"UpdateStreamGroup"
|
|
12592
|
+
],
|
|
12593
|
+
"resourceTypesCount": 2,
|
|
12594
|
+
"resourceTypes": [
|
|
12595
|
+
"application",
|
|
12596
|
+
"stream group"
|
|
12597
|
+
],
|
|
12598
|
+
"conditionKeysCount": 3,
|
|
12599
|
+
"conditionKeys": [
|
|
12600
|
+
"aws:RequestTag/${TagKey}",
|
|
12601
|
+
"aws:ResourceTag/${TagKey}",
|
|
12602
|
+
"aws:TagKeys"
|
|
12603
|
+
]
|
|
12604
|
+
},
|
|
12538
12605
|
{
|
|
12539
12606
|
"name": "AWS Global Accelerator",
|
|
12540
12607
|
"servicePrefix": "globalaccelerator",
|
|
@@ -15277,6 +15344,80 @@
|
|
|
15277
15344
|
"iot:JobId"
|
|
15278
15345
|
]
|
|
15279
15346
|
},
|
|
15347
|
+
{
|
|
15348
|
+
"name": "AWS IoT managed integrations feature of IoT Device Management",
|
|
15349
|
+
"servicePrefix": "iotmanagedintegrations",
|
|
15350
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotmanagedintegrationsfeatureofiotdevicemanagement.html",
|
|
15351
|
+
"actionsCount": 57,
|
|
15352
|
+
"actions": [
|
|
15353
|
+
"CreateCredentialLocker",
|
|
15354
|
+
"CreateDestination",
|
|
15355
|
+
"CreateEventLogConfiguration",
|
|
15356
|
+
"CreateManagedThing",
|
|
15357
|
+
"CreateNotificationConfiguration",
|
|
15358
|
+
"CreateOtaTask",
|
|
15359
|
+
"CreateOtaTaskConfiguration",
|
|
15360
|
+
"CreateProvisioningProfile",
|
|
15361
|
+
"DeleteCredentialLocker",
|
|
15362
|
+
"DeleteDestination",
|
|
15363
|
+
"DeleteEventLogConfiguration",
|
|
15364
|
+
"DeleteManagedThing",
|
|
15365
|
+
"DeleteNotificationConfiguration",
|
|
15366
|
+
"DeleteOtaTask",
|
|
15367
|
+
"DeleteOtaTaskConfiguration",
|
|
15368
|
+
"DeleteProvisioningProfile",
|
|
15369
|
+
"GetCredentialLocker",
|
|
15370
|
+
"GetCustomEndpoint",
|
|
15371
|
+
"GetDefaultEncryptionConfiguration",
|
|
15372
|
+
"GetDestination",
|
|
15373
|
+
"GetDeviceDiscovery",
|
|
15374
|
+
"GetEventLogConfiguration",
|
|
15375
|
+
"GetHubConfiguration",
|
|
15376
|
+
"GetManagedThing",
|
|
15377
|
+
"GetManagedThingCapabilities",
|
|
15378
|
+
"GetManagedThingConnectivityData",
|
|
15379
|
+
"GetManagedThingMetaData",
|
|
15380
|
+
"GetManagedThingState",
|
|
15381
|
+
"GetNotificationConfiguration",
|
|
15382
|
+
"GetOtaTask",
|
|
15383
|
+
"GetOtaTaskConfiguration",
|
|
15384
|
+
"GetProvisioningProfile",
|
|
15385
|
+
"GetRuntimeLogConfiguration",
|
|
15386
|
+
"GetSchemaVersion",
|
|
15387
|
+
"ListCredentialLockers",
|
|
15388
|
+
"ListDestinations",
|
|
15389
|
+
"ListEventLogConfigurations",
|
|
15390
|
+
"ListManagedThingSchemas",
|
|
15391
|
+
"ListManagedThings",
|
|
15392
|
+
"ListNotificationConfigurations",
|
|
15393
|
+
"ListOtaTaskConfigurations",
|
|
15394
|
+
"ListOtaTaskExecutions",
|
|
15395
|
+
"ListOtaTasks",
|
|
15396
|
+
"ListProvisioningProfiles",
|
|
15397
|
+
"ListSchemaVersions",
|
|
15398
|
+
"PutDefaultEncryptionConfiguration",
|
|
15399
|
+
"PutHubConfiguration",
|
|
15400
|
+
"PutRuntimeLogConfiguration",
|
|
15401
|
+
"RegisterCustomEndpoint",
|
|
15402
|
+
"ResetRuntimeLogConfiguration",
|
|
15403
|
+
"SendManagedThingCommand",
|
|
15404
|
+
"StartDeviceDiscovery",
|
|
15405
|
+
"UpdateDestination",
|
|
15406
|
+
"UpdateEventLogConfiguration",
|
|
15407
|
+
"UpdateManagedThing",
|
|
15408
|
+
"UpdateNotificationConfiguration",
|
|
15409
|
+
"UpdateOtaTask"
|
|
15410
|
+
],
|
|
15411
|
+
"resourceTypesCount": 4,
|
|
15412
|
+
"resourceTypes": [
|
|
15413
|
+
"CredentialLockerResource",
|
|
15414
|
+
"ManagedThingResource",
|
|
15415
|
+
"OtaTaskResource",
|
|
15416
|
+
"ProvisioningProfileResource"
|
|
15417
|
+
],
|
|
15418
|
+
"conditionKeysCount": 0,
|
|
15419
|
+
"conditionKeys": []
|
|
15420
|
+
},
|
|
15280
15421
|
{
|
|
15281
15422
|
"name": "AWS IoT SiteWise",
|
|
15282
15423
|
"servicePrefix": "iotsitewise",
|
|
@@ -20969,6 +21110,31 @@
|
|
|
20969
21110
|
"qapps:UserIsSessionModerator"
|
|
20970
21111
|
]
|
|
20971
21112
|
},
|
|
21113
|
+
{
|
|
21114
|
+
"name": "Amazon Q Developer",
|
|
21115
|
+
"servicePrefix": "qdeveloper",
|
|
21116
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqdeveloper.html",
|
|
21117
|
+
"actionsCount": 7,
|
|
21118
|
+
"actions": [
|
|
21119
|
+
"ExportArtifact",
|
|
21120
|
+
"ImportArtifact",
|
|
21121
|
+
"ListTagsForResource",
|
|
21122
|
+
"StartAgentSession",
|
|
21123
|
+
"TagResource",
|
|
21124
|
+
"TransformCode",
|
|
21125
|
+
"UntagResource"
|
|
21126
|
+
],
|
|
21127
|
+
"resourceTypesCount": 1,
|
|
21128
|
+
"resourceTypes": [
|
|
21129
|
+
"codeTransformation"
|
|
21130
|
+
],
|
|
21131
|
+
"conditionKeysCount": 3,
|
|
21132
|
+
"conditionKeys": [
|
|
21133
|
+
"aws:RequestTag/${TagKey}",
|
|
21134
|
+
"aws:ResourceTag/${TagKey}",
|
|
21135
|
+
"aws:TagKeys"
|
|
21136
|
+
]
|
|
21137
|
+
},
|
|
20972
21138
|
{
|
|
20973
21139
|
"name": "Amazon Q in Connect",
|
|
20974
21140
|
"servicePrefix": "wisdom",
|
|
@@ -21976,7 +22142,7 @@
|
|
|
21976
22142
|
"name": "Amazon Redshift Serverless",
|
|
21977
22143
|
"servicePrefix": "redshift-serverless",
|
|
21978
22144
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshiftserverless.html",
|
|
21979
|
-
"actionsCount":
|
|
22145
|
+
"actionsCount": 60,
|
|
21980
22146
|
"actions": [
|
|
21981
22147
|
"ConvertRecoveryPointToSnapshot",
|
|
21982
22148
|
"CreateCustomDomainAssociation",
|
|
@@ -22007,6 +22173,7 @@
|
|
|
22007
22173
|
"GetScheduledAction",
|
|
22008
22174
|
"GetSnapshot",
|
|
22009
22175
|
"GetTableRestoreStatus",
|
|
22176
|
+
"GetTrack",
|
|
22010
22177
|
"GetUsageLimit",
|
|
22011
22178
|
"GetWorkgroup",
|
|
22012
22179
|
"ListCustomDomainAssociations",
|
|
@@ -22019,6 +22186,7 @@
|
|
|
22019
22186
|
"ListSnapshots",
|
|
22020
22187
|
"ListTableRestoreStatus",
|
|
22021
22188
|
"ListTagsForResource",
|
|
22189
|
+
"ListTracks",
|
|
22022
22190
|
"ListUsageLimits",
|
|
22023
22191
|
"ListWorkgroups",
|
|
22024
22192
|
"PutResourcePolicy",
|
|
@@ -23456,7 +23624,7 @@
|
|
|
23456
23624
|
"name": "Amazon SageMaker",
|
|
23457
23625
|
"servicePrefix": "sagemaker",
|
|
23458
23626
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
23459
|
-
"actionsCount":
|
|
23627
|
+
"actionsCount": 392,
|
|
23460
23628
|
"actions": [
|
|
23461
23629
|
"AddAssociation",
|
|
23462
23630
|
"AddTags",
|
|
@@ -23805,6 +23973,7 @@
|
|
|
23805
23973
|
"StopProcessingJob",
|
|
23806
23974
|
"StopTrainingJob",
|
|
23807
23975
|
"StopTransformJob",
|
|
23976
|
+
"TrainHubModel",
|
|
23808
23977
|
"UpdateAction",
|
|
23809
23978
|
"UpdateAppImageConfig",
|
|
23810
23979
|
"UpdateArtifact",
|
|
@@ -23823,6 +23992,8 @@
|
|
|
23823
23992
|
"UpdateFeatureGroup",
|
|
23824
23993
|
"UpdateFeatureMetadata",
|
|
23825
23994
|
"UpdateHub",
|
|
23995
|
+
"UpdateHubContent",
|
|
23996
|
+
"UpdateHubContentReference",
|
|
23826
23997
|
"UpdateImage",
|
|
23827
23998
|
"UpdateImageVersion",
|
|
23828
23999
|
"UpdateInferenceComponent",
|
|
@@ -23919,7 +24090,7 @@
|
|
|
23919
24090
|
"cluster-scheduler-config",
|
|
23920
24091
|
"partner-app"
|
|
23921
24092
|
],
|
|
23922
|
-
"conditionKeysCount":
|
|
24093
|
+
"conditionKeysCount": 50,
|
|
23923
24094
|
"conditionKeys": [
|
|
23924
24095
|
"aws:RequestTag/${TagKey}",
|
|
23925
24096
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -23928,6 +24099,7 @@
|
|
|
23928
24099
|
"sagemaker:AppNetworkAccessType",
|
|
23929
24100
|
"sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
23930
24101
|
"sagemaker:CustomerMetadataPropertiesToRemove",
|
|
24102
|
+
"sagemaker:DirectGatedModelAccess",
|
|
23931
24103
|
"sagemaker:DirectInternetAccess",
|
|
23932
24104
|
"sagemaker:DomainId",
|
|
23933
24105
|
"sagemaker:DomainSharingOutputKmsKey",
|
|
@@ -25091,7 +25263,7 @@
|
|
|
25091
25263
|
"name": "Amazon Simple Email Service v2",
|
|
25092
25264
|
"servicePrefix": "ses",
|
|
25093
25265
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsimpleemailservicev2.html",
|
|
25094
|
-
"actionsCount":
|
|
25266
|
+
"actionsCount": 98,
|
|
25095
25267
|
"actions": [
|
|
25096
25268
|
"BatchGetMetricData",
|
|
25097
25269
|
"CancelExportJob",
|
|
@@ -25161,6 +25333,7 @@
|
|
|
25161
25333
|
"PutAccountSendingAttributes",
|
|
25162
25334
|
"PutAccountSuppressionAttributes",
|
|
25163
25335
|
"PutAccountVdmAttributes",
|
|
25336
|
+
"PutConfigurationSetArchivingOptions",
|
|
25164
25337
|
"PutConfigurationSetDeliveryOptions",
|
|
25165
25338
|
"PutConfigurationSetReputationOptions",
|
|
25166
25339
|
"PutConfigurationSetSendingOptions",
|
|
@@ -25702,7 +25875,7 @@
|
|
|
25702
25875
|
"name": "AWS Storage Gateway",
|
|
25703
25876
|
"servicePrefix": "storagegateway",
|
|
25704
25877
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsstoragegateway.html",
|
|
25705
|
-
"actionsCount":
|
|
25878
|
+
"actionsCount": 97,
|
|
25706
25879
|
"actions": [
|
|
25707
25880
|
"ActivateGateway",
|
|
25708
25881
|
"AddCache",
|
|
@@ -25760,6 +25933,7 @@
|
|
|
25760
25933
|
"DetachVolume",
|
|
25761
25934
|
"DisableGateway",
|
|
25762
25935
|
"DisassociateFileSystem",
|
|
25936
|
+
"EvictFilesFailingUpload",
|
|
25763
25937
|
"JoinDomain",
|
|
25764
25938
|
"ListAutomaticTapeCreationPolicies",
|
|
25765
25939
|
"ListCacheReports",
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
-
{
|
|
4
|
-
"key": "Write Actions",
|
|
5
|
-
"value": 10153
|
|
6
|
-
},
|
|
7
3
|
{
|
|
8
4
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
5
|
+
"value": 4960
|
|
10
6
|
},
|
|
11
7
|
{
|
|
12
8
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
9
|
+
"value": 3019
|
|
14
10
|
},
|
|
15
11
|
{
|
|
16
12
|
"key": "Permissions Actions",
|
|
17
13
|
"value": 316
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "Write Actions",
|
|
17
|
+
"value": 10215
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
237
|
-
"value":
|
|
237
|
+
"value": 392
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"key": "Amazon Chime",
|
|
@@ -256,6 +256,10 @@
|
|
|
256
256
|
"key": "Amazon QuickSight",
|
|
257
257
|
"value": 230
|
|
258
258
|
},
|
|
259
|
+
{
|
|
260
|
+
"key": "Amazon Bedrock",
|
|
261
|
+
"value": 186
|
|
262
|
+
},
|
|
259
263
|
{
|
|
260
264
|
"key": "Amazon DataZone",
|
|
261
265
|
"value": 184
|
|
@@ -263,10 +267,6 @@
|
|
|
263
267
|
{
|
|
264
268
|
"key": "AWS Identity and Access Management (IAM)",
|
|
265
269
|
"value": 176
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"key": "Amazon Bedrock",
|
|
269
|
-
"value": 175
|
|
270
270
|
}
|
|
271
271
|
],
|
|
272
272
|
"Shortest action names": [
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 439
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1891
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1051
|
|
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.
|
|
3
|
+
"version": "0.0.339",
|
|
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",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://github.com/tobilg/aws-iam-data#readme",
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@mermaid-js/mermaid-cli": "^
|
|
38
|
+
"@mermaid-js/mermaid-cli": "^11.4.2",
|
|
39
39
|
"@types/node": "^20.1.4",
|
|
40
|
-
"axios": "^1.
|
|
41
|
-
"node-html-parser": "^
|
|
42
|
-
"ts-node": "^10.9.
|
|
43
|
-
"typescript": "^5.
|
|
40
|
+
"axios": "^1.8.2",
|
|
41
|
+
"node-html-parser": "^7.0.1",
|
|
42
|
+
"ts-node": "^10.9.2",
|
|
43
|
+
"typescript": "^5.8.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {}
|
|
46
46
|
}
|