@jjrawlins/cdk-iam-policy-builder-helper 0.0.117 → 0.0.119
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
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.118.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.118", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.118
|
|
@@ -15764,6 +15764,7 @@ export declare const Actions: {
|
|
|
15764
15764
|
GetTrack: string;
|
|
15765
15765
|
GetUsageLimit: string;
|
|
15766
15766
|
GetWorkgroup: string;
|
|
15767
|
+
ListAutonomicsDenylist: string;
|
|
15767
15768
|
ListCustomDomainAssociations: string;
|
|
15768
15769
|
ListEndpointAccess: string;
|
|
15769
15770
|
ListManagedWorkgroups: string;
|
|
@@ -15786,6 +15787,7 @@ export declare const Actions: {
|
|
|
15786
15787
|
RestoreTableFromSnapshot: string;
|
|
15787
15788
|
TagResource: string;
|
|
15788
15789
|
UntagResource: string;
|
|
15790
|
+
UpdateAutonomicsDenylist: string;
|
|
15789
15791
|
UpdateCustomDomainAssociation: string;
|
|
15790
15792
|
UpdateEndpointAccess: string;
|
|
15791
15793
|
UpdateNamespace: string;
|
|
@@ -15858,6 +15860,7 @@ export declare const Actions: {
|
|
|
15858
15860
|
DeregisterNamespace: string;
|
|
15859
15861
|
DescribeAccountAttributes: string;
|
|
15860
15862
|
DescribeAuthenticationProfiles: string;
|
|
15863
|
+
DescribeAutonomicsDenylist: string;
|
|
15861
15864
|
DescribeClusterDbRevisions: string;
|
|
15862
15865
|
DescribeClusterParameterGroups: string;
|
|
15863
15866
|
DescribeClusterParameters: string;
|
|
@@ -15922,6 +15925,7 @@ export declare const Actions: {
|
|
|
15922
15925
|
ListTables: string;
|
|
15923
15926
|
ModifyAquaConfiguration: string;
|
|
15924
15927
|
ModifyAuthenticationProfile: string;
|
|
15928
|
+
ModifyAutonomicsDenylist: string;
|
|
15925
15929
|
ModifyCluster: string;
|
|
15926
15930
|
ModifyClusterDbRevision: string;
|
|
15927
15931
|
ModifyClusterIamRoles: string;
|