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

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.95",
3530
+ "fingerprint": "gEIEtfJPJZShVtIEQ9jbJ4+HPrErGxISsljVH1OMvT0="
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.94.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.94", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.92
1
+ 0.0.94
@@ -7131,6 +7131,7 @@ export declare const Actions: {
7131
7131
  AssociateIdentityProviderConfig: string;
7132
7132
  CreateAccessEntry: string;
7133
7133
  CreateAddon: string;
7134
+ CreateCapability: string;
7134
7135
  CreateCluster: string;
7135
7136
  CreateEksAnywhereSubscription: string;
7136
7137
  CreateFargateProfile: string;
@@ -7138,6 +7139,7 @@ export declare const Actions: {
7138
7139
  CreatePodIdentityAssociation: string;
7139
7140
  DeleteAccessEntry: string;
7140
7141
  DeleteAddon: string;
7142
+ DeleteCapability: string;
7141
7143
  DeleteCluster: string;
7142
7144
  DeleteEksAnywhereSubscription: string;
7143
7145
  DeleteFargateProfile: string;
@@ -7148,6 +7150,7 @@ export declare const Actions: {
7148
7150
  DescribeAddon: string;
7149
7151
  DescribeAddonConfiguration: string;
7150
7152
  DescribeAddonVersions: string;
7153
+ DescribeCapability: string;
7151
7154
  DescribeCluster: string;
7152
7155
  DescribeClusterVersions: string;
7153
7156
  DescribeEksAnywhereSubscription: string;
@@ -7164,6 +7167,7 @@ export declare const Actions: {
7164
7167
  ListAccessPolicies: string;
7165
7168
  ListAddons: string;
7166
7169
  ListAssociatedAccessPolicies: string;
7170
+ ListCapabilities: string;
7167
7171
  ListClusters: string;
7168
7172
  ListDashboardData: string;
7169
7173
  ListDashboardResources: string;
@@ -7182,6 +7186,7 @@ export declare const Actions: {
7182
7186
  UntagResource: string;
7183
7187
  UpdateAccessEntry: string;
7184
7188
  UpdateAddon: string;
7189
+ UpdateCapability: string;
7185
7190
  UpdateClusterConfig: string;
7186
7191
  UpdateClusterVersion: string;
7187
7192
  UpdateEksAnywhereSubscription: string;
@@ -16051,6 +16056,7 @@ export declare const Actions: {
16051
16056
  TestDNSAnswer: string;
16052
16057
  UpdateHealthCheck: string;
16053
16058
  UpdateHostedZoneComment: string;
16059
+ UpdateHostedZoneFeatures: string;
16054
16060
  UpdateTrafficPolicyComment: string;
16055
16061
  UpdateTrafficPolicyInstance: string;
16056
16062
  };