@beesolve/iam-policy-ts 26.7.7 → 26.7.14
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 +12 -12
- package/dist/catalog/_meta.d.ts.map +1 -1
- package/dist/catalog/_meta.js +52 -9
- package/dist/catalog/datazone.d.ts +1 -1
- package/dist/catalog/datazone.d.ts.map +1 -1
- package/dist/catalog/datazone.js +7 -0
- package/dist/catalog/glue.d.ts +1 -1
- package/dist/catalog/glue.d.ts.map +1 -1
- package/dist/catalog/glue.js +1 -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 +3 -0
- package/dist/catalog/opensearch.d.ts +1 -1
- package/dist/catalog/opensearch.d.ts.map +1 -1
- package/dist/catalog/opensearch.js +1 -0
- package/dist/catalog/partnercentral.d.ts +1 -1
- package/dist/catalog/partnercentral.d.ts.map +1 -1
- package/dist/catalog/partnercentral.js +5 -0
- package/dist/catalog/quicksight.d.ts +1 -1
- package/dist/catalog/quicksight.d.ts.map +1 -1
- package/dist/catalog/quicksight.js +2 -0
- package/dist/catalog/sagemaker-unified-studio-mcp.d.ts +1 -1
- package/dist/catalog/sagemaker-unified-studio-mcp.d.ts.map +1 -1
- package/dist/catalog/sagemaker-unified-studio-mcp.js +1 -3
- package/dist/catalog/signin.d.ts +1 -1
- package/dist/catalog/signin.d.ts.map +1 -1
- package/dist/catalog/signin.js +3 -0
- package/dist/catalog/wellarchitected.d.ts +1 -1
- package/dist/catalog/wellarchitected.d.ts.map +1 -1
- package/dist/catalog/wellarchitected.js +23 -0
- package/package.json +1 -1
package/dist/catalog/_meta.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by "npm run generate".
|
|
3
3
|
* Source: https://awspolicygen.s3.amazonaws.com/js/policies.js
|
|
4
|
-
* Source SHA256:
|
|
4
|
+
* Source SHA256: c2856fc7155adfe768e062fe589557eb479eeddca4bd1325886369a8436b6b6f
|
|
5
5
|
*
|
|
6
6
|
* Do not edit by hand.
|
|
7
7
|
*/
|
|
@@ -5548,6 +5548,7 @@ export const iamActionCatalog = {
|
|
|
5548
5548
|
"CreateDataProduct",
|
|
5549
5549
|
"CreateDataProductRevision",
|
|
5550
5550
|
"CreateDataSource",
|
|
5551
|
+
"CreateDesignation",
|
|
5551
5552
|
"CreateDomain",
|
|
5552
5553
|
"CreateDomainUnit",
|
|
5553
5554
|
"CreateEnvironment",
|
|
@@ -5578,6 +5579,7 @@ export const iamActionCatalog = {
|
|
|
5578
5579
|
"DeleteDataExportConfiguration",
|
|
5579
5580
|
"DeleteDataProduct",
|
|
5580
5581
|
"DeleteDataSource",
|
|
5582
|
+
"DeleteDesignation",
|
|
5581
5583
|
"DeleteDomain",
|
|
5582
5584
|
"DeleteDomainSharingPolicy",
|
|
5583
5585
|
"DeleteDomainUnit",
|
|
@@ -5613,10 +5615,12 @@ export const iamActionCatalog = {
|
|
|
5613
5615
|
"GetCompute",
|
|
5614
5616
|
"GetConnection",
|
|
5615
5617
|
"GetConversation",
|
|
5618
|
+
"GetCurrentEffectivePolicy",
|
|
5616
5619
|
"GetDataExportConfiguration",
|
|
5617
5620
|
"GetDataProduct",
|
|
5618
5621
|
"GetDataSource",
|
|
5619
5622
|
"GetDataSourceRun",
|
|
5623
|
+
"GetDesignation",
|
|
5620
5624
|
"GetDomain",
|
|
5621
5625
|
"GetDomainExecutionRoleCredentials",
|
|
5622
5626
|
"GetDomainSharingPolicy",
|
|
@@ -5664,6 +5668,7 @@ export const iamActionCatalog = {
|
|
|
5664
5668
|
"ListDataSourceRunActivities",
|
|
5665
5669
|
"ListDataSourceRuns",
|
|
5666
5670
|
"ListDataSources",
|
|
5671
|
+
"ListDesignations",
|
|
5667
5672
|
"ListDomains",
|
|
5668
5673
|
"ListDomainUnitsForParent",
|
|
5669
5674
|
"ListEntityOwners",
|
|
@@ -5737,6 +5742,7 @@ export const iamActionCatalog = {
|
|
|
5737
5742
|
"UpdateConnection",
|
|
5738
5743
|
"UpdateDataSource",
|
|
5739
5744
|
"UpdateDataSourceRunActivities",
|
|
5745
|
+
"UpdateDesignation",
|
|
5740
5746
|
"UpdateDomain",
|
|
5741
5747
|
"UpdateDomainUnit",
|
|
5742
5748
|
"UpdateEnvironment",
|
|
@@ -5756,7 +5762,8 @@ export const iamActionCatalog = {
|
|
|
5756
5762
|
"UpdateSubscriptionRequest",
|
|
5757
5763
|
"UpdateSubscriptionTarget",
|
|
5758
5764
|
"UpdateUserProfile",
|
|
5759
|
-
"ValidatePassRole"
|
|
5765
|
+
"ValidatePassRole",
|
|
5766
|
+
"ValidatePolicy"
|
|
5760
5767
|
],
|
|
5761
5768
|
"dax": [
|
|
5762
5769
|
"BatchGetItem",
|
|
@@ -9250,6 +9257,7 @@ export const iamActionCatalog = {
|
|
|
9250
9257
|
"WithdrawByoipCidr"
|
|
9251
9258
|
],
|
|
9252
9259
|
"glue": [
|
|
9260
|
+
"AccessDataQualityRuntimeConfiguration",
|
|
9253
9261
|
"AuthorizeInboundIntegration",
|
|
9254
9262
|
"BatchCreatePartition",
|
|
9255
9263
|
"BatchDeleteConnection",
|
|
@@ -9875,6 +9883,7 @@ export const iamActionCatalog = {
|
|
|
9875
9883
|
"ListIntegrations",
|
|
9876
9884
|
"ListPatientAppointments",
|
|
9877
9885
|
"ListPatientInsuranceCoverages",
|
|
9886
|
+
"ListPatientMedications",
|
|
9878
9887
|
"ListProviders",
|
|
9879
9888
|
"ListSessionRecords",
|
|
9880
9889
|
"ListSubscriptions",
|
|
@@ -9882,9 +9891,11 @@ export const iamActionCatalog = {
|
|
|
9882
9891
|
"MatchPatient",
|
|
9883
9892
|
"PublishAgent",
|
|
9884
9893
|
"RescheduleAppointment",
|
|
9894
|
+
"ResetPassword",
|
|
9885
9895
|
"ScheduleAppointment",
|
|
9886
9896
|
"StartMedicalScribeListeningSession",
|
|
9887
9897
|
"StartPatientInsightsJob",
|
|
9898
|
+
"SubmitMedicationRenewal",
|
|
9888
9899
|
"TagResource",
|
|
9889
9900
|
"UntagResource",
|
|
9890
9901
|
"UpdateAgent",
|
|
@@ -14520,7 +14531,8 @@ export const iamActionCatalog = {
|
|
|
14520
14531
|
"GetDirectQueryResult",
|
|
14521
14532
|
"ListAutoOptimizeJobs",
|
|
14522
14533
|
"StartDirectQuery",
|
|
14523
|
-
"SubmitAutoOptimizeJob"
|
|
14534
|
+
"SubmitAutoOptimizeJob",
|
|
14535
|
+
"ViewLoginPage"
|
|
14524
14536
|
],
|
|
14525
14537
|
"opsworks": [
|
|
14526
14538
|
"AssignInstance",
|
|
@@ -14854,6 +14866,9 @@ export const iamActionCatalog = {
|
|
|
14854
14866
|
"GetProfileVisibility",
|
|
14855
14867
|
"GetProgramManagementAccount",
|
|
14856
14868
|
"GetProspectingFromEngagementTask",
|
|
14869
|
+
"GetQualificationsAssociationDetails",
|
|
14870
|
+
"GetQualificationsAssociationTask",
|
|
14871
|
+
"GetQualificationsDisassociationTask",
|
|
14857
14872
|
"GetRelationship",
|
|
14858
14873
|
"GetResourceSnapshot",
|
|
14859
14874
|
"GetResourceSnapshotJob",
|
|
@@ -14906,6 +14921,8 @@ export const iamActionCatalog = {
|
|
|
14906
14921
|
"StartOpportunityFromEngagementTask",
|
|
14907
14922
|
"StartProfileUpdateTask",
|
|
14908
14923
|
"StartProspectingFromEngagementTask",
|
|
14924
|
+
"StartQualificationsAssociationTask",
|
|
14925
|
+
"StartQualificationsDisassociationTask",
|
|
14909
14926
|
"StartResourceSnapshotJob",
|
|
14910
14927
|
"StartRevenueAttributionAllocationsTask",
|
|
14911
14928
|
"StartVerification",
|
|
@@ -15749,6 +15766,7 @@ export const iamActionCatalog = {
|
|
|
15749
15766
|
"CreateGroupMembership",
|
|
15750
15767
|
"CreateIAMPolicyAssignment",
|
|
15751
15768
|
"CreateIngestion",
|
|
15769
|
+
"CreateKnowledgeBase",
|
|
15752
15770
|
"CreateLimitsProfile",
|
|
15753
15771
|
"CreateNamespace",
|
|
15754
15772
|
"CreateOAuthClientApplication",
|
|
@@ -16008,6 +16026,7 @@ export const iamActionCatalog = {
|
|
|
16008
16026
|
"UpdateIdentityPropagationConfig",
|
|
16009
16027
|
"UpdateIpRestriction",
|
|
16010
16028
|
"UpdateKeyRegistration",
|
|
16029
|
+
"UpdateKnowledgeBase",
|
|
16011
16030
|
"UpdateKnowledgeBasePermissions",
|
|
16012
16031
|
"UpdateLimitsProfile",
|
|
16013
16032
|
"UpdateOAuthClientApplication",
|
|
@@ -18241,9 +18260,7 @@ export const iamActionCatalog = {
|
|
|
18241
18260
|
"UpdateRun"
|
|
18242
18261
|
],
|
|
18243
18262
|
"sagemaker-unified-studio-mcp": [
|
|
18244
|
-
"
|
|
18245
|
-
"CallReadOnlyTool",
|
|
18246
|
-
"InvokeMcp"
|
|
18263
|
+
"AuthorizeVpce"
|
|
18247
18264
|
],
|
|
18248
18265
|
"savingsplans": [
|
|
18249
18266
|
"CreateSavingsPlan",
|
|
@@ -19024,16 +19041,19 @@ export const iamActionCatalog = {
|
|
|
19024
19041
|
"Authenticate",
|
|
19025
19042
|
"AuthorizeOAuth2Access",
|
|
19026
19043
|
"CreateAccount",
|
|
19044
|
+
"CreateOAuth2PublicClient",
|
|
19027
19045
|
"CreateOAuth2Token",
|
|
19028
19046
|
"CreateTrustedIdentityPropagationApplicationForConsole",
|
|
19029
19047
|
"DeleteConsoleAuthorizationConfiguration",
|
|
19030
19048
|
"DeleteResourcePermissionStatement",
|
|
19031
19049
|
"GetConsoleAuthorizationConfiguration",
|
|
19032
19050
|
"GetResourcePolicy",
|
|
19051
|
+
"IntrospectOAuth2Token",
|
|
19033
19052
|
"ListResourcePermissionStatements",
|
|
19034
19053
|
"ListTrustedIdentityPropagationApplicationsForConsole",
|
|
19035
19054
|
"PutConsoleAuthorizationConfiguration",
|
|
19036
|
-
"PutResourcePermissionStatement"
|
|
19055
|
+
"PutResourcePermissionStatement",
|
|
19056
|
+
"RevokeOAuth2Token"
|
|
19037
19057
|
],
|
|
19038
19058
|
"simspaceweaver": [
|
|
19039
19059
|
"CreateSnapshot",
|
|
@@ -21130,6 +21150,9 @@ export const iamActionCatalog = {
|
|
|
21130
21150
|
"AssociateLenses",
|
|
21131
21151
|
"AssociateProfiles",
|
|
21132
21152
|
"ConfigureIntegration",
|
|
21153
|
+
"CreateAgentContext",
|
|
21154
|
+
"CreateAgentGoal",
|
|
21155
|
+
"CreateAgentProfile",
|
|
21133
21156
|
"CreateLensShare",
|
|
21134
21157
|
"CreateLensVersion",
|
|
21135
21158
|
"CreateMilestone",
|
|
@@ -21139,6 +21162,9 @@ export const iamActionCatalog = {
|
|
|
21139
21162
|
"CreateTemplateShare",
|
|
21140
21163
|
"CreateWorkload",
|
|
21141
21164
|
"CreateWorkloadShare",
|
|
21165
|
+
"DeleteAgentContext",
|
|
21166
|
+
"DeleteAgentGoal",
|
|
21167
|
+
"DeleteAgentProfile",
|
|
21142
21168
|
"DeleteLens",
|
|
21143
21169
|
"DeleteLensShare",
|
|
21144
21170
|
"DeleteProfile",
|
|
@@ -21150,6 +21176,11 @@ export const iamActionCatalog = {
|
|
|
21150
21176
|
"DisassociateLenses",
|
|
21151
21177
|
"DisassociateProfiles",
|
|
21152
21178
|
"ExportLens",
|
|
21179
|
+
"GetAgentContext",
|
|
21180
|
+
"GetAgentGoal",
|
|
21181
|
+
"GetAgentProfile",
|
|
21182
|
+
"GetAgentRecommendation",
|
|
21183
|
+
"GetAgentRecommendationGeneration",
|
|
21153
21184
|
"GetAnswer",
|
|
21154
21185
|
"GetConsolidatedReport",
|
|
21155
21186
|
"GetGlobalSettings",
|
|
@@ -21165,6 +21196,12 @@ export const iamActionCatalog = {
|
|
|
21165
21196
|
"GetReviewTemplateLensReview",
|
|
21166
21197
|
"GetWorkload",
|
|
21167
21198
|
"ImportLens",
|
|
21199
|
+
"ListAgentContexts",
|
|
21200
|
+
"ListAgentGoals",
|
|
21201
|
+
"ListAgentProfiles",
|
|
21202
|
+
"ListAgentRecommendationGenerations",
|
|
21203
|
+
"ListAgentRecommendationItems",
|
|
21204
|
+
"ListAgentRecommendations",
|
|
21168
21205
|
"ListAnswers",
|
|
21169
21206
|
"ListCheckDetails",
|
|
21170
21207
|
"ListCheckSummaries",
|
|
@@ -21184,8 +21221,14 @@ export const iamActionCatalog = {
|
|
|
21184
21221
|
"ListTemplateShares",
|
|
21185
21222
|
"ListWorkloads",
|
|
21186
21223
|
"ListWorkloadShares",
|
|
21224
|
+
"PutAgentRecommendationFeedback",
|
|
21225
|
+
"StartAgentRecommendationGeneration",
|
|
21187
21226
|
"TagResource",
|
|
21188
21227
|
"UntagResource",
|
|
21228
|
+
"UpdateAgentContext",
|
|
21229
|
+
"UpdateAgentGoal",
|
|
21230
|
+
"UpdateAgentProfile",
|
|
21231
|
+
"UpdateAgentRecommendationStatus",
|
|
21189
21232
|
"UpdateAnswer",
|
|
21190
21233
|
"UpdateGlobalSettings",
|
|
21191
21234
|
"UpdateIntegration",
|
|
@@ -21821,6 +21864,6 @@ export const iamActionCatalog = {
|
|
|
21821
21864
|
]
|
|
21822
21865
|
};
|
|
21823
21866
|
export const iamActionCatalogSourceUrl = "https://awspolicygen.s3.amazonaws.com/js/policies.js";
|
|
21824
|
-
export const iamActionCatalogSourceSha256 = "
|
|
21825
|
-
export const iamActionCatalogActionCount =
|
|
21867
|
+
export const iamActionCatalogSourceSha256 = "c2856fc7155adfe768e062fe589557eb479eeddca4bd1325886369a8436b6b6f";
|
|
21868
|
+
export const iamActionCatalogActionCount = 21572;
|
|
21826
21869
|
//# sourceMappingURL=_meta.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const datazoneActions: readonly ["AcceptPredictions", "AcceptSubscriptionRequest", "AddEntityOwner", "AddPolicyGrant", "AssociateEnvironmentRole", "AssociateGovernedTerms", "BatchDeleteLinkedTypes", "BatchGetAttributesMetadata", "BatchGetCell", "BatchGetCellRun", "BatchPutAttributesMetadata", "BatchPutLinkedTypes", "CancelMessage", "CancelMetadataGenerationRun", "CancelSubscription", "CreateAccountPool", "CreateAsset", "CreateAssetFilter", "CreateAssetRevision", "CreateAssetType", "CreateCell", "CreateCellRun", "CreateConnection", "CreateDataProduct", "CreateDataProductRevision", "CreateDataSource", "CreateDomain", "CreateDomainUnit", "CreateEnvironment", "CreateEnvironmentAction", "CreateEnvironmentBlueprint", "CreateEnvironmentProfile", "CreateFormType", "CreateGlossary", "CreateGlossaryTerm", "CreateGroupProfile", "CreateListingChangeSet", "CreateNotebook", "CreateProject", "CreateProjectMembership", "CreateProjectProfile", "CreateRule", "CreateSubscriptionGrant", "CreateSubscriptionRequest", "CreateSubscriptionTarget", "CreateUserProfile", "DeleteAccountPool", "DeleteAsset", "DeleteAssetFilter", "DeleteAssetType", "DeleteCell", "DeleteCellRun", "DeleteConnection", "DeleteDataExportConfiguration", "DeleteDataProduct", "DeleteDataSource", "DeleteDomain", "DeleteDomainSharingPolicy", "DeleteDomainUnit", "DeleteEnvironment", "DeleteEnvironmentAction", "DeleteEnvironmentBlueprint", "DeleteEnvironmentBlueprintConfiguration", "DeleteEnvironmentProfile", "DeleteFormType", "DeleteGlossary", "DeleteGlossaryTerm", "DeleteLineageEvent", "DeleteListing", "DeleteNotebook", "DeleteProject", "DeleteProjectMembership", "DeleteProjectProfile", "DeleteRule", "DeleteSubscriptionGrant", "DeleteSubscriptionRequest", "DeleteSubscriptionTarget", "DeleteTimeSeriesDataPoints", "DisassociateEnvironmentRole", "DisassociateGovernedTerms", "GenerateCode", "GetAccountPool", "GetAsset", "GetAssetFilter", "GetAssetType", "GetCell", "GetCellRun", "GetCellRunResult", "GetCompute", "GetConnection", "GetConversation", "GetDataExportConfiguration", "GetDataProduct", "GetDataSource", "GetDataSourceRun", "GetDomain", "GetDomainExecutionRoleCredentials", "GetDomainSharingPolicy", "GetDomainUnit", "GetEnvironment", "GetEnvironmentAction", "GetEnvironmentActionLink", "GetEnvironmentBlueprint", "GetEnvironmentBlueprintConfiguration", "GetEnvironmentCredentials", "GetEnvironmentProfile", "GetFormType", "GetGlossary", "GetGlossaryTerm", "GetGroupProfile", "GetIamPortalLoginUrl", "GetJobRun", "GetLineageEvent", "GetLineageNode", "GetListing", "GetMetadataGenerationRun", "GetNotebook", "GetNotebookCompute", "GetNotebookExport", "GetProject", "GetProjectProfile", "GetRule", "GetSubscription", "GetSubscriptionEligibility", "GetSubscriptionGrant", "GetSubscriptionRequestDetails", "GetSubscriptionTarget", "GetTimeSeriesDataPoint", "GetUpdateEligibility", "GetUserProfile", "ListAccountEnvironments", "ListAccountPools", "ListAccountsInAccountPool", "ListAssetFilters", "ListAssetRevisions", "ListCellRuns", "ListConnections", "ListConversations", "ListDataProductRevisions", "ListDataSourceRunActivities", "ListDataSourceRuns", "ListDataSources", "ListDomains", "ListDomainUnitsForParent", "ListEntityOwners", "ListEnvironmentActions", "ListEnvironmentBlueprintConfigurations", "ListEnvironmentBlueprintConfigurationSummaries", "ListEnvironmentBlueprints", "ListEnvironmentProfiles", "ListEnvironments", "ListGroupsForUser", "ListJobRuns", "ListLineageEvents", "ListLineageNodeHistory", "ListLinkedTypes", "ListMetadataGenerationRuns", "ListNotebooks", "ListNotifications", "ListPolicyGrants", "ListProjectMemberships", "ListProjectProfiles", "ListProjects", "ListRules", "ListSubscriptionGrants", "ListSubscriptionRequests", "ListSubscriptions", "ListSubscriptionTargets", "ListTagsForResource", "ListTimeSeriesDataPoints", "ListWarehouseMetadata", "PostLineageEvent", "PostTimeSeriesDataPoints", "ProvisionDomain", "PutCellRunResult", "PutDataExportConfiguration", "PutDomainSharingPolicy", "PutEnvironmentBlueprintConfiguration", "QueryGraph", "RefreshToken", "RejectPredictions", "RejectSubscriptionRequest", "RemoveEntityOwner", "RemovePolicyGrant", "RevokeSubscription", "Search", "SearchGroupProfiles", "SearchListings", "SearchRules", "SearchTypes", "SearchUserProfiles", "SendMessage", "SsoLogin", "SsoLogout", "StartAccountBootstrapAction", "StartCompute", "StartConversation", "StartDataSourceRun", "StartMetadataGenerationRun", "StartNotebookCompute", "StartNotebookExport", "StartNotebookImport", "StartNotebookSync", "StopCompute", "StopMetadataGenerationRun", "StopNotebookCompute", "TagResource", "UntagResource", "UpdateAccountPool", "UpdateAssetFilter", "UpdateCell", "UpdateCellRun", "UpdateConnection", "UpdateDataSource", "UpdateDataSourceRunActivities", "UpdateDomain", "UpdateDomainUnit", "UpdateEnvironment", "UpdateEnvironmentAction", "UpdateEnvironmentBlueprint", "UpdateEnvironmentConfiguration", "UpdateEnvironmentDeploymentStatus", "UpdateEnvironmentProfile", "UpdateGlossary", "UpdateGlossaryTerm", "UpdateGroupProfile", "UpdateNotebook", "UpdateProject", "UpdateProjectProfile", "UpdateRule", "UpdateSubscriptionGrantStatus", "UpdateSubscriptionRequest", "UpdateSubscriptionTarget", "UpdateUserProfile", "ValidatePassRole"];
|
|
1
|
+
export declare const datazoneActions: readonly ["AcceptPredictions", "AcceptSubscriptionRequest", "AddEntityOwner", "AddPolicyGrant", "AssociateEnvironmentRole", "AssociateGovernedTerms", "BatchDeleteLinkedTypes", "BatchGetAttributesMetadata", "BatchGetCell", "BatchGetCellRun", "BatchPutAttributesMetadata", "BatchPutLinkedTypes", "CancelMessage", "CancelMetadataGenerationRun", "CancelSubscription", "CreateAccountPool", "CreateAsset", "CreateAssetFilter", "CreateAssetRevision", "CreateAssetType", "CreateCell", "CreateCellRun", "CreateConnection", "CreateDataProduct", "CreateDataProductRevision", "CreateDataSource", "CreateDesignation", "CreateDomain", "CreateDomainUnit", "CreateEnvironment", "CreateEnvironmentAction", "CreateEnvironmentBlueprint", "CreateEnvironmentProfile", "CreateFormType", "CreateGlossary", "CreateGlossaryTerm", "CreateGroupProfile", "CreateListingChangeSet", "CreateNotebook", "CreateProject", "CreateProjectMembership", "CreateProjectProfile", "CreateRule", "CreateSubscriptionGrant", "CreateSubscriptionRequest", "CreateSubscriptionTarget", "CreateUserProfile", "DeleteAccountPool", "DeleteAsset", "DeleteAssetFilter", "DeleteAssetType", "DeleteCell", "DeleteCellRun", "DeleteConnection", "DeleteDataExportConfiguration", "DeleteDataProduct", "DeleteDataSource", "DeleteDesignation", "DeleteDomain", "DeleteDomainSharingPolicy", "DeleteDomainUnit", "DeleteEnvironment", "DeleteEnvironmentAction", "DeleteEnvironmentBlueprint", "DeleteEnvironmentBlueprintConfiguration", "DeleteEnvironmentProfile", "DeleteFormType", "DeleteGlossary", "DeleteGlossaryTerm", "DeleteLineageEvent", "DeleteListing", "DeleteNotebook", "DeleteProject", "DeleteProjectMembership", "DeleteProjectProfile", "DeleteRule", "DeleteSubscriptionGrant", "DeleteSubscriptionRequest", "DeleteSubscriptionTarget", "DeleteTimeSeriesDataPoints", "DisassociateEnvironmentRole", "DisassociateGovernedTerms", "GenerateCode", "GetAccountPool", "GetAsset", "GetAssetFilter", "GetAssetType", "GetCell", "GetCellRun", "GetCellRunResult", "GetCompute", "GetConnection", "GetConversation", "GetCurrentEffectivePolicy", "GetDataExportConfiguration", "GetDataProduct", "GetDataSource", "GetDataSourceRun", "GetDesignation", "GetDomain", "GetDomainExecutionRoleCredentials", "GetDomainSharingPolicy", "GetDomainUnit", "GetEnvironment", "GetEnvironmentAction", "GetEnvironmentActionLink", "GetEnvironmentBlueprint", "GetEnvironmentBlueprintConfiguration", "GetEnvironmentCredentials", "GetEnvironmentProfile", "GetFormType", "GetGlossary", "GetGlossaryTerm", "GetGroupProfile", "GetIamPortalLoginUrl", "GetJobRun", "GetLineageEvent", "GetLineageNode", "GetListing", "GetMetadataGenerationRun", "GetNotebook", "GetNotebookCompute", "GetNotebookExport", "GetProject", "GetProjectProfile", "GetRule", "GetSubscription", "GetSubscriptionEligibility", "GetSubscriptionGrant", "GetSubscriptionRequestDetails", "GetSubscriptionTarget", "GetTimeSeriesDataPoint", "GetUpdateEligibility", "GetUserProfile", "ListAccountEnvironments", "ListAccountPools", "ListAccountsInAccountPool", "ListAssetFilters", "ListAssetRevisions", "ListCellRuns", "ListConnections", "ListConversations", "ListDataProductRevisions", "ListDataSourceRunActivities", "ListDataSourceRuns", "ListDataSources", "ListDesignations", "ListDomains", "ListDomainUnitsForParent", "ListEntityOwners", "ListEnvironmentActions", "ListEnvironmentBlueprintConfigurations", "ListEnvironmentBlueprintConfigurationSummaries", "ListEnvironmentBlueprints", "ListEnvironmentProfiles", "ListEnvironments", "ListGroupsForUser", "ListJobRuns", "ListLineageEvents", "ListLineageNodeHistory", "ListLinkedTypes", "ListMetadataGenerationRuns", "ListNotebooks", "ListNotifications", "ListPolicyGrants", "ListProjectMemberships", "ListProjectProfiles", "ListProjects", "ListRules", "ListSubscriptionGrants", "ListSubscriptionRequests", "ListSubscriptions", "ListSubscriptionTargets", "ListTagsForResource", "ListTimeSeriesDataPoints", "ListWarehouseMetadata", "PostLineageEvent", "PostTimeSeriesDataPoints", "ProvisionDomain", "PutCellRunResult", "PutDataExportConfiguration", "PutDomainSharingPolicy", "PutEnvironmentBlueprintConfiguration", "QueryGraph", "RefreshToken", "RejectPredictions", "RejectSubscriptionRequest", "RemoveEntityOwner", "RemovePolicyGrant", "RevokeSubscription", "Search", "SearchGroupProfiles", "SearchListings", "SearchRules", "SearchTypes", "SearchUserProfiles", "SendMessage", "SsoLogin", "SsoLogout", "StartAccountBootstrapAction", "StartCompute", "StartConversation", "StartDataSourceRun", "StartMetadataGenerationRun", "StartNotebookCompute", "StartNotebookExport", "StartNotebookImport", "StartNotebookSync", "StopCompute", "StopMetadataGenerationRun", "StopNotebookCompute", "TagResource", "UntagResource", "UpdateAccountPool", "UpdateAssetFilter", "UpdateCell", "UpdateCellRun", "UpdateConnection", "UpdateDataSource", "UpdateDataSourceRunActivities", "UpdateDesignation", "UpdateDomain", "UpdateDomainUnit", "UpdateEnvironment", "UpdateEnvironmentAction", "UpdateEnvironmentBlueprint", "UpdateEnvironmentConfiguration", "UpdateEnvironmentDeploymentStatus", "UpdateEnvironmentProfile", "UpdateGlossary", "UpdateGlossaryTerm", "UpdateGroupProfile", "UpdateNotebook", "UpdateProject", "UpdateProjectProfile", "UpdateRule", "UpdateSubscriptionGrantStatus", "UpdateSubscriptionRequest", "UpdateSubscriptionTarget", "UpdateUserProfile", "ValidatePassRole", "ValidatePolicy"];
|
|
2
2
|
export type DatazoneAction = (typeof datazoneActions)[number];
|
|
3
3
|
export declare function datazone(action: DatazoneAction | "*"): `datazone:${DatazoneAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=datazone.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datazone.d.ts","sourceRoot":"","sources":["../../src/catalog/datazone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"datazone.d.ts","sourceRoot":"","sources":["../../src/catalog/datazone.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,ywKAmPlB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,wBAAgB,QAAQ,CAAC,MAAM,EAAE,cAAc,GAAG,GAAG,GAAG,YAAY,cAAc,GAAG,GAAG,EAAE,CAEzF"}
|
package/dist/catalog/datazone.js
CHANGED
|
@@ -25,6 +25,7 @@ export const datazoneActions = [
|
|
|
25
25
|
"CreateDataProduct",
|
|
26
26
|
"CreateDataProductRevision",
|
|
27
27
|
"CreateDataSource",
|
|
28
|
+
"CreateDesignation",
|
|
28
29
|
"CreateDomain",
|
|
29
30
|
"CreateDomainUnit",
|
|
30
31
|
"CreateEnvironment",
|
|
@@ -55,6 +56,7 @@ export const datazoneActions = [
|
|
|
55
56
|
"DeleteDataExportConfiguration",
|
|
56
57
|
"DeleteDataProduct",
|
|
57
58
|
"DeleteDataSource",
|
|
59
|
+
"DeleteDesignation",
|
|
58
60
|
"DeleteDomain",
|
|
59
61
|
"DeleteDomainSharingPolicy",
|
|
60
62
|
"DeleteDomainUnit",
|
|
@@ -90,10 +92,12 @@ export const datazoneActions = [
|
|
|
90
92
|
"GetCompute",
|
|
91
93
|
"GetConnection",
|
|
92
94
|
"GetConversation",
|
|
95
|
+
"GetCurrentEffectivePolicy",
|
|
93
96
|
"GetDataExportConfiguration",
|
|
94
97
|
"GetDataProduct",
|
|
95
98
|
"GetDataSource",
|
|
96
99
|
"GetDataSourceRun",
|
|
100
|
+
"GetDesignation",
|
|
97
101
|
"GetDomain",
|
|
98
102
|
"GetDomainExecutionRoleCredentials",
|
|
99
103
|
"GetDomainSharingPolicy",
|
|
@@ -141,6 +145,7 @@ export const datazoneActions = [
|
|
|
141
145
|
"ListDataSourceRunActivities",
|
|
142
146
|
"ListDataSourceRuns",
|
|
143
147
|
"ListDataSources",
|
|
148
|
+
"ListDesignations",
|
|
144
149
|
"ListDomains",
|
|
145
150
|
"ListDomainUnitsForParent",
|
|
146
151
|
"ListEntityOwners",
|
|
@@ -214,6 +219,7 @@ export const datazoneActions = [
|
|
|
214
219
|
"UpdateConnection",
|
|
215
220
|
"UpdateDataSource",
|
|
216
221
|
"UpdateDataSourceRunActivities",
|
|
222
|
+
"UpdateDesignation",
|
|
217
223
|
"UpdateDomain",
|
|
218
224
|
"UpdateDomainUnit",
|
|
219
225
|
"UpdateEnvironment",
|
|
@@ -234,6 +240,7 @@ export const datazoneActions = [
|
|
|
234
240
|
"UpdateSubscriptionTarget",
|
|
235
241
|
"UpdateUserProfile",
|
|
236
242
|
"ValidatePassRole",
|
|
243
|
+
"ValidatePolicy",
|
|
237
244
|
];
|
|
238
245
|
export function datazone(action) {
|
|
239
246
|
return `datazone:${action}`;
|
package/dist/catalog/glue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const glueActions: readonly ["AuthorizeInboundIntegration", "BatchCreatePartition", "BatchDeleteConnection", "BatchDeletePartition", "BatchDeleteTable", "BatchDeleteTableVersion", "BatchGetBlueprints", "BatchGetCrawlers", "BatchGetCustomEntityTypes", "BatchGetDevEndpoints", "BatchGetJobs", "BatchGetPartition", "BatchGetStageFiles", "BatchGetTableOptimizer", "BatchGetTriggers", "BatchGetWorkflows", "BatchStopJobRun", "BatchUpdatePartition", "CancelDataQualityRuleRecommendationRun", "CancelDataQualityRulesetEvaluationRun", "CancelMLTaskRun", "CancelStatement", "CheckSchemaVersionValidity", "CreateBlueprint", "CreateCatalog", "CreateClassifier", "CreateColumnStatisticsTaskSettings", "CreateConnection", "CreateCrawler", "CreateCustomEntityType", "CreateDatabase", "CreateDataQualityRuleset", "CreateDevEndpoint", "CreateGlueIdentityCenterConfiguration", "CreateInboundIntegration", "CreateIntegration", "CreateIntegrationResourceProperty", "CreateIntegrationTableProperties", "CreateJob", "CreateMLTransform", "CreatePartition", "CreatePartitionIndex", "CreateRegistry", "CreateSchema", "CreateScript", "CreateSecurityConfiguration", "CreateSession", "CreateTable", "CreateTableOptimizer", "CreateTrigger", "CreateUsageProfile", "CreateUserDefinedFunction", "CreateWorkflow", "DeleteBlueprint", "DeleteCatalog", "DeleteClassifier", "DeleteColumnStatisticsForPartition", "DeleteColumnStatisticsForTable", "DeleteColumnStatisticsTaskSettings", "DeleteConnection", "DeleteConnectionType", "DeleteCrawler", "DeleteCustomEntityType", "DeleteDatabase", "DeleteDataQualityRuleset", "DeleteDevEndpoint", "DeleteGlueIdentityCenterConfiguration", "DeleteIntegration", "DeleteIntegrationResourceProperty", "DeleteIntegrationTableProperties", "DeleteJob", "DeleteMLTransform", "DeletePartition", "DeletePartitionIndex", "DeleteRegistry", "DeleteResourcePolicy", "DeleteSchema", "DeleteSchemaVersions", "DeleteSecurityConfiguration", "DeleteSession", "DeleteTable", "DeleteTableOptimizer", "DeleteTableVersion", "DeleteTrigger", "DeleteUsageProfile", "DeleteUserDefinedFunction", "DeleteWorkflow", "DeregisterDataPreview", "DescribeConnectionType", "DescribeEntity", "DescribeInboundIntegrations", "DescribeIntegrations", "FederateAuthorization", "GetBlueprint", "GetBlueprintRun", "GetBlueprintRuns", "GetCatalog", "GetCatalogImportStatus", "GetCatalogs", "GetClassifier", "GetClassifiers", "GetColumnStatisticsForPartition", "GetColumnStatisticsForTable", "GetColumnStatisticsTaskRun", "GetColumnStatisticsTaskRuns", "GetColumnStatisticsTaskSettings", "GetCompletion", "GetConnection", "GetConnections", "GetCrawler", "GetCrawlerMetrics", "GetCrawlers", "GetCustomEntityType", "GetDashboardUrl", "GetDatabase", "GetDatabases", "GetDataCatalogEncryptionSettings", "GetDataflowGraph", "GetDataPreviewStatement", "GetDataQualityModel", "GetDataQualityModelResult", "GetDataQualityResult", "GetDataQualityRuleRecommendationRun", "GetDataQualityRuleset", "GetDataQualityRulesetEvaluationRun", "GetDevEndpoint", "GetDevEndpoints", "GetEntityRecords", "GetEnvironment", "GetExecutors", "GetExecutorsThreads", "GetGeneratedCode", "GetGlueIdentityCenterConfiguration", "GetIntegrationResourceProperty", "GetIntegrationTableProperties", "GetJob", "GetJobBookmark", "GetJobRun", "GetJobRuns", "GetJobs", "GetJobUpgradeAnalysis", "GetLogParsingStatus", "GetMapping", "GetMLTaskRun", "GetMLTaskRuns", "GetMLTransform", "GetMLTransforms", "GetNotebookInstanceStatus", "GetPartition", "GetPartitionIndexes", "GetPartitions", "GetPlan", "GetQueries", "GetQuery", "GetRecipeAction", "GetRegistry", "GetResourcePolicies", "GetResourcePolicy", "GetSchema", "GetSchemaByDefinition", "GetSchemaVersion", "GetSchemaVersionsDiff", "GetSecurityConfiguration", "GetSecurityConfigurations", "GetSession", "GetSessionEndpoint", "GetStage", "GetStageAttempt", "GetStageAttemptTaskList", "GetStageAttemptTaskSummary", "GetStageFiles", "GetStages", "GetStatement", "GetStorage", "GetStorageUnit", "GetTable", "GetTableOptimizer", "GetTables", "GetTableVersion", "GetTableVersions", "GetTags", "GetTrigger", "GetTriggers", "GetUsageProfile", "GetUserDefinedFunction", "GetUserDefinedFunctions", "GetWorkflow", "GetWorkflowRun", "GetWorkflowRunProperties", "GetWorkflowRuns", "GlueNotebookAuthorize", "GlueNotebookRefreshCredentials", "ImportCatalogToGlue", "ListBlueprints", "ListColumnStatisticsTaskRuns", "ListConnectionTypes", "ListCrawlers", "ListCrawls", "ListCustomEntityTypes", "ListDataQualityResults", "ListDataQualityRuleRecommendationRuns", "ListDataQualityRulesetEvaluationRuns", "ListDataQualityRulesets", "ListDevEndpoints", "ListEntities", "ListIntegrationResourceProperties", "ListJobs", "ListJobUpgradeAnalyses", "ListMLTransforms", "ListRegistries", "ListSchemas", "ListSchemaVersions", "ListSessions", "ListStatements", "ListTableOptimizerRuns", "ListTriggers", "ListUsageProfiles", "ListWorkflows", "ManagedConnector", "ModifyIntegration", "NotifyEvent", "PassConnection", "PublishDataQuality", "PutDataCatalogEncryptionSettings", "PutDataQualityProfileAnnotation", "PutDataQualityStatisticAnnotation", "PutResourcePolicy", "PutSchemaVersionMetadata", "PutWorkflowRunProperties", "QuerySchemaVersionMetadata", "RefreshOAuth2Tokens", "RegisterConnectionType", "RegisterSchemaVersion", "RemoveSchemaVersionMetadata", "RenameTable", "RequestLogParsing", "ResetJobBookmark", "ResumeWorkflowRun", "RunDataPreviewStatement", "RunStatement", "SearchTables", "SendFeedback", "SendRecipeAction", "StartBlueprintRun", "StartColumnStatisticsTaskRun", "StartColumnStatisticsTaskRunSchedule", "StartCompletion", "StartCrawler", "StartCrawlerSchedule", "StartDataQualityRuleRecommendationRun", "StartDataQualityRulesetEvaluationRun", "StartExportLabelsTaskRun", "StartImportLabelsTaskRun", "StartJobRun", "StartJobUpgradeAnalysis", "StartMLEvaluationTaskRun", "StartMLLabelingSetGenerationTaskRun", "StartNotebook", "StartTrigger", "StartWorkflowRun", "StopColumnStatisticsTaskRun", "StopColumnStatisticsTaskRunSchedule", "StopCrawler", "StopCrawlerSchedule", "StopJobUpgradeAnalysis", "StopSession", "StopTrigger", "StopWorkflowRun", "TagResource", "TerminateNotebook", "TestConnection", "UntagResource", "UpdateBlueprint", "UpdateCatalog", "UpdateClassifier", "UpdateColumnStatisticsForPartition", "UpdateColumnStatisticsForTable", "UpdateColumnStatisticsTaskSettings", "UpdateConnection", "UpdateCrawler", "UpdateCrawlerSchedule", "UpdateDatabase", "UpdateDataQualityRuleset", "UpdateDevEndpoint", "UpdateGlueIdentityCenterConfiguration", "UpdateIntegrationResourceProperty", "UpdateIntegrationTableProperties", "UpdateJob", "UpdateJobFromSourceControl", "UpdateMLTransform", "UpdatePartition", "UpdateRegistry", "UpdateSchema", "UpdateSourceControlFromJob", "UpdateTable", "UpdateTableOptimizer", "UpdateTrigger", "UpdateUsageProfile", "UpdateUserDefinedFunction", "UpdateWorkflow", "UpgradeJob", "UseGlueStudio", "UseMLTransforms"];
|
|
1
|
+
export declare const glueActions: readonly ["AccessDataQualityRuntimeConfiguration", "AuthorizeInboundIntegration", "BatchCreatePartition", "BatchDeleteConnection", "BatchDeletePartition", "BatchDeleteTable", "BatchDeleteTableVersion", "BatchGetBlueprints", "BatchGetCrawlers", "BatchGetCustomEntityTypes", "BatchGetDevEndpoints", "BatchGetJobs", "BatchGetPartition", "BatchGetStageFiles", "BatchGetTableOptimizer", "BatchGetTriggers", "BatchGetWorkflows", "BatchStopJobRun", "BatchUpdatePartition", "CancelDataQualityRuleRecommendationRun", "CancelDataQualityRulesetEvaluationRun", "CancelMLTaskRun", "CancelStatement", "CheckSchemaVersionValidity", "CreateBlueprint", "CreateCatalog", "CreateClassifier", "CreateColumnStatisticsTaskSettings", "CreateConnection", "CreateCrawler", "CreateCustomEntityType", "CreateDatabase", "CreateDataQualityRuleset", "CreateDevEndpoint", "CreateGlueIdentityCenterConfiguration", "CreateInboundIntegration", "CreateIntegration", "CreateIntegrationResourceProperty", "CreateIntegrationTableProperties", "CreateJob", "CreateMLTransform", "CreatePartition", "CreatePartitionIndex", "CreateRegistry", "CreateSchema", "CreateScript", "CreateSecurityConfiguration", "CreateSession", "CreateTable", "CreateTableOptimizer", "CreateTrigger", "CreateUsageProfile", "CreateUserDefinedFunction", "CreateWorkflow", "DeleteBlueprint", "DeleteCatalog", "DeleteClassifier", "DeleteColumnStatisticsForPartition", "DeleteColumnStatisticsForTable", "DeleteColumnStatisticsTaskSettings", "DeleteConnection", "DeleteConnectionType", "DeleteCrawler", "DeleteCustomEntityType", "DeleteDatabase", "DeleteDataQualityRuleset", "DeleteDevEndpoint", "DeleteGlueIdentityCenterConfiguration", "DeleteIntegration", "DeleteIntegrationResourceProperty", "DeleteIntegrationTableProperties", "DeleteJob", "DeleteMLTransform", "DeletePartition", "DeletePartitionIndex", "DeleteRegistry", "DeleteResourcePolicy", "DeleteSchema", "DeleteSchemaVersions", "DeleteSecurityConfiguration", "DeleteSession", "DeleteTable", "DeleteTableOptimizer", "DeleteTableVersion", "DeleteTrigger", "DeleteUsageProfile", "DeleteUserDefinedFunction", "DeleteWorkflow", "DeregisterDataPreview", "DescribeConnectionType", "DescribeEntity", "DescribeInboundIntegrations", "DescribeIntegrations", "FederateAuthorization", "GetBlueprint", "GetBlueprintRun", "GetBlueprintRuns", "GetCatalog", "GetCatalogImportStatus", "GetCatalogs", "GetClassifier", "GetClassifiers", "GetColumnStatisticsForPartition", "GetColumnStatisticsForTable", "GetColumnStatisticsTaskRun", "GetColumnStatisticsTaskRuns", "GetColumnStatisticsTaskSettings", "GetCompletion", "GetConnection", "GetConnections", "GetCrawler", "GetCrawlerMetrics", "GetCrawlers", "GetCustomEntityType", "GetDashboardUrl", "GetDatabase", "GetDatabases", "GetDataCatalogEncryptionSettings", "GetDataflowGraph", "GetDataPreviewStatement", "GetDataQualityModel", "GetDataQualityModelResult", "GetDataQualityResult", "GetDataQualityRuleRecommendationRun", "GetDataQualityRuleset", "GetDataQualityRulesetEvaluationRun", "GetDevEndpoint", "GetDevEndpoints", "GetEntityRecords", "GetEnvironment", "GetExecutors", "GetExecutorsThreads", "GetGeneratedCode", "GetGlueIdentityCenterConfiguration", "GetIntegrationResourceProperty", "GetIntegrationTableProperties", "GetJob", "GetJobBookmark", "GetJobRun", "GetJobRuns", "GetJobs", "GetJobUpgradeAnalysis", "GetLogParsingStatus", "GetMapping", "GetMLTaskRun", "GetMLTaskRuns", "GetMLTransform", "GetMLTransforms", "GetNotebookInstanceStatus", "GetPartition", "GetPartitionIndexes", "GetPartitions", "GetPlan", "GetQueries", "GetQuery", "GetRecipeAction", "GetRegistry", "GetResourcePolicies", "GetResourcePolicy", "GetSchema", "GetSchemaByDefinition", "GetSchemaVersion", "GetSchemaVersionsDiff", "GetSecurityConfiguration", "GetSecurityConfigurations", "GetSession", "GetSessionEndpoint", "GetStage", "GetStageAttempt", "GetStageAttemptTaskList", "GetStageAttemptTaskSummary", "GetStageFiles", "GetStages", "GetStatement", "GetStorage", "GetStorageUnit", "GetTable", "GetTableOptimizer", "GetTables", "GetTableVersion", "GetTableVersions", "GetTags", "GetTrigger", "GetTriggers", "GetUsageProfile", "GetUserDefinedFunction", "GetUserDefinedFunctions", "GetWorkflow", "GetWorkflowRun", "GetWorkflowRunProperties", "GetWorkflowRuns", "GlueNotebookAuthorize", "GlueNotebookRefreshCredentials", "ImportCatalogToGlue", "ListBlueprints", "ListColumnStatisticsTaskRuns", "ListConnectionTypes", "ListCrawlers", "ListCrawls", "ListCustomEntityTypes", "ListDataQualityResults", "ListDataQualityRuleRecommendationRuns", "ListDataQualityRulesetEvaluationRuns", "ListDataQualityRulesets", "ListDevEndpoints", "ListEntities", "ListIntegrationResourceProperties", "ListJobs", "ListJobUpgradeAnalyses", "ListMLTransforms", "ListRegistries", "ListSchemas", "ListSchemaVersions", "ListSessions", "ListStatements", "ListTableOptimizerRuns", "ListTriggers", "ListUsageProfiles", "ListWorkflows", "ManagedConnector", "ModifyIntegration", "NotifyEvent", "PassConnection", "PublishDataQuality", "PutDataCatalogEncryptionSettings", "PutDataQualityProfileAnnotation", "PutDataQualityStatisticAnnotation", "PutResourcePolicy", "PutSchemaVersionMetadata", "PutWorkflowRunProperties", "QuerySchemaVersionMetadata", "RefreshOAuth2Tokens", "RegisterConnectionType", "RegisterSchemaVersion", "RemoveSchemaVersionMetadata", "RenameTable", "RequestLogParsing", "ResetJobBookmark", "ResumeWorkflowRun", "RunDataPreviewStatement", "RunStatement", "SearchTables", "SendFeedback", "SendRecipeAction", "StartBlueprintRun", "StartColumnStatisticsTaskRun", "StartColumnStatisticsTaskRunSchedule", "StartCompletion", "StartCrawler", "StartCrawlerSchedule", "StartDataQualityRuleRecommendationRun", "StartDataQualityRulesetEvaluationRun", "StartExportLabelsTaskRun", "StartImportLabelsTaskRun", "StartJobRun", "StartJobUpgradeAnalysis", "StartMLEvaluationTaskRun", "StartMLLabelingSetGenerationTaskRun", "StartNotebook", "StartTrigger", "StartWorkflowRun", "StopColumnStatisticsTaskRun", "StopColumnStatisticsTaskRunSchedule", "StopCrawler", "StopCrawlerSchedule", "StopJobUpgradeAnalysis", "StopSession", "StopTrigger", "StopWorkflowRun", "TagResource", "TerminateNotebook", "TestConnection", "UntagResource", "UpdateBlueprint", "UpdateCatalog", "UpdateClassifier", "UpdateColumnStatisticsForPartition", "UpdateColumnStatisticsForTable", "UpdateColumnStatisticsTaskSettings", "UpdateConnection", "UpdateCrawler", "UpdateCrawlerSchedule", "UpdateDatabase", "UpdateDataQualityRuleset", "UpdateDevEndpoint", "UpdateGlueIdentityCenterConfiguration", "UpdateIntegrationResourceProperty", "UpdateIntegrationTableProperties", "UpdateJob", "UpdateJobFromSourceControl", "UpdateMLTransform", "UpdatePartition", "UpdateRegistry", "UpdateSchema", "UpdateSourceControlFromJob", "UpdateTable", "UpdateTableOptimizer", "UpdateTrigger", "UpdateUsageProfile", "UpdateUserDefinedFunction", "UpdateWorkflow", "UpgradeJob", "UseGlueStudio", "UseMLTransforms"];
|
|
2
2
|
export type GlueAction = (typeof glueActions)[number];
|
|
3
3
|
export declare function glue(action: GlueAction | "*"): `glue:${GlueAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=glue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"glue.d.ts","sourceRoot":"","sources":["../../src/catalog/glue.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"glue.d.ts","sourceRoot":"","sources":["../../src/catalog/glue.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,kxNAiTd,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,wBAAgB,IAAI,CAAC,MAAM,EAAE,UAAU,GAAG,GAAG,GAAG,QAAQ,UAAU,GAAG,GAAG,EAAE,CAEzE"}
|
package/dist/catalog/glue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const healthAgentActions: readonly ["ActivateSubscription", "CancelAppointment", "CreateAgent", "CreateDomain", "CreateIntegration", "CreateSession", "CreateSubscription", "DeactivateSubscription", "DeleteAgent", "DeleteDomain", "DeleteIntegration", "GetAgent", "GetCareTeamProvider", "GetDomain", "GetDomainAnalytics", "GetIntegration", "GetMedicalScribeListeningSession", "GetPatient", "GetPatientInsightsJob", "GetPractitioner", "GetSessionContext", "GetSubscription", "InvokeAgent", "ListAgents", "ListAppointmentSlots", "ListDomains", "ListIntegrations", "ListPatientAppointments", "ListPatientInsuranceCoverages", "ListProviders", "ListSessionRecords", "ListSubscriptions", "ListTagsForResource", "MatchPatient", "PublishAgent", "RescheduleAppointment", "ScheduleAppointment", "StartMedicalScribeListeningSession", "StartPatientInsightsJob", "TagResource", "UntagResource", "UpdateAgent", "UpdateIntegration", "UpdateSession"];
|
|
1
|
+
export declare const healthAgentActions: readonly ["ActivateSubscription", "CancelAppointment", "CreateAgent", "CreateDomain", "CreateIntegration", "CreateSession", "CreateSubscription", "DeactivateSubscription", "DeleteAgent", "DeleteDomain", "DeleteIntegration", "GetAgent", "GetCareTeamProvider", "GetDomain", "GetDomainAnalytics", "GetIntegration", "GetMedicalScribeListeningSession", "GetPatient", "GetPatientInsightsJob", "GetPractitioner", "GetSessionContext", "GetSubscription", "InvokeAgent", "ListAgents", "ListAppointmentSlots", "ListDomains", "ListIntegrations", "ListPatientAppointments", "ListPatientInsuranceCoverages", "ListPatientMedications", "ListProviders", "ListSessionRecords", "ListSubscriptions", "ListTagsForResource", "MatchPatient", "PublishAgent", "RescheduleAppointment", "ResetPassword", "ScheduleAppointment", "StartMedicalScribeListeningSession", "StartPatientInsightsJob", "SubmitMedicationRenewal", "TagResource", "UntagResource", "UpdateAgent", "UpdateIntegration", "UpdateSession"];
|
|
2
2
|
export type HealthAgentAction = (typeof healthAgentActions)[number];
|
|
3
3
|
export declare function healthAgent(action: HealthAgentAction | "*"): `health-agent:${HealthAgentAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=health-agent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"health-agent.d.ts","sourceRoot":"","sources":["../../src/catalog/health-agent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"health-agent.d.ts","sourceRoot":"","sources":["../../src/catalog/health-agent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,k9BAgDrB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpE,wBAAgB,WAAW,CAAC,MAAM,EAAE,iBAAiB,GAAG,GAAG,GAAG,gBAAgB,iBAAiB,GAAG,GAAG,EAAE,CAEtG"}
|
|
@@ -28,6 +28,7 @@ export const healthAgentActions = [
|
|
|
28
28
|
"ListIntegrations",
|
|
29
29
|
"ListPatientAppointments",
|
|
30
30
|
"ListPatientInsuranceCoverages",
|
|
31
|
+
"ListPatientMedications",
|
|
31
32
|
"ListProviders",
|
|
32
33
|
"ListSessionRecords",
|
|
33
34
|
"ListSubscriptions",
|
|
@@ -35,9 +36,11 @@ export const healthAgentActions = [
|
|
|
35
36
|
"MatchPatient",
|
|
36
37
|
"PublishAgent",
|
|
37
38
|
"RescheduleAppointment",
|
|
39
|
+
"ResetPassword",
|
|
38
40
|
"ScheduleAppointment",
|
|
39
41
|
"StartMedicalScribeListeningSession",
|
|
40
42
|
"StartPatientInsightsJob",
|
|
43
|
+
"SubmitMedicationRenewal",
|
|
41
44
|
"TagResource",
|
|
42
45
|
"UntagResource",
|
|
43
46
|
"UpdateAgent",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const opensearchActions: readonly ["ApplicationAccessAll", "CancelAutoOptimizeJob", "CancelDirectQuery", "DeleteAutoOptimizeJob", "GetAutoOptimizeJob", "GetDirectQuery", "GetDirectQueryResult", "ListAutoOptimizeJobs", "StartDirectQuery", "SubmitAutoOptimizeJob"];
|
|
1
|
+
export declare const opensearchActions: readonly ["ApplicationAccessAll", "CancelAutoOptimizeJob", "CancelDirectQuery", "DeleteAutoOptimizeJob", "GetAutoOptimizeJob", "GetDirectQuery", "GetDirectQueryResult", "ListAutoOptimizeJobs", "StartDirectQuery", "SubmitAutoOptimizeJob", "ViewLoginPage"];
|
|
2
2
|
export type OpensearchAction = (typeof opensearchActions)[number];
|
|
3
3
|
export declare function opensearch(action: OpensearchAction | "*"): `opensearch:${OpensearchAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=opensearch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"opensearch.d.ts","sourceRoot":"","sources":["../../src/catalog/opensearch.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"opensearch.d.ts","sourceRoot":"","sources":["../../src/catalog/opensearch.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,gQAYpB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,wBAAgB,UAAU,CAAC,MAAM,EAAE,gBAAgB,GAAG,GAAG,GAAG,cAAc,gBAAgB,GAAG,GAAG,EAAE,CAEjG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const partnercentralActions: readonly ["AcceptChannelHandshake", "AcceptConnectionInvitation", "AcceptEngagementInvitation", "AmendBenefitApplication", "AssignOpportunity", "AssociateAwsTrainingCertificationEmailDomain", "AssociateBenefitApplicationResource", "AssociateOpportunity", "CancelBenefitApplication", "CancelChannelHandshake", "CancelConnection", "CancelConnectionInvitation", "CancelProfileUpdateTask", "CreateBenefitApplication", "CreateBusinessPlan", "CreateChannelHandshake", "CreateCollaborationChannelMembers", "CreateCollaborationChannelRequest", "CreateConnectionInvitation", "CreateEngagement", "CreateEngagementContext", "CreateEngagementInvitation", "CreateMarketplaceRevenueShare", "CreateMarketplaceRevenueShareAllocation", "CreateOpportunity", "CreatePartner", "CreateProgramManagementAccount", "CreateRelationship", "CreateResourceSnapshot", "CreateResourceSnapshotJob", "CreateRevenueAttribution", "DeleteProgramManagementAccount", "DeleteRelationship", "DeleteResourceSnapshotJob", "DisassociateAwsTrainingCertificationEmailDomain", "DisassociateBenefitApplicationResource", "DisassociateOpportunity", "EnrollInPartnerPath", "GetAllianceLeadContact", "GetAwsOpportunitySummary", "GetBenefit", "GetBenefitAllocation", "GetBenefitApplication", "GetBusinessPlan", "GetCollaborationChannel", "GetConnection", "GetConnectionInvitation", "GetConnectionPreferences", "GetEngagement", "GetEngagementInvitation", "GetMarketplaceRevenueShare", "GetMarketplaceRevenueShareAllocation", "GetOpportunity", "GetPartner", "GetPartnerDashboard", "GetPartnerProfile", "GetProfileUpdateTask", "GetProfileVisibility", "GetProgramManagementAccount", "GetProspectingFromEngagementTask", "GetRelationship", "GetResourceSnapshot", "GetResourceSnapshotJob", "GetRevenueAttribution", "GetRevenueAttributionAllocation", "GetRevenueAttributionAllocationsTask", "GetSellingSystemSettings", "GetVerification", "ListBenefitAllocations", "ListBenefitApplications", "ListBenefits", "ListBusinessPlans", "ListChannelHandshakes", "ListCollaborationChannels", "ListConnectionInvitations", "ListConnections", "ListEngagementByAcceptingInvitationTasks", "ListEngagementFromOpportunityTasks", "ListEngagementInvitations", "ListEngagementMembers", "ListEngagementResourceAssociations", "ListEngagements", "ListMarketplaceRevenueShareAllocations", "ListMarketplaceRevenueShares", "ListOpportunities", "ListOpportunityFromEngagementTasks", "ListPartnerPaths", "ListPartners", "ListProgramManagementAccounts", "ListProspectingFromEngagementTasks", "ListRelationships", "ListResourceSnapshotJobs", "ListResourceSnapshots", "ListRevenueAttributionAllocations", "ListRevenueAttributions", "ListSolutions", "ListTagsForResource", "PutAllianceLeadContact", "PutBusinessPlan", "PutProfileVisibility", "PutSellingSystemSettings", "RecallBenefitApplication", "RejectChannelHandshake", "RejectConnectionInvitation", "RejectEngagementInvitation", "SearchPartnerProfiles", "SendEmailVerificationCode", "StartEngagementByAcceptingInvitationTask", "StartEngagementFromOpportunityTask", "StartOpportunityFromEngagementTask", "StartProfileUpdateTask", "StartProspectingFromEngagementTask", "StartResourceSnapshotJob", "StartRevenueAttributionAllocationsTask", "StartVerification", "StopResourceSnapshotJob", "SubmitBenefitApplication", "SubmitOpportunity", "TagResource", "UntagResource", "UpdateBenefitApplication", "UpdateConnectionPreferences", "UpdateEngagementContext", "UpdateMarketplaceRevenueShareAllocation", "UpdateOpportunity", "UpdateProgramManagementAccount", "UpdateRelationship", "UpdateRevenueAttribution", "UseSession"];
|
|
1
|
+
export declare const partnercentralActions: readonly ["AcceptChannelHandshake", "AcceptConnectionInvitation", "AcceptEngagementInvitation", "AmendBenefitApplication", "AssignOpportunity", "AssociateAwsTrainingCertificationEmailDomain", "AssociateBenefitApplicationResource", "AssociateOpportunity", "CancelBenefitApplication", "CancelChannelHandshake", "CancelConnection", "CancelConnectionInvitation", "CancelProfileUpdateTask", "CreateBenefitApplication", "CreateBusinessPlan", "CreateChannelHandshake", "CreateCollaborationChannelMembers", "CreateCollaborationChannelRequest", "CreateConnectionInvitation", "CreateEngagement", "CreateEngagementContext", "CreateEngagementInvitation", "CreateMarketplaceRevenueShare", "CreateMarketplaceRevenueShareAllocation", "CreateOpportunity", "CreatePartner", "CreateProgramManagementAccount", "CreateRelationship", "CreateResourceSnapshot", "CreateResourceSnapshotJob", "CreateRevenueAttribution", "DeleteProgramManagementAccount", "DeleteRelationship", "DeleteResourceSnapshotJob", "DisassociateAwsTrainingCertificationEmailDomain", "DisassociateBenefitApplicationResource", "DisassociateOpportunity", "EnrollInPartnerPath", "GetAllianceLeadContact", "GetAwsOpportunitySummary", "GetBenefit", "GetBenefitAllocation", "GetBenefitApplication", "GetBusinessPlan", "GetCollaborationChannel", "GetConnection", "GetConnectionInvitation", "GetConnectionPreferences", "GetEngagement", "GetEngagementInvitation", "GetMarketplaceRevenueShare", "GetMarketplaceRevenueShareAllocation", "GetOpportunity", "GetPartner", "GetPartnerDashboard", "GetPartnerProfile", "GetProfileUpdateTask", "GetProfileVisibility", "GetProgramManagementAccount", "GetProspectingFromEngagementTask", "GetQualificationsAssociationDetails", "GetQualificationsAssociationTask", "GetQualificationsDisassociationTask", "GetRelationship", "GetResourceSnapshot", "GetResourceSnapshotJob", "GetRevenueAttribution", "GetRevenueAttributionAllocation", "GetRevenueAttributionAllocationsTask", "GetSellingSystemSettings", "GetVerification", "ListBenefitAllocations", "ListBenefitApplications", "ListBenefits", "ListBusinessPlans", "ListChannelHandshakes", "ListCollaborationChannels", "ListConnectionInvitations", "ListConnections", "ListEngagementByAcceptingInvitationTasks", "ListEngagementFromOpportunityTasks", "ListEngagementInvitations", "ListEngagementMembers", "ListEngagementResourceAssociations", "ListEngagements", "ListMarketplaceRevenueShareAllocations", "ListMarketplaceRevenueShares", "ListOpportunities", "ListOpportunityFromEngagementTasks", "ListPartnerPaths", "ListPartners", "ListProgramManagementAccounts", "ListProspectingFromEngagementTasks", "ListRelationships", "ListResourceSnapshotJobs", "ListResourceSnapshots", "ListRevenueAttributionAllocations", "ListRevenueAttributions", "ListSolutions", "ListTagsForResource", "PutAllianceLeadContact", "PutBusinessPlan", "PutProfileVisibility", "PutSellingSystemSettings", "RecallBenefitApplication", "RejectChannelHandshake", "RejectConnectionInvitation", "RejectEngagementInvitation", "SearchPartnerProfiles", "SendEmailVerificationCode", "StartEngagementByAcceptingInvitationTask", "StartEngagementFromOpportunityTask", "StartOpportunityFromEngagementTask", "StartProfileUpdateTask", "StartProspectingFromEngagementTask", "StartQualificationsAssociationTask", "StartQualificationsDisassociationTask", "StartResourceSnapshotJob", "StartRevenueAttributionAllocationsTask", "StartVerification", "StopResourceSnapshotJob", "SubmitBenefitApplication", "SubmitOpportunity", "TagResource", "UntagResource", "UpdateBenefitApplication", "UpdateConnectionPreferences", "UpdateEngagementContext", "UpdateMarketplaceRevenueShareAllocation", "UpdateOpportunity", "UpdateProgramManagementAccount", "UpdateRelationship", "UpdateRevenueAttribution", "UseSession"];
|
|
2
2
|
export type PartnercentralAction = (typeof partnercentralActions)[number];
|
|
3
3
|
export declare function partnercentral(action: PartnercentralAction | "*"): `partnercentral:${PartnercentralAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=partnercentral.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"partnercentral.d.ts","sourceRoot":"","sources":["../../src/catalog/partnercentral.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"partnercentral.d.ts","sourceRoot":"","sources":["../../src/catalog/partnercentral.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,4rHAuIxB,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1E,wBAAgB,cAAc,CAAC,MAAM,EAAE,oBAAoB,GAAG,GAAG,GAAG,kBAAkB,oBAAoB,GAAG,GAAG,EAAE,CAEjH"}
|
|
@@ -59,6 +59,9 @@ export const partnercentralActions = [
|
|
|
59
59
|
"GetProfileVisibility",
|
|
60
60
|
"GetProgramManagementAccount",
|
|
61
61
|
"GetProspectingFromEngagementTask",
|
|
62
|
+
"GetQualificationsAssociationDetails",
|
|
63
|
+
"GetQualificationsAssociationTask",
|
|
64
|
+
"GetQualificationsDisassociationTask",
|
|
62
65
|
"GetRelationship",
|
|
63
66
|
"GetResourceSnapshot",
|
|
64
67
|
"GetResourceSnapshotJob",
|
|
@@ -111,6 +114,8 @@ export const partnercentralActions = [
|
|
|
111
114
|
"StartOpportunityFromEngagementTask",
|
|
112
115
|
"StartProfileUpdateTask",
|
|
113
116
|
"StartProspectingFromEngagementTask",
|
|
117
|
+
"StartQualificationsAssociationTask",
|
|
118
|
+
"StartQualificationsDisassociationTask",
|
|
114
119
|
"StartResourceSnapshotJob",
|
|
115
120
|
"StartRevenueAttributionAllocationsTask",
|
|
116
121
|
"StartVerification",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const quicksightActions: readonly ["AccountConfigurations", "AllowVendedLogDeliveryForResource", "BatchAssignLimitsProfile", "BatchCreateTopicReviewedAnswer", "BatchDeleteKnowledgeBase", "BatchDeleteTopicReviewedAnswer", "BatchGetPreferences", "BatchUnassignLimitsProfile", "BatchUpdatePreferences", "CancelIngestion", "CreateAccountCustomization", "CreateAccountSubscription", "CreateActionConnector", "CreateAdmin", "CreateAgent", "CreateAnalysis", "CreateBrand", "CreateCustomPermissions", "CreateDashboard", "CreateDataSet", "CreateDataSource", "CreateEmailCustomizationTemplate", "CreateExtensionAccess", "CreateFlow", "CreateFolder", "CreateFolderMembership", "CreateGroup", "CreateGroupMembership", "CreateIAMPolicyAssignment", "CreateIngestion", "CreateLimitsProfile", "CreateNamespace", "CreateOAuthClientApplication", "CreateReader", "CreateRefreshSchedule", "CreateRoleMembership", "CreateSpace", "CreateTemplate", "CreateTemplateAlias", "CreateTheme", "CreateThemeAlias", "CreateTopic", "CreateTopicRefreshSchedule", "CreateUser", "CreateVPCConnection", "DeleteAccountCustomization", "DeleteAccountCustomPermission", "DeleteAccountSubscription", "DeleteActionConnector", "DeleteAgent", "DeleteAnalysis", "DeleteBrand", "DeleteBrandAssignment", "DeleteCustomPermissions", "DeleteDashboard", "DeleteDataSet", "DeleteDataSetRefreshProperties", "DeleteDataSource", "DeleteDefaultQBusinessApplication", "DeleteEmailCustomizationTemplate", "DeleteExtensionAccess", "DeleteFlow", "DeleteFolder", "DeleteFolderMembership", "DeleteGroup", "DeleteGroupMembership", "DeleteIAMPolicyAssignment", "DeleteIdentityPropagationConfig", "DeleteKnowledgeBase", "DeleteLimitsProfile", "DeleteNamespace", "DeleteOAuthClientApplication", "DeleteRefreshSchedule", "DeleteRoleCustomPermission", "DeleteRoleMembership", "DeleteSpace", "DeleteTemplate", "DeleteTemplateAlias", "DeleteTheme", "DeleteThemeAlias", "DeleteTopic", "DeleteTopicRefreshSchedule", "DeleteUser", "DeleteUserByPrincipalId", "DeleteUserCustomPermission", "DeleteVPCConnection", "DescribeAccountCustomization", "DescribeAccountCustomPermission", "DescribeAccountSettings", "DescribeAccountSubscription", "DescribeActionConnector", "DescribeActionConnectorPermissions", "DescribeAgent", "DescribeAgentPermissions", "DescribeAnalysis", "DescribeAnalysisPermissions", "DescribeAssetBundleExportJob", "DescribeAssetBundleImportJob", "DescribeAutomationGroup", "DescribeAutomationGroupPermissions", "DescribeAutomationJob", "DescribeBrand", "DescribeBrandAssignment", "DescribeBrandPublishedVersion", "DescribeChatConfiguration", "DescribeCustomPermissions", "DescribeDashboard", "DescribeDashboardPermissions", "DescribeDashboardSnapshotJob", "DescribeDashboardSnapshotJobResult", "DescribeDashboardsQAConfiguration", "DescribeDataSet", "DescribeDataSetPermissions", "DescribeDataSetRefreshProperties", "DescribeDataSource", "DescribeDataSourcePermissions", "DescribeDefaultQBusinessApplication", "DescribeEmailCustomizationTemplate", "DescribeExtensionAccess", "DescribeFlow", "DescribeFolder", "DescribeFolderPermissions", "DescribeFolderResolvedPermissions", "DescribeGroup", "DescribeGroupMembership", "DescribeIAMPolicyAssignment", "DescribeIngestion", "DescribeIpRestriction", "DescribeKeyRegistration", "DescribeKnowledgeBase", "DescribeKnowledgeBasePermissions", "DescribeLimitsProfile", "DescribeNamespace", "DescribeOAuthClientApplication", "DescribeQPersonalizationConfiguration", "DescribeQuickIndexCapacity", "DescribeQuickSightQSearchConfiguration", "DescribeRefreshSchedule", "DescribeRoleCustomPermission", "DescribeSelfUpgradeConfiguration", "DescribeSpace", "DescribeSpacePermissions", "DescribeTemplate", "DescribeTemplateAlias", "DescribeTemplatePermissions", "DescribeTheme", "DescribeThemeAlias", "DescribeThemePermissions", "DescribeTopic", "DescribeTopicPermissions", "DescribeTopicRefresh", "DescribeTopicRefreshSchedule", "DescribeUser", "DescribeVPCConnection", "GenerateEmbedUrlForAnonymousUser", "GenerateEmbedUrlForRegisteredUser", "GenerateEmbedUrlForRegisteredUserWithIdentity", "GetAnonymousUserEmbedUrl", "GetAuthCode", "GetCustomPermissionsSummary", "GetDashboardEmbedUrl", "GetFlowMetadata", "GetFlowPermissions", "GetGroupMapping", "GetIdentityContext", "GetSessionEmbedUrl", "ListActionConnectors", "ListAgents", "ListAnalyses", "ListAssetBundleExportJobs", "ListAssetBundleImportJobs", "ListAssignmentsForPrincipal", "ListAutomationGroups", "ListBrands", "ListCustomerManagedKeys", "ListCustomPermissions", "ListDashboards", "ListDashboardVersions", "ListDataSets", "ListDataSources", "ListExtensionAccesses", "ListFlows", "ListFolderMembers", "ListFolders", "ListFoldersForResource", "ListGroupMemberships", "ListGroups", "ListIAMPolicyAssignments", "ListIAMPolicyAssignmentsForUser", "ListIdentityPropagationConfigs", "ListIngestions", "ListKMSKeysForUser", "ListKnowledgeBases", "ListLimitsProfiles", "ListNamespaces", "ListOAuthClientApplications", "ListProfileAssignments", "ListRefreshSchedules", "ListRoleMemberships", "ListSelfUpgrades", "ListSpaceResources", "ListSpaces", "ListTagsForResource", "ListTemplateAliases", "ListTemplates", "ListTemplateVersions", "ListThemeAliases", "ListThemes", "ListThemeVersions", "ListTopicRefreshSchedules", "ListTopicReviewedAnswers", "ListTopics", "ListUserGroups", "ListUsers", "ListUsersIndexCapacity", "ListVPCConnections", "PassDataSet", "PassDataSource", "PredictQAResults", "PutDataSetRefreshProperties", "QuickSuiteUsageMetrics", "RegisterCustomerManagedKey", "RegisterUser", "RemoveCustomerManagedKey", "RestoreAnalysis", "ScopeDownPolicy", "SearchActionConnectors", "SearchAgents", "SearchAnalyses", "SearchAutomationGroups", "SearchDashboards", "SearchDataSets", "SearchDataSources", "SearchDirectoryGroups", "SearchFlows", "SearchFolders", "SearchGroups", "SearchKnowledgeBases", "SearchSpaces", "SearchTopics", "SearchUsers", "SetGroupMapping", "StartAssetBundleExportJob", "StartAssetBundleImportJob", "StartAutomationJob", "StartDashboardSnapshotJob", "StartDashboardSnapshotJobSchedule", "Subscribe", "TagResource", "UnpublishFlow", "Unsubscribe", "UntagResource", "UpdateAccountCustomization", "UpdateAccountCustomPermission", "UpdateAccountSettings", "UpdateActionConnector", "UpdateActionConnectorPermissions", "UpdateAgent", "UpdateAgentPermissions", "UpdateAnalysis", "UpdateAnalysisPermissions", "UpdateApplicationWithTokenExchangeGrant", "UpdateAutomationGroupPermissions", "UpdateBrand", "UpdateBrandAssignment", "UpdateBrandPublishedVersion", "UpdateChatConfiguration", "UpdateCustomPermissions", "UpdateDashboard", "UpdateDashboardLinks", "UpdateDashboardPermissions", "UpdateDashboardPublishedVersion", "UpdateDashboardsQAConfiguration", "UpdateDataSet", "UpdateDataSetPermissions", "UpdateDataSource", "UpdateDataSourcePermissions", "UpdateDefaultQBusinessApplication", "UpdateEmailCustomizationTemplate", "UpdateExtensionAccess", "UpdateFlow", "UpdateFlowPermissions", "UpdateFolder", "UpdateFolderPermissions", "UpdateGroup", "UpdateIAMPolicyAssignment", "UpdateIdentityPropagationConfig", "UpdateIpRestriction", "UpdateKeyRegistration", "UpdateKnowledgeBasePermissions", "UpdateLimitsProfile", "UpdateOAuthClientApplication", "UpdatePublicSharingSettings", "UpdateQPersonalizationConfiguration", "UpdateQuickIndexCapacity", "UpdateQuickSightQSearchConfiguration", "UpdateRefreshSchedule", "UpdateResourcePermissions", "UpdateRoleCustomPermission", "UpdateSelfUpgrade", "UpdateSelfUpgradeConfiguration", "UpdateSpace", "UpdateSpacePermissions", "UpdateSpaceResources", "UpdateSPICECapacityConfiguration", "UpdateTemplate", "UpdateTemplateAlias", "UpdateTemplatePermissions", "UpdateTheme", "UpdateThemeAlias", "UpdateThemePermissions", "UpdateTopic", "UpdateTopicPermissions", "UpdateTopicRefreshSchedule", "UpdateUser", "UpdateUserCustomPermission", "UpdateVPCConnection"];
|
|
1
|
+
export declare const quicksightActions: readonly ["AccountConfigurations", "AllowVendedLogDeliveryForResource", "BatchAssignLimitsProfile", "BatchCreateTopicReviewedAnswer", "BatchDeleteKnowledgeBase", "BatchDeleteTopicReviewedAnswer", "BatchGetPreferences", "BatchUnassignLimitsProfile", "BatchUpdatePreferences", "CancelIngestion", "CreateAccountCustomization", "CreateAccountSubscription", "CreateActionConnector", "CreateAdmin", "CreateAgent", "CreateAnalysis", "CreateBrand", "CreateCustomPermissions", "CreateDashboard", "CreateDataSet", "CreateDataSource", "CreateEmailCustomizationTemplate", "CreateExtensionAccess", "CreateFlow", "CreateFolder", "CreateFolderMembership", "CreateGroup", "CreateGroupMembership", "CreateIAMPolicyAssignment", "CreateIngestion", "CreateKnowledgeBase", "CreateLimitsProfile", "CreateNamespace", "CreateOAuthClientApplication", "CreateReader", "CreateRefreshSchedule", "CreateRoleMembership", "CreateSpace", "CreateTemplate", "CreateTemplateAlias", "CreateTheme", "CreateThemeAlias", "CreateTopic", "CreateTopicRefreshSchedule", "CreateUser", "CreateVPCConnection", "DeleteAccountCustomization", "DeleteAccountCustomPermission", "DeleteAccountSubscription", "DeleteActionConnector", "DeleteAgent", "DeleteAnalysis", "DeleteBrand", "DeleteBrandAssignment", "DeleteCustomPermissions", "DeleteDashboard", "DeleteDataSet", "DeleteDataSetRefreshProperties", "DeleteDataSource", "DeleteDefaultQBusinessApplication", "DeleteEmailCustomizationTemplate", "DeleteExtensionAccess", "DeleteFlow", "DeleteFolder", "DeleteFolderMembership", "DeleteGroup", "DeleteGroupMembership", "DeleteIAMPolicyAssignment", "DeleteIdentityPropagationConfig", "DeleteKnowledgeBase", "DeleteLimitsProfile", "DeleteNamespace", "DeleteOAuthClientApplication", "DeleteRefreshSchedule", "DeleteRoleCustomPermission", "DeleteRoleMembership", "DeleteSpace", "DeleteTemplate", "DeleteTemplateAlias", "DeleteTheme", "DeleteThemeAlias", "DeleteTopic", "DeleteTopicRefreshSchedule", "DeleteUser", "DeleteUserByPrincipalId", "DeleteUserCustomPermission", "DeleteVPCConnection", "DescribeAccountCustomization", "DescribeAccountCustomPermission", "DescribeAccountSettings", "DescribeAccountSubscription", "DescribeActionConnector", "DescribeActionConnectorPermissions", "DescribeAgent", "DescribeAgentPermissions", "DescribeAnalysis", "DescribeAnalysisPermissions", "DescribeAssetBundleExportJob", "DescribeAssetBundleImportJob", "DescribeAutomationGroup", "DescribeAutomationGroupPermissions", "DescribeAutomationJob", "DescribeBrand", "DescribeBrandAssignment", "DescribeBrandPublishedVersion", "DescribeChatConfiguration", "DescribeCustomPermissions", "DescribeDashboard", "DescribeDashboardPermissions", "DescribeDashboardSnapshotJob", "DescribeDashboardSnapshotJobResult", "DescribeDashboardsQAConfiguration", "DescribeDataSet", "DescribeDataSetPermissions", "DescribeDataSetRefreshProperties", "DescribeDataSource", "DescribeDataSourcePermissions", "DescribeDefaultQBusinessApplication", "DescribeEmailCustomizationTemplate", "DescribeExtensionAccess", "DescribeFlow", "DescribeFolder", "DescribeFolderPermissions", "DescribeFolderResolvedPermissions", "DescribeGroup", "DescribeGroupMembership", "DescribeIAMPolicyAssignment", "DescribeIngestion", "DescribeIpRestriction", "DescribeKeyRegistration", "DescribeKnowledgeBase", "DescribeKnowledgeBasePermissions", "DescribeLimitsProfile", "DescribeNamespace", "DescribeOAuthClientApplication", "DescribeQPersonalizationConfiguration", "DescribeQuickIndexCapacity", "DescribeQuickSightQSearchConfiguration", "DescribeRefreshSchedule", "DescribeRoleCustomPermission", "DescribeSelfUpgradeConfiguration", "DescribeSpace", "DescribeSpacePermissions", "DescribeTemplate", "DescribeTemplateAlias", "DescribeTemplatePermissions", "DescribeTheme", "DescribeThemeAlias", "DescribeThemePermissions", "DescribeTopic", "DescribeTopicPermissions", "DescribeTopicRefresh", "DescribeTopicRefreshSchedule", "DescribeUser", "DescribeVPCConnection", "GenerateEmbedUrlForAnonymousUser", "GenerateEmbedUrlForRegisteredUser", "GenerateEmbedUrlForRegisteredUserWithIdentity", "GetAnonymousUserEmbedUrl", "GetAuthCode", "GetCustomPermissionsSummary", "GetDashboardEmbedUrl", "GetFlowMetadata", "GetFlowPermissions", "GetGroupMapping", "GetIdentityContext", "GetSessionEmbedUrl", "ListActionConnectors", "ListAgents", "ListAnalyses", "ListAssetBundleExportJobs", "ListAssetBundleImportJobs", "ListAssignmentsForPrincipal", "ListAutomationGroups", "ListBrands", "ListCustomerManagedKeys", "ListCustomPermissions", "ListDashboards", "ListDashboardVersions", "ListDataSets", "ListDataSources", "ListExtensionAccesses", "ListFlows", "ListFolderMembers", "ListFolders", "ListFoldersForResource", "ListGroupMemberships", "ListGroups", "ListIAMPolicyAssignments", "ListIAMPolicyAssignmentsForUser", "ListIdentityPropagationConfigs", "ListIngestions", "ListKMSKeysForUser", "ListKnowledgeBases", "ListLimitsProfiles", "ListNamespaces", "ListOAuthClientApplications", "ListProfileAssignments", "ListRefreshSchedules", "ListRoleMemberships", "ListSelfUpgrades", "ListSpaceResources", "ListSpaces", "ListTagsForResource", "ListTemplateAliases", "ListTemplates", "ListTemplateVersions", "ListThemeAliases", "ListThemes", "ListThemeVersions", "ListTopicRefreshSchedules", "ListTopicReviewedAnswers", "ListTopics", "ListUserGroups", "ListUsers", "ListUsersIndexCapacity", "ListVPCConnections", "PassDataSet", "PassDataSource", "PredictQAResults", "PutDataSetRefreshProperties", "QuickSuiteUsageMetrics", "RegisterCustomerManagedKey", "RegisterUser", "RemoveCustomerManagedKey", "RestoreAnalysis", "ScopeDownPolicy", "SearchActionConnectors", "SearchAgents", "SearchAnalyses", "SearchAutomationGroups", "SearchDashboards", "SearchDataSets", "SearchDataSources", "SearchDirectoryGroups", "SearchFlows", "SearchFolders", "SearchGroups", "SearchKnowledgeBases", "SearchSpaces", "SearchTopics", "SearchUsers", "SetGroupMapping", "StartAssetBundleExportJob", "StartAssetBundleImportJob", "StartAutomationJob", "StartDashboardSnapshotJob", "StartDashboardSnapshotJobSchedule", "Subscribe", "TagResource", "UnpublishFlow", "Unsubscribe", "UntagResource", "UpdateAccountCustomization", "UpdateAccountCustomPermission", "UpdateAccountSettings", "UpdateActionConnector", "UpdateActionConnectorPermissions", "UpdateAgent", "UpdateAgentPermissions", "UpdateAnalysis", "UpdateAnalysisPermissions", "UpdateApplicationWithTokenExchangeGrant", "UpdateAutomationGroupPermissions", "UpdateBrand", "UpdateBrandAssignment", "UpdateBrandPublishedVersion", "UpdateChatConfiguration", "UpdateCustomPermissions", "UpdateDashboard", "UpdateDashboardLinks", "UpdateDashboardPermissions", "UpdateDashboardPublishedVersion", "UpdateDashboardsQAConfiguration", "UpdateDataSet", "UpdateDataSetPermissions", "UpdateDataSource", "UpdateDataSourcePermissions", "UpdateDefaultQBusinessApplication", "UpdateEmailCustomizationTemplate", "UpdateExtensionAccess", "UpdateFlow", "UpdateFlowPermissions", "UpdateFolder", "UpdateFolderPermissions", "UpdateGroup", "UpdateIAMPolicyAssignment", "UpdateIdentityPropagationConfig", "UpdateIpRestriction", "UpdateKeyRegistration", "UpdateKnowledgeBase", "UpdateKnowledgeBasePermissions", "UpdateLimitsProfile", "UpdateOAuthClientApplication", "UpdatePublicSharingSettings", "UpdateQPersonalizationConfiguration", "UpdateQuickIndexCapacity", "UpdateQuickSightQSearchConfiguration", "UpdateRefreshSchedule", "UpdateResourcePermissions", "UpdateRoleCustomPermission", "UpdateSelfUpgrade", "UpdateSelfUpgradeConfiguration", "UpdateSpace", "UpdateSpacePermissions", "UpdateSpaceResources", "UpdateSPICECapacityConfiguration", "UpdateTemplate", "UpdateTemplateAlias", "UpdateTemplatePermissions", "UpdateTheme", "UpdateThemeAlias", "UpdateThemePermissions", "UpdateTopic", "UpdateTopicPermissions", "UpdateTopicRefreshSchedule", "UpdateUser", "UpdateUserCustomPermission", "UpdateVPCConnection"];
|
|
2
2
|
export type QuicksightAction = (typeof quicksightActions)[number];
|
|
3
3
|
export declare function quicksight(action: QuicksightAction | "*"): `quicksight:${QuicksightAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=quicksight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quicksight.d.ts","sourceRoot":"","sources":["../../src/catalog/quicksight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"quicksight.d.ts","sourceRoot":"","sources":["../../src/catalog/quicksight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,yrPAgUpB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,wBAAgB,UAAU,CAAC,MAAM,EAAE,gBAAgB,GAAG,GAAG,GAAG,cAAc,gBAAgB,GAAG,GAAG,EAAE,CAEjG"}
|
|
@@ -29,6 +29,7 @@ export const quicksightActions = [
|
|
|
29
29
|
"CreateGroupMembership",
|
|
30
30
|
"CreateIAMPolicyAssignment",
|
|
31
31
|
"CreateIngestion",
|
|
32
|
+
"CreateKnowledgeBase",
|
|
32
33
|
"CreateLimitsProfile",
|
|
33
34
|
"CreateNamespace",
|
|
34
35
|
"CreateOAuthClientApplication",
|
|
@@ -288,6 +289,7 @@ export const quicksightActions = [
|
|
|
288
289
|
"UpdateIdentityPropagationConfig",
|
|
289
290
|
"UpdateIpRestriction",
|
|
290
291
|
"UpdateKeyRegistration",
|
|
292
|
+
"UpdateKnowledgeBase",
|
|
291
293
|
"UpdateKnowledgeBasePermissions",
|
|
292
294
|
"UpdateLimitsProfile",
|
|
293
295
|
"UpdateOAuthClientApplication",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const sagemakerUnifiedStudioMcpActions: readonly ["
|
|
1
|
+
export declare const sagemakerUnifiedStudioMcpActions: readonly ["AuthorizeVpce"];
|
|
2
2
|
export type SagemakerUnifiedStudioMcpAction = (typeof sagemakerUnifiedStudioMcpActions)[number];
|
|
3
3
|
export declare function sagemakerUnifiedStudioMcp(action: SagemakerUnifiedStudioMcpAction | "*"): `sagemaker-unified-studio-mcp:${SagemakerUnifiedStudioMcpAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=sagemaker-unified-studio-mcp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sagemaker-unified-studio-mcp.d.ts","sourceRoot":"","sources":["../../src/catalog/sagemaker-unified-studio-mcp.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"sagemaker-unified-studio-mcp.d.ts","sourceRoot":"","sources":["../../src/catalog/sagemaker-unified-studio-mcp.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,4BAEnC,CAAC;AAEX,MAAM,MAAM,+BAA+B,GAAG,CAAC,OAAO,gCAAgC,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhG,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,+BAA+B,GAAG,GAAG,GAAG,gCAAgC,+BAA+B,GAAG,GAAG,EAAE,CAEhK"}
|
package/dist/catalog/signin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const signinActions: readonly ["Authenticate", "AuthorizeOAuth2Access", "CreateAccount", "CreateOAuth2Token", "CreateTrustedIdentityPropagationApplicationForConsole", "DeleteConsoleAuthorizationConfiguration", "DeleteResourcePermissionStatement", "GetConsoleAuthorizationConfiguration", "GetResourcePolicy", "ListResourcePermissionStatements", "ListTrustedIdentityPropagationApplicationsForConsole", "PutConsoleAuthorizationConfiguration", "PutResourcePermissionStatement"];
|
|
1
|
+
export declare const signinActions: readonly ["Authenticate", "AuthorizeOAuth2Access", "CreateAccount", "CreateOAuth2PublicClient", "CreateOAuth2Token", "CreateTrustedIdentityPropagationApplicationForConsole", "DeleteConsoleAuthorizationConfiguration", "DeleteResourcePermissionStatement", "GetConsoleAuthorizationConfiguration", "GetResourcePolicy", "IntrospectOAuth2Token", "ListResourcePermissionStatements", "ListTrustedIdentityPropagationApplicationsForConsole", "PutConsoleAuthorizationConfiguration", "PutResourcePermissionStatement", "RevokeOAuth2Token"];
|
|
2
2
|
export type SigninAction = (typeof signinActions)[number];
|
|
3
3
|
export declare function signin(action: SigninAction | "*"): `signin:${SigninAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=signin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signin.d.ts","sourceRoot":"","sources":["../../src/catalog/signin.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"signin.d.ts","sourceRoot":"","sources":["../../src/catalog/signin.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,ghBAiBhB,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1D,wBAAgB,MAAM,CAAC,MAAM,EAAE,YAAY,GAAG,GAAG,GAAG,UAAU,YAAY,GAAG,GAAG,EAAE,CAEjF"}
|