Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ModifyDocumentPermission C# (CSharp) 메소드

ModifyDocumentPermission() 공개 메소드

Share a document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
/// You can have at most 200 active SSM documents. /// /// The document cannot be shared with more AWS user accounts. You can share a document /// with a maximum of 20 accounts. You can publicly share up to five documents. If you /// need to increase this limit, contact AWS Support. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// The permission type is not supported. Share is the only supported permission /// type. ///
public ModifyDocumentPermission ( ModifyDocumentPermissionRequest request ) : ModifyDocumentPermissionResponse
request Amazon.SimpleSystemsManagement.Model.ModifyDocumentPermissionRequest Container for the necessary parameters to execute the ModifyDocumentPermission service method.
리턴 ModifyDocumentPermissionResponse
        public ModifyDocumentPermissionResponse ModifyDocumentPermission(ModifyDocumentPermissionRequest request)
        {
            var marshaller = new ModifyDocumentPermissionRequestMarshaller();
            var unmarshaller = ModifyDocumentPermissionResponseUnmarshaller.Instance;

            return Invoke<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient