@jjrawlins/cdk-iam-policy-builder-helper 0.0.94 → 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 +2 -2
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +5 -0
- package/lib/constructs/Actions.js +6 -1
- package/methods_list.txt +5 -0
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +0 -7
- package/node_modules/bowser/package.json +1 -1
- package/node_modules/bowser/src/bowser.js +0 -6
- package/package.json +1 -1
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.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.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.94", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
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;
|