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

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 CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.922.0",
10
+ "@aws-sdk/client-iam": "^3.925.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.76",
3530
- "fingerprint": "SqcfrofyMpQ8Fu4VRlD7UtyjSU1rIPlq8TBUKAbn9wI="
3529
+ "version": "0.0.77",
3530
+ "fingerprint": "Kru0DoujzO0NhE+0ne3v+dYjuwBD7cJEN+4qHxCNVwU="
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.75.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.76.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.75", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.76", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.75
1
+ 0.0.76
@@ -3077,6 +3077,7 @@ export declare const Actions: {
3077
3077
  DeleteOriginRequestPolicy: string;
3078
3078
  DeletePublicKey: string;
3079
3079
  DeleteRealtimeLogConfig: string;
3080
+ DeleteResourcePolicy: string;
3080
3081
  DeleteResponseHeadersPolicy: string;
3081
3082
  DeleteStreamingDistribution: string;
3082
3083
  DeleteVpcOrigin: string;
@@ -3115,6 +3116,7 @@ export declare const Actions: {
3115
3116
  GetPublicKey: string;
3116
3117
  GetPublicKeyConfig: string;
3117
3118
  GetRealtimeLogConfig: string;
3119
+ GetResourcePolicy: string;
3118
3120
  GetResponseHeadersPolicy: string;
3119
3121
  GetResponseHeadersPolicyConfig: string;
3120
3122
  GetSavingsPlan: string;
@@ -3160,9 +3162,11 @@ export declare const Actions: {
3160
3162
  ListUsages: string;
3161
3163
  ListVpcOrigins: string;
3162
3164
  PublishFunction: string;
3165
+ PutResourcePolicy: string;
3163
3166
  TagResource: string;
3164
3167
  TestFunction: string;
3165
3168
  UntagResource: string;
3169
+ UpdateAnycastIpList: string;
3166
3170
  UpdateCachePolicy: string;
3167
3171
  UpdateCloudFrontOriginAccessIdentity: string;
3168
3172
  UpdateConnectionGroup: string;
@@ -4392,6 +4396,7 @@ export declare const Actions: {
4392
4396
  AssociateContactWithUser: string;
4393
4397
  AssociateCustomerProfilesDomain: string;
4394
4398
  AssociateDefaultVocabulary: string;
4399
+ AssociateEmailAddressAlias: string;
4395
4400
  AssociateFlow: string;
4396
4401
  AssociateInstanceStorageConfig: string;
4397
4402
  AssociateLambdaFunction: string;
@@ -4499,6 +4504,7 @@ export declare const Actions: {
4499
4504
  DisassociateApprovedOrigin: string;
4500
4505
  DisassociateBot: string;
4501
4506
  DisassociateCustomerProfilesDomain: string;
4507
+ DisassociateEmailAddressAlias: string;
4502
4508
  DisassociateFlow: string;
4503
4509
  DisassociateInstanceStorageConfig: string;
4504
4510
  DisassociateLambdaFunction: string;
@@ -7236,6 +7242,7 @@ export declare const Actions: {
7236
7242
  AddListenerCertificates: string;
7237
7243
  AddTags: string;
7238
7244
  AddTrustStoreRevocations: string;
7245
+ AllowVendedLogDeliveryForResource: string;
7239
7246
  ApplySecurityGroupsToLoadBalancer: string;
7240
7247
  AttachLoadBalancerToSubnets: string;
7241
7248
  ConfigureHealthCheck: string;