@jjrawlins/cdk-iam-policy-builder-helper 0.0.102 → 0.0.103
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/.jsii +2 -2
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +29 -0
- package/lib/constructs/Actions.js +30 -1
- package/methods_list.txt +27 -0
- package/package.json +1 -1
- package/.mergify.yml +0 -102
package/.jsii
CHANGED
|
@@ -13,7 +13,7 @@ import (
|
|
|
13
13
|
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
|
|
14
14
|
)
|
|
15
15
|
|
|
16
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.102.tgz
|
|
17
17
|
var tarball []byte
|
|
18
18
|
|
|
19
19
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -24,5 +24,5 @@ func Initialize() {
|
|
|
24
24
|
constructs.Initialize()
|
|
25
25
|
|
|
26
26
|
// Load this library into the kernel
|
|
27
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.102", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.102
|
|
@@ -200,6 +200,31 @@ export declare const Actions: {
|
|
|
200
200
|
RevokeCertificate: string;
|
|
201
201
|
UpdateCertificateOptions: string;
|
|
202
202
|
};
|
|
203
|
+
'aco-automation': {
|
|
204
|
+
AssociateAccounts: string;
|
|
205
|
+
CreateAutomationRule: string;
|
|
206
|
+
DeleteAutomationRule: string;
|
|
207
|
+
DisassociateAccounts: string;
|
|
208
|
+
GetAutomationEvent: string;
|
|
209
|
+
GetAutomationRule: string;
|
|
210
|
+
GetEnrollmentConfiguration: string;
|
|
211
|
+
ListAccounts: string;
|
|
212
|
+
ListAutomationEvents: string;
|
|
213
|
+
ListAutomationEventSteps: string;
|
|
214
|
+
ListAutomationEventSummaries: string;
|
|
215
|
+
ListAutomationRulePreview: string;
|
|
216
|
+
ListAutomationRulePreviewSummaries: string;
|
|
217
|
+
ListAutomationRules: string;
|
|
218
|
+
ListRecommendedActions: string;
|
|
219
|
+
ListRecommendedActionSummaries: string;
|
|
220
|
+
ListTagsForResource: string;
|
|
221
|
+
RollbackAutomationEvent: string;
|
|
222
|
+
StartAutomationEvent: string;
|
|
223
|
+
TagResource: string;
|
|
224
|
+
UntagResource: string;
|
|
225
|
+
UpdateAutomationRule: string;
|
|
226
|
+
UpdateEnrollmentConfiguration: string;
|
|
227
|
+
};
|
|
203
228
|
'action-recommendations': {
|
|
204
229
|
ListRecommendedActions: string;
|
|
205
230
|
};
|
|
@@ -2039,6 +2064,7 @@ export declare const Actions: {
|
|
|
2039
2064
|
DeleteCustomModelDeployment: string;
|
|
2040
2065
|
DeleteDataAutomationProject: string;
|
|
2041
2066
|
DeleteDataSource: string;
|
|
2067
|
+
DeleteEnforcedGuardrailConfiguration: string;
|
|
2042
2068
|
DeleteFlow: string;
|
|
2043
2069
|
DeleteFlowAlias: string;
|
|
2044
2070
|
DeleteFlowVersion: string;
|
|
@@ -2141,6 +2167,7 @@ export declare const Actions: {
|
|
|
2141
2167
|
ListCustomModels: string;
|
|
2142
2168
|
ListDataAutomationProjects: string;
|
|
2143
2169
|
ListDataSources: string;
|
|
2170
|
+
ListEnforcedGuardrailsConfiguration: string;
|
|
2144
2171
|
ListEvaluationJobs: string;
|
|
2145
2172
|
ListFlowAliases: string;
|
|
2146
2173
|
ListFlowExecutionEvents: string;
|
|
@@ -2171,6 +2198,7 @@ export declare const Actions: {
|
|
|
2171
2198
|
OptimizePrompt: string;
|
|
2172
2199
|
PrepareAgent: string;
|
|
2173
2200
|
PrepareFlow: string;
|
|
2201
|
+
PutEnforcedGuardrailConfiguration: string;
|
|
2174
2202
|
PutFoundationModelEntitlement: string;
|
|
2175
2203
|
PutInvocationStep: string;
|
|
2176
2204
|
PutModelInvocationLoggingConfiguration: string;
|
|
@@ -2443,6 +2471,7 @@ export declare const Actions: {
|
|
|
2443
2471
|
ListCostAllocationTagBackfillHistory: string;
|
|
2444
2472
|
ListCostAllocationTags: string;
|
|
2445
2473
|
ListCostCategoryDefinitions: string;
|
|
2474
|
+
ListCostCategoryResourceAssociations: string;
|
|
2446
2475
|
ListSavingsPlansPurchaseRecommendationGeneration: string;
|
|
2447
2476
|
ListTagsForResource: string;
|
|
2448
2477
|
ProvideAnomalyFeedback: string;
|