@jjrawlins/cdk-iam-policy-builder-helper 0.0.101 → 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/methods_list.txt
CHANGED
|
@@ -187,6 +187,29 @@ acm:RequestCertificate
|
|
|
187
187
|
acm:ResendValidationEmail
|
|
188
188
|
acm:RevokeCertificate
|
|
189
189
|
acm:UpdateCertificateOptions
|
|
190
|
+
aco-automation:AssociateAccounts
|
|
191
|
+
aco-automation:CreateAutomationRule
|
|
192
|
+
aco-automation:DeleteAutomationRule
|
|
193
|
+
aco-automation:DisassociateAccounts
|
|
194
|
+
aco-automation:GetAutomationEvent
|
|
195
|
+
aco-automation:GetAutomationRule
|
|
196
|
+
aco-automation:GetEnrollmentConfiguration
|
|
197
|
+
aco-automation:ListAccounts
|
|
198
|
+
aco-automation:ListAutomationEvents
|
|
199
|
+
aco-automation:ListAutomationEventSteps
|
|
200
|
+
aco-automation:ListAutomationEventSummaries
|
|
201
|
+
aco-automation:ListAutomationRulePreview
|
|
202
|
+
aco-automation:ListAutomationRulePreviewSummaries
|
|
203
|
+
aco-automation:ListAutomationRules
|
|
204
|
+
aco-automation:ListRecommendedActions
|
|
205
|
+
aco-automation:ListRecommendedActionSummaries
|
|
206
|
+
aco-automation:ListTagsForResource
|
|
207
|
+
aco-automation:RollbackAutomationEvent
|
|
208
|
+
aco-automation:StartAutomationEvent
|
|
209
|
+
aco-automation:TagResource
|
|
210
|
+
aco-automation:UntagResource
|
|
211
|
+
aco-automation:UpdateAutomationRule
|
|
212
|
+
aco-automation:UpdateEnrollmentConfiguration
|
|
190
213
|
action-recommendations:ListRecommendedActions
|
|
191
214
|
activate:CreateForm
|
|
192
215
|
activate:GetAccountContact
|
|
@@ -1929,6 +1952,7 @@ bedrock:DeleteCustomModel
|
|
|
1929
1952
|
bedrock:DeleteCustomModelDeployment
|
|
1930
1953
|
bedrock:DeleteDataAutomationProject
|
|
1931
1954
|
bedrock:DeleteDataSource
|
|
1955
|
+
bedrock:DeleteEnforcedGuardrailConfiguration
|
|
1932
1956
|
bedrock:DeleteFlow
|
|
1933
1957
|
bedrock:DeleteFlowAlias
|
|
1934
1958
|
bedrock:DeleteFlowVersion
|
|
@@ -2031,6 +2055,7 @@ bedrock:ListCustomModelDeployments
|
|
|
2031
2055
|
bedrock:ListCustomModels
|
|
2032
2056
|
bedrock:ListDataAutomationProjects
|
|
2033
2057
|
bedrock:ListDataSources
|
|
2058
|
+
bedrock:ListEnforcedGuardrailsConfiguration
|
|
2034
2059
|
bedrock:ListEvaluationJobs
|
|
2035
2060
|
bedrock:ListFlowAliases
|
|
2036
2061
|
bedrock:ListFlowExecutionEvents
|
|
@@ -2061,6 +2086,7 @@ bedrock:ListTagsForResource
|
|
|
2061
2086
|
bedrock:OptimizePrompt
|
|
2062
2087
|
bedrock:PrepareAgent
|
|
2063
2088
|
bedrock:PrepareFlow
|
|
2089
|
+
bedrock:PutEnforcedGuardrailConfiguration
|
|
2064
2090
|
bedrock:PutFoundationModelEntitlement
|
|
2065
2091
|
bedrock:PutInvocationStep
|
|
2066
2092
|
bedrock:PutModelInvocationLoggingConfiguration
|
|
@@ -2317,6 +2343,7 @@ ce:ListCommitmentPurchaseAnalyses
|
|
|
2317
2343
|
ce:ListCostAllocationTagBackfillHistory
|
|
2318
2344
|
ce:ListCostAllocationTags
|
|
2319
2345
|
ce:ListCostCategoryDefinitions
|
|
2346
|
+
ce:ListCostCategoryResourceAssociations
|
|
2320
2347
|
ce:ListSavingsPlansPurchaseRecommendationGeneration
|
|
2321
2348
|
ce:ListTagsForResource
|
|
2322
2349
|
ce:ProvideAnomalyFeedback
|
package/package.json
CHANGED
package/.mergify.yml
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
queue_rules:
|
|
2
|
-
- name: default
|
|
3
|
-
update_method: rebase
|
|
4
|
-
update_bot_account: jjrawlins
|
|
5
|
-
queue_conditions:
|
|
6
|
-
- -label~=(do-not-merge)
|
|
7
|
-
- status-success=build
|
|
8
|
-
- status-success=package-js
|
|
9
|
-
- status-success=package-python
|
|
10
|
-
- status-success=package-go
|
|
11
|
-
- status-success=package-dotnet
|
|
12
|
-
- author=projenbuildmanager[bot]
|
|
13
|
-
merge_method: squash
|
|
14
|
-
autosquash: true
|
|
15
|
-
commit_message_template: |-
|
|
16
|
-
{{ title }} (#{{ number }})
|
|
17
|
-
|
|
18
|
-
{{ body }}
|
|
19
|
-
autoqueue: true
|
|
20
|
-
- name: Auto-merge dependency upgrade PRs Constructs
|
|
21
|
-
update_bot_account: jjrawlins
|
|
22
|
-
queue_conditions:
|
|
23
|
-
- head=github-actions/upgrade-main
|
|
24
|
-
- -label~=(do-not-merge)
|
|
25
|
-
- status-success=build
|
|
26
|
-
- status-success=package-js
|
|
27
|
-
- status-success=package-python
|
|
28
|
-
- status-success=package-go
|
|
29
|
-
- status-success=package-dotnet
|
|
30
|
-
update_method: rebase
|
|
31
|
-
merge_method: squash
|
|
32
|
-
autoqueue: true
|
|
33
|
-
- name: Auto-merge dependency upgrade PRs CDK Stacks
|
|
34
|
-
update_method: rebase
|
|
35
|
-
update_bot_account: jjrawlins
|
|
36
|
-
queue_conditions:
|
|
37
|
-
- head=github-actions/upgrade
|
|
38
|
-
- -label~=(do-not-merge)
|
|
39
|
-
- status-success=build
|
|
40
|
-
- status-success=package-js
|
|
41
|
-
- status-success=package-python
|
|
42
|
-
- status-success=package-go
|
|
43
|
-
- status-success=package-dotnet
|
|
44
|
-
autoqueue: true
|
|
45
|
-
autosquash: true
|
|
46
|
-
- name: Queue PRs with approved label
|
|
47
|
-
update_bot_account: jjrawlins
|
|
48
|
-
queue_conditions:
|
|
49
|
-
- label=approved
|
|
50
|
-
- -label~=(do-not-merge)
|
|
51
|
-
- status-success=build
|
|
52
|
-
- status-success=package-js
|
|
53
|
-
- status-success=package-python
|
|
54
|
-
- status-success=package-go
|
|
55
|
-
- status-success=package-dotnet
|
|
56
|
-
- author=jjrawlins
|
|
57
|
-
update_method: rebase
|
|
58
|
-
autoqueue: true
|
|
59
|
-
autosquash: true
|
|
60
|
-
pull_request_rules:
|
|
61
|
-
- name: Automatic merge on approval and passing checks
|
|
62
|
-
description: Rules for process pull requests
|
|
63
|
-
conditions:
|
|
64
|
-
- "#approved-reviews-by >= 1"
|
|
65
|
-
- -label~=(do-not-merge)
|
|
66
|
-
- status-success=build
|
|
67
|
-
- status-success=package-js
|
|
68
|
-
- status-success=package-python
|
|
69
|
-
- status-success=package-go
|
|
70
|
-
- status-success=package-dotnet
|
|
71
|
-
- -author=jjrawlins
|
|
72
|
-
- approved-reviews-by=jjrawlins
|
|
73
|
-
- or:
|
|
74
|
-
- label~=(do-not-merge)
|
|
75
|
-
- label=approved
|
|
76
|
-
- author=jjrawlins
|
|
77
|
-
- status-success=build
|
|
78
|
-
- status-success=package-js
|
|
79
|
-
- status-success=package-python
|
|
80
|
-
- status-success=package-go
|
|
81
|
-
- status-success=package-dotnet
|
|
82
|
-
- or:
|
|
83
|
-
- label~=(do-not-merge)
|
|
84
|
-
- author=projenbuildmanager[bot]
|
|
85
|
-
- status-success=build
|
|
86
|
-
- status-success=package-js
|
|
87
|
-
- status-success=package-python
|
|
88
|
-
- status-success=package-go
|
|
89
|
-
- status-success=package-dotnet
|
|
90
|
-
- head=github-actions/upgrade
|
|
91
|
-
- or:
|
|
92
|
-
- head=github-actions/upgrade-main
|
|
93
|
-
|
|
94
|
-
actions:
|
|
95
|
-
merge:
|
|
96
|
-
method: squash
|
|
97
|
-
delete_head_branch:
|
|
98
|
-
rebase:
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
merge_queue:
|
|
102
|
-
max_parallel_checks: 1
|