@jjrawlins/cdk-iam-policy-builder-helper 0.0.99 → 0.0.100

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
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.99",
3530
- "fingerprint": "lE9QDv30iLjyTXZvtwrcu2frnS4sSjdC+NG0k93erZ8="
3529
+ "version": "0.0.100",
3530
+ "fingerprint": "GRTyRASJLNeB4W+fNCzDvMdULd4Gm0G+iudsNnmd0o0="
3531
3531
  }
@@ -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.98.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.99.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.98", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.99", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.98
1
+ 0.0.99
@@ -1975,6 +1975,15 @@ export declare const Actions: {
1975
1975
  UpdatePolicyEngine: string;
1976
1976
  UpdateWorkloadIdentity: string;
1977
1977
  };
1978
+ 'bedrock-mantle': {
1979
+ CallWithBearerToken: string;
1980
+ CancelInference: string;
1981
+ CreateInference: string;
1982
+ DeleteInference: string;
1983
+ GetInference: string;
1984
+ GetModel: string;
1985
+ ListModels: string;
1986
+ };
1978
1987
  bedrock: {
1979
1988
  AllowVendedLogDeliveryForResource: string;
1980
1989
  ApplyGuardrail: string;