@jjrawlins/cdk-iam-policy-builder-helper 0.0.93 → 0.0.94

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.93",
3530
- "fingerprint": "2bvvybdDyaOdrbJrhUct7CxxRfXAaanOUP3CsbQtl3A="
3529
+ "version": "0.0.94",
3530
+ "fingerprint": "S2rA/Aks5u6wCc6F15PQpw/ldHKA3RGHMnIc/V+QOuo="
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.92.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.93.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.92", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.93", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.92
1
+ 0.0.93
@@ -16051,6 +16051,7 @@ export declare const Actions: {
16051
16051
  TestDNSAnswer: string;
16052
16052
  UpdateHealthCheck: string;
16053
16053
  UpdateHostedZoneComment: string;
16054
+ UpdateHostedZoneFeatures: string;
16054
16055
  UpdateTrafficPolicyComment: string;
16055
16056
  UpdateTrafficPolicyInstance: string;
16056
16057
  };