@jjrawlins/cdk-iam-policy-builder-helper 0.0.136 → 0.0.138
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 +16 -55
- package/lib/constructs/Actions.js +17 -56
- package/lib/constructs/ManagedPolicies.d.ts +4 -0
- package/lib/constructs/ManagedPolicies.js +5 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -0
- package/node_modules/@smithy/core/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/package.json +6 -6
- package/node_modules/@smithy/middleware-retry/package.json +6 -6
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/package.json +6 -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.137.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.137", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.137
|
|
@@ -460,13 +460,16 @@ export declare const Actions: {
|
|
|
460
460
|
UpdateTheme: string;
|
|
461
461
|
};
|
|
462
462
|
aoss: {
|
|
463
|
+
AddCollectionToCollectionGroup: string;
|
|
463
464
|
APIAccessAll: string;
|
|
464
465
|
BatchGetCollection: string;
|
|
466
|
+
BatchGetCollectionGroup: string;
|
|
465
467
|
BatchGetEffectiveLifecyclePolicy: string;
|
|
466
468
|
BatchGetLifecyclePolicy: string;
|
|
467
469
|
BatchGetVpcEndpoint: string;
|
|
468
470
|
CreateAccessPolicy: string;
|
|
469
471
|
CreateCollection: string;
|
|
472
|
+
CreateCollectionGroup: string;
|
|
470
473
|
CreateIndex: string;
|
|
471
474
|
CreateLifecyclePolicy: string;
|
|
472
475
|
CreateSecurityConfig: string;
|
|
@@ -475,6 +478,7 @@ export declare const Actions: {
|
|
|
475
478
|
DashboardsAccessAll: string;
|
|
476
479
|
DeleteAccessPolicy: string;
|
|
477
480
|
DeleteCollection: string;
|
|
481
|
+
DeleteCollectionGroup: string;
|
|
478
482
|
DeleteIndex: string;
|
|
479
483
|
DeleteLifecyclePolicy: string;
|
|
480
484
|
DeleteSecurityConfig: string;
|
|
@@ -487,6 +491,7 @@ export declare const Actions: {
|
|
|
487
491
|
GetSecurityConfig: string;
|
|
488
492
|
GetSecurityPolicy: string;
|
|
489
493
|
ListAccessPolicies: string;
|
|
494
|
+
ListCollectionGroups: string;
|
|
490
495
|
ListCollections: string;
|
|
491
496
|
ListLifecyclePolicies: string;
|
|
492
497
|
ListSecurityConfigs: string;
|
|
@@ -498,6 +503,7 @@ export declare const Actions: {
|
|
|
498
503
|
UpdateAccessPolicy: string;
|
|
499
504
|
UpdateAccountSettings: string;
|
|
500
505
|
UpdateCollection: string;
|
|
506
|
+
UpdateCollectionGroup: string;
|
|
501
507
|
UpdateIndex: string;
|
|
502
508
|
UpdateLifecyclePolicy: string;
|
|
503
509
|
UpdateSecurityConfig: string;
|
|
@@ -1023,6 +1029,7 @@ export declare const Actions: {
|
|
|
1023
1029
|
AssociateApi: string;
|
|
1024
1030
|
AssociateMergedGraphqlApi: string;
|
|
1025
1031
|
AssociateSourceGraphqlApi: string;
|
|
1032
|
+
AssociateWebACL: string;
|
|
1026
1033
|
CreateApi: string;
|
|
1027
1034
|
CreateApiCache: string;
|
|
1028
1035
|
CreateApiKey: string;
|
|
@@ -1047,6 +1054,7 @@ export declare const Actions: {
|
|
|
1047
1054
|
DisassociateApi: string;
|
|
1048
1055
|
DisassociateMergedGraphqlApi: string;
|
|
1049
1056
|
DisassociateSourceGraphqlApi: string;
|
|
1057
|
+
DisassociateWebACL: string;
|
|
1050
1058
|
EvaluateCode: string;
|
|
1051
1059
|
EvaluateMappingTemplate: string;
|
|
1052
1060
|
EventConnect: string;
|
|
@@ -1069,6 +1077,7 @@ export declare const Actions: {
|
|
|
1069
1077
|
GetSchemaCreationStatus: string;
|
|
1070
1078
|
GetSourceApiAssociation: string;
|
|
1071
1079
|
GetType: string;
|
|
1080
|
+
GetWebACLForResource: string;
|
|
1072
1081
|
GraphQL: string;
|
|
1073
1082
|
ListApiKeys: string;
|
|
1074
1083
|
ListApis: string;
|
|
@@ -1079,6 +1088,7 @@ export declare const Actions: {
|
|
|
1079
1088
|
ListGraphqlApis: string;
|
|
1080
1089
|
ListResolvers: string;
|
|
1081
1090
|
ListResolversByFunction: string;
|
|
1091
|
+
ListResourcesForWebACL: string;
|
|
1082
1092
|
ListSourceApiAssociations: string;
|
|
1083
1093
|
ListTagsForResource: string;
|
|
1084
1094
|
ListTypes: string;
|
|
@@ -5652,61 +5662,6 @@ export declare const Actions: {
|
|
|
5652
5662
|
UpdateWorker: string;
|
|
5653
5663
|
UpdateWorkerSchedule: string;
|
|
5654
5664
|
};
|
|
5655
|
-
deepracer: {
|
|
5656
|
-
AddLeaderboardAccessPermission: string;
|
|
5657
|
-
AdminDescribeAccountKey: string;
|
|
5658
|
-
AdminGetAccountConfig: string;
|
|
5659
|
-
AdminListAssociatedResources: string;
|
|
5660
|
-
AdminListAssociatedUsers: string;
|
|
5661
|
-
AdminManageUser: string;
|
|
5662
|
-
AdminSetAccountConfig: string;
|
|
5663
|
-
AdminUpdateAccountKey: string;
|
|
5664
|
-
CloneReinforcementLearningModel: string;
|
|
5665
|
-
CreateCar: string;
|
|
5666
|
-
CreateLeaderboard: string;
|
|
5667
|
-
CreateLeaderboardAccessToken: string;
|
|
5668
|
-
CreateLeaderboardSubmission: string;
|
|
5669
|
-
CreateReinforcementLearningModel: string;
|
|
5670
|
-
DeleteLeaderboard: string;
|
|
5671
|
-
DeleteModel: string;
|
|
5672
|
-
EditLeaderboard: string;
|
|
5673
|
-
GetAccountConfig: string;
|
|
5674
|
-
GetAlias: string;
|
|
5675
|
-
GetAssetUrl: string;
|
|
5676
|
-
GetCar: string;
|
|
5677
|
-
GetCars: string;
|
|
5678
|
-
GetEvaluation: string;
|
|
5679
|
-
GetLatestUserSubmission: string;
|
|
5680
|
-
GetLeaderboard: string;
|
|
5681
|
-
GetModel: string;
|
|
5682
|
-
GetPrivateLeaderboard: string;
|
|
5683
|
-
GetRankedUserSubmission: string;
|
|
5684
|
-
GetTrack: string;
|
|
5685
|
-
GetTrainingJob: string;
|
|
5686
|
-
ImportModel: string;
|
|
5687
|
-
ListEvaluations: string;
|
|
5688
|
-
ListLeaderboardEvaluations: string;
|
|
5689
|
-
ListLeaderboards: string;
|
|
5690
|
-
ListLeaderboardSubmissions: string;
|
|
5691
|
-
ListModels: string;
|
|
5692
|
-
ListPrivateLeaderboardParticipants: string;
|
|
5693
|
-
ListPrivateLeaderboards: string;
|
|
5694
|
-
ListSubscribedPrivateLeaderboards: string;
|
|
5695
|
-
ListTagsForResource: string;
|
|
5696
|
-
ListTracks: string;
|
|
5697
|
-
ListTrainingJobs: string;
|
|
5698
|
-
MigrateModels: string;
|
|
5699
|
-
PerformLeaderboardOperation: string;
|
|
5700
|
-
RemoveLeaderboardAccessPermission: string;
|
|
5701
|
-
SetAlias: string;
|
|
5702
|
-
StartEvaluation: string;
|
|
5703
|
-
StopEvaluation: string;
|
|
5704
|
-
StopTrainingReinforcementLearningModel: string;
|
|
5705
|
-
TagResource: string;
|
|
5706
|
-
TestRewardFunction: string;
|
|
5707
|
-
UntagResource: string;
|
|
5708
|
-
UpdateCar: string;
|
|
5709
|
-
};
|
|
5710
5665
|
detective: {
|
|
5711
5666
|
AcceptInvitation: string;
|
|
5712
5667
|
BatchGetGraphMemberDatasources: string;
|
|
@@ -13040,6 +12995,7 @@ export declare const Actions: {
|
|
|
13040
12995
|
DisassociateSourceServers: string;
|
|
13041
12996
|
DisconnectFromService: string;
|
|
13042
12997
|
FinalizeCutover: string;
|
|
12998
|
+
GetAccountSettings: string;
|
|
13043
12999
|
GetAgentCommandForMgn: string;
|
|
13044
13000
|
GetAgentConfirmedResumeInfoForMgn: string;
|
|
13045
13001
|
GetAgentInstallationAssetsForMgn: string;
|
|
@@ -13119,6 +13075,7 @@ export declare const Actions: {
|
|
|
13119
13075
|
UnarchiveApplication: string;
|
|
13120
13076
|
UnarchiveWave: string;
|
|
13121
13077
|
UntagResource: string;
|
|
13078
|
+
UpdateAccountSettings: string;
|
|
13122
13079
|
UpdateAgentBacklogForMgn: string;
|
|
13123
13080
|
UpdateAgentConversionInfoForMgn: string;
|
|
13124
13081
|
UpdateAgentReplicationInfoForMgn: string;
|
|
@@ -13680,6 +13637,7 @@ export declare const Actions: {
|
|
|
13680
13637
|
GetTransitGatewayRegistrations: string;
|
|
13681
13638
|
GetTransitGatewayRouteTableAttachment: string;
|
|
13682
13639
|
GetVpcAttachment: string;
|
|
13640
|
+
ListAttachmentRoutingPolicyAssociations: string;
|
|
13683
13641
|
ListAttachments: string;
|
|
13684
13642
|
ListConnectPeers: string;
|
|
13685
13643
|
ListCoreNetworkPolicyVersions: string;
|
|
@@ -16999,6 +16957,7 @@ export declare const Actions: {
|
|
|
16999
16957
|
DeleteTable: string;
|
|
17000
16958
|
DeleteTableBucket: string;
|
|
17001
16959
|
DeleteTableBucketEncryption: string;
|
|
16960
|
+
DeleteTableBucketMetricsConfiguration: string;
|
|
17002
16961
|
DeleteTableBucketPolicy: string;
|
|
17003
16962
|
DeleteTableBucketReplication: string;
|
|
17004
16963
|
DeleteTablePolicy: string;
|
|
@@ -17008,6 +16967,7 @@ export declare const Actions: {
|
|
|
17008
16967
|
GetTableBucket: string;
|
|
17009
16968
|
GetTableBucketEncryption: string;
|
|
17010
16969
|
GetTableBucketMaintenanceConfiguration: string;
|
|
16970
|
+
GetTableBucketMetricsConfiguration: string;
|
|
17011
16971
|
GetTableBucketPolicy: string;
|
|
17012
16972
|
GetTableBucketReplication: string;
|
|
17013
16973
|
GetTableBucketStorageClass: string;
|
|
@@ -17028,6 +16988,7 @@ export declare const Actions: {
|
|
|
17028
16988
|
ListTagsForResource: string;
|
|
17029
16989
|
PutTableBucketEncryption: string;
|
|
17030
16990
|
PutTableBucketMaintenanceConfiguration: string;
|
|
16991
|
+
PutTableBucketMetricsConfiguration: string;
|
|
17031
16992
|
PutTableBucketPolicy: string;
|
|
17032
16993
|
PutTableBucketReplication: string;
|
|
17033
16994
|
PutTableBucketStorageClass: string;
|