iam-floyd 0.821.0 → 0.822.0

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/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  Support for:
17
17
 
18
18
  - 455 Services
19
- - 21783 Actions
19
+ - 21788 Actions
20
20
  - 2301 Resource Types
21
21
  - 2454 Condition keys
22
22
  <!-- /stats -->
@@ -242,6 +242,14 @@ export declare class Lambda extends PolicyStatement {
242
242
  * https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteProvisionedConcurrencyConfig.html
243
243
  */
244
244
  toDeleteProvisionedConcurrencyConfig(): this;
245
+ /**
246
+ * Grants permission to detach a policy from an AWS Lambda resource
247
+ *
248
+ * Access Level: Permissions management, Write
249
+ *
250
+ * https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteResourcePolicy.html
251
+ */
252
+ toDeleteResourcePolicy(): this;
245
253
  /**
246
254
  * Grants permission to view details about an account's limits and usage in an AWS Region
247
255
  *
@@ -442,6 +450,14 @@ export declare class Lambda extends PolicyStatement {
442
450
  * https://docs.aws.amazon.com/lambda/latest/dg/API_GetProvisionedConcurrencyConfig.html
443
451
  */
444
452
  toGetProvisionedConcurrencyConfig(): this;
453
+ /**
454
+ * Grants permission to view a policy for an AWS Lambda resource
455
+ *
456
+ * Access Level: Read
457
+ *
458
+ * https://docs.aws.amazon.com/lambda/latest/dg/API_GetResourcePolicy.html
459
+ */
460
+ toGetResourcePolicy(): this;
445
461
  /**
446
462
  * Grants permission to view the runtime management configuration of an AWS Lambda function
447
463
  *
@@ -706,6 +722,14 @@ export declare class Lambda extends PolicyStatement {
706
722
  * https://docs.aws.amazon.com/lambda/latest/dg/API_PutProvisionedConcurrencyConfig.html
707
723
  */
708
724
  toPutProvisionedConcurrencyConfig(): this;
725
+ /**
726
+ * Grants permission to attach a policy to an AWS Lambda resource
727
+ *
728
+ * Access Level: Permissions management, Write
729
+ *
730
+ * https://docs.aws.amazon.com/lambda/latest/dg/API_PutResourcePolicy.html
731
+ */
732
+ toPutResourcePolicy(): this;
709
733
  /**
710
734
  * Grants permission to update the runtime management configuration of an AWS Lambda function
711
735
  *
@@ -1156,6 +1180,7 @@ export declare class Lambda extends PolicyStatement {
1156
1180
  * - .toDeleteMicrovmImageVersion()
1157
1181
  * - .toDeleteNetworkConnector()
1158
1182
  * - .toDeleteProvisionedConcurrencyConfig()
1183
+ * - .toDeleteResourcePolicy()
1159
1184
  * - .toGetAlias()
1160
1185
  * - .toGetCapacityProvider()
1161
1186
  * - .toGetCodeSigningConfig()
@@ -1178,6 +1203,7 @@ export declare class Lambda extends PolicyStatement {
1178
1203
  * - .toGetNetworkConnector()
1179
1204
  * - .toGetPolicy()
1180
1205
  * - .toGetProvisionedConcurrencyConfig()
1206
+ * - .toGetResourcePolicy()
1181
1207
  * - .toGetRuntimeManagementConfig()
1182
1208
  * - .toInvokeAsync()
1183
1209
  * - .toInvokeFunction()
@@ -1200,6 +1226,7 @@ export declare class Lambda extends PolicyStatement {
1200
1226
  * - .toPutFunctionRecursionConfig()
1201
1227
  * - .toPutFunctionScalingConfig()
1202
1228
  * - .toPutProvisionedConcurrencyConfig()
1229
+ * - .toPutResourcePolicy()
1203
1230
  * - .toPutRuntimeManagementConfig()
1204
1231
  * - .toRemovePermission()
1205
1232
  * - .toResumeMicrovm()
@@ -1360,6 +1387,8 @@ export declare class Lambda extends PolicyStatement {
1360
1387
  *
1361
1388
  * Applies to actions:
1362
1389
  * - .toAddPermission()
1390
+ * - .toDeleteResourcePolicy()
1391
+ * - .toPutResourcePolicy()
1363
1392
  * - .toRemovePermission()
1364
1393
  *
1365
1394
  * @param value The value(s) to check