@jjrawlins/cdk-iam-policy-builder-helper 0.0.124 → 0.0.126
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
|
@@ -3483,7 +3483,7 @@
|
|
|
3483
3483
|
"stability": "stable"
|
|
3484
3484
|
},
|
|
3485
3485
|
"homepage": "https://github.com/JaysonRawlins/cdk-iam-policy-builder-helper.git",
|
|
3486
|
-
"jsiiVersion": "5.9.
|
|
3486
|
+
"jsiiVersion": "5.9.22 (build b81c634)",
|
|
3487
3487
|
"keywords": [
|
|
3488
3488
|
"aws",
|
|
3489
3489
|
"cdk",
|
|
@@ -3526,6 +3526,6 @@
|
|
|
3526
3526
|
}
|
|
3527
3527
|
},
|
|
3528
3528
|
"types": {},
|
|
3529
|
-
"version": "0.0.
|
|
3530
|
-
"fingerprint": "
|
|
3529
|
+
"version": "0.0.126",
|
|
3530
|
+
"fingerprint": "KgKeb2+YhwXhoQPHFCnWE8k5rXCs030WUkPWoYpEKdw="
|
|
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.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.125.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.125", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.125
|
|
@@ -15223,6 +15223,8 @@ export declare const Actions: {
|
|
|
15223
15223
|
AllowVendedLogDeliveryForResource: string;
|
|
15224
15224
|
BatchCreateTopicReviewedAnswer: string;
|
|
15225
15225
|
BatchDeleteTopicReviewedAnswer: string;
|
|
15226
|
+
BatchGetPreferences: string;
|
|
15227
|
+
BatchUpdatePreferences: string;
|
|
15226
15228
|
CancelIngestion: string;
|
|
15227
15229
|
CreateAccountCustomization: string;
|
|
15228
15230
|
CreateAccountSubscription: string;
|
|
@@ -15334,6 +15336,7 @@ export declare const Actions: {
|
|
|
15334
15336
|
DescribeQuickSightQSearchConfiguration: string;
|
|
15335
15337
|
DescribeRefreshSchedule: string;
|
|
15336
15338
|
DescribeRoleCustomPermission: string;
|
|
15339
|
+
DescribeSelfUpgradeConfiguration: string;
|
|
15337
15340
|
DescribeTemplate: string;
|
|
15338
15341
|
DescribeTemplateAlias: string;
|
|
15339
15342
|
DescribeTemplatePermissions: string;
|
|
@@ -15385,6 +15388,7 @@ export declare const Actions: {
|
|
|
15385
15388
|
ListNamespaces: string;
|
|
15386
15389
|
ListRefreshSchedules: string;
|
|
15387
15390
|
ListRoleMemberships: string;
|
|
15391
|
+
ListSelfUpgrades: string;
|
|
15388
15392
|
ListTagsForResource: string;
|
|
15389
15393
|
ListTemplateAliases: string;
|
|
15390
15394
|
ListTemplates: string;
|
|
@@ -15471,6 +15475,8 @@ export declare const Actions: {
|
|
|
15471
15475
|
UpdateRefreshSchedule: string;
|
|
15472
15476
|
UpdateResourcePermissions: string;
|
|
15473
15477
|
UpdateRoleCustomPermission: string;
|
|
15478
|
+
UpdateSelfUpgrade: string;
|
|
15479
|
+
UpdateSelfUpgradeConfiguration: string;
|
|
15474
15480
|
UpdateSPICECapacityConfiguration: string;
|
|
15475
15481
|
UpdateTemplate: string;
|
|
15476
15482
|
UpdateTemplateAlias: string;
|