@jjrawlins/cdk-iam-policy-builder-helper 0.0.74 → 0.0.76

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 (30) hide show
  1. package/.jsii +2 -2
  2. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  3. package/cdk-iam-policy-builder-helper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +13 -0
  5. package/lib/constructs/Actions.js +14 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +4 -0
  7. package/lib/constructs/ManagedPolicies.js +5 -1
  8. package/methods_list.txt +13 -0
  9. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  10. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  11. package/node_modules/@smithy/config-resolver/package.json +1 -1
  12. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  13. package/node_modules/axios/CHANGELOG.md +18 -0
  14. package/node_modules/axios/README.md +1 -4
  15. package/node_modules/axios/dist/axios.js +2 -2
  16. package/node_modules/axios/dist/axios.js.map +1 -1
  17. package/node_modules/axios/dist/axios.min.js +2 -2
  18. package/node_modules/axios/dist/axios.min.js.map +1 -1
  19. package/node_modules/axios/dist/browser/axios.cjs +2 -2
  20. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  21. package/node_modules/axios/dist/esm/axios.js +2 -2
  22. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  23. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  24. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  25. package/node_modules/axios/dist/node/axios.cjs +25 -20
  26. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  27. package/node_modules/axios/lib/adapters/http.js +22 -18
  28. package/node_modules/axios/lib/env/data.js +1 -1
  29. package/node_modules/axios/package.json +1 -1
  30. package/package.json +1 -1
package/.jsii CHANGED
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.74",
3530
- "fingerprint": "yl04TBBVodgiCDDO9wCQ8H8oEw/veJIX8vYNDQmL1Xs="
3529
+ "version": "0.0.76",
3530
+ "fingerprint": "SqcfrofyMpQ8Fu4VRlD7UtyjSU1rIPlq8TBUKAbn9wI="
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.73.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.75.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.73", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.75", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.73
1
+ 0.0.75
@@ -6181,6 +6181,8 @@ export declare const Actions: {
6181
6181
  CopyFpgaImage: string;
6182
6182
  CopyImage: string;
6183
6183
  CopySnapshot: string;
6184
+ CopyVolumes: string;
6185
+ CreateCapacityManagerDataExport: string;
6184
6186
  CreateCapacityReservation: string;
6185
6187
  CreateCapacityReservationBySplitting: string;
6186
6188
  CreateCapacityReservationFleet: string;
@@ -6276,6 +6278,7 @@ export declare const Actions: {
6276
6278
  CreateVpnConnection: string;
6277
6279
  CreateVpnConnectionRoute: string;
6278
6280
  CreateVpnGateway: string;
6281
+ DeleteCapacityManagerDataExport: string;
6279
6282
  DeleteCarrierGateway: string;
6280
6283
  DeleteClientVpnEndpoint: string;
6281
6284
  DeleteClientVpnRoute: string;
@@ -6383,6 +6386,7 @@ export declare const Actions: {
6383
6386
  DescribeCapacityBlockOfferings: string;
6384
6387
  DescribeCapacityBlocks: string;
6385
6388
  DescribeCapacityBlockStatus: string;
6389
+ DescribeCapacityManagerDataExports: string;
6386
6390
  DescribeCapacityReservationBillingRequests: string;
6387
6391
  DescribeCapacityReservationFleets: string;
6388
6392
  DescribeCapacityReservations: string;
@@ -6552,6 +6556,7 @@ export declare const Actions: {
6552
6556
  DisableAddressTransfer: string;
6553
6557
  DisableAllowedImagesSettings: string;
6554
6558
  DisableAwsNetworkPerformanceMetricSubscription: string;
6559
+ DisableCapacityManager: string;
6555
6560
  DisableEbsEncryptionByDefault: string;
6556
6561
  DisableFastLaunch: string;
6557
6562
  DisableFastSnapshotRestores: string;
@@ -6589,6 +6594,7 @@ export declare const Actions: {
6589
6594
  EnableAddressTransfer: string;
6590
6595
  EnableAllowedImagesSettings: string;
6591
6596
  EnableAwsNetworkPerformanceMetricSubscription: string;
6597
+ EnableCapacityManager: string;
6592
6598
  EnableEbsEncryptionByDefault: string;
6593
6599
  EnableFastLaunch: string;
6594
6600
  EnableFastSnapshotRestores: string;
@@ -6616,6 +6622,9 @@ export declare const Actions: {
6616
6622
  GetAssociatedEnclaveCertificateIamRoles: string;
6617
6623
  GetAssociatedIpv6PoolCidrs: string;
6618
6624
  GetAwsNetworkPerformanceData: string;
6625
+ GetCapacityManagerAttributes: string;
6626
+ GetCapacityManagerMetricData: string;
6627
+ GetCapacityManagerMetricDimensions: string;
6619
6628
  GetCapacityReservationUsage: string;
6620
6629
  GetCoipPoolUsage: string;
6621
6630
  GetConsoleOutput: string;
@@ -6827,6 +6836,7 @@ export declare const Actions: {
6827
6836
  UnassignPrivateNatGatewayAddress: string;
6828
6837
  UnlockSnapshot: string;
6829
6838
  UnmonitorInstances: string;
6839
+ UpdateCapacityManagerOrganizationsAccess: string;
6830
6840
  UpdateSecurityGroupRuleDescriptionsEgress: string;
6831
6841
  UpdateSecurityGroupRuleDescriptionsIngress: string;
6832
6842
  WithdrawByoipCidr: string;
@@ -10781,6 +10791,7 @@ export declare const Actions: {
10781
10791
  DeleteResourcePolicy: string;
10782
10792
  DeleteStream: string;
10783
10793
  DeregisterStreamConsumer: string;
10794
+ DescribeAccountSettings: string;
10784
10795
  DescribeLimits: string;
10785
10796
  DescribeStream: string;
10786
10797
  DescribeStreamConsumer: string;
@@ -10809,9 +10820,11 @@ export declare const Actions: {
10809
10820
  SubscribeToShard: string;
10810
10821
  TagResource: string;
10811
10822
  UntagResource: string;
10823
+ UpdateAccountSettings: string;
10812
10824
  UpdateMaxRecordSize: string;
10813
10825
  UpdateShardCount: string;
10814
10826
  UpdateStreamMode: string;
10827
+ UpdateStreamWarmThroughput: string;
10815
10828
  };
10816
10829
  kinesisanalytics: {
10817
10830
  AddApplicationCloudWatchLoggingOption: string;