@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/signin.js
CHANGED
|
@@ -2,16 +2,19 @@ export const signinActions = [
|
|
|
2
2
|
"Authenticate",
|
|
3
3
|
"AuthorizeOAuth2Access",
|
|
4
4
|
"CreateAccount",
|
|
5
|
+
"CreateOAuth2PublicClient",
|
|
5
6
|
"CreateOAuth2Token",
|
|
6
7
|
"CreateTrustedIdentityPropagationApplicationForConsole",
|
|
7
8
|
"DeleteConsoleAuthorizationConfiguration",
|
|
8
9
|
"DeleteResourcePermissionStatement",
|
|
9
10
|
"GetConsoleAuthorizationConfiguration",
|
|
10
11
|
"GetResourcePolicy",
|
|
12
|
+
"IntrospectOAuth2Token",
|
|
11
13
|
"ListResourcePermissionStatements",
|
|
12
14
|
"ListTrustedIdentityPropagationApplicationsForConsole",
|
|
13
15
|
"PutConsoleAuthorizationConfiguration",
|
|
14
16
|
"PutResourcePermissionStatement",
|
|
17
|
+
"RevokeOAuth2Token",
|
|
15
18
|
];
|
|
16
19
|
export function signin(action) {
|
|
17
20
|
return `signin:${action}`;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const wellarchitectedActions: readonly ["AssociateLenses", "AssociateProfiles", "ConfigureIntegration", "CreateLensShare", "CreateLensVersion", "CreateMilestone", "CreateProfile", "CreateProfileShare", "CreateReviewTemplate", "CreateTemplateShare", "CreateWorkload", "CreateWorkloadShare", "DeleteLens", "DeleteLensShare", "DeleteProfile", "DeleteProfileShare", "DeleteReviewTemplate", "DeleteTemplateShare", "DeleteWorkload", "DeleteWorkloadShare", "DisassociateLenses", "DisassociateProfiles", "ExportLens", "GetAnswer", "GetConsolidatedReport", "GetGlobalSettings", "GetLens", "GetLensReview", "GetLensReviewReport", "GetLensVersionDifference", "GetMilestone", "GetProfile", "GetProfileTemplate", "GetReviewTemplate", "GetReviewTemplateAnswer", "GetReviewTemplateLensReview", "GetWorkload", "ImportLens", "ListAnswers", "ListCheckDetails", "ListCheckSummaries", "ListLenses", "ListLensReviewImprovements", "ListLensReviews", "ListLensShares", "ListMilestones", "ListNotifications", "ListProfileNotifications", "ListProfiles", "ListProfileShares", "ListReviewTemplateAnswers", "ListReviewTemplates", "ListShareInvitations", "ListTagsForResource", "ListTemplateShares", "ListWorkloads", "ListWorkloadShares", "TagResource", "UntagResource", "UpdateAnswer", "UpdateGlobalSettings", "UpdateIntegration", "UpdateLensReview", "UpdateProfile", "UpdateReviewTemplate", "UpdateReviewTemplateAnswer", "UpdateReviewTemplateLensReview", "UpdateShareInvitation", "UpdateWorkload", "UpdateWorkloadShare", "UpgradeLensReview", "UpgradeProfileVersion", "UpgradeReviewTemplateLensReview"];
|
|
1
|
+
export declare const wellarchitectedActions: readonly ["AssociateLenses", "AssociateProfiles", "ConfigureIntegration", "CreateAgentContext", "CreateAgentGoal", "CreateAgentProfile", "CreateLensShare", "CreateLensVersion", "CreateMilestone", "CreateProfile", "CreateProfileShare", "CreateReviewTemplate", "CreateTemplateShare", "CreateWorkload", "CreateWorkloadShare", "DeleteAgentContext", "DeleteAgentGoal", "DeleteAgentProfile", "DeleteLens", "DeleteLensShare", "DeleteProfile", "DeleteProfileShare", "DeleteReviewTemplate", "DeleteTemplateShare", "DeleteWorkload", "DeleteWorkloadShare", "DisassociateLenses", "DisassociateProfiles", "ExportLens", "GetAgentContext", "GetAgentGoal", "GetAgentProfile", "GetAgentRecommendation", "GetAgentRecommendationGeneration", "GetAnswer", "GetConsolidatedReport", "GetGlobalSettings", "GetLens", "GetLensReview", "GetLensReviewReport", "GetLensVersionDifference", "GetMilestone", "GetProfile", "GetProfileTemplate", "GetReviewTemplate", "GetReviewTemplateAnswer", "GetReviewTemplateLensReview", "GetWorkload", "ImportLens", "ListAgentContexts", "ListAgentGoals", "ListAgentProfiles", "ListAgentRecommendationGenerations", "ListAgentRecommendationItems", "ListAgentRecommendations", "ListAnswers", "ListCheckDetails", "ListCheckSummaries", "ListLenses", "ListLensReviewImprovements", "ListLensReviews", "ListLensShares", "ListMilestones", "ListNotifications", "ListProfileNotifications", "ListProfiles", "ListProfileShares", "ListReviewTemplateAnswers", "ListReviewTemplates", "ListShareInvitations", "ListTagsForResource", "ListTemplateShares", "ListWorkloads", "ListWorkloadShares", "PutAgentRecommendationFeedback", "StartAgentRecommendationGeneration", "TagResource", "UntagResource", "UpdateAgentContext", "UpdateAgentGoal", "UpdateAgentProfile", "UpdateAgentRecommendationStatus", "UpdateAnswer", "UpdateGlobalSettings", "UpdateIntegration", "UpdateLensReview", "UpdateProfile", "UpdateReviewTemplate", "UpdateReviewTemplateAnswer", "UpdateReviewTemplateLensReview", "UpdateShareInvitation", "UpdateWorkload", "UpdateWorkloadShare", "UpgradeLensReview", "UpgradeProfileVersion", "UpgradeReviewTemplateLensReview"];
|
|
2
2
|
export type WellarchitectedAction = (typeof wellarchitectedActions)[number];
|
|
3
3
|
export declare function wellarchitected(action: WellarchitectedAction | "*"): `wellarchitected:${WellarchitectedAction | "*"}`;
|
|
4
4
|
//# sourceMappingURL=wellarchitected.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wellarchitected.d.ts","sourceRoot":"","sources":["../../src/catalog/wellarchitected.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"wellarchitected.d.ts","sourceRoot":"","sources":["../../src/catalog/wellarchitected.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,okEAiGzB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,wBAAgB,eAAe,CAAC,MAAM,EAAE,qBAAqB,GAAG,GAAG,GAAG,mBAAmB,qBAAqB,GAAG,GAAG,EAAE,CAErH"}
|
|
@@ -2,6 +2,9 @@ export const wellarchitectedActions = [
|
|
|
2
2
|
"AssociateLenses",
|
|
3
3
|
"AssociateProfiles",
|
|
4
4
|
"ConfigureIntegration",
|
|
5
|
+
"CreateAgentContext",
|
|
6
|
+
"CreateAgentGoal",
|
|
7
|
+
"CreateAgentProfile",
|
|
5
8
|
"CreateLensShare",
|
|
6
9
|
"CreateLensVersion",
|
|
7
10
|
"CreateMilestone",
|
|
@@ -11,6 +14,9 @@ export const wellarchitectedActions = [
|
|
|
11
14
|
"CreateTemplateShare",
|
|
12
15
|
"CreateWorkload",
|
|
13
16
|
"CreateWorkloadShare",
|
|
17
|
+
"DeleteAgentContext",
|
|
18
|
+
"DeleteAgentGoal",
|
|
19
|
+
"DeleteAgentProfile",
|
|
14
20
|
"DeleteLens",
|
|
15
21
|
"DeleteLensShare",
|
|
16
22
|
"DeleteProfile",
|
|
@@ -22,6 +28,11 @@ export const wellarchitectedActions = [
|
|
|
22
28
|
"DisassociateLenses",
|
|
23
29
|
"DisassociateProfiles",
|
|
24
30
|
"ExportLens",
|
|
31
|
+
"GetAgentContext",
|
|
32
|
+
"GetAgentGoal",
|
|
33
|
+
"GetAgentProfile",
|
|
34
|
+
"GetAgentRecommendation",
|
|
35
|
+
"GetAgentRecommendationGeneration",
|
|
25
36
|
"GetAnswer",
|
|
26
37
|
"GetConsolidatedReport",
|
|
27
38
|
"GetGlobalSettings",
|
|
@@ -37,6 +48,12 @@ export const wellarchitectedActions = [
|
|
|
37
48
|
"GetReviewTemplateLensReview",
|
|
38
49
|
"GetWorkload",
|
|
39
50
|
"ImportLens",
|
|
51
|
+
"ListAgentContexts",
|
|
52
|
+
"ListAgentGoals",
|
|
53
|
+
"ListAgentProfiles",
|
|
54
|
+
"ListAgentRecommendationGenerations",
|
|
55
|
+
"ListAgentRecommendationItems",
|
|
56
|
+
"ListAgentRecommendations",
|
|
40
57
|
"ListAnswers",
|
|
41
58
|
"ListCheckDetails",
|
|
42
59
|
"ListCheckSummaries",
|
|
@@ -56,8 +73,14 @@ export const wellarchitectedActions = [
|
|
|
56
73
|
"ListTemplateShares",
|
|
57
74
|
"ListWorkloads",
|
|
58
75
|
"ListWorkloadShares",
|
|
76
|
+
"PutAgentRecommendationFeedback",
|
|
77
|
+
"StartAgentRecommendationGeneration",
|
|
59
78
|
"TagResource",
|
|
60
79
|
"UntagResource",
|
|
80
|
+
"UpdateAgentContext",
|
|
81
|
+
"UpdateAgentGoal",
|
|
82
|
+
"UpdateAgentProfile",
|
|
83
|
+
"UpdateAgentRecommendationStatus",
|
|
61
84
|
"UpdateAnswer",
|
|
62
85
|
"UpdateGlobalSettings",
|
|
63
86
|
"UpdateIntegration",
|