@jjrawlins/cdk-iam-policy-builder-helper 0.0.83 → 0.0.84
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 +2 -0
- package/lib/constructs/Actions.js +3 -1
- package/lib/constructs/ManagedPolicies.d.ts +8 -0
- package/lib/constructs/ManagedPolicies.js +9 -1
- package/methods_list.txt +2 -0
- package/package.json +1 -1
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.83.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.83", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.83
|
|
@@ -1185,7 +1185,9 @@ export declare const Actions: {
|
|
|
1185
1185
|
GetQueryResults: string;
|
|
1186
1186
|
GetQueryResultsStream: string;
|
|
1187
1187
|
GetQueryRuntimeStatistics: string;
|
|
1188
|
+
GetResourceDashboard: string;
|
|
1188
1189
|
GetSession: string;
|
|
1190
|
+
GetSessionEndpoint: string;
|
|
1189
1191
|
GetSessionStatus: string;
|
|
1190
1192
|
GetTable: string;
|
|
1191
1193
|
GetTableMetadata: string;
|