@jjrawlins/cdk-iam-policy-builder-helper 0.0.65 → 0.0.66

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 (28) hide show
  1. package/.jsii +3 -3
  2. package/cdk-iam-policy-builder-helper/go.mod +1 -1
  3. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  4. package/cdk-iam-policy-builder-helper/version +1 -1
  5. package/lib/constructs/Actions.d.ts +3 -0
  6. package/lib/constructs/Actions.js +4 -1
  7. package/lib/constructs/ManagedPolicies.d.ts +4 -0
  8. package/lib/constructs/ManagedPolicies.js +5 -1
  9. package/methods_list.txt +3 -0
  10. package/node_modules/@aws-sdk/client-iam/package.json +13 -13
  11. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  12. package/node_modules/@aws-sdk/core/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  14. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  15. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  16. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  17. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  18. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  19. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  20. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  21. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  22. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  23. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  24. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  25. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  26. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  27. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  28. package/package.json +3 -3
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.915.0",
10
+ "@aws-sdk/client-iam": "^3.916.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.65",
3530
- "fingerprint": "rN4ormxy7nK/5KtXt0Kbz/XJkJ5XWijx4KNX51Q80bY="
3529
+ "version": "0.0.66",
3530
+ "fingerprint": "K/EB/7JvheI0uoQ9svnEpT6jdRzV/y0N2CI3p59hD20="
3531
3531
  }
@@ -3,7 +3,7 @@ module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdk-iam-policy-bui
3
3
  go 1.23
4
4
 
5
5
  require (
6
- github.com/aws/jsii-runtime-go v1.116.0
6
+ github.com/aws/jsii-runtime-go v1.117.0
7
7
  github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
8
8
  github.com/aws/constructs-go/constructs/v10 v10.4.2
9
9
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.257 // indirect
@@ -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.64.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.65.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.64", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.65", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.64
1
+ 0.0.65
@@ -5994,13 +5994,16 @@ export declare const Actions: {
5994
5994
  DbConnect: string;
5995
5995
  DbConnectAdmin: string;
5996
5996
  DeleteCluster: string;
5997
+ DeleteClusterPolicy: string;
5997
5998
  GetBackupJob: string;
5998
5999
  GetCluster: string;
6000
+ GetClusterPolicy: string;
5999
6001
  GetRestoreJob: string;
6000
6002
  GetVpcEndpointServiceName: string;
6001
6003
  InjectError: string;
6002
6004
  ListClusters: string;
6003
6005
  ListTagsForResource: string;
6006
+ PutClusterPolicy: string;
6004
6007
  PutMultiRegionProperties: string;
6005
6008
  PutWitnessRegion: string;
6006
6009
  RemovePeerCluster: string;