Nuevas Características: • Visualizador de pagos mensuales con gráfica de dona (Chart.js) • Tarjetas estadísticas: clientes activos, pagados y pendientes • Tabla de clientes pendientes con saldos en tiempo real • Microservicio Node.js para metadata de Stripe (acceso directo a BD) Mejoras: • Fix crítico: Sincronización automática de saldo en CallBell al agregar facturas • Categorización mejorada de pagos OXXO y Transferencias Stripe • Normalización de valores: "OXXO" → "OXXO Pay" para evitar errores 422 • Configuración .env para credenciales de base de datos Correcciones: • Saldo y estado ahora se actualizan correctamente en CallBell • Fix networking Docker (ECONNREFUSED resuelto) • Fix validación de atributos en API de UCRM • Actualización automática de userId en pagos Stripe Archivos principales: public.php (visualizador de pagos) AbstractMessageNotifierFacade.php (logging sync) ClientCallBellAPI.php (comparación de campos) AbstractStripeOperationsFacade.php (normalización) manifest.json, README.md, CHANGELOG.md (docs)
184 lines
12 KiB
PHP
Executable File
184 lines
12 KiB
PHP
Executable File
<?php
|
|
namespace Aws\GuardDuty;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon GuardDuty** service.
|
|
* @method \Aws\Result acceptAdministratorInvitation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise acceptAdministratorInvitationAsync(array $args = [])
|
|
* @method \Aws\Result acceptInvitation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise acceptInvitationAsync(array $args = [])
|
|
* @method \Aws\Result archiveFindings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise archiveFindingsAsync(array $args = [])
|
|
* @method \Aws\Result createDetector(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createDetectorAsync(array $args = [])
|
|
* @method \Aws\Result createFilter(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
|
|
* @method \Aws\Result createIPSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createIPSetAsync(array $args = [])
|
|
* @method \Aws\Result createMalwareProtectionPlan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createMalwareProtectionPlanAsync(array $args = [])
|
|
* @method \Aws\Result createMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createMembersAsync(array $args = [])
|
|
* @method \Aws\Result createPublishingDestination(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createPublishingDestinationAsync(array $args = [])
|
|
* @method \Aws\Result createSampleFindings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createSampleFindingsAsync(array $args = [])
|
|
* @method \Aws\Result createThreatEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createThreatEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result createThreatIntelSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createThreatIntelSetAsync(array $args = [])
|
|
* @method \Aws\Result createTrustedEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createTrustedEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result declineInvitations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise declineInvitationsAsync(array $args = [])
|
|
* @method \Aws\Result deleteDetector(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteDetectorAsync(array $args = [])
|
|
* @method \Aws\Result deleteFilter(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
|
|
* @method \Aws\Result deleteIPSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteIPSetAsync(array $args = [])
|
|
* @method \Aws\Result deleteInvitations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteInvitationsAsync(array $args = [])
|
|
* @method \Aws\Result deleteMalwareProtectionPlan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteMalwareProtectionPlanAsync(array $args = [])
|
|
* @method \Aws\Result deleteMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteMembersAsync(array $args = [])
|
|
* @method \Aws\Result deletePublishingDestination(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deletePublishingDestinationAsync(array $args = [])
|
|
* @method \Aws\Result deleteThreatEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteThreatEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result deleteThreatIntelSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteThreatIntelSetAsync(array $args = [])
|
|
* @method \Aws\Result deleteTrustedEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteTrustedEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result describeMalwareScans(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeMalwareScansAsync(array $args = [])
|
|
* @method \Aws\Result describeOrganizationConfiguration(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeOrganizationConfigurationAsync(array $args = [])
|
|
* @method \Aws\Result describePublishingDestination(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describePublishingDestinationAsync(array $args = [])
|
|
* @method \Aws\Result disableOrganizationAdminAccount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disableOrganizationAdminAccountAsync(array $args = [])
|
|
* @method \Aws\Result disassociateFromAdministratorAccount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disassociateFromAdministratorAccountAsync(array $args = [])
|
|
* @method \Aws\Result disassociateFromMasterAccount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disassociateFromMasterAccountAsync(array $args = [])
|
|
* @method \Aws\Result disassociateMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disassociateMembersAsync(array $args = [])
|
|
* @method \Aws\Result enableOrganizationAdminAccount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise enableOrganizationAdminAccountAsync(array $args = [])
|
|
* @method \Aws\Result getAdministratorAccount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getAdministratorAccountAsync(array $args = [])
|
|
* @method \Aws\Result getCoverageStatistics(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getCoverageStatisticsAsync(array $args = [])
|
|
* @method \Aws\Result getDetector(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getDetectorAsync(array $args = [])
|
|
* @method \Aws\Result getFilter(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getFilterAsync(array $args = [])
|
|
* @method \Aws\Result getFindings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getFindingsAsync(array $args = [])
|
|
* @method \Aws\Result getFindingsStatistics(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getFindingsStatisticsAsync(array $args = [])
|
|
* @method \Aws\Result getIPSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getIPSetAsync(array $args = [])
|
|
* @method \Aws\Result getInvitationsCount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getInvitationsCountAsync(array $args = [])
|
|
* @method \Aws\Result getMalwareProtectionPlan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMalwareProtectionPlanAsync(array $args = [])
|
|
* @method \Aws\Result getMalwareScan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMalwareScanAsync(array $args = [])
|
|
* @method \Aws\Result getMalwareScanSettings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMalwareScanSettingsAsync(array $args = [])
|
|
* @method \Aws\Result getMasterAccount(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMasterAccountAsync(array $args = [])
|
|
* @method \Aws\Result getMemberDetectors(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMemberDetectorsAsync(array $args = [])
|
|
* @method \Aws\Result getMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getMembersAsync(array $args = [])
|
|
* @method \Aws\Result getOrganizationStatistics(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getOrganizationStatisticsAsync(array $args = [])
|
|
* @method \Aws\Result getRemainingFreeTrialDays(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getRemainingFreeTrialDaysAsync(array $args = [])
|
|
* @method \Aws\Result getThreatEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getThreatEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result getThreatIntelSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getThreatIntelSetAsync(array $args = [])
|
|
* @method \Aws\Result getTrustedEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getTrustedEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result getUsageStatistics(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getUsageStatisticsAsync(array $args = [])
|
|
* @method \Aws\Result inviteMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise inviteMembersAsync(array $args = [])
|
|
* @method \Aws\Result listCoverage(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listCoverageAsync(array $args = [])
|
|
* @method \Aws\Result listDetectors(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listDetectorsAsync(array $args = [])
|
|
* @method \Aws\Result listFilters(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = [])
|
|
* @method \Aws\Result listFindings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
|
|
* @method \Aws\Result listIPSets(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listIPSetsAsync(array $args = [])
|
|
* @method \Aws\Result listInvitations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listInvitationsAsync(array $args = [])
|
|
* @method \Aws\Result listMalwareProtectionPlans(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listMalwareProtectionPlansAsync(array $args = [])
|
|
* @method \Aws\Result listMalwareScans(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listMalwareScansAsync(array $args = [])
|
|
* @method \Aws\Result listMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
|
|
* @method \Aws\Result listOrganizationAdminAccounts(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listOrganizationAdminAccountsAsync(array $args = [])
|
|
* @method \Aws\Result listPublishingDestinations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listPublishingDestinationsAsync(array $args = [])
|
|
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
* @method \Aws\Result listThreatEntitySets(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listThreatEntitySetsAsync(array $args = [])
|
|
* @method \Aws\Result listThreatIntelSets(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listThreatIntelSetsAsync(array $args = [])
|
|
* @method \Aws\Result listTrustedEntitySets(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listTrustedEntitySetsAsync(array $args = [])
|
|
* @method \Aws\Result sendObjectMalwareScan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise sendObjectMalwareScanAsync(array $args = [])
|
|
* @method \Aws\Result startMalwareScan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise startMalwareScanAsync(array $args = [])
|
|
* @method \Aws\Result startMonitoringMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise startMonitoringMembersAsync(array $args = [])
|
|
* @method \Aws\Result stopMonitoringMembers(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise stopMonitoringMembersAsync(array $args = [])
|
|
* @method \Aws\Result tagResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
* @method \Aws\Result unarchiveFindings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise unarchiveFindingsAsync(array $args = [])
|
|
* @method \Aws\Result untagResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
* @method \Aws\Result updateDetector(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateDetectorAsync(array $args = [])
|
|
* @method \Aws\Result updateFilter(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateFilterAsync(array $args = [])
|
|
* @method \Aws\Result updateFindingsFeedback(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateFindingsFeedbackAsync(array $args = [])
|
|
* @method \Aws\Result updateIPSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateIPSetAsync(array $args = [])
|
|
* @method \Aws\Result updateMalwareProtectionPlan(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateMalwareProtectionPlanAsync(array $args = [])
|
|
* @method \Aws\Result updateMalwareScanSettings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateMalwareScanSettingsAsync(array $args = [])
|
|
* @method \Aws\Result updateMemberDetectors(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateMemberDetectorsAsync(array $args = [])
|
|
* @method \Aws\Result updateOrganizationConfiguration(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateOrganizationConfigurationAsync(array $args = [])
|
|
* @method \Aws\Result updatePublishingDestination(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updatePublishingDestinationAsync(array $args = [])
|
|
* @method \Aws\Result updateThreatEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateThreatEntitySetAsync(array $args = [])
|
|
* @method \Aws\Result updateThreatIntelSet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateThreatIntelSetAsync(array $args = [])
|
|
* @method \Aws\Result updateTrustedEntitySet(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateTrustedEntitySetAsync(array $args = [])
|
|
*/
|
|
class GuardDutyClient extends AwsClient {}
|