@beesolve/iam-policy-ts 26.6.2 → 26.6.4
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/catalog/_meta.d.ts +10 -9
- package/dist/catalog/_meta.d.ts.map +1 -1
- package/dist/catalog/_meta.js +108 -3
- package/dist/catalog/aidevops.d.ts +1 -1
- package/dist/catalog/aidevops.d.ts.map +1 -1
- package/dist/catalog/aidevops.js +13 -0
- package/dist/catalog/finops-agent.d.ts +4 -0
- package/dist/catalog/finops-agent.d.ts.map +1 -0
- package/dist/catalog/finops-agent.js +52 -0
- package/dist/catalog/health-agent.d.ts +1 -1
- package/dist/catalog/health-agent.d.ts.map +1 -1
- package/dist/catalog/health-agent.js +2 -0
- package/dist/catalog/index.d.ts +1 -0
- package/dist/catalog/index.d.ts.map +1 -1
- package/dist/catalog/index.js +1 -0
- package/dist/catalog/quicksight.d.ts +1 -1
- package/dist/catalog/quicksight.d.ts.map +1 -1
- package/dist/catalog/quicksight.js +13 -0
- package/dist/catalog/sagemaker.d.ts +1 -1
- package/dist/catalog/sagemaker.d.ts.map +1 -1
- package/dist/catalog/sagemaker.js +12 -0
- package/dist/catalog/securityagent.d.ts +1 -1
- package/dist/catalog/securityagent.d.ts.map +1 -1
- package/dist/catalog/securityagent.js +16 -0
- package/dist/catalog/transform.d.ts +1 -1
- package/dist/catalog/transform.d.ts.map +1 -1
- package/dist/catalog/transform.js +1 -0
- package/package.json +5 -1
|
@@ -2,6 +2,7 @@ export const quicksightActions = [
|
|
|
2
2
|
"AccountConfigurations",
|
|
3
3
|
"AllowVendedLogDeliveryForResource",
|
|
4
4
|
"BatchCreateTopicReviewedAnswer",
|
|
5
|
+
"BatchDeleteKnowledgeBase",
|
|
5
6
|
"BatchDeleteTopicReviewedAnswer",
|
|
6
7
|
"BatchGetPreferences",
|
|
7
8
|
"BatchUpdatePreferences",
|
|
@@ -27,6 +28,7 @@ export const quicksightActions = [
|
|
|
27
28
|
"CreateIAMPolicyAssignment",
|
|
28
29
|
"CreateIngestion",
|
|
29
30
|
"CreateNamespace",
|
|
31
|
+
"CreateOAuthClientApplication",
|
|
30
32
|
"CreateReader",
|
|
31
33
|
"CreateRefreshSchedule",
|
|
32
34
|
"CreateRoleMembership",
|
|
@@ -62,7 +64,9 @@ export const quicksightActions = [
|
|
|
62
64
|
"DeleteGroupMembership",
|
|
63
65
|
"DeleteIAMPolicyAssignment",
|
|
64
66
|
"DeleteIdentityPropagationConfig",
|
|
67
|
+
"DeleteKnowledgeBase",
|
|
65
68
|
"DeleteNamespace",
|
|
69
|
+
"DeleteOAuthClientApplication",
|
|
66
70
|
"DeleteRefreshSchedule",
|
|
67
71
|
"DeleteRoleCustomPermission",
|
|
68
72
|
"DeleteRoleMembership",
|
|
@@ -118,7 +122,10 @@ export const quicksightActions = [
|
|
|
118
122
|
"DescribeIngestion",
|
|
119
123
|
"DescribeIpRestriction",
|
|
120
124
|
"DescribeKeyRegistration",
|
|
125
|
+
"DescribeKnowledgeBase",
|
|
126
|
+
"DescribeKnowledgeBasePermissions",
|
|
121
127
|
"DescribeNamespace",
|
|
128
|
+
"DescribeOAuthClientApplication",
|
|
122
129
|
"DescribeQPersonalizationConfiguration",
|
|
123
130
|
"DescribeQuickIndexCapacity",
|
|
124
131
|
"DescribeQuickSightQSearchConfiguration",
|
|
@@ -175,7 +182,9 @@ export const quicksightActions = [
|
|
|
175
182
|
"ListIdentityPropagationConfigs",
|
|
176
183
|
"ListIngestions",
|
|
177
184
|
"ListKMSKeysForUser",
|
|
185
|
+
"ListKnowledgeBases",
|
|
178
186
|
"ListNamespaces",
|
|
187
|
+
"ListOAuthClientApplications",
|
|
179
188
|
"ListRefreshSchedules",
|
|
180
189
|
"ListRoleMemberships",
|
|
181
190
|
"ListSelfUpgrades",
|
|
@@ -193,6 +202,7 @@ export const quicksightActions = [
|
|
|
193
202
|
"ListTopics",
|
|
194
203
|
"ListUserGroups",
|
|
195
204
|
"ListUsers",
|
|
205
|
+
"ListUsersIndexCapacity",
|
|
196
206
|
"ListVPCConnections",
|
|
197
207
|
"PassDataSet",
|
|
198
208
|
"PassDataSource",
|
|
@@ -214,6 +224,7 @@ export const quicksightActions = [
|
|
|
214
224
|
"SearchFlows",
|
|
215
225
|
"SearchFolders",
|
|
216
226
|
"SearchGroups",
|
|
227
|
+
"SearchKnowledgeBases",
|
|
217
228
|
"SearchSpaces",
|
|
218
229
|
"SearchTopics",
|
|
219
230
|
"SearchUsers",
|
|
@@ -264,6 +275,8 @@ export const quicksightActions = [
|
|
|
264
275
|
"UpdateIdentityPropagationConfig",
|
|
265
276
|
"UpdateIpRestriction",
|
|
266
277
|
"UpdateKeyRegistration",
|
|
278
|
+
"UpdateKnowledgeBasePermissions",
|
|
279
|
+
"UpdateOAuthClientApplication",
|
|
267
280
|
"UpdatePublicSharingSettings",
|
|
268
281
|
"UpdateQPersonalizationConfiguration",
|
|
269
282
|
"UpdateQuickIndexCapacity",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const sagemakerActions: readonly ["AccessModelPackage", "AddAssociation", "AddTags", "AssociateTrialComponent", "AttachClusterNodeVolume", "BatchAddClusterNodes", "BatchDeleteClusterNodes", "BatchDescribeModelPackage", "BatchGetMetrics", "BatchGetRecord", "BatchPutMetrics", "CallMlflowAppApi", "CallPartnerAppApi", "CreateAction", "CreateAIBenchmarkJob", "CreateAIRecommendationJob", "CreateAIWorkloadConfig", "CreateAlgorithm", "CreateApp", "CreateAppImageConfig", "CreateArtifact", "CreateAutoMLJob", "CreateAutoMLJobV2", "CreateCluster", "CreateClusterSchedulerConfig", "CreateCodeRepository", "CreateCompilationJob", "CreateComputeQuota", "CreateContext", "CreateDataQualityJobDefinition", "CreateDeviceFleet", "CreateDomain", "CreateEdgeDeploymentPlan", "CreateEdgeDeploymentStage", "CreateEdgePackagingJob", "CreateEndpoint", "CreateEndpointConfig", "CreateExperiment", "CreateFeatureGroup", "CreateFlowDefinition", "CreateHub", "CreateHubContentPresignedUrls", "CreateHubContentReference", "CreateHumanTaskUi", "CreateHyperParameterTuningJob", "CreateImage", "CreateImageVersion", "CreateInferenceComponent", "CreateInferenceExperiment", "CreateInferenceRecommendationsJob", "CreateLabelingJob", "CreateLineageGroupPolicy", "CreateMlflowApp", "CreateMlflowTrackingServer", "CreateModel", "CreateModelBiasJobDefinition", "CreateModelCard", "CreateModelCardExportJob", "CreateModelExplainabilityJobDefinition", "CreateModelPackage", "CreateModelPackageGroup", "CreateModelQualityJobDefinition", "CreateMonitoringSchedule", "CreateNotebookInstance", "CreateNotebookInstanceLifecycleConfig", "CreateOptimizationJob", "CreatePartnerApp", "CreatePartnerAppPresignedUrl", "CreatePipeline", "CreatePresignedDomainUrl", "CreatePresignedMlflowAppUrl", "CreatePresignedMlflowTrackingServerUrl", "CreatePresignedNotebookInstanceUrl", "CreateProcessingJob", "CreateProject", "CreateReservedCapacity", "CreateSharedModel", "CreateSpace", "CreateStudioLifecycleConfig", "CreateTrainingJob", "CreateTrainingPlan", "CreateTransformJob", "CreateTrial", "CreateTrialComponent", "CreateUserProfile", "CreateWorkforce", "CreateWorkteam", "DeleteAction", "DeleteAIBenchmarkJob", "DeleteAIRecommendationJob", "DeleteAIWorkloadConfig", "DeleteAlgorithm", "DeleteApp", "DeleteAppImageConfig", "DeleteArtifact", "DeleteAssociation", "DeleteCluster", "DeleteClusterSchedulerConfig", "DeleteCodeRepository", "DeleteCompilationJob", "DeleteComputeQuota", "DeleteContext", "DeleteDataQualityJobDefinition", "DeleteDeviceFleet", "DeleteDomain", "DeleteEdgeDeploymentPlan", "DeleteEdgeDeploymentStage", "DeleteEndpoint", "DeleteEndpointConfig", "DeleteExperiment", "DeleteFeatureGroup", "DeleteFlowDefinition", "DeleteHub", "DeleteHubContent", "DeleteHubContentReference", "DeleteHumanLoop", "DeleteHumanTaskUi", "DeleteHyperParameterTuningJob", "DeleteImage", "DeleteImageVersion", "DeleteInferenceComponent", "DeleteInferenceExperiment", "DeleteLineageGroupPolicy", "DeleteMlflowApp", "DeleteMlflowTrackingServer", "DeleteModel", "DeleteModelBiasJobDefinition", "DeleteModelCard", "DeleteModelExplainabilityJobDefinition", "DeleteModelPackage", "DeleteModelPackageGroup", "DeleteModelPackageGroupPolicy", "DeleteModelQualityJobDefinition", "DeleteMonitoringSchedule", "DeleteNotebookInstance", "DeleteNotebookInstanceLifecycleConfig", "DeleteOptimizationJob", "DeletePartnerApp", "DeletePipeline", "DeleteProcessingJob", "DeleteProject", "DeleteRecord", "DeleteResourcePolicy", "DeleteSpace", "DeleteStudioLifecycleConfig", "DeleteTags", "DeleteTrainingJob", "DeleteTrial", "DeleteTrialComponent", "DeleteUserProfile", "DeleteWorkforce", "DeleteWorkteam", "DeployHubModel", "DeregisterDevices", "DescribeAction", "DescribeAIBenchmarkJob", "DescribeAIRecommendationJob", "DescribeAIWorkloadConfig", "DescribeAlgorithm", "DescribeApp", "DescribeAppImageConfig", "DescribeArtifact", "DescribeAutoMLJob", "DescribeAutoMLJobV2", "DescribeCluster", "DescribeClusterEvent", "DescribeClusterInference", "DescribeClusterNode", "DescribeClusterSchedulerConfig", "DescribeCodeRepository", "DescribeCompilationJob", "DescribeComputeQuota", "DescribeContext", "DescribeDataQualityJobDefinition", "DescribeDevice", "DescribeDeviceFleet", "DescribeDomain", "DescribeEdgeDeploymentPlan", "DescribeEdgePackagingJob", "DescribeEndpoint", "DescribeEndpointConfig", "DescribeExperiment", "DescribeFeatureGroup", "DescribeFeatureMetadata", "DescribeFlowDefinition", "DescribeHub", "DescribeHubContent", "DescribeHumanLoop", "DescribeHumanTaskUi", "DescribeHyperParameterTuningJob", "DescribeImage", "DescribeImageVersion", "DescribeInferenceComponent", "DescribeInferenceExperiment", "DescribeInferenceRecommendationsJob", "DescribeLabelingJob", "DescribeLineageGroup", "DescribeMlflowApp", "DescribeMlflowTrackingServer", "DescribeModel", "DescribeModelBiasJobDefinition", "DescribeModelCard", "DescribeModelCardExportJob", "DescribeModelExplainabilityJobDefinition", "DescribeModelPackage", "DescribeModelPackageGroup", "DescribeModelQualityJobDefinition", "DescribeMonitoringSchedule", "DescribeNotebookInstance", "DescribeNotebookInstanceLifecycleConfig", "DescribeOptimizationJob", "DescribePartnerApp", "DescribePipeline", "DescribePipelineDefinitionForExecution", "DescribePipelineExecution", "DescribeProcessingJob", "DescribeProject", "DescribeReservedCapacity", "DescribeSharedModel", "DescribeSpace", "DescribeStudioLifecycleConfig", "DescribeSubscribedWorkteam", "DescribeTrainingJob", "DescribeTrainingPlan", "DescribeTransformJob", "DescribeTrial", "DescribeTrialComponent", "DescribeUserProfile", "DescribeWorkforce", "DescribeWorkteam", "DetachClusterNodeVolume", "DisableSagemakerServicecatalogPortfolio", "DisassociateTrialComponent", "EnableSagemakerServicecatalogPortfolio", "GetDeployments", "GetDeviceFleetReport", "GetDeviceRegistration", "GetLineageGroupPolicy", "GetModelPackageGroupPolicy", "GetRecord", "GetResourcePolicy", "GetSagemakerServicecatalogPortfolioStatus", "GetScalingConfigurationRecommendation", "GetSearchSuggestions", "ImportHubContent", "InvokeEndpoint", "InvokeEndpointAsync", "InvokeEndpointWithResponseStream", "ListActions", "ListAIBenchmarkJobs", "ListAIRecommendationJobs", "ListAIWorkloadConfigs", "ListAlgorithms", "ListAliases", "ListAppImageConfigs", "ListApps", "ListArtifacts", "ListAssociations", "ListAutoMLJobs", "ListCandidatesForAutoMLJob", "ListClusterEvents", "ListClusterNodes", "ListClusters", "ListClusterSchedulerConfigs", "ListCodeRepositories", "ListCompilationJobs", "ListComputeQuotas", "ListContexts", "ListDataQualityJobDefinitions", "ListDeviceFleets", "ListDevices", "ListDomains", "ListEdgeDeploymentPlans", "ListEdgePackagingJobs", "ListEndpointConfigs", "ListEndpoints", "ListExperiments", "ListFeatureGroups", "ListFlowDefinitions", "ListHubContents", "ListHubContentVersions", "ListHubs", "ListHumanLoops", "ListHumanTaskUis", "ListHyperParameterTuningJobs", "ListImages", "ListImageVersions", "ListInferenceComponents", "ListInferenceExperiments", "ListInferenceRecommendationsJobs", "ListInferenceRecommendationsJobSteps", "ListLabelingJobs", "ListLabelingJobsForWorkteam", "ListLineageGroups", "ListMlflowApps", "ListMlflowTrackingServers", "ListModelBiasJobDefinitions", "ListModelCardExportJobs", "ListModelCards", "ListModelCardVersions", "ListModelExplainabilityJobDefinitions", "ListModelMetadata", "ListModelPackageGroups", "ListModelPackages", "ListModelQualityJobDefinitions", "ListModels", "ListMonitoringAlertHistory", "ListMonitoringAlerts", "ListMonitoringExecutions", "ListMonitoringSchedules", "ListNotebookInstanceLifecycleConfigs", "ListNotebookInstances", "ListOptimizationJobs", "ListPartnerApps", "ListPipelineExecutions", "ListPipelineExecutionSteps", "ListPipelineParametersForExecution", "ListPipelines", "ListPipelineVersions", "ListProcessingJobs", "ListProjects", "ListResourceCatalogs", "ListSharedModelEvents", "ListSharedModels", "ListSharedModelVersions", "ListSpaces", "ListStageDevices", "ListStudioLifecycleConfigs", "ListSubscribedWorkteams", "ListTags", "ListTrainingJobs", "ListTrainingJobsForHyperParameterTuningJob", "ListTrainingPlans", "ListTransformJobs", "ListTrialComponents", "ListTrials", "ListUltraServersByReservedCapacity", "ListUserProfiles", "ListWorkforces", "ListWorkteams", "PutLineageGroupPolicy", "PutModelPackageGroupPolicy", "PutRecord", "PutResourcePolicy", "QueryLineage", "RegisterDevices", "RenderUiTemplate", "RetryPipelineExecution", "Search", "SearchTrainingPlanOfferings", "SendHeartbeat", "SendPipelineExecutionStepFailure", "SendPipelineExecutionStepSuccess", "SendSharedModelEvent", "StartClusterHealthCheck", "StartEdgeDeploymentStage", "StartHumanLoop", "StartInferenceExperiment", "StartMlflowTrackingServer", "StartMonitoringSchedule", "StartNotebookInstance", "StartPipelineExecution", "StartSession", "StopAIBenchmarkJob", "StopAIRecommendationJob", "StopAutoMLJob", "StopCompilationJob", "StopEdgeDeploymentStage", "StopEdgePackagingJob", "StopHumanLoop", "StopHyperParameterTuningJob", "StopInferenceExperiment", "StopInferenceRecommendationsJob", "StopLabelingJob", "StopMlflowTrackingServer", "StopMonitoringSchedule", "StopNotebookInstance", "StopOptimizationJob", "StopPipelineExecution", "StopProcessingJob", "StopTrainingJob", "StopTransformJob", "TrainHubModel", "UpdateAction", "UpdateAppImageConfig", "UpdateArtifact", "UpdateCluster", "UpdateClusterInference", "UpdateClusterSchedulerConfig", "UpdateClusterSoftware", "UpdateCodeRepository", "UpdateComputeQuota", "UpdateContext", "UpdateDeviceFleet", "UpdateDevices", "UpdateDomain", "UpdateEndpoint", "UpdateEndpointWeightsAndCapacities", "UpdateExperiment", "UpdateFeatureGroup", "UpdateFeatureMetadata", "UpdateHub", "UpdateHubContent", "UpdateHubContentReference", "UpdateImage", "UpdateImageVersion", "UpdateInferenceComponent", "UpdateInferenceComponentRuntimeConfig", "UpdateInferenceExperiment", "UpdateMlflowApp", "UpdateMlflowTrackingServer", "UpdateModelCard", "UpdateModelPackage", "UpdateMonitoringAlert", "UpdateMonitoringSchedule", "UpdateNotebookInstance", "UpdateNotebookInstanceLifecycleConfig", "UpdatePartnerApp", "UpdatePipeline", "UpdatePipelineExecution", "UpdatePipelineVersion", "UpdateProject", "UpdateSharedModel", "UpdateSpace", "UpdateTrainingJob", "UpdateTrial", "UpdateTrialComponent", "UpdateUserProfile", "UpdateWorkforce", "UpdateWorkteam"];
|
|
1
|
+
export declare const sagemakerActions: readonly ["AccessModelPackage", "AddAssociation", "AddTags", "AssociateTrialComponent", "AttachClusterNodeVolume", "BatchAddClusterNodes", "BatchDeleteClusterNodes", "BatchDescribeModelPackage", "BatchGetMetrics", "BatchGetRecord", "BatchPutMetrics", "CallMlflowAppApi", "CallPartnerAppApi", "CallWithBearerToken", "CompleteRollout", "CreateAction", "CreateAIBenchmarkJob", "CreateAIRecommendationJob", "CreateAIWorkloadConfig", "CreateAlgorithm", "CreateApp", "CreateAppImageConfig", "CreateArtifact", "CreateAutoMLJob", "CreateAutoMLJobV2", "CreateCluster", "CreateClusterSchedulerConfig", "CreateCodeRepository", "CreateCompilationJob", "CreateComputeQuota", "CreateContext", "CreateDataQualityJobDefinition", "CreateDeviceFleet", "CreateDomain", "CreateEdgeDeploymentPlan", "CreateEdgeDeploymentStage", "CreateEdgePackagingJob", "CreateEndpoint", "CreateEndpointConfig", "CreateExperiment", "CreateFeatureGroup", "CreateFlowDefinition", "CreateHub", "CreateHubContentPresignedUrls", "CreateHubContentReference", "CreateHumanTaskUi", "CreateHyperParameterTuningJob", "CreateImage", "CreateImageVersion", "CreateInferenceComponent", "CreateInferenceExperiment", "CreateInferenceRecommendationsJob", "CreateJob", "CreateLabelingJob", "CreateLineageGroupPolicy", "CreateMlflowApp", "CreateMlflowTrackingServer", "CreateModel", "CreateModelBiasJobDefinition", "CreateModelCard", "CreateModelCardExportJob", "CreateModelExplainabilityJobDefinition", "CreateModelPackage", "CreateModelPackageGroup", "CreateModelQualityJobDefinition", "CreateMonitoringSchedule", "CreateNotebookInstance", "CreateNotebookInstanceLifecycleConfig", "CreateOptimizationJob", "CreatePartnerApp", "CreatePartnerAppPresignedUrl", "CreatePipeline", "CreatePresignedDomainUrl", "CreatePresignedMlflowAppUrl", "CreatePresignedMlflowTrackingServerUrl", "CreatePresignedNotebookInstanceUrl", "CreateProcessingJob", "CreateProject", "CreateReservedCapacity", "CreateSharedModel", "CreateSpace", "CreateStudioLifecycleConfig", "CreateTrainingJob", "CreateTrainingPlan", "CreateTransformJob", "CreateTrial", "CreateTrialComponent", "CreateUserProfile", "CreateWorkforce", "CreateWorkteam", "DeleteAction", "DeleteAIBenchmarkJob", "DeleteAIRecommendationJob", "DeleteAIWorkloadConfig", "DeleteAlgorithm", "DeleteApp", "DeleteAppImageConfig", "DeleteArtifact", "DeleteAssociation", "DeleteCluster", "DeleteClusterSchedulerConfig", "DeleteCodeRepository", "DeleteCompilationJob", "DeleteComputeQuota", "DeleteContext", "DeleteDataQualityJobDefinition", "DeleteDeviceFleet", "DeleteDomain", "DeleteEdgeDeploymentPlan", "DeleteEdgeDeploymentStage", "DeleteEndpoint", "DeleteEndpointConfig", "DeleteExperiment", "DeleteFeatureGroup", "DeleteFlowDefinition", "DeleteHub", "DeleteHubContent", "DeleteHubContentReference", "DeleteHumanLoop", "DeleteHumanTaskUi", "DeleteHyperParameterTuningJob", "DeleteImage", "DeleteImageVersion", "DeleteInferenceComponent", "DeleteInferenceExperiment", "DeleteJob", "DeleteLineageGroupPolicy", "DeleteMlflowApp", "DeleteMlflowTrackingServer", "DeleteModel", "DeleteModelBiasJobDefinition", "DeleteModelCard", "DeleteModelExplainabilityJobDefinition", "DeleteModelPackage", "DeleteModelPackageGroup", "DeleteModelPackageGroupPolicy", "DeleteModelQualityJobDefinition", "DeleteMonitoringSchedule", "DeleteNotebookInstance", "DeleteNotebookInstanceLifecycleConfig", "DeleteOptimizationJob", "DeletePartnerApp", "DeletePipeline", "DeleteProcessingJob", "DeleteProject", "DeleteRecord", "DeleteResourcePolicy", "DeleteSpace", "DeleteStudioLifecycleConfig", "DeleteTags", "DeleteTrainingJob", "DeleteTrial", "DeleteTrialComponent", "DeleteUserProfile", "DeleteWorkforce", "DeleteWorkteam", "DeployHubModel", "DeregisterDevices", "DescribeAction", "DescribeAIBenchmarkJob", "DescribeAIRecommendationJob", "DescribeAIWorkloadConfig", "DescribeAlgorithm", "DescribeApp", "DescribeAppImageConfig", "DescribeArtifact", "DescribeAutoMLJob", "DescribeAutoMLJobV2", "DescribeCluster", "DescribeClusterEvent", "DescribeClusterInference", "DescribeClusterNode", "DescribeClusterSchedulerConfig", "DescribeCodeRepository", "DescribeCompilationJob", "DescribeComputeQuota", "DescribeContext", "DescribeDataQualityJobDefinition", "DescribeDevice", "DescribeDeviceFleet", "DescribeDomain", "DescribeEdgeDeploymentPlan", "DescribeEdgePackagingJob", "DescribeEndpoint", "DescribeEndpointConfig", "DescribeExperiment", "DescribeFeatureGroup", "DescribeFeatureMetadata", "DescribeFlowDefinition", "DescribeHub", "DescribeHubContent", "DescribeHumanLoop", "DescribeHumanTaskUi", "DescribeHyperParameterTuningJob", "DescribeImage", "DescribeImageVersion", "DescribeInferenceComponent", "DescribeInferenceExperiment", "DescribeInferenceRecommendationsJob", "DescribeJob", "DescribeJobSchemaVersion", "DescribeLabelingJob", "DescribeLineageGroup", "DescribeMlflowApp", "DescribeMlflowTrackingServer", "DescribeModel", "DescribeModelBiasJobDefinition", "DescribeModelCard", "DescribeModelCardExportJob", "DescribeModelExplainabilityJobDefinition", "DescribeModelPackage", "DescribeModelPackageGroup", "DescribeModelQualityJobDefinition", "DescribeMonitoringSchedule", "DescribeNotebookInstance", "DescribeNotebookInstanceLifecycleConfig", "DescribeOptimizationJob", "DescribePartnerApp", "DescribePipeline", "DescribePipelineDefinitionForExecution", "DescribePipelineExecution", "DescribeProcessingJob", "DescribeProject", "DescribeReservedCapacity", "DescribeSharedModel", "DescribeSpace", "DescribeStudioLifecycleConfig", "DescribeSubscribedWorkteam", "DescribeTrainingJob", "DescribeTrainingPlan", "DescribeTransformJob", "DescribeTrial", "DescribeTrialComponent", "DescribeUserProfile", "DescribeWorkforce", "DescribeWorkteam", "DetachClusterNodeVolume", "DisableSagemakerServicecatalogPortfolio", "DisassociateTrialComponent", "EnableSagemakerServicecatalogPortfolio", "GetDeployments", "GetDeviceFleetReport", "GetDeviceRegistration", "GetLineageGroupPolicy", "GetModelPackageGroupPolicy", "GetRecord", "GetResourcePolicy", "GetSagemakerServicecatalogPortfolioStatus", "GetScalingConfigurationRecommendation", "GetSearchSuggestions", "ImportHubContent", "InvokeEndpoint", "InvokeEndpointAsync", "InvokeEndpointWithResponseStream", "ListActions", "ListAIBenchmarkJobs", "ListAIRecommendationJobs", "ListAIWorkloadConfigs", "ListAlgorithms", "ListAliases", "ListAppImageConfigs", "ListApps", "ListArtifacts", "ListAssociations", "ListAutoMLJobs", "ListCandidatesForAutoMLJob", "ListClusterEvents", "ListClusterNodes", "ListClusters", "ListClusterSchedulerConfigs", "ListCodeRepositories", "ListCompilationJobs", "ListComputeQuotas", "ListContexts", "ListDataQualityJobDefinitions", "ListDeviceFleets", "ListDevices", "ListDomains", "ListEdgeDeploymentPlans", "ListEdgePackagingJobs", "ListEndpointConfigs", "ListEndpoints", "ListExperiments", "ListFeatureGroups", "ListFlowDefinitions", "ListHubContents", "ListHubContentVersions", "ListHubs", "ListHumanLoops", "ListHumanTaskUis", "ListHyperParameterTuningJobs", "ListImages", "ListImageVersions", "ListInferenceComponents", "ListInferenceExperiments", "ListInferenceRecommendationsJobs", "ListInferenceRecommendationsJobSteps", "ListJobs", "ListJobSchemaVersions", "ListLabelingJobs", "ListLabelingJobsForWorkteam", "ListLineageGroups", "ListMlflowApps", "ListMlflowTrackingServers", "ListModelBiasJobDefinitions", "ListModelCardExportJobs", "ListModelCards", "ListModelCardVersions", "ListModelExplainabilityJobDefinitions", "ListModelMetadata", "ListModelPackageGroups", "ListModelPackages", "ListModelQualityJobDefinitions", "ListModels", "ListMonitoringAlertHistory", "ListMonitoringAlerts", "ListMonitoringExecutions", "ListMonitoringSchedules", "ListNotebookInstanceLifecycleConfigs", "ListNotebookInstances", "ListOptimizationJobs", "ListPartnerApps", "ListPipelineExecutions", "ListPipelineExecutionSteps", "ListPipelineParametersForExecution", "ListPipelines", "ListPipelineVersions", "ListProcessingJobs", "ListProjects", "ListResourceCatalogs", "ListSharedModelEvents", "ListSharedModels", "ListSharedModelVersions", "ListSpaces", "ListStageDevices", "ListStudioLifecycleConfigs", "ListSubscribedWorkteams", "ListTags", "ListTrainingJobs", "ListTrainingJobsForHyperParameterTuningJob", "ListTrainingPlans", "ListTransformJobs", "ListTrialComponents", "ListTrials", "ListUltraServersByReservedCapacity", "ListUserProfiles", "ListWorkforces", "ListWorkteams", "PutLineageGroupPolicy", "PutModelPackageGroupPolicy", "PutRecord", "PutResourcePolicy", "QueryLineage", "RegisterDevices", "RenderUiTemplate", "RetryPipelineExecution", "Sample", "SampleWithResponseStream", "Search", "SearchTrainingPlanOfferings", "SendHeartbeat", "SendPipelineExecutionStepFailure", "SendPipelineExecutionStepSuccess", "SendSharedModelEvent", "StartClusterHealthCheck", "StartEdgeDeploymentStage", "StartHumanLoop", "StartInferenceExperiment", "StartMlflowTrackingServer", "StartMonitoringSchedule", "StartNotebookInstance", "StartPipelineExecution", "StartSession", "StopAIBenchmarkJob", "StopAIRecommendationJob", "StopAutoMLJob", "StopCompilationJob", "StopEdgeDeploymentStage", "StopEdgePackagingJob", "StopHumanLoop", "StopHyperParameterTuningJob", "StopInferenceExperiment", "StopInferenceRecommendationsJob", "StopJob", "StopLabelingJob", "StopMlflowTrackingServer", "StopMonitoringSchedule", "StopNotebookInstance", "StopOptimizationJob", "StopPipelineExecution", "StopProcessingJob", "StopTrainingJob", "StopTransformJob", "TrainHubModel", "UpdateAction", "UpdateAppImageConfig", "UpdateArtifact", "UpdateCluster", "UpdateClusterInference", "UpdateClusterSchedulerConfig", "UpdateClusterSoftware", "UpdateCodeRepository", "UpdateComputeQuota", "UpdateContext", "UpdateDeviceFleet", "UpdateDevices", "UpdateDomain", "UpdateEndpoint", "UpdateEndpointWeightsAndCapacities", "UpdateExperiment", "UpdateFeatureGroup", "UpdateFeatureMetadata", "UpdateHub", "UpdateHubContent", "UpdateHubContentReference", "UpdateImage", "UpdateImageVersion", "UpdateInferenceComponent", "UpdateInferenceComponentRuntimeConfig", "UpdateInferenceExperiment", "UpdateMlflowApp", "UpdateMlflowTrackingServer", "UpdateModelCard", "UpdateModelPackage", "UpdateMonitoringAlert", "UpdateMonitoringSchedule", "UpdateNotebookInstance", "UpdateNotebookInstanceLifecycleConfig", "UpdatePartnerApp", "UpdatePipeline", "UpdatePipelineExecution", "UpdatePipelineVersion", "UpdateProject", "UpdateReward", "UpdateSharedModel", "UpdateSpace", "UpdateTrainingJob", "UpdateTrial", "UpdateTrialComponent", "UpdateUserProfile", "UpdateWorkforce", "UpdateWorkteam"];
|
|
2
2
|
export type SagemakerAction = (typeof sagemakerActions)[number];
|
|
3
3
|
export declare function sagemaker(action: SagemakerAction | "*"): `sagemaker:${SagemakerAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=sagemaker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sagemaker.d.ts","sourceRoot":"","sources":["../../src/catalog/sagemaker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"sagemaker.d.ts","sourceRoot":"","sources":["../../src/catalog/sagemaker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,6yUA2bnB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,wBAAgB,SAAS,CAAC,MAAM,EAAE,eAAe,GAAG,GAAG,GAAG,aAAa,eAAe,GAAG,GAAG,EAAE,CAE7F"}
|
|
@@ -12,6 +12,8 @@ export const sagemakerActions = [
|
|
|
12
12
|
"BatchPutMetrics",
|
|
13
13
|
"CallMlflowAppApi",
|
|
14
14
|
"CallPartnerAppApi",
|
|
15
|
+
"CallWithBearerToken",
|
|
16
|
+
"CompleteRollout",
|
|
15
17
|
"CreateAction",
|
|
16
18
|
"CreateAIBenchmarkJob",
|
|
17
19
|
"CreateAIRecommendationJob",
|
|
@@ -49,6 +51,7 @@ export const sagemakerActions = [
|
|
|
49
51
|
"CreateInferenceComponent",
|
|
50
52
|
"CreateInferenceExperiment",
|
|
51
53
|
"CreateInferenceRecommendationsJob",
|
|
54
|
+
"CreateJob",
|
|
52
55
|
"CreateLabelingJob",
|
|
53
56
|
"CreateLineageGroupPolicy",
|
|
54
57
|
"CreateMlflowApp",
|
|
@@ -121,6 +124,7 @@ export const sagemakerActions = [
|
|
|
121
124
|
"DeleteImageVersion",
|
|
122
125
|
"DeleteInferenceComponent",
|
|
123
126
|
"DeleteInferenceExperiment",
|
|
127
|
+
"DeleteJob",
|
|
124
128
|
"DeleteLineageGroupPolicy",
|
|
125
129
|
"DeleteMlflowApp",
|
|
126
130
|
"DeleteMlflowTrackingServer",
|
|
@@ -194,6 +198,8 @@ export const sagemakerActions = [
|
|
|
194
198
|
"DescribeInferenceComponent",
|
|
195
199
|
"DescribeInferenceExperiment",
|
|
196
200
|
"DescribeInferenceRecommendationsJob",
|
|
201
|
+
"DescribeJob",
|
|
202
|
+
"DescribeJobSchemaVersion",
|
|
197
203
|
"DescribeLabelingJob",
|
|
198
204
|
"DescribeLineageGroup",
|
|
199
205
|
"DescribeMlflowApp",
|
|
@@ -290,6 +296,8 @@ export const sagemakerActions = [
|
|
|
290
296
|
"ListInferenceExperiments",
|
|
291
297
|
"ListInferenceRecommendationsJobs",
|
|
292
298
|
"ListInferenceRecommendationsJobSteps",
|
|
299
|
+
"ListJobs",
|
|
300
|
+
"ListJobSchemaVersions",
|
|
293
301
|
"ListLabelingJobs",
|
|
294
302
|
"ListLabelingJobsForWorkteam",
|
|
295
303
|
"ListLineageGroups",
|
|
@@ -347,6 +355,8 @@ export const sagemakerActions = [
|
|
|
347
355
|
"RegisterDevices",
|
|
348
356
|
"RenderUiTemplate",
|
|
349
357
|
"RetryPipelineExecution",
|
|
358
|
+
"Sample",
|
|
359
|
+
"SampleWithResponseStream",
|
|
350
360
|
"Search",
|
|
351
361
|
"SearchTrainingPlanOfferings",
|
|
352
362
|
"SendHeartbeat",
|
|
@@ -372,6 +382,7 @@ export const sagemakerActions = [
|
|
|
372
382
|
"StopHyperParameterTuningJob",
|
|
373
383
|
"StopInferenceExperiment",
|
|
374
384
|
"StopInferenceRecommendationsJob",
|
|
385
|
+
"StopJob",
|
|
375
386
|
"StopLabelingJob",
|
|
376
387
|
"StopMlflowTrackingServer",
|
|
377
388
|
"StopMonitoringSchedule",
|
|
@@ -421,6 +432,7 @@ export const sagemakerActions = [
|
|
|
421
432
|
"UpdatePipelineExecution",
|
|
422
433
|
"UpdatePipelineVersion",
|
|
423
434
|
"UpdateProject",
|
|
435
|
+
"UpdateReward",
|
|
424
436
|
"UpdateSharedModel",
|
|
425
437
|
"UpdateSpace",
|
|
426
438
|
"UpdateTrainingJob",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const securityagentActions: readonly ["AddArtifact", "BatchDeleteCodeReviews", "BatchDeletePentests", "BatchGetAgentSpaces", "BatchGetArtifactMetadata", "BatchGetCodeReviewJobs", "BatchGetCodeReviewJobTasks", "BatchGetCodeReviews", "BatchGetFindings", "BatchGetPentestJobContentMetadata", "BatchGetPentestJobs", "BatchGetPentestJobTasks", "BatchGetPentests", "BatchGetTargetDomains", "CreateAgentSpace", "CreateApplication", "CreateCodeReview", "CreateDesignReview", "CreateIntegration", "CreateMembership", "CreateOneTimeLoginSession", "CreatePentest", "CreateSecurityRequirement", "CreateTargetDomain", "DeleteAgentSpace", "DeleteApplication", "DeleteArtifact", "DeleteDesignReview", "DeleteIntegration", "DeleteMembership", "DeleteSecurityRequirement", "DeleteTargetDomain", "GetApplication", "GetArtifact", "GetDesignReview", "GetDesignReviewArtifact", "GetDesignReviewFeedback", "GetIntegration", "GetSecurityRequirement", "InitiateProviderRegistration", "ListAgentSpaces", "ListApplications", "ListArtifacts", "ListCodeReviewJobsForCodeReview", "ListCodeReviewJobTasks", "ListCodeReviews", "ListDesignReviewComments", "ListDesignReviews", "ListDiscoveredEndpoints", "ListFindings", "ListIntegratedResources", "ListIntegrations", "ListMemberships", "ListPentestJobsForPentest", "ListPentestJobTasks", "ListPentests", "ListResourcesFromIntegration", "ListSecurityRequirements", "ListTagsForResource", "ListTargetDomains", "PutDesignReviewFeedback", "StartCodeRemediation", "StartCodeReviewJob", "StartPentestJob", "StopCodeReviewJob", "StopPentestJob", "TagResource", "ToggleManagedSecurityRequirement", "UntagResource", "UpdateAgentSpace", "UpdateApplication", "UpdateCodeReview", "UpdateFinding", "UpdateIntegratedResources", "UpdatePentest", "UpdateSecurityRequirement", "UpdateTargetDomain", "VerifyTargetDomain"];
|
|
1
|
+
export declare const securityagentActions: readonly ["AddArtifact", "BatchDeleteCodeReviews", "BatchDeletePentests", "BatchDeleteThreatModels", "BatchDeleteThreats", "BatchGetAgentSpaces", "BatchGetArtifactMetadata", "BatchGetCodeReviewJobs", "BatchGetCodeReviewJobTasks", "BatchGetCodeReviews", "BatchGetFindings", "BatchGetPentestJobContentMetadata", "BatchGetPentestJobs", "BatchGetPentestJobTasks", "BatchGetPentests", "BatchGetTargetDomains", "BatchGetThreatModelJobs", "BatchGetThreatModelJobTasks", "BatchGetThreatModels", "BatchGetThreats", "CreateAgentSpace", "CreateApplication", "CreateCodeReview", "CreateDesignReview", "CreateIntegration", "CreateMembership", "CreateOneTimeLoginSession", "CreatePentest", "CreateSecurityRequirement", "CreateTargetDomain", "CreateThreat", "CreateThreatModel", "DeleteAgentSpace", "DeleteApplication", "DeleteArtifact", "DeleteDesignReview", "DeleteIntegration", "DeleteMembership", "DeleteSecurityRequirement", "DeleteTargetDomain", "GetApplication", "GetArtifact", "GetDesignReview", "GetDesignReviewArtifact", "GetDesignReviewFeedback", "GetIntegration", "GetSecurityRequirement", "InitiateProviderRegistration", "ListAgentSpaces", "ListApplications", "ListArtifacts", "ListCodeReviewJobsForCodeReview", "ListCodeReviewJobTasks", "ListCodeReviews", "ListDesignReviewComments", "ListDesignReviews", "ListDiscoveredEndpoints", "ListFindings", "ListIntegratedResources", "ListIntegrations", "ListMemberships", "ListPentestJobsForPentest", "ListPentestJobTasks", "ListPentests", "ListResourcesFromIntegration", "ListSecurityRequirements", "ListTagsForResource", "ListTargetDomains", "ListThreatModelJobs", "ListThreatModelJobTasks", "ListThreatModels", "ListThreats", "PutDesignReviewFeedback", "StartCodeRemediation", "StartCodeReviewJob", "StartPentestJob", "StartThreatModelJob", "StopCodeReviewJob", "StopPentestJob", "StopThreatModelJob", "TagResource", "ToggleManagedSecurityRequirement", "UntagResource", "UpdateAgentSpace", "UpdateApplication", "UpdateCodeReview", "UpdateFinding", "UpdateIntegratedResources", "UpdatePentest", "UpdateSecurityRequirement", "UpdateTargetDomain", "UpdateThreat", "UpdateThreatModel", "VerifyTargetDomain"];
|
|
2
2
|
export type SecurityagentAction = (typeof securityagentActions)[number];
|
|
3
3
|
export declare function securityagent(action: SecurityagentAction | "*"): `securityagent:${SecurityagentAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=securityagent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityagent.d.ts","sourceRoot":"","sources":["../../src/catalog/securityagent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"securityagent.d.ts","sourceRoot":"","sources":["../../src/catalog/securityagent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,qmEA+FvB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,wBAAgB,aAAa,CAAC,MAAM,EAAE,mBAAmB,GAAG,GAAG,GAAG,iBAAiB,mBAAmB,GAAG,GAAG,EAAE,CAE7G"}
|
|
@@ -2,6 +2,8 @@ export const securityagentActions = [
|
|
|
2
2
|
"AddArtifact",
|
|
3
3
|
"BatchDeleteCodeReviews",
|
|
4
4
|
"BatchDeletePentests",
|
|
5
|
+
"BatchDeleteThreatModels",
|
|
6
|
+
"BatchDeleteThreats",
|
|
5
7
|
"BatchGetAgentSpaces",
|
|
6
8
|
"BatchGetArtifactMetadata",
|
|
7
9
|
"BatchGetCodeReviewJobs",
|
|
@@ -13,6 +15,10 @@ export const securityagentActions = [
|
|
|
13
15
|
"BatchGetPentestJobTasks",
|
|
14
16
|
"BatchGetPentests",
|
|
15
17
|
"BatchGetTargetDomains",
|
|
18
|
+
"BatchGetThreatModelJobs",
|
|
19
|
+
"BatchGetThreatModelJobTasks",
|
|
20
|
+
"BatchGetThreatModels",
|
|
21
|
+
"BatchGetThreats",
|
|
16
22
|
"CreateAgentSpace",
|
|
17
23
|
"CreateApplication",
|
|
18
24
|
"CreateCodeReview",
|
|
@@ -23,6 +29,8 @@ export const securityagentActions = [
|
|
|
23
29
|
"CreatePentest",
|
|
24
30
|
"CreateSecurityRequirement",
|
|
25
31
|
"CreateTargetDomain",
|
|
32
|
+
"CreateThreat",
|
|
33
|
+
"CreateThreatModel",
|
|
26
34
|
"DeleteAgentSpace",
|
|
27
35
|
"DeleteApplication",
|
|
28
36
|
"DeleteArtifact",
|
|
@@ -59,12 +67,18 @@ export const securityagentActions = [
|
|
|
59
67
|
"ListSecurityRequirements",
|
|
60
68
|
"ListTagsForResource",
|
|
61
69
|
"ListTargetDomains",
|
|
70
|
+
"ListThreatModelJobs",
|
|
71
|
+
"ListThreatModelJobTasks",
|
|
72
|
+
"ListThreatModels",
|
|
73
|
+
"ListThreats",
|
|
62
74
|
"PutDesignReviewFeedback",
|
|
63
75
|
"StartCodeRemediation",
|
|
64
76
|
"StartCodeReviewJob",
|
|
65
77
|
"StartPentestJob",
|
|
78
|
+
"StartThreatModelJob",
|
|
66
79
|
"StopCodeReviewJob",
|
|
67
80
|
"StopPentestJob",
|
|
81
|
+
"StopThreatModelJob",
|
|
68
82
|
"TagResource",
|
|
69
83
|
"ToggleManagedSecurityRequirement",
|
|
70
84
|
"UntagResource",
|
|
@@ -76,6 +90,8 @@ export const securityagentActions = [
|
|
|
76
90
|
"UpdatePentest",
|
|
77
91
|
"UpdateSecurityRequirement",
|
|
78
92
|
"UpdateTargetDomain",
|
|
93
|
+
"UpdateThreat",
|
|
94
|
+
"UpdateThreatModel",
|
|
79
95
|
"VerifyTargetDomain",
|
|
80
96
|
];
|
|
81
97
|
export function securityagent(action) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const transformActions: readonly ["AssociateConnectorResource", "CreateProfile", "DeleteAgentRuntimeConfiguration", "DeleteConnector", "DeleteProfile", "GetAccountSettings", "GetAgent", "GetAgentRuntimeConfiguration", "GetConnector", "GetWebAppUrl", "ListAgents", "ListConnectors", "ListProfiles", "ListTagsForResource", "PutAgentRuntimeConfiguration", "RejectConnector", "TagResource", "UntagResource", "UpdateAccountSettings", "UpdateAgentAccess", "UpdateProfile"];
|
|
1
|
+
export declare const transformActions: readonly ["AccessTransformProfile", "AssociateConnectorResource", "CreateProfile", "DeleteAgentRuntimeConfiguration", "DeleteConnector", "DeleteProfile", "GetAccountSettings", "GetAgent", "GetAgentRuntimeConfiguration", "GetConnector", "GetWebAppUrl", "ListAgents", "ListConnectors", "ListProfiles", "ListTagsForResource", "PutAgentRuntimeConfiguration", "RejectConnector", "TagResource", "UntagResource", "UpdateAccountSettings", "UpdateAgentAccess", "UpdateProfile"];
|
|
2
2
|
export type TransformAction = (typeof transformActions)[number];
|
|
3
3
|
export declare function transform(action: TransformAction | "*"): `transform:${TransformAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=transform.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../src/catalog/transform.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../src/catalog/transform.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,sdAuBnB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhE,wBAAgB,SAAS,CAAC,MAAM,EAAE,eAAe,GAAG,GAAG,GAAG,aAAa,eAAe,GAAG,GAAG,EAAE,CAE7F"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beesolve/iam-policy-ts",
|
|
3
|
-
"version": "26.6.
|
|
3
|
+
"version": "26.6.4",
|
|
4
4
|
"description": "Type-safe IAM policy helpers with auto-generated action catalog from AWS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -684,6 +684,10 @@
|
|
|
684
684
|
"import": "./dist/catalog/execute-api.js",
|
|
685
685
|
"types": "./dist/catalog/execute-api.d.ts"
|
|
686
686
|
},
|
|
687
|
+
"./finops-agent": {
|
|
688
|
+
"import": "./dist/catalog/finops-agent.js",
|
|
689
|
+
"types": "./dist/catalog/finops-agent.d.ts"
|
|
690
|
+
},
|
|
687
691
|
"./finspace": {
|
|
688
692
|
"import": "./dist/catalog/finspace.js",
|
|
689
693
|
"types": "./dist/catalog/finspace.d.ts"
|