@jjrawlins/cdk-iam-policy-builder-helper 0.0.85 → 0.0.86

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.
Files changed (24) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +19 -0
  5. package/lib/constructs/Actions.js +20 -1
  6. package/methods_list.txt +17 -0
  7. package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
  8. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
  9. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
  10. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  11. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
  12. package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
  13. package/node_modules/@aws-sdk/client-iam/package.json +3 -3
  14. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  15. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  16. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  17. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  18. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  19. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  20. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  21. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  22. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  23. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  24. package/package.json +2 -2
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.932.0",
10
+ "@aws-sdk/client-iam": "^3.933.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.85",
3530
- "fingerprint": "vvXvDuXwQFQKXASuCIEmnHH9oFRjZUYyhd79+8FnFg4="
3529
+ "version": "0.0.86",
3530
+ "fingerprint": "jb9PiSjD/NyCFzGyJNsJ3+fFLzuz+wz2D+sd5gSK8SQ="
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.84.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.85.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.84", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.85", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.84
1
+ 0.0.85
@@ -826,6 +826,7 @@ export declare const Actions: {
826
826
  AssociateApplicationFleet: string;
827
827
  AssociateApplicationToEntitlement: string;
828
828
  AssociateFleet: string;
829
+ AssociateSoftwareToImageBuilder: string;
829
830
  BatchAssociateUserStack: string;
830
831
  BatchDisassociateUserStack: string;
831
832
  CopyImage: string;
@@ -835,9 +836,11 @@ export declare const Actions: {
835
836
  CreateApplication: string;
836
837
  CreateDirectoryConfig: string;
837
838
  CreateEntitlement: string;
839
+ CreateExportImageTask: string;
838
840
  CreateFleet: string;
839
841
  CreateImageBuilder: string;
840
842
  CreateImageBuilderStreamingURL: string;
843
+ CreateImportedImage: string;
841
844
  CreateStack: string;
842
845
  CreateStreamingURL: string;
843
846
  CreateThemeForStack: string;
@@ -862,6 +865,7 @@ export declare const Actions: {
862
865
  DescribeAppBlocks: string;
863
866
  DescribeApplicationFleetAssociations: string;
864
867
  DescribeApplications: string;
868
+ DescribeAppLicenseUsage: string;
865
869
  DescribeDirectoryConfigs: string;
866
870
  DescribeEntitlements: string;
867
871
  DescribeFleets: string;
@@ -869,6 +873,7 @@ export declare const Actions: {
869
873
  DescribeImagePermissions: string;
870
874
  DescribeImages: string;
871
875
  DescribeSessions: string;
876
+ DescribeSoftwareAssociations: string;
872
877
  DescribeStacks: string;
873
878
  DescribeThemeForStack: string;
874
879
  DescribeUsageReportSubscriptions: string;
@@ -879,15 +884,19 @@ export declare const Actions: {
879
884
  DisassociateApplicationFleet: string;
880
885
  DisassociateApplicationFromEntitlement: string;
881
886
  DisassociateFleet: string;
887
+ DisassociateSoftwareFromImageBuilder: string;
882
888
  EnableUser: string;
883
889
  ExpireSession: string;
890
+ GetExportImageTask: string;
884
891
  ListAssociatedFleets: string;
885
892
  ListAssociatedStacks: string;
886
893
  ListEntitledApplications: string;
894
+ ListExportImageTasks: string;
887
895
  ListTagsForResource: string;
888
896
  StartAppBlockBuilder: string;
889
897
  StartFleet: string;
890
898
  StartImageBuilder: string;
899
+ StartSoftwareDeploymentToImageBuilder: string;
891
900
  StopAppBlockBuilder: string;
892
901
  StopFleet: string;
893
902
  StopImageBuilder: string;
@@ -7058,6 +7067,11 @@ export declare const Actions: {
7058
7067
  'eks-auth': {
7059
7068
  AssumeRoleForPodIdentity: string;
7060
7069
  };
7070
+ 'eks-mcp': {
7071
+ CallPrivilegedTool: string;
7072
+ CallReadOnlyTool: string;
7073
+ InvokeMcp: string;
7074
+ };
7061
7075
  eks: {
7062
7076
  AccessKubernetesApi: string;
7063
7077
  AssociateAccessPolicy: string;
@@ -7632,6 +7646,7 @@ export declare const Actions: {
7632
7646
  CreateDomain: string;
7633
7647
  CreateElasticsearchDomain: string;
7634
7648
  CreateElasticsearchServiceRole: string;
7649
+ CreateIndex: string;
7635
7650
  CreateOutboundConnection: string;
7636
7651
  CreateOutboundCrossClusterSearchConnection: string;
7637
7652
  CreatePackage: string;
@@ -7645,6 +7660,7 @@ export declare const Actions: {
7645
7660
  DeleteElasticsearchServiceRole: string;
7646
7661
  DeleteInboundConnection: string;
7647
7662
  DeleteInboundCrossClusterSearchConnection: string;
7663
+ DeleteIndex: string;
7648
7664
  DeleteOutboundConnection: string;
7649
7665
  DeleteOutboundCrossClusterSearchConnection: string;
7650
7666
  DeletePackage: string;
@@ -7687,6 +7703,7 @@ export declare const Actions: {
7687
7703
  GetDataSource: string;
7688
7704
  GetDirectQueryDataSource: string;
7689
7705
  GetDomainMaintenanceStatus: string;
7706
+ GetIndex: string;
7690
7707
  GetPackageVersionHistory: string;
7691
7708
  GetUpgradeHistory: string;
7692
7709
  GetUpgradeStatus: string;
@@ -7721,6 +7738,7 @@ export declare const Actions: {
7721
7738
  UpdateDirectQueryDataSource: string;
7722
7739
  UpdateDomainConfig: string;
7723
7740
  UpdateElasticsearchDomainConfig: string;
7741
+ UpdateIndex: string;
7724
7742
  UpdatePackage: string;
7725
7743
  UpdatePackageScope: string;
7726
7744
  UpdateScheduledAction: string;
@@ -9121,6 +9139,7 @@ export declare const Actions: {
9121
9139
  ListThreatEntitySets: string;
9122
9140
  ListThreatIntelSets: string;
9123
9141
  ListTrustedEntitySets: string;
9142
+ SendObjectMalwareScan: string;
9124
9143
  SendSecurityTelemetry: string;
9125
9144
  StartMalwareScan: string;
9126
9145
  StartMonitoringMembers: string;