@jjrawlins/cdk-iam-policy-builder-helper 0.0.89 → 0.0.90

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
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.89",
3530
- "fingerprint": "cDGrzYiaim/xenYAMZ5ValJZwvEtbMoLdX7WXre1MEE="
3529
+ "version": "0.0.90",
3530
+ "fingerprint": "XP0YYIUMaJJCa0CvlKw3So74z7dw3imzZx1ZAp1CuSI="
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.88.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.89.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.88", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.89", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.88
1
+ 0.0.89
@@ -6986,9 +6986,12 @@ export declare const Actions: {
6986
6986
  DeleteRepository: string;
6987
6987
  DeleteRepositoryCreationTemplate: string;
6988
6988
  DeleteRepositoryPolicy: string;
6989
+ DeleteSigningConfiguration: string;
6990
+ DeregisterPullTimeUpdateExclusion: string;
6989
6991
  DescribeImageReplicationStatus: string;
6990
6992
  DescribeImages: string;
6991
6993
  DescribeImageScanFindings: string;
6994
+ DescribeImageSigningStatus: string;
6992
6995
  DescribePullThroughCacheRules: string;
6993
6996
  DescribeRegistry: string;
6994
6997
  DescribeRepositories: string;
@@ -7002,8 +7005,10 @@ export declare const Actions: {
7002
7005
  GetRegistryPolicy: string;
7003
7006
  GetRegistryScanningConfiguration: string;
7004
7007
  GetRepositoryPolicy: string;
7008
+ GetSigningConfiguration: string;
7005
7009
  InitiateLayerUpload: string;
7006
7010
  ListImages: string;
7011
+ ListPullTimeUpdateExclusions: string;
7007
7012
  ListTagsForResource: string;
7008
7013
  PutAccountSetting: string;
7009
7014
  PutImage: string;
@@ -7013,12 +7018,15 @@ export declare const Actions: {
7013
7018
  PutRegistryPolicy: string;
7014
7019
  PutRegistryScanningConfiguration: string;
7015
7020
  PutReplicationConfiguration: string;
7021
+ PutSigningConfiguration: string;
7022
+ RegisterPullTimeUpdateExclusion: string;
7016
7023
  ReplicateImage: string;
7017
7024
  SetRepositoryPolicy: string;
7018
7025
  StartImageScan: string;
7019
7026
  StartLifecyclePolicyPreview: string;
7020
7027
  TagResource: string;
7021
7028
  UntagResource: string;
7029
+ UpdateImageStorageClass: string;
7022
7030
  UpdatePullThroughCacheRule: string;
7023
7031
  UpdateRepositoryCreationTemplate: string;
7024
7032
  UploadLayerPart: string;
@@ -11023,6 +11031,7 @@ export declare const Actions: {
11023
11031
  DescribeNotificationConfiguration: string;
11024
11032
  DescribeSignalingChannel: string;
11025
11033
  DescribeStream: string;
11034
+ DescribeStreamStorageConfiguration: string;
11026
11035
  GetClip: string;
11027
11036
  GetDASHStreamingSessionURL: string;
11028
11037
  GetDataEndpoint: string;
@@ -11053,6 +11062,7 @@ export declare const Actions: {
11053
11062
  UpdateNotificationConfiguration: string;
11054
11063
  UpdateSignalingChannel: string;
11055
11064
  UpdateStream: string;
11065
+ UpdateStreamStorageConfiguration: string;
11056
11066
  };
11057
11067
  kms: {
11058
11068
  CancelKeyDeletion: string;
@@ -17156,8 +17166,10 @@ export declare const Actions: {
17156
17166
  ListCaseEdits: string;
17157
17167
  ListCases: string;
17158
17168
  ListComments: string;
17169
+ ListInvestigations: string;
17159
17170
  ListMemberships: string;
17160
17171
  ListTagsForResource: string;
17172
+ SendFeedback: string;
17161
17173
  TagResource: string;
17162
17174
  UntagResource: string;
17163
17175
  UpdateCase: string;