@jjrawlins/cdk-iam-policy-builder-helper 0.0.3 → 0.0.4
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/jjrawlinscdkiampolicybuilderhelper/go.mod +4 -4
- package/jjrawlinscdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/jjrawlinscdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +35 -30
- package/lib/constructs/Actions.js +36 -31
- package/lib/constructs/ManagedPolicies.d.ts +4 -0
- package/lib/constructs/ManagedPolicies.js +5 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3,11 +3,11 @@ module github.com/jjrawlins/cdk-iam-policy-builder-helper-construct/jjrawlinscdk
|
|
|
3
3
|
go 1.18
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
|
-
github.com/aws/jsii-runtime-go v1.
|
|
6
|
+
github.com/aws/jsii-runtime-go v1.109.0
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.150.0
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
9
|
-
github.com/projen/projen-go/projen v0.91.
|
|
10
|
-
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.
|
|
11
|
-
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.
|
|
9
|
+
github.com/projen/projen-go/projen v0.91.14
|
|
10
|
+
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.227 // indirect
|
|
11
|
+
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.4 // indirect
|
|
12
12
|
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
|
|
13
13
|
)
|
|
@@ -14,7 +14,7 @@ import (
|
|
|
14
14
|
projen "github.com/projen/projen-go/projen/jsii"
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
17
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.3.tgz
|
|
18
18
|
var tarball []byte
|
|
19
19
|
|
|
20
20
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -26,5 +26,5 @@ func Initialize() {
|
|
|
26
26
|
projen.Initialize()
|
|
27
27
|
|
|
28
28
|
// Load this library into the kernel
|
|
29
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
29
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.3", tarball)
|
|
30
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
|
@@ -575,6 +575,7 @@ export declare const Actions: {
|
|
|
575
575
|
};
|
|
576
576
|
'application-signals': {
|
|
577
577
|
BatchGetServiceLevelObjectiveBudgetReport: string;
|
|
578
|
+
BatchUpdateExclusionWindows: string;
|
|
578
579
|
CreateServiceLevelObjective: string;
|
|
579
580
|
DeleteServiceLevelObjective: string;
|
|
580
581
|
GetService: string;
|
|
@@ -583,6 +584,7 @@ export declare const Actions: {
|
|
|
583
584
|
ListObservedEntities: string;
|
|
584
585
|
ListServiceDependencies: string;
|
|
585
586
|
ListServiceDependents: string;
|
|
587
|
+
ListServiceLevelObjectiveExclusionWindows: string;
|
|
586
588
|
ListServiceLevelObjectives: string;
|
|
587
589
|
ListServiceOperations: string;
|
|
588
590
|
ListServices: string;
|
|
@@ -1039,8 +1041,6 @@ export declare const Actions: {
|
|
|
1039
1041
|
artifact: {
|
|
1040
1042
|
AcceptAgreement: string;
|
|
1041
1043
|
AcceptNdaForAgreement: string;
|
|
1042
|
-
DownloadAgreement: string;
|
|
1043
|
-
Get: string;
|
|
1044
1044
|
GetAccountSettings: string;
|
|
1045
1045
|
GetAgreement: string;
|
|
1046
1046
|
GetCustomerAgreement: string;
|
|
@@ -2527,6 +2527,7 @@ export declare const Actions: {
|
|
|
2527
2527
|
GetIdNamespaceAssociation: string;
|
|
2528
2528
|
GetMembership: string;
|
|
2529
2529
|
GetPrivacyBudgetTemplate: string;
|
|
2530
|
+
GetProtectedJob: string;
|
|
2530
2531
|
GetProtectedQuery: string;
|
|
2531
2532
|
GetSchema: string;
|
|
2532
2533
|
GetSchemaAnalysisRule: string;
|
|
@@ -2546,6 +2547,7 @@ export declare const Actions: {
|
|
|
2546
2547
|
ListMemberships: string;
|
|
2547
2548
|
ListPrivacyBudgets: string;
|
|
2548
2549
|
ListPrivacyBudgetTemplates: string;
|
|
2550
|
+
ListProtectedJobs: string;
|
|
2549
2551
|
ListProtectedQueries: string;
|
|
2550
2552
|
ListSchemas: string;
|
|
2551
2553
|
ListTagsForResource: string;
|
|
@@ -2553,6 +2555,7 @@ export declare const Actions: {
|
|
|
2553
2555
|
PassMembership: string;
|
|
2554
2556
|
PopulateIdMappingTable: string;
|
|
2555
2557
|
PreviewPrivacyImpact: string;
|
|
2558
|
+
StartProtectedJob: string;
|
|
2556
2559
|
StartProtectedQuery: string;
|
|
2557
2560
|
TagResource: string;
|
|
2558
2561
|
UntagResource: string;
|
|
@@ -2567,6 +2570,7 @@ export declare const Actions: {
|
|
|
2567
2570
|
UpdateIdNamespaceAssociation: string;
|
|
2568
2571
|
UpdateMembership: string;
|
|
2569
2572
|
UpdatePrivacyBudgetTemplate: string;
|
|
2573
|
+
UpdateProtectedJob: string;
|
|
2570
2574
|
UpdateProtectedQuery: string;
|
|
2571
2575
|
};
|
|
2572
2576
|
cloud9: {
|
|
@@ -4226,6 +4230,7 @@ export declare const Actions: {
|
|
|
4226
4230
|
ImportPhoneNumber: string;
|
|
4227
4231
|
ListAgentStatuses: string;
|
|
4228
4232
|
ListAnalyticsDataAssociations: string;
|
|
4233
|
+
ListAnalyticsDataLakeDataSets: string;
|
|
4229
4234
|
ListApprovedOrigins: string;
|
|
4230
4235
|
ListAssociatedContacts: string;
|
|
4231
4236
|
ListAuthenticationProfiles: string;
|
|
@@ -4769,6 +4774,7 @@ export declare const Actions: {
|
|
|
4769
4774
|
GetSubscriptionRequestDetails: string;
|
|
4770
4775
|
GetSubscriptionTarget: string;
|
|
4771
4776
|
GetTimeSeriesDataPoint: string;
|
|
4777
|
+
GetUpdateEligibility: string;
|
|
4772
4778
|
GetUserProfile: string;
|
|
4773
4779
|
ListAccountEnvironments: string;
|
|
4774
4780
|
ListAssetFilters: string;
|
|
@@ -5038,32 +5044,6 @@ export declare const Actions: {
|
|
|
5038
5044
|
UpdateComposition: string;
|
|
5039
5045
|
UpdateModel: string;
|
|
5040
5046
|
};
|
|
5041
|
-
deeplens: {
|
|
5042
|
-
AssociateServiceRoleToAccount: string;
|
|
5043
|
-
BatchGetDevice: string;
|
|
5044
|
-
BatchGetModel: string;
|
|
5045
|
-
BatchGetProject: string;
|
|
5046
|
-
CreateDeviceCertificates: string;
|
|
5047
|
-
CreateModel: string;
|
|
5048
|
-
CreateProject: string;
|
|
5049
|
-
DeleteModel: string;
|
|
5050
|
-
DeleteProject: string;
|
|
5051
|
-
DeployProject: string;
|
|
5052
|
-
DeregisterDevice: string;
|
|
5053
|
-
GetAssociatedResources: string;
|
|
5054
|
-
GetDeploymentStatus: string;
|
|
5055
|
-
GetDevice: string;
|
|
5056
|
-
GetModel: string;
|
|
5057
|
-
GetProject: string;
|
|
5058
|
-
ImportProjectFromTemplate: string;
|
|
5059
|
-
ListDeployments: string;
|
|
5060
|
-
ListDevices: string;
|
|
5061
|
-
ListModels: string;
|
|
5062
|
-
ListProjects: string;
|
|
5063
|
-
RegisterDevice: string;
|
|
5064
|
-
RemoveProject: string;
|
|
5065
|
-
UpdateProject: string;
|
|
5066
|
-
};
|
|
5067
5047
|
deepracer: {
|
|
5068
5048
|
AddLeaderboardAccessPermission: string;
|
|
5069
5049
|
AdminDescribeAccountKey: string;
|
|
@@ -8722,6 +8702,7 @@ export declare const Actions: {
|
|
|
8722
8702
|
ListFHIRExportJobs: string;
|
|
8723
8703
|
ListFHIRImportJobs: string;
|
|
8724
8704
|
ListTagsForResource: string;
|
|
8705
|
+
ProcessBundle: string;
|
|
8725
8706
|
ReadResource: string;
|
|
8726
8707
|
SearchEverything: string;
|
|
8727
8708
|
SearchWithGet: string;
|
|
@@ -9410,6 +9391,7 @@ export declare const Actions: {
|
|
|
9410
9391
|
ListPolicyVersions: string;
|
|
9411
9392
|
ListPrincipalPolicies: string;
|
|
9412
9393
|
ListPrincipalThings: string;
|
|
9394
|
+
ListPrincipalThingsV2: string;
|
|
9413
9395
|
ListProvisioningTemplates: string;
|
|
9414
9396
|
ListProvisioningTemplateVersions: string;
|
|
9415
9397
|
ListRelatedResourcesForAuditFinding: string;
|
|
@@ -9426,6 +9408,7 @@ export declare const Actions: {
|
|
|
9426
9408
|
ListThingGroups: string;
|
|
9427
9409
|
ListThingGroupsForThing: string;
|
|
9428
9410
|
ListThingPrincipals: string;
|
|
9411
|
+
ListThingPrincipalsV2: string;
|
|
9429
9412
|
ListThingRegistrationTaskReports: string;
|
|
9430
9413
|
ListThingRegistrationTasks: string;
|
|
9431
9414
|
ListThings: string;
|
|
@@ -10567,6 +10550,7 @@ export declare const Actions: {
|
|
|
10567
10550
|
ListTransactions: string;
|
|
10568
10551
|
PutDataLakeSettings: string;
|
|
10569
10552
|
RegisterResource: string;
|
|
10553
|
+
RegisterResourceWithPrivilegedAccess: string;
|
|
10570
10554
|
RemoveLFTagsFromResource: string;
|
|
10571
10555
|
RevokePermissions: string;
|
|
10572
10556
|
SearchDatabasesByLFTags: string;
|
|
@@ -11624,6 +11608,7 @@ export declare const Actions: {
|
|
|
11624
11608
|
ListQueues: string;
|
|
11625
11609
|
ListTagsForResource: string;
|
|
11626
11610
|
ListVersions: string;
|
|
11611
|
+
Probe: string;
|
|
11627
11612
|
PutPolicy: string;
|
|
11628
11613
|
SearchJobs: string;
|
|
11629
11614
|
TagResource: string;
|
|
@@ -11822,6 +11807,8 @@ export declare const Actions: {
|
|
|
11822
11807
|
PutChannelPolicy: string;
|
|
11823
11808
|
PutObject: string;
|
|
11824
11809
|
PutOriginEndpointPolicy: string;
|
|
11810
|
+
ResetChannelState: string;
|
|
11811
|
+
ResetOriginEndpointState: string;
|
|
11825
11812
|
TagResource: string;
|
|
11826
11813
|
UntagResource: string;
|
|
11827
11814
|
UpdateChannel: string;
|
|
@@ -12483,6 +12470,7 @@ export declare const Actions: {
|
|
|
12483
12470
|
DeleteTLSInspectionConfiguration: string;
|
|
12484
12471
|
DescribeFirewall: string;
|
|
12485
12472
|
DescribeFirewallPolicy: string;
|
|
12473
|
+
DescribeFlowOperation: string;
|
|
12486
12474
|
DescribeLoggingConfiguration: string;
|
|
12487
12475
|
DescribeResourcePolicy: string;
|
|
12488
12476
|
DescribeRuleGroup: string;
|
|
@@ -12493,11 +12481,15 @@ export declare const Actions: {
|
|
|
12493
12481
|
ListAnalysisReports: string;
|
|
12494
12482
|
ListFirewallPolicies: string;
|
|
12495
12483
|
ListFirewalls: string;
|
|
12484
|
+
ListFlowOperationResults: string;
|
|
12485
|
+
ListFlowOperations: string;
|
|
12496
12486
|
ListRuleGroups: string;
|
|
12497
12487
|
ListTagsForResource: string;
|
|
12498
12488
|
ListTLSInspectionConfigurations: string;
|
|
12499
12489
|
PutResourcePolicy: string;
|
|
12500
12490
|
StartAnalysisReport: string;
|
|
12491
|
+
StartFlowCapture: string;
|
|
12492
|
+
StartFlowFlush: string;
|
|
12501
12493
|
TagResource: string;
|
|
12502
12494
|
UntagResource: string;
|
|
12503
12495
|
UpdateFirewallAnalysisSettings: string;
|
|
@@ -12885,7 +12877,7 @@ export declare const Actions: {
|
|
|
12885
12877
|
DeleteDeviceConfigurationTemplate: string;
|
|
12886
12878
|
DeleteDeviceInstance: string;
|
|
12887
12879
|
DeleteSite: string;
|
|
12888
|
-
|
|
12880
|
+
DeleteUserV1: string;
|
|
12889
12881
|
GetDeviceConfigurationTemplate: string;
|
|
12890
12882
|
GetDeviceInstance: string;
|
|
12891
12883
|
GetDeviceInstanceConfiguration: string;
|
|
@@ -12895,7 +12887,7 @@ export declare const Actions: {
|
|
|
12895
12887
|
ListDeviceInstances: string;
|
|
12896
12888
|
ListSites: string;
|
|
12897
12889
|
ListTagsForResource: string;
|
|
12898
|
-
|
|
12890
|
+
ListUsersV1: string;
|
|
12899
12891
|
RebootDevice: string;
|
|
12900
12892
|
TagResource: string;
|
|
12901
12893
|
UntagResource: string;
|
|
@@ -14958,6 +14950,7 @@ export declare const Actions: {
|
|
|
14958
14950
|
CreateSafetyRule: string;
|
|
14959
14951
|
DeleteCluster: string;
|
|
14960
14952
|
DeleteControlPanel: string;
|
|
14953
|
+
DeleteResourcePolicy: string;
|
|
14961
14954
|
DeleteRoutingControl: string;
|
|
14962
14955
|
DeleteSafetyRule: string;
|
|
14963
14956
|
DescribeCluster: string;
|
|
@@ -14972,8 +14965,10 @@ export declare const Actions: {
|
|
|
14972
14965
|
ListRoutingControls: string;
|
|
14973
14966
|
ListSafetyRules: string;
|
|
14974
14967
|
ListTagsForResource: string;
|
|
14968
|
+
PutResourcePolicy: string;
|
|
14975
14969
|
TagResource: string;
|
|
14976
14970
|
UntagResource: string;
|
|
14971
|
+
UpdateCluster: string;
|
|
14977
14972
|
UpdateControlPanel: string;
|
|
14978
14973
|
UpdateRoutingControl: string;
|
|
14979
14974
|
UpdateSafetyRule: string;
|
|
@@ -15476,14 +15471,24 @@ export declare const Actions: {
|
|
|
15476
15471
|
UpdateStorageLensGroup: string;
|
|
15477
15472
|
};
|
|
15478
15473
|
s3express: {
|
|
15474
|
+
CreateAccessPoint: string;
|
|
15479
15475
|
CreateBucket: string;
|
|
15480
15476
|
CreateSession: string;
|
|
15477
|
+
DeleteAccessPoint: string;
|
|
15478
|
+
DeleteAccessPointPolicy: string;
|
|
15479
|
+
DeleteAccessPointScope: string;
|
|
15481
15480
|
DeleteBucket: string;
|
|
15482
15481
|
DeleteBucketPolicy: string;
|
|
15482
|
+
GetAccessPoint: string;
|
|
15483
|
+
GetAccessPointPolicy: string;
|
|
15484
|
+
GetAccessPointScope: string;
|
|
15483
15485
|
GetBucketPolicy: string;
|
|
15484
15486
|
GetEncryptionConfiguration: string;
|
|
15485
15487
|
GetLifecycleConfiguration: string;
|
|
15488
|
+
ListAccessPointsForDirectoryBuckets: string;
|
|
15486
15489
|
ListAllMyDirectoryBuckets: string;
|
|
15490
|
+
PutAccessPointPolicy: string;
|
|
15491
|
+
PutAccessPointScope: string;
|
|
15487
15492
|
PutBucketPolicy: string;
|
|
15488
15493
|
PutEncryptionConfiguration: string;
|
|
15489
15494
|
PutLifecycleConfiguration: string;
|