@jjrawlins/cdk-iam-policy-builder-helper 0.0.145 → 0.0.147
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 +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +6 -0
- package/lib/constructs/Actions.js +7 -1
- package/node_modules/@aws-sdk/client-sso/package.json +9 -9
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +9 -9
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/package.json +4 -4
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.24 (build b849aae)",
|
|
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.147",
|
|
3530
|
+
"fingerprint": "p7yQ9DIiqdLRwjTeTbPBgDlHln8tM8Fd4zyBKKcfIL4="
|
|
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.146.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.146", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.146
|
|
@@ -5325,6 +5325,7 @@ export declare const Actions: {
|
|
|
5325
5325
|
DeleteCell: string;
|
|
5326
5326
|
DeleteCellRun: string;
|
|
5327
5327
|
DeleteConnection: string;
|
|
5328
|
+
DeleteDataExportConfiguration: string;
|
|
5328
5329
|
DeleteDataProduct: string;
|
|
5329
5330
|
DeleteDataSource: string;
|
|
5330
5331
|
DeleteDomain: string;
|
|
@@ -5446,6 +5447,7 @@ export declare const Actions: {
|
|
|
5446
5447
|
PutDataExportConfiguration: string;
|
|
5447
5448
|
PutDomainSharingPolicy: string;
|
|
5448
5449
|
PutEnvironmentBlueprintConfiguration: string;
|
|
5450
|
+
QueryGraph: string;
|
|
5449
5451
|
RefreshToken: string;
|
|
5450
5452
|
RejectPredictions: string;
|
|
5451
5453
|
RejectSubscriptionRequest: string;
|
|
@@ -8125,6 +8127,7 @@ export declare const Actions: {
|
|
|
8125
8127
|
DeleteEnvironmentHost: string;
|
|
8126
8128
|
DisassociateEipFromVlan: string;
|
|
8127
8129
|
GetEnvironment: string;
|
|
8130
|
+
GetVersions: string;
|
|
8128
8131
|
ListEnvironmentHosts: string;
|
|
8129
8132
|
ListEnvironments: string;
|
|
8130
8133
|
ListEnvironmentVlans: string;
|
|
@@ -11521,6 +11524,7 @@ export declare const Actions: {
|
|
|
11521
11524
|
DescribeProvisioningEvents: string;
|
|
11522
11525
|
DescribeSettingsSet: string;
|
|
11523
11526
|
GetDeployment: string;
|
|
11527
|
+
GetDeploymentPatternVersion: string;
|
|
11524
11528
|
GetInfrastructureSuggestion: string;
|
|
11525
11529
|
GetIpAddress: string;
|
|
11526
11530
|
GetResourceCostEstimate: string;
|
|
@@ -11533,6 +11537,7 @@ export declare const Actions: {
|
|
|
11533
11537
|
ListAdditionalNodes: string;
|
|
11534
11538
|
ListAllowedResources: string;
|
|
11535
11539
|
ListDeploymentEvents: string;
|
|
11540
|
+
ListDeploymentPatternVersions: string;
|
|
11536
11541
|
ListDeployments: string;
|
|
11537
11542
|
ListProvisionedApps: string;
|
|
11538
11543
|
ListResourceCostEstimates: string;
|
|
@@ -11545,6 +11550,7 @@ export declare const Actions: {
|
|
|
11545
11550
|
StartProvisioning: string;
|
|
11546
11551
|
TagResource: string;
|
|
11547
11552
|
UntagResource: string;
|
|
11553
|
+
UpdateDeployment: string;
|
|
11548
11554
|
UpdateSettingsSet: string;
|
|
11549
11555
|
};
|
|
11550
11556
|
lex: {
|