@jjrawlins/cdk-iam-policy-builder-helper 0.0.129 → 0.0.131
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.130.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.130", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.130
|
|
@@ -7296,6 +7296,10 @@ export declare const Actions: {
|
|
|
7296
7296
|
UploadLayerPart: string;
|
|
7297
7297
|
ValidatePullThroughCacheRule: string;
|
|
7298
7298
|
};
|
|
7299
|
+
'ecs-mcp': {
|
|
7300
|
+
InvokeReadOnlyTools: string;
|
|
7301
|
+
UseMcp: string;
|
|
7302
|
+
};
|
|
7299
7303
|
ecs: {
|
|
7300
7304
|
CreateCapacityProvider: string;
|
|
7301
7305
|
CreateCluster: string;
|
|
@@ -7631,6 +7635,7 @@ export declare const Actions: {
|
|
|
7631
7635
|
CreateRule: string;
|
|
7632
7636
|
CreateTargetGroup: string;
|
|
7633
7637
|
CreateTrustStore: string;
|
|
7638
|
+
CreateWebACLAssociation: string;
|
|
7634
7639
|
DeleteListener: string;
|
|
7635
7640
|
DeleteLoadBalancer: string;
|
|
7636
7641
|
DeleteLoadBalancerListeners: string;
|
|
@@ -7639,6 +7644,7 @@ export declare const Actions: {
|
|
|
7639
7644
|
DeleteSharedTrustStoreAssociation: string;
|
|
7640
7645
|
DeleteTargetGroup: string;
|
|
7641
7646
|
DeleteTrustStore: string;
|
|
7647
|
+
DeleteWebACLAssociation: string;
|
|
7642
7648
|
DeregisterInstancesFromLoadBalancer: string;
|
|
7643
7649
|
DeregisterTargets: string;
|
|
7644
7650
|
DescribeAccountLimits: string;
|
|
@@ -7660,9 +7666,11 @@ export declare const Actions: {
|
|
|
7660
7666
|
DescribeTrustStoreAssociations: string;
|
|
7661
7667
|
DescribeTrustStoreRevocations: string;
|
|
7662
7668
|
DescribeTrustStores: string;
|
|
7669
|
+
DescribeWebACLAssociation: string;
|
|
7663
7670
|
DetachLoadBalancerFromSubnets: string;
|
|
7664
7671
|
DisableAvailabilityZonesForLoadBalancer: string;
|
|
7665
7672
|
EnableAvailabilityZonesForLoadBalancer: string;
|
|
7673
|
+
GetLoadBalancerWebACL: string;
|
|
7666
7674
|
GetResourcePolicy: string;
|
|
7667
7675
|
GetTrustStoreCaCertificatesBundle: string;
|
|
7668
7676
|
GetTrustStoreRevocationContent: string;
|
|
@@ -13616,6 +13624,7 @@ export declare const Actions: {
|
|
|
13616
13624
|
CreateConnection: string;
|
|
13617
13625
|
CreateConnectPeer: string;
|
|
13618
13626
|
CreateCoreNetwork: string;
|
|
13627
|
+
CreateCoreNetworkPrefixListAssociation: string;
|
|
13619
13628
|
CreateDevice: string;
|
|
13620
13629
|
CreateDirectConnectGatewayAttachment: string;
|
|
13621
13630
|
CreateGlobalNetwork: string;
|
|
@@ -13630,6 +13639,7 @@ export declare const Actions: {
|
|
|
13630
13639
|
DeleteConnectPeer: string;
|
|
13631
13640
|
DeleteCoreNetwork: string;
|
|
13632
13641
|
DeleteCoreNetworkPolicyVersion: string;
|
|
13642
|
+
DeleteCoreNetworkPrefixListAssociation: string;
|
|
13633
13643
|
DeleteDevice: string;
|
|
13634
13644
|
DeleteGlobalNetwork: string;
|
|
13635
13645
|
DeleteLink: string;
|
|
@@ -13673,14 +13683,18 @@ export declare const Actions: {
|
|
|
13673
13683
|
ListAttachments: string;
|
|
13674
13684
|
ListConnectPeers: string;
|
|
13675
13685
|
ListCoreNetworkPolicyVersions: string;
|
|
13686
|
+
ListCoreNetworkPrefixListAssociations: string;
|
|
13687
|
+
ListCoreNetworkRoutingInformation: string;
|
|
13676
13688
|
ListCoreNetworks: string;
|
|
13677
13689
|
ListOrganizationServiceAccessStatus: string;
|
|
13678
13690
|
ListPeerings: string;
|
|
13679
13691
|
ListTagsForResource: string;
|
|
13692
|
+
PutAttachmentRoutingPolicyLabel: string;
|
|
13680
13693
|
PutCoreNetworkPolicy: string;
|
|
13681
13694
|
PutResourcePolicy: string;
|
|
13682
13695
|
RegisterTransitGateway: string;
|
|
13683
13696
|
RejectAttachment: string;
|
|
13697
|
+
RemoveAttachmentRoutingPolicyLabel: string;
|
|
13684
13698
|
RestoreCoreNetworkPolicyVersion: string;
|
|
13685
13699
|
StartOrganizationServiceAccessUpdate: string;
|
|
13686
13700
|
StartRouteAnalysis: string;
|
|
@@ -13900,6 +13914,7 @@ export declare const Actions: {
|
|
|
13900
13914
|
CreateCloudExadataInfrastructure: string;
|
|
13901
13915
|
CreateCloudVmCluster: string;
|
|
13902
13916
|
CreateDbNode: string;
|
|
13917
|
+
CreateGrantShare: string;
|
|
13903
13918
|
CreateOdbNetwork: string;
|
|
13904
13919
|
CreateOdbPeeringConnection: string;
|
|
13905
13920
|
CreateOutboundIntegration: string;
|
|
@@ -13907,6 +13922,7 @@ export declare const Actions: {
|
|
|
13907
13922
|
DeleteCloudExadataInfrastructure: string;
|
|
13908
13923
|
DeleteCloudVmCluster: string;
|
|
13909
13924
|
DeleteDbNode: string;
|
|
13925
|
+
DeleteGrantShare: string;
|
|
13910
13926
|
DeleteOdbNetwork: string;
|
|
13911
13927
|
DeleteOdbPeeringConnection: string;
|
|
13912
13928
|
DeleteResourcePolicy: string;
|
|
@@ -13940,6 +13956,7 @@ export declare const Actions: {
|
|
|
13940
13956
|
TagResource: string;
|
|
13941
13957
|
UntagResource: string;
|
|
13942
13958
|
UpdateCloudExadataInfrastructure: string;
|
|
13959
|
+
UpdateGrantShare: string;
|
|
13943
13960
|
UpdateOdbNetwork: string;
|
|
13944
13961
|
UpdateOdbPeeringConnection: string;
|
|
13945
13962
|
UpdateOutboundIntegration: string;
|