You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@
16
16
Support for:
17
17
18
18
- 444 Services
19
-
-20408 Actions
19
+
-20414 Actions
20
20
- 2165 Resource Types
21
-
-2282 Condition keys
21
+
-2283 Condition keys
22
22
<!-- /stats -->
23
23
24
24
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
Copy file name to clipboardExpand all lines: lib/generated/policy-statements/chime.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4010,13 +4010,14 @@ export class Chime extends PolicyStatement {
4010
4010
*
4011
4011
* @param meetingId - Identifier for the meetingId.
4012
4012
* @param accountId - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
4013
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
4013
4014
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
returnthis.if(`RetainSharingOnAccountLeaveOrganization`,(typeofvalue!=='undefined' ? value : true),'Bool');
912
+
}
913
+
877
914
/**
878
915
* Filters access by resource shares owned by a specific account. For example, you can use this condition key to specify which resource share invitations can be accepted or rejected based on the resource share owner's account ID
0 commit comments