@stacksjs/ts-cloud 0.7.55 → 0.7.57
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/dist/alerts/alerts.test.d.ts +1 -0
- package/dist/alerts/delivery.d.ts +45 -0
- package/dist/alerts/evaluator.d.ts +12 -0
- package/dist/alerts/health.d.ts +34 -0
- package/dist/alerts/index.d.ts +6 -0
- package/dist/alerts/model.d.ts +170 -0
- package/dist/alerts/store.d.ts +90 -0
- package/dist/alerts/telemetry.d.ts +3 -0
- package/dist/api/client.d.ts +197 -0
- package/dist/api/handler.d.ts +18 -0
- package/dist/api/handler.test.d.ts +1 -0
- package/dist/api/index.d.ts +6 -0
- package/dist/api/openapi.d.ts +2 -0
- package/dist/api/service.d.ts +28 -0
- package/dist/api/types.d.ts +119 -0
- package/dist/auth/encryption.d.ts +3 -0
- package/dist/auth/index.d.ts +8 -0
- package/dist/auth/mailer.d.ts +9 -0
- package/dist/auth/oidc.d.ts +36 -0
- package/dist/auth/oidc.test.d.ts +1 -0
- package/dist/auth/store.d.ts +121 -0
- package/dist/auth/store.test.d.ts +1 -0
- package/dist/auth/totp.d.ts +11 -0
- package/dist/auth/totp.test.d.ts +1 -0
- package/dist/auth/types.d.ts +138 -0
- package/dist/automation/index.d.ts +2 -0
- package/dist/automation/store.d.ts +46 -0
- package/dist/automation/store.test.d.ts +1 -0
- package/dist/automation/types.d.ts +66 -0
- package/dist/aws/acm.d.ts +0 -4
- package/dist/aws/application-autoscaling.d.ts +0 -5
- package/dist/aws/backup.d.ts +42 -0
- package/dist/aws/bedrock.d.ts +0 -5
- package/dist/aws/client.d.ts +3 -6
- package/dist/aws/cloudformation.d.ts +0 -4
- package/dist/aws/cloudfront-media.test.d.ts +1 -0
- package/dist/aws/cloudfront-origin.test.d.ts +1 -0
- package/dist/aws/cloudfront.d.ts +87 -3
- package/dist/aws/cloudwatch-logs.d.ts +2 -4
- package/dist/aws/cloudwatch.d.ts +1 -1
- package/dist/aws/comprehend.d.ts +0 -5
- package/dist/aws/connect.d.ts +0 -4
- package/dist/aws/cost-explorer-cache.d.ts +1 -15
- package/dist/aws/cost-explorer.d.ts +18 -9
- package/dist/aws/cost-explorer.test.d.ts +1 -0
- package/dist/aws/dynamodb.d.ts +0 -4
- package/dist/aws/ec2.d.ts +0 -4
- package/dist/aws/ecr.d.ts +0 -4
- package/dist/aws/ecs.d.ts +17 -7
- package/dist/aws/efs.d.ts +0 -4
- package/dist/aws/elasticache.d.ts +0 -4
- package/dist/aws/elbv2.d.ts +0 -7
- package/dist/aws/email.d.ts +0 -10
- package/dist/aws/eventbridge.d.ts +0 -4
- package/dist/aws/iam.d.ts +1 -5
- package/dist/aws/imap-server.d.ts +0 -7
- package/dist/aws/index.d.ts +4 -3
- package/dist/aws/index.js +31 -31
- package/dist/aws/kendra.d.ts +0 -5
- package/dist/aws/lambda.d.ts +3 -5
- package/dist/aws/opensearch.d.ts +0 -4
- package/dist/aws/personalize.d.ts +0 -5
- package/dist/aws/polly.d.ts +0 -5
- package/dist/aws/rds.d.ts +59 -4
- package/dist/aws/rekognition.d.ts +0 -5
- package/dist/aws/route53-domains.d.ts +0 -4
- package/dist/aws/route53.d.ts +0 -4
- package/dist/aws/s3.d.ts +10 -6
- package/dist/aws/scheduler.d.ts +0 -4
- package/dist/aws/secrets-manager.d.ts +0 -4
- package/dist/aws/setup-sms.d.ts +0 -14
- package/dist/aws/sms.d.ts +0 -10
- package/dist/aws/smtp-server.d.ts +0 -11
- package/dist/aws/sns.d.ts +0 -4
- package/dist/aws/sqs.d.ts +0 -4
- package/dist/aws/ssm.d.ts +0 -4
- package/dist/aws/sts.d.ts +0 -4
- package/dist/aws/support.d.ts +0 -4
- package/dist/aws/textract.d.ts +0 -5
- package/dist/aws/transcribe.d.ts +0 -4
- package/dist/aws/translate.d.ts +0 -5
- package/dist/aws/voice.d.ts +0 -11
- package/dist/aws/xray.d.ts +1 -0
- package/dist/backups/aws-database-source.d.ts +19 -0
- package/dist/backups/aws-database-source.test.d.ts +1 -0
- package/dist/backups/aws-infrastructure-source.d.ts +43 -0
- package/dist/backups/aws-infrastructure-source.test.d.ts +1 -0
- package/dist/backups/control-plane-source.d.ts +16 -0
- package/dist/backups/control-plane-source.test.d.ts +1 -0
- package/dist/backups/docker-volume-source.d.ts +31 -0
- package/dist/backups/docker-volume-source.test.d.ts +1 -0
- package/dist/backups/filesystem-source.d.ts +34 -0
- package/dist/backups/filesystem-source.test.d.ts +1 -0
- package/dist/backups/index.d.ts +10 -0
- package/dist/backups/logical-database-source.d.ts +16 -0
- package/dist/backups/logical-database-source.test.d.ts +1 -0
- package/dist/backups/model.d.ts +121 -0
- package/dist/backups/s3-destination.d.ts +85 -0
- package/dist/backups/s3-destination.test.d.ts +1 -0
- package/dist/backups/service.d.ts +80 -0
- package/dist/backups/service.test.d.ts +1 -0
- package/dist/backups/store.d.ts +30 -0
- package/dist/backups/store.test.d.ts +1 -0
- package/dist/bin/cli.js +3360 -1802
- package/dist/{chunk-tjjgajbh.js → chunk-01d86gt1.js} +301 -9
- package/dist/{chunk-73vcqg6z.js → chunk-0z43x8re.js} +7 -7
- package/dist/{chunk-tnztxpcb.js → chunk-32e7ya18.js} +61 -49
- package/dist/{chunk-qpj3edwz.js → chunk-4cjrg98a.js} +3 -7
- package/dist/{chunk-hsk6fe6x.js → chunk-50jpda9q.js} +2 -2
- package/dist/{chunk-93hjhs78.js → chunk-703nkybg.js} +1 -1
- package/dist/{chunk-d5vqwj8s.js → chunk-9m6b4m74.js} +755 -720
- package/dist/chunk-e05phx5f.js +10 -0
- package/dist/{chunk-f29w04w5.js → chunk-exbcsab2.js} +10 -4
- package/dist/{chunk-eq08r166.js → chunk-f55nkpvb.js} +2 -2
- package/dist/{chunk-3bfv1z4v.js → chunk-fv1bj3yt.js} +63 -56
- package/dist/chunk-fw3q88wk.js +48641 -0
- package/dist/{chunk-3knnr7wh.js → chunk-he9a874b.js} +170 -2
- package/dist/{chunk-zn0nxxa8.js → chunk-hpv68b4a.js} +1070 -1070
- package/dist/chunk-k114qwg9.js +12 -0
- package/dist/{chunk-r16e02bc.js → chunk-vdk53yyq.js} +3900 -4101
- package/dist/{chunk-jp2a8yad.js → chunk-vvkd46k1.js} +15 -13
- package/dist/{chunk-vd87cpvn.js → chunk-wj3s95p9.js} +62 -46
- package/dist/{chunk-mj1tmhte.js → chunk-x9s0cqfx.js} +1 -1
- package/dist/{chunk-3rsfns7x.js → chunk-ybcz6sxc.js} +2048 -387
- package/dist/{chunk-arsh1g5h.js → chunk-zqtpg06c.js} +14 -11
- package/dist/compose/index.d.ts +6 -0
- package/dist/compose/parser.d.ts +13 -0
- package/dist/compose/parser.test.d.ts +1 -0
- package/dist/compose/runtime.d.ts +10 -0
- package/dist/compose/service.d.ts +18 -0
- package/dist/compose/store.d.ts +59 -0
- package/dist/compose/store.test.d.ts +1 -0
- package/dist/compose/templates.d.ts +17 -0
- package/dist/compose/types.d.ts +164 -0
- package/dist/configuration/backends.d.ts +66 -0
- package/dist/configuration/backends.test.d.ts +1 -0
- package/dist/configuration/dotenv.d.ts +14 -0
- package/dist/configuration/dotenv.test.d.ts +1 -0
- package/dist/configuration/index.d.ts +6 -0
- package/dist/configuration/migrate.d.ts +10 -0
- package/dist/configuration/migrate.test.d.ts +1 -0
- package/dist/configuration/model.d.ts +50 -0
- package/dist/configuration/service.d.ts +144 -0
- package/dist/configuration/service.test.d.ts +1 -0
- package/dist/configuration/store.d.ts +33 -0
- package/dist/configuration/store.test.d.ts +1 -0
- package/dist/control-plane/authorization.d.ts +24 -0
- package/dist/control-plane/authorization.test.d.ts +1 -0
- package/dist/control-plane/index.d.ts +8 -0
- package/dist/control-plane/migrations.d.ts +7 -0
- package/dist/control-plane/search.d.ts +25 -0
- package/dist/control-plane/store.d.ts +117 -0
- package/dist/control-plane/store.test.d.ts +1 -0
- package/dist/control-plane/types.d.ts +381 -0
- package/dist/cost/reporting.d.ts +24 -0
- package/dist/cost/reporting.test.d.ts +1 -0
- package/dist/cost/resource-inventory.d.ts +32 -0
- package/dist/cost/resource-inventory.test.d.ts +1 -0
- package/dist/cost/resource-optimization.d.ts +59 -0
- package/dist/cost/resource-optimization.test.d.ts +1 -0
- package/dist/data-services/adapters.d.ts +39 -0
- package/dist/data-services/aws-transports.d.ts +29 -0
- package/dist/data-services/aws-transports.test.d.ts +1 -0
- package/dist/data-services/capabilities.d.ts +2 -0
- package/dist/data-services/data-services.test.d.ts +1 -0
- package/dist/data-services/docker-transport.d.ts +55 -0
- package/dist/data-services/docker-transport.test.d.ts +1 -0
- package/dist/data-services/index.d.ts +8 -0
- package/dist/data-services/model.d.ts +79 -0
- package/dist/data-services/secrets.d.ts +13 -0
- package/dist/data-services/secrets.test.d.ts +1 -0
- package/dist/data-services/service.d.ts +51 -0
- package/dist/data-services/store.d.ts +17 -0
- package/dist/deploy/container-image.d.ts +28 -0
- package/dist/deploy/container-image.test.d.ts +1 -0
- package/dist/deploy/dashboard-audit.test.d.ts +1 -0
- package/dist/deploy/dashboard-auth.d.ts +4 -23
- package/dist/deploy/dashboard-backups.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-configuration.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-control-plane.d.ts +37 -0
- package/dist/deploy/dashboard-control-plane.test.d.ts +1 -0
- package/dist/deploy/dashboard-data-services.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-environment-scope.test.d.ts +1 -0
- package/dist/deploy/dashboard-guard.d.ts +12 -0
- package/dist/deploy/dashboard-guard.test.d.ts +1 -0
- package/dist/deploy/dashboard-identities.d.ts +15 -0
- package/dist/deploy/dashboard-identities.test.d.ts +1 -0
- package/dist/deploy/dashboard-jobs.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-login-page.d.ts +5 -5
- package/dist/deploy/dashboard-login-page.test.d.ts +1 -0
- package/dist/deploy/dashboard-oidc.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-onboarding.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-policy.d.ts +4 -2
- package/dist/deploy/dashboard-queue-worker.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-release.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-route-manifest.d.ts +14 -0
- package/dist/deploy/dashboard-route-manifest.test.d.ts +1 -0
- package/dist/deploy/dashboard-security.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-session.d.ts +3 -14
- package/dist/deploy/dashboard-source.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-users.d.ts +3 -0
- package/dist/deploy/fullstack-container.d.ts +87 -0
- package/dist/deploy/fullstack-container.test.d.ts +1 -0
- package/dist/deploy/index.d.ts +7 -2
- package/dist/deploy/index.js +65 -25
- package/dist/deploy/local-dashboard-server.d.ts +30 -0
- package/dist/deploy/quick-deploy.d.ts +1 -1
- package/dist/deploy/serverless-operations.d.ts +1 -0
- package/dist/deploy/site-target.d.ts +16 -0
- package/dist/deploy/static-api-origin.d.ts +107 -0
- package/dist/deploy/static-api-origin.test.d.ts +1 -0
- package/dist/deploy/static-site-helper.d.ts +0 -16
- package/dist/deploy/telemetry-access.d.ts +5 -0
- package/dist/deploy/telemetry-access.test.d.ts +1 -0
- package/dist/deploy/telemetry-collection.d.ts +44 -0
- package/dist/deploy/telemetry-collection.test.d.ts +1 -0
- package/dist/dns/index.js +3 -3
- package/dist/dns/route53-adapter.d.ts +1 -1
- package/dist/drivers/hetzner/cloud-init.d.ts +1 -1
- package/dist/drivers/index.d.ts +2 -2
- package/dist/drivers/index.js +6 -6
- package/dist/drivers/shared/notifications.d.ts +1 -1
- package/dist/drivers/shared/rpx-gateway.d.ts +1 -0
- package/dist/fleet/fleet.test.d.ts +1 -0
- package/dist/fleet/index.d.ts +144 -0
- package/dist/fleet/queue.d.ts +3 -0
- package/dist/fleet/ssh-driver.d.ts +34 -0
- package/dist/index.d.ts +28 -4
- package/dist/index.js +1132 -424
- package/dist/jobs/adapters.d.ts +23 -0
- package/dist/jobs/index.d.ts +7 -0
- package/dist/jobs/jobs.test.d.ts +1 -0
- package/dist/jobs/model.d.ts +100 -0
- package/dist/jobs/provider-adapters.d.ts +49 -0
- package/dist/jobs/reconcile.d.ts +19 -0
- package/dist/jobs/schedule.d.ts +9 -0
- package/dist/jobs/service.d.ts +30 -0
- package/dist/jobs/store.d.ts +48 -0
- package/dist/maintenance/drivers.d.ts +117 -0
- package/dist/maintenance/index.d.ts +6 -0
- package/dist/maintenance/maintenance.test.d.ts +1 -0
- package/dist/maintenance/manifest.d.ts +15 -0
- package/dist/maintenance/queue.d.ts +9 -0
- package/dist/maintenance/service.d.ts +31 -0
- package/dist/maintenance/store.d.ts +84 -0
- package/dist/maintenance/types.d.ts +192 -0
- package/dist/media.d.ts +62 -0
- package/dist/media.test.d.ts +1 -0
- package/dist/object-storage/index.d.ts +0 -24
- package/dist/onboarding/archive.d.ts +12 -0
- package/dist/onboarding/artifact-store.d.ts +22 -0
- package/dist/onboarding/detection.d.ts +8 -0
- package/dist/onboarding/index.d.ts +9 -0
- package/dist/onboarding/migrations.d.ts +3 -0
- package/dist/onboarding/onboarding.test.d.ts +1 -0
- package/dist/onboarding/plan.d.ts +3 -0
- package/dist/onboarding/registry.d.ts +41 -0
- package/dist/onboarding/service.d.ts +16 -0
- package/dist/onboarding/store.d.ts +30 -0
- package/dist/onboarding/types.d.ts +204 -0
- package/dist/placement/builds.d.ts +20 -0
- package/dist/placement/drivers.d.ts +54 -0
- package/dist/placement/index.d.ts +6 -0
- package/dist/placement/placement.test.d.ts +1 -0
- package/dist/placement/queue.d.ts +4 -0
- package/dist/placement/service.d.ts +34 -0
- package/dist/placement/store.d.ts +49 -0
- package/dist/placement/types.d.ts +109 -0
- package/dist/preview/index.d.ts +3 -0
- package/dist/preview/service.d.ts +45 -0
- package/dist/preview/service.test.d.ts +1 -0
- package/dist/preview/store.d.ts +47 -0
- package/dist/preview/store.test.d.ts +1 -0
- package/dist/preview/types.d.ts +99 -0
- package/dist/push/apns.d.ts +0 -26
- package/dist/push/fcm.d.ts +0 -23
- package/dist/push/index.d.ts +2 -2
- package/dist/push/index.js +1 -1
- package/dist/queue/deployment-handlers.d.ts +27 -0
- package/dist/queue/deployment-handlers.test.d.ts +1 -0
- package/dist/queue/index.d.ts +4 -0
- package/dist/queue/queue.d.ts +57 -0
- package/dist/queue/queue.test.d.ts +1 -0
- package/dist/queue/types.d.ts +93 -0
- package/dist/queue/worker.d.ts +32 -0
- package/dist/queue/worker.test.d.ts +1 -0
- package/dist/regions/drivers.d.ts +139 -0
- package/dist/regions/index.d.ts +5 -0
- package/dist/regions/queue.d.ts +4 -0
- package/dist/regions/regions.test.d.ts +1 -0
- package/dist/regions/service.d.ts +23 -0
- package/dist/regions/store.d.ts +41 -0
- package/dist/regions/types.d.ts +132 -0
- package/dist/release/index.d.ts +6 -0
- package/dist/release/queue.d.ts +15 -0
- package/dist/release/queue.test.d.ts +1 -0
- package/dist/release/runtime.d.ts +35 -0
- package/dist/release/runtime.test.d.ts +1 -0
- package/dist/release/service.d.ts +28 -0
- package/dist/release/store.d.ts +88 -0
- package/dist/release/store.test.d.ts +1 -0
- package/dist/release/strategy.d.ts +8 -0
- package/dist/release/types.d.ts +103 -0
- package/dist/runtime/adapters/aws.d.ts +5 -0
- package/dist/runtime/adapters/docker.d.ts +53 -0
- package/dist/runtime/adapters/systemd.d.ts +26 -0
- package/dist/runtime/index.d.ts +9 -0
- package/dist/runtime/inventory.d.ts +6 -0
- package/dist/runtime/model.d.ts +130 -0
- package/dist/runtime/normalize.d.ts +5 -0
- package/dist/runtime/operations.d.ts +113 -0
- package/dist/runtime/service.d.ts +32 -0
- package/dist/runtime/streams.d.ts +49 -0
- package/dist/security/artifacts.d.ts +105 -0
- package/dist/security/artifacts.test.d.ts +1 -0
- package/dist/security/container-release.d.ts +35 -0
- package/dist/security/container-release.test.d.ts +1 -0
- package/dist/security/index.d.ts +8 -0
- package/dist/security/integration.d.ts +41 -0
- package/dist/security/integration.test.d.ts +1 -0
- package/dist/security/posture-store.d.ts +80 -0
- package/dist/security/posture-store.test.d.ts +1 -0
- package/dist/security/pre-deploy-scanner.d.ts +0 -4
- package/dist/security/scanners.d.ts +81 -0
- package/dist/security/scanners.test.d.ts +1 -0
- package/dist/security/types.d.ts +150 -0
- package/dist/source/git-workspace.d.ts +26 -0
- package/dist/source/git-workspace.test.d.ts +1 -0
- package/dist/source/index.d.ts +6 -0
- package/dist/source/providers.d.ts +199 -0
- package/dist/source/providers.test.d.ts +1 -0
- package/dist/source/service.d.ts +18 -0
- package/dist/source/store.d.ts +149 -0
- package/dist/source/store.test.d.ts +1 -0
- package/dist/source/types.d.ts +191 -0
- package/dist/source/webhooks.d.ts +33 -0
- package/dist/source/webhooks.test.d.ts +1 -0
- package/dist/ssl/acme-client.d.ts +0 -6
- package/dist/storage/compose.d.ts +4 -0
- package/dist/storage/compose.test.d.ts +1 -0
- package/dist/storage/drivers.d.ts +107 -0
- package/dist/storage/drivers.test.d.ts +1 -0
- package/dist/storage/index.d.ts +5 -0
- package/dist/storage/model.d.ts +112 -0
- package/dist/storage/service.d.ts +95 -0
- package/dist/storage/storage.test.d.ts +1 -0
- package/dist/storage/store.d.ts +40 -0
- package/dist/telemetry/correlation.test.d.ts +1 -0
- package/dist/telemetry/index.d.ts +4 -0
- package/dist/telemetry/model.d.ts +145 -0
- package/dist/telemetry/policy.d.ts +8 -0
- package/dist/telemetry/policy.test.d.ts +1 -0
- package/dist/telemetry/redaction.d.ts +9 -0
- package/dist/telemetry/store.d.ts +34 -0
- package/dist/telemetry/store.test.d.ts +1 -0
- package/dist/ui/404.html +1506 -17
- package/dist/ui/accept-invitation.html +1163 -0
- package/dist/ui/{server/backups.html → access-denied.html} +344 -55
- package/dist/ui/account/automation.html +1669 -0
- package/dist/ui/account/security.html +1646 -0
- package/dist/ui/applications/compose.html +1590 -0
- package/dist/ui/applications/new.html +1868 -0
- package/dist/ui/data/backups.html +1757 -0
- package/dist/ui/data/services.html +1723 -0
- package/dist/ui/data/volumes.html +1639 -0
- package/dist/ui/index.html +392 -29
- package/dist/ui/integrations.html +1865 -0
- package/dist/ui/operations/alerts.html +1610 -0
- package/dist/ui/operations/configuration.html +1746 -0
- package/dist/ui/operations/jobs.html +1709 -0
- package/dist/ui/operations/maintenance.html +1540 -0
- package/dist/ui/operations/observability.html +1742 -0
- package/dist/ui/{serverless/scheduler.html → operations/previews.html} +447 -46
- package/dist/ui/operations/queue.html +1615 -0
- package/dist/ui/{server/workers.html → operations/regions.html} +413 -49
- package/dist/ui/operations/releases.html +1596 -0
- package/dist/ui/operations/workloads.html +1775 -0
- package/dist/ui/security.html +1767 -0
- package/dist/ui/server/actions.html +446 -57
- package/dist/ui/server/activity.html +346 -1
- package/dist/ui/server/capacity.html +1542 -0
- package/dist/ui/server/database.html +443 -36
- package/dist/ui/server/deployments.html +439 -53
- package/dist/ui/server/diagnostics.html +346 -1
- package/dist/ui/server/firewall.html +476 -50
- package/dist/ui/server/fleet.html +1577 -0
- package/dist/ui/server/logs.html +389 -25
- package/dist/ui/server/metrics.html +346 -1
- package/dist/ui/server/security.html +346 -1
- package/dist/ui/server/services.html +421 -46
- package/dist/ui/server/sites.html +476 -95
- package/dist/ui/server/ssh-keys.html +476 -46
- package/dist/ui/server/team.html +700 -77
- package/dist/ui/server/terminal.html +444 -54
- package/dist/ui/serverless/alarms.html +430 -42
- package/dist/ui/serverless/assets.html +421 -46
- package/dist/ui/serverless/cost.html +346 -1
- package/dist/ui/serverless/data.html +422 -47
- package/dist/ui/serverless/deployments.html +421 -46
- package/dist/ui/serverless/firewall.html +346 -1
- package/dist/ui/serverless/functions.html +423 -48
- package/dist/ui/serverless/logs.html +389 -25
- package/dist/ui/serverless/metrics.html +346 -1
- package/dist/ui/serverless/queues.html +448 -62
- package/dist/ui/serverless/secrets.html +448 -42
- package/dist/ui/serverless/traces.html +350 -5
- package/dist/ui/serverless.html +434 -58
- package/dist/ui-src/pages/404.stx +18 -0
- package/dist/ui-src/pages/accept-invitation.stx +50 -0
- package/dist/ui-src/pages/access-denied.stx +18 -0
- package/dist/ui-src/pages/account/automation.stx +187 -0
- package/dist/ui-src/pages/account/security.stx +249 -0
- package/dist/ui-src/pages/applications/compose.stx +38 -0
- package/dist/ui-src/pages/applications/new.stx +76 -0
- package/dist/ui-src/pages/data/backups.stx +214 -0
- package/dist/ui-src/pages/data/services.stx +257 -0
- package/dist/ui-src/pages/data/volumes.stx +40 -0
- package/dist/ui-src/pages/index.stx +24 -10
- package/dist/ui-src/pages/integrations.stx +186 -0
- package/dist/ui-src/pages/operations/alerts.stx +40 -0
- package/dist/ui-src/pages/operations/configuration.stx +164 -0
- package/dist/ui-src/pages/operations/jobs.stx +238 -0
- package/dist/ui-src/pages/operations/maintenance.stx +15 -0
- package/dist/ui-src/pages/operations/observability.stx +76 -0
- package/dist/ui-src/pages/operations/previews.stx +62 -0
- package/dist/ui-src/pages/operations/queue.stx +158 -0
- package/dist/ui-src/pages/operations/regions.stx +12 -0
- package/dist/ui-src/pages/operations/releases.stx +39 -0
- package/dist/ui-src/pages/operations/workloads.stx +151 -0
- package/dist/ui-src/pages/partials/head.stx +148 -15
- package/dist/ui-src/pages/partials/nav.stx +491 -74
- package/dist/ui-src/pages/partials/op-confirm.stx +6 -6
- package/dist/ui-src/pages/security.stx +264 -0
- package/dist/ui-src/pages/server/actions.stx +17 -26
- package/dist/ui-src/pages/server/capacity.stx +16 -0
- package/dist/ui-src/pages/server/database.stx +31 -16
- package/dist/ui-src/pages/server/deployments.stx +28 -30
- package/dist/ui-src/pages/server/firewall.stx +25 -30
- package/dist/ui-src/pages/server/fleet.stx +10 -0
- package/dist/ui-src/pages/server/logs.stx +11 -9
- package/dist/ui-src/pages/server/metrics.stx +8 -16
- package/dist/ui-src/pages/server/services.stx +19 -28
- package/dist/ui-src/pages/server/sites.stx +75 -72
- package/dist/ui-src/pages/server/ssh-keys.stx +24 -30
- package/dist/ui-src/pages/server/team.stx +286 -149
- package/dist/ui-src/pages/server/terminal.stx +6 -28
- package/dist/ui-src/pages/serverless/alarms.stx +17 -31
- package/dist/ui-src/pages/serverless/assets.stx +13 -22
- package/dist/ui-src/pages/serverless/cost.stx +15 -3
- package/dist/ui-src/pages/serverless/data.stx +12 -25
- package/dist/ui-src/pages/serverless/deployments.stx +14 -23
- package/dist/ui-src/pages/serverless/firewall.stx +5 -1
- package/dist/ui-src/pages/serverless/functions.stx +20 -26
- package/dist/ui-src/pages/serverless/logs.stx +11 -10
- package/dist/ui-src/pages/serverless/metrics.stx +18 -17
- package/dist/ui-src/pages/serverless/queues.stx +34 -42
- package/dist/ui-src/pages/serverless/secrets.stx +31 -34
- package/dist/ui-src/pages/serverless/traces.stx +2 -6
- package/dist/ui-src/pages/serverless.stx +40 -74
- package/package.json +11 -11
- package/dist/chunk-b17vf1g1.js +0 -13787
- package/dist/chunk-b82pbxyp.js +0 -1572
- package/dist/chunk-pqfzdg68.js +0 -12
- package/dist/chunk-z58fqnjm.js +0 -10
- package/dist/ui-src/pages/server/backups.stx +0 -91
- package/dist/ui-src/pages/server/workers.stx +0 -99
- package/dist/ui-src/pages/serverless/scheduler.stx +0 -89
package/dist/aws/client.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS API Client - Direct API calls without AWS CLI
|
|
3
|
-
* Implements AWS Signature Version 4 for authentication
|
|
4
|
-
*/
|
|
5
1
|
export interface AWSCredentials {
|
|
6
2
|
accessKeyId: string;
|
|
7
3
|
secretAccessKey: string;
|
|
@@ -55,8 +51,8 @@ export interface AWSClientConfig {
|
|
|
55
51
|
*
|
|
56
52
|
* Supports AWS S3 plus S3-compatible providers (Backblaze B2, Hetzner Object
|
|
57
53
|
* Storage) by allowing an endpoint override and path- vs virtual-hosted-style
|
|
58
|
-
* addressing. With no `endpoint` and no `forcePathStyle` the
|
|
59
|
-
*
|
|
54
|
+
* addressing. With no `endpoint` and no `forcePathStyle` the AWS host and path
|
|
55
|
+
* are preserved while the default HTTPS transport is made explicit.
|
|
60
56
|
*
|
|
61
57
|
* The returned `path` is used for BOTH the request URL and the SigV4 canonical
|
|
62
58
|
* URI, so the signature always matches the wire request.
|
|
@@ -72,6 +68,7 @@ export declare function resolveS3Endpoint(options: {
|
|
|
72
68
|
/** Force path-style addressing (bucket in path) instead of virtual-hosted. */
|
|
73
69
|
forcePathStyle?: boolean;
|
|
74
70
|
}): {
|
|
71
|
+
protocol: 'http' | 'https';
|
|
75
72
|
host: string;
|
|
76
73
|
path: string;
|
|
77
74
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/aws/cloudfront.d.ts
CHANGED
|
@@ -2,6 +2,43 @@
|
|
|
2
2
|
* AWS CloudFront Operations
|
|
3
3
|
* Direct API calls without AWS CLI dependency
|
|
4
4
|
*/
|
|
5
|
+
import type { AWSRequestOptions } from './client';
|
|
6
|
+
interface CloudFrontTransport {
|
|
7
|
+
request: (options: AWSRequestOptions) => Promise<any>;
|
|
8
|
+
}
|
|
9
|
+
export interface CloudFrontPublicKey {
|
|
10
|
+
Id: string;
|
|
11
|
+
Name: string;
|
|
12
|
+
EncodedKey?: string;
|
|
13
|
+
Comment?: string;
|
|
14
|
+
}
|
|
15
|
+
export interface CloudFrontKeyGroup {
|
|
16
|
+
Id: string;
|
|
17
|
+
Name: string;
|
|
18
|
+
Items: string[];
|
|
19
|
+
Comment?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface ExistingDistributionOriginInput {
|
|
22
|
+
id: string;
|
|
23
|
+
domainName: string;
|
|
24
|
+
pathPattern: string;
|
|
25
|
+
originPath?: string;
|
|
26
|
+
protocolPolicy?: 'https-only' | 'http-only' | 'match-viewer';
|
|
27
|
+
customHeaders?: Record<string, string>;
|
|
28
|
+
originAccessControlId?: string;
|
|
29
|
+
replaceExisting?: boolean;
|
|
30
|
+
dryRun?: boolean;
|
|
31
|
+
}
|
|
32
|
+
export interface ExistingDistributionOriginResult {
|
|
33
|
+
distributionId: string;
|
|
34
|
+
originId: string;
|
|
35
|
+
domainName: string;
|
|
36
|
+
pathPattern: string;
|
|
37
|
+
changed: boolean;
|
|
38
|
+
applied: boolean;
|
|
39
|
+
originRemoved?: boolean;
|
|
40
|
+
etag: string;
|
|
41
|
+
}
|
|
5
42
|
export interface InvalidationOptions {
|
|
6
43
|
distributionId: string;
|
|
7
44
|
paths: string[];
|
|
@@ -23,7 +60,16 @@ export interface Distribution {
|
|
|
23
60
|
*/
|
|
24
61
|
export declare class CloudFrontClient {
|
|
25
62
|
private client;
|
|
26
|
-
constructor(profile?: string);
|
|
63
|
+
constructor(profile?: string, transport?: CloudFrontTransport);
|
|
64
|
+
private collectionItems;
|
|
65
|
+
private validateExistingOriginInput;
|
|
66
|
+
/**
|
|
67
|
+
* Add a custom backend origin and path behavior to a live distribution while
|
|
68
|
+
* preserving the existing default S3 origin and every unrelated field.
|
|
69
|
+
*/
|
|
70
|
+
upsertExistingDistributionOrigin(distributionId: string, rawInput: ExistingDistributionOriginInput): Promise<ExistingDistributionOriginResult>;
|
|
71
|
+
/** Remove only the named path behavior and remove its origin if now unused. */
|
|
72
|
+
removeExistingDistributionOrigin(distributionId: string, rawInput: Pick<ExistingDistributionOriginInput, 'id' | 'domainName' | 'pathPattern' | 'dryRun'>): Promise<ExistingDistributionOriginResult>;
|
|
27
73
|
/**
|
|
28
74
|
* Create cache invalidation
|
|
29
75
|
*/
|
|
@@ -349,7 +395,7 @@ export declare class CloudFrontClient {
|
|
|
349
395
|
description?: string;
|
|
350
396
|
signingProtocol?: 'sigv4';
|
|
351
397
|
signingBehavior?: 'always' | 'never' | 'no-override';
|
|
352
|
-
originType?: 's3';
|
|
398
|
+
originType?: 's3' | 'mediastore' | 'mediapackagev2' | 'lambda';
|
|
353
399
|
}): Promise<{
|
|
354
400
|
Id: string;
|
|
355
401
|
Name: string;
|
|
@@ -362,7 +408,7 @@ export declare class CloudFrontClient {
|
|
|
362
408
|
/**
|
|
363
409
|
* Find or create an Origin Access Control
|
|
364
410
|
*/
|
|
365
|
-
findOrCreateOriginAccessControl(name: string): Promise<{
|
|
411
|
+
findOrCreateOriginAccessControl(name: string, originType?: 's3' | 'mediastore' | 'mediapackagev2' | 'lambda'): Promise<{
|
|
366
412
|
Id: string;
|
|
367
413
|
Name: string;
|
|
368
414
|
isNew: boolean;
|
|
@@ -380,6 +426,8 @@ export declare class CloudFrontClient {
|
|
|
380
426
|
comment?: string;
|
|
381
427
|
priceClass?: 'PriceClass_100' | 'PriceClass_200' | 'PriceClass_All';
|
|
382
428
|
enabled?: boolean;
|
|
429
|
+
trustedKeyGroupIds?: string[];
|
|
430
|
+
mediaDelivery?: boolean;
|
|
383
431
|
}): Promise<{
|
|
384
432
|
Id: string;
|
|
385
433
|
ARN: string;
|
|
@@ -387,6 +435,41 @@ export declare class CloudFrontClient {
|
|
|
387
435
|
Status: string;
|
|
388
436
|
ETag: string;
|
|
389
437
|
}>;
|
|
438
|
+
/** Create a private-origin distribution tuned for immutable media and optional signed viewers. */
|
|
439
|
+
createMediaDistributionForS3(options: {
|
|
440
|
+
bucketName: string;
|
|
441
|
+
bucketRegion: string;
|
|
442
|
+
originAccessControlId: string;
|
|
443
|
+
aliases?: string[];
|
|
444
|
+
certificateArn?: string;
|
|
445
|
+
comment?: string;
|
|
446
|
+
priceClass?: 'PriceClass_100' | 'PriceClass_200' | 'PriceClass_All';
|
|
447
|
+
enabled?: boolean;
|
|
448
|
+
trustedKeyGroupIds?: string[];
|
|
449
|
+
}): Promise<{
|
|
450
|
+
Id: string;
|
|
451
|
+
ARN: string;
|
|
452
|
+
DomainName: string;
|
|
453
|
+
Status: string;
|
|
454
|
+
ETag: string;
|
|
455
|
+
}>;
|
|
456
|
+
/** List viewer public keys used by trusted key groups. */
|
|
457
|
+
listPublicKeys(): Promise<CloudFrontPublicKey[]>;
|
|
458
|
+
/** Register an RSA public key for CloudFront signed URLs and cookies. */
|
|
459
|
+
createPublicKey(options: {
|
|
460
|
+
name: string;
|
|
461
|
+
encodedKey: string;
|
|
462
|
+
comment?: string;
|
|
463
|
+
callerReference?: string;
|
|
464
|
+
}): Promise<CloudFrontPublicKey>;
|
|
465
|
+
/** List trusted viewer key groups. */
|
|
466
|
+
listKeyGroups(): Promise<CloudFrontKeyGroup[]>;
|
|
467
|
+
/** Create a trusted key group for one or more registered public keys. */
|
|
468
|
+
createKeyGroup(options: {
|
|
469
|
+
name: string;
|
|
470
|
+
publicKeyIds: string[];
|
|
471
|
+
comment?: string;
|
|
472
|
+
}): Promise<CloudFrontKeyGroup>;
|
|
390
473
|
/**
|
|
391
474
|
* Get S3 bucket policy for CloudFront OAC access
|
|
392
475
|
*/
|
|
@@ -419,3 +502,4 @@ export declare class CloudFrontClient {
|
|
|
419
502
|
ETag: string;
|
|
420
503
|
}>;
|
|
421
504
|
}
|
|
505
|
+
export {};
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS CloudWatch Logs Operations
|
|
3
|
-
* Direct API calls without AWS CLI dependency
|
|
4
|
-
*/
|
|
5
1
|
export interface LogEvent {
|
|
6
2
|
timestamp?: number;
|
|
7
3
|
message?: string;
|
|
@@ -21,6 +17,8 @@ export declare class CloudWatchLogsClient {
|
|
|
21
17
|
private client;
|
|
22
18
|
private region;
|
|
23
19
|
constructor(region?: string, profile?: string);
|
|
20
|
+
createLogGroup(logGroupName: string, tags?: Record<string, string>): Promise<void>;
|
|
21
|
+
putRetentionPolicy(logGroupName: string, retentionInDays: number): Promise<void>;
|
|
24
22
|
describeLogStreams(options: {
|
|
25
23
|
logGroupName: string;
|
|
26
24
|
logStreamNamePrefix?: string;
|
package/dist/aws/cloudwatch.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface MetricAlarm {
|
|
|
25
25
|
export declare class CloudWatchClient {
|
|
26
26
|
private client;
|
|
27
27
|
private region;
|
|
28
|
-
constructor(region?: string);
|
|
28
|
+
constructor(region?: string, profile?: string);
|
|
29
29
|
private query;
|
|
30
30
|
/** Fetch aggregated statistics for one metric over a time window. */
|
|
31
31
|
getMetricStatistics(options: {
|
package/dist/aws/comprehend.d.ts
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS Comprehend Client
|
|
3
|
-
* Natural Language Processing - sentiment, entities, key phrases, language detection, PII
|
|
4
|
-
* No external SDK dependencies - implements AWS Signature V4 directly
|
|
5
|
-
*/
|
|
6
1
|
export interface DetectSentimentCommandInput {
|
|
7
2
|
Text: string;
|
|
8
3
|
LanguageCode: 'en' | 'es' | 'fr' | 'de' | 'it' | 'pt' | 'ar' | 'hi' | 'ja' | 'ko' | 'zh' | 'zh-TW';
|
package/dist/aws/connect.d.ts
CHANGED
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Filesystem-backed cache for Cost Explorer responses.
|
|
3
|
-
*
|
|
4
|
-
* Cost Explorer charges $0.01 per GetCostAndUsage request. Running cost:analyze
|
|
5
|
-
* a few times in a day adds up — and closed-month data never changes, so we
|
|
6
|
-
* shouldn't keep paying to fetch it. This cache persists across CLI invocations
|
|
7
|
-
* under ~/.cache/ts-cloud/cost-explorer/<profile>/<sha>.json.
|
|
8
|
-
*
|
|
9
|
-
* TTL:
|
|
10
|
-
* - Open period (end is on/after the first of the current UTC month): 1 hour
|
|
11
|
-
* - Closed period (end is before the first of the current UTC month): 30 days
|
|
12
|
-
* Closed months are immutable in Cost Explorer, so this is effectively
|
|
13
|
-
* infinite while still bounding disk usage if many historical periods are
|
|
14
|
-
* queried.
|
|
15
|
-
*/
|
|
16
1
|
export interface CostCacheKey {
|
|
17
2
|
start: string;
|
|
18
3
|
end: string;
|
|
@@ -22,6 +7,7 @@ export interface CostCacheKey {
|
|
|
22
7
|
Type: string;
|
|
23
8
|
Key: string;
|
|
24
9
|
}>;
|
|
10
|
+
filter?: unknown;
|
|
25
11
|
}
|
|
26
12
|
export interface CacheHit<T> {
|
|
27
13
|
response: T;
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS Cost Explorer Client
|
|
3
|
-
* Direct JSON-RPC calls (no AWS SDK / CLI dependency).
|
|
4
|
-
*
|
|
5
|
-
* Endpoint is global but lives in us-east-1.
|
|
6
|
-
*
|
|
7
|
-
* Cost Explorer requests are billed at $0.01 each, so getCostByService is
|
|
8
|
-
* served from a filesystem cache by default. Pass `useCache: false` to bypass.
|
|
9
|
-
*/
|
|
10
1
|
export interface ServiceCost {
|
|
11
2
|
service: string;
|
|
12
3
|
amount: number;
|
|
13
4
|
unit: string;
|
|
14
5
|
}
|
|
6
|
+
export interface DimensionCost {
|
|
7
|
+
key: string;
|
|
8
|
+
amount: number;
|
|
9
|
+
unit: string;
|
|
10
|
+
}
|
|
11
|
+
export type CostDimension = 'SERVICE' | 'USAGE_TYPE' | 'OPERATION' | 'REGION' | 'LINKED_ACCOUNT' | 'RESOURCE_ID';
|
|
15
12
|
export interface CostExplorerOptions {
|
|
16
13
|
useCache?: boolean;
|
|
17
14
|
}
|
|
@@ -30,6 +27,18 @@ export declare class CostExplorerClient {
|
|
|
30
27
|
end: string;
|
|
31
28
|
granularity?: 'DAILY' | 'MONTHLY';
|
|
32
29
|
}): Promise<ServiceCost[]>;
|
|
30
|
+
/**
|
|
31
|
+
* Group and aggregate cost across every returned time bucket for one Cost
|
|
32
|
+
* Explorer dimension. Handles response pagination and caches the normalized
|
|
33
|
+
* result rather than provider response envelopes.
|
|
34
|
+
*/
|
|
35
|
+
getCostByDimension(params: {
|
|
36
|
+
start: string;
|
|
37
|
+
end: string;
|
|
38
|
+
dimension: CostDimension;
|
|
39
|
+
granularity?: 'DAILY' | 'MONTHLY';
|
|
40
|
+
filter?: unknown;
|
|
41
|
+
}): Promise<DimensionCost[]>;
|
|
33
42
|
/** Total unblended cost per day over a window (for the spend trend chart). */
|
|
34
43
|
getDailyTotals(params: {
|
|
35
44
|
start: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/aws/dynamodb.d.ts
CHANGED
package/dist/aws/ec2.d.ts
CHANGED
package/dist/aws/ecr.d.ts
CHANGED
package/dist/aws/ecs.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS ECS Operations
|
|
3
|
-
* Direct API calls without AWS CLI dependency
|
|
4
|
-
*/
|
|
5
1
|
export interface Service {
|
|
6
2
|
serviceArn?: string;
|
|
7
3
|
serviceName?: string;
|
|
@@ -38,6 +34,8 @@ export interface Task {
|
|
|
38
34
|
taskArn?: string;
|
|
39
35
|
taskDefinitionArn?: string;
|
|
40
36
|
clusterArn?: string;
|
|
37
|
+
/** ECS sets this to `service:<serviceName>` for service-owned tasks. */
|
|
38
|
+
group?: string;
|
|
41
39
|
lastStatus?: string;
|
|
42
40
|
desiredStatus?: string;
|
|
43
41
|
containers?: Container[];
|
|
@@ -69,14 +67,22 @@ export declare class ECSClient {
|
|
|
69
67
|
/**
|
|
70
68
|
* List ECS services in a cluster
|
|
71
69
|
*/
|
|
72
|
-
listServices(cluster: string
|
|
70
|
+
listServices(cluster: string, options?: {
|
|
71
|
+
nextToken?: string;
|
|
72
|
+
maxResults?: number;
|
|
73
|
+
}): Promise<{
|
|
73
74
|
serviceArns?: string[];
|
|
75
|
+
nextToken?: string;
|
|
74
76
|
}>;
|
|
75
77
|
/**
|
|
76
78
|
* List tasks in a cluster
|
|
77
79
|
*/
|
|
78
|
-
listTasks(cluster: string, serviceName?: string
|
|
80
|
+
listTasks(cluster: string, serviceName?: string, options?: {
|
|
81
|
+
nextToken?: string;
|
|
82
|
+
maxResults?: number;
|
|
83
|
+
}): Promise<{
|
|
79
84
|
taskArns?: string[];
|
|
85
|
+
nextToken?: string;
|
|
80
86
|
}>;
|
|
81
87
|
/**
|
|
82
88
|
* Describe ECS tasks
|
|
@@ -139,8 +145,12 @@ export declare class ECSClient {
|
|
|
139
145
|
/**
|
|
140
146
|
* List ECS clusters
|
|
141
147
|
*/
|
|
142
|
-
listClusters(
|
|
148
|
+
listClusters(options?: {
|
|
149
|
+
nextToken?: string;
|
|
150
|
+
maxResults?: number;
|
|
151
|
+
}): Promise<{
|
|
143
152
|
clusterArns?: string[];
|
|
153
|
+
nextToken?: string;
|
|
144
154
|
}>;
|
|
145
155
|
/**
|
|
146
156
|
* Describe ECS clusters
|
package/dist/aws/efs.d.ts
CHANGED
package/dist/aws/elbv2.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS Elastic Load Balancing V2 (ELBv2) Operations
|
|
3
|
-
* Direct API calls without AWS CLI dependency
|
|
4
|
-
*
|
|
5
|
-
* Supports Application Load Balancers (ALB), Network Load Balancers (NLB),
|
|
6
|
-
* and Gateway Load Balancers (GWLB)
|
|
7
|
-
*/
|
|
8
1
|
export interface LoadBalancer {
|
|
9
2
|
LoadBalancerArn?: string;
|
|
10
3
|
DNSName?: string;
|
package/dist/aws/email.d.ts
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS Email Module
|
|
3
|
-
* High-level email operations for both serverless and server deployments
|
|
4
|
-
*
|
|
5
|
-
* This module provides:
|
|
6
|
-
* - Email sending via SES
|
|
7
|
-
* - Email receiving setup (receipt rules, S3 storage)
|
|
8
|
-
* - Domain verification and DKIM setup
|
|
9
|
-
* - SMTP credential management for client email apps
|
|
10
|
-
*/
|
|
11
1
|
export interface EmailConfig {
|
|
12
2
|
domain: string;
|
|
13
3
|
region?: string;
|
package/dist/aws/iam.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS IAM (Identity and Access Management) Operations
|
|
3
|
-
* Direct API calls without AWS SDK dependency
|
|
4
|
-
*/
|
|
5
1
|
export interface IAMUser {
|
|
6
2
|
UserName: string;
|
|
7
3
|
UserId: string;
|
|
@@ -545,7 +541,7 @@ export interface SimulatePolicyResponse {
|
|
|
545
541
|
export declare class IAMClient {
|
|
546
542
|
private client;
|
|
547
543
|
private region;
|
|
548
|
-
constructor(region?: string);
|
|
544
|
+
constructor(region?: string, profile?: string);
|
|
549
545
|
/**
|
|
550
546
|
* Make IAM API request
|
|
551
547
|
*/
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* IMAP-to-S3 Bridge Server
|
|
3
|
-
* Provides IMAP access to emails stored in S3 via SES receipt rules
|
|
4
|
-
*
|
|
5
|
-
* This allows email clients like Mail.app to access emails that are
|
|
6
|
-
* stored in S3 buckets through SES inbound email processing.
|
|
7
|
-
*/
|
|
8
1
|
export interface ImapServerConfig {
|
|
9
2
|
port?: number;
|
|
10
3
|
sslPort?: number;
|
package/dist/aws/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Direct API calls for AWS services (no SDK dependencies)
|
|
4
4
|
*/
|
|
5
5
|
export * from './client';
|
|
6
|
+
export * from './backup';
|
|
6
7
|
export * from '../object-storage';
|
|
7
8
|
export * from './cloudformation';
|
|
8
9
|
export * from './cost-explorer';
|
|
@@ -31,14 +32,14 @@ export * from './opensearch';
|
|
|
31
32
|
export * from './transcribe';
|
|
32
33
|
export * from './bedrock';
|
|
33
34
|
export * from './comprehend';
|
|
34
|
-
export { RekognitionClient, detectLabelsFromS3, countFacesInS3Image, isContentSafe
|
|
35
|
+
export { RekognitionClient, detectLabelsFromS3, countFacesInS3Image, isContentSafe } from './rekognition';
|
|
35
36
|
export type { S3Object as RekognitionS3Object, BoundingBox as RekognitionBoundingBox, Image, Video, Landmark, Pose, ImageQuality, Emotion, FaceDetail, DetectFacesCommandInput, DetectFacesCommandOutput, Label, DetectLabelsCommandInput, DetectLabelsCommandOutput, DetectTextCommandInput, TextDetection, DetectTextCommandOutput, DetectModerationLabelsCommandInput, ModerationLabel, DetectModerationLabelsCommandOutput, Celebrity, RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput, CompareFacesCommandInput, CompareFacesMatch, CompareFacesCommandOutput, CreateCollectionCommandInput, CreateCollectionCommandOutput, DeleteCollectionCommandInput, DeleteCollectionCommandOutput, ListCollectionsCommandInput, ListCollectionsCommandOutput, IndexFacesCommandInput, FaceRecord, IndexFacesCommandOutput, SearchFacesByImageCommandInput, FaceMatch, SearchFacesByImageCommandOutput, SearchFacesCommandInput, SearchFacesCommandOutput, StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput, GetLabelDetectionCommandInput, LabelDetection, GetLabelDetectionCommandOutput, StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput, GetFaceDetectionCommandInput, FaceDetection, GetFaceDetectionCommandOutput, StartContentModerationCommandInput, StartContentModerationCommandOutput, GetContentModerationCommandInput, ContentModerationDetection, GetContentModerationCommandOutput, } from './rekognition';
|
|
36
|
-
export { TextractClient, extractTextFromS3, extractFormsFromS3, extractTablesFromS3
|
|
37
|
+
export { TextractClient, extractTextFromS3, extractFormsFromS3, extractTablesFromS3 } from './textract';
|
|
37
38
|
export type { S3Object as TextractS3Object, BoundingBox as TextractBoundingBox, Document, Point, Geometry, Relationship, Block, DocumentMetadata, Warning, DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput, AnalyzeExpenseCommandInput, ExpenseField, LineItemGroup, ExpenseDocument, AnalyzeExpenseCommandOutput, AnalyzeIDCommandInput, IdentityDocument, AnalyzeIDCommandOutput, StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput, GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput, GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, GetLendingAnalysisCommandInput, LendingDocument, LendingResult, GetLendingAnalysisCommandOutput, } from './textract';
|
|
38
39
|
export * from './polly';
|
|
39
40
|
export * from './translate';
|
|
40
41
|
export * from './personalize';
|
|
41
|
-
export { KendraClient, search, retrieveForRag
|
|
42
|
+
export { KendraClient, search, retrieveForRag } from './kendra';
|
|
42
43
|
export type { CreateIndexCommandInput as KendraCreateIndexCommandInput, CreateIndexCommandOutput as KendraCreateIndexCommandOutput, DescribeIndexCommandInput, Index, DescribeIndexCommandOutput, ListIndicesCommandInput, IndexSummary, ListIndicesCommandOutput, DeleteIndexCommandInput, DeleteIndexCommandOutput, CreateDataSourceCommandInput as KendraCreateDataSourceCommandInput, CreateDataSourceCommandOutput as KendraCreateDataSourceCommandOutput, DescribeDataSourceCommandInput, DataSource, DescribeDataSourceCommandOutput, ListDataSourcesCommandInput as KendraListDataSourcesCommandInput, DataSourceSummary, ListDataSourcesCommandOutput as KendraListDataSourcesCommandOutput, StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, QueryCommandInput, QueryResultItem, FacetResult, QueryCommandOutput, RetrieveCommandInput, RetrieveResultItem, RetrieveCommandOutput, BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, } from './kendra';
|
|
43
44
|
export * from './eventbridge';
|
|
44
45
|
export * from './elasticache';
|
package/dist/aws/index.js
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApplicationAutoScalingClient,
|
|
3
|
+
AwsBackupClient,
|
|
3
4
|
BedrockAgentClient,
|
|
4
5
|
BedrockAgentRuntimeClient,
|
|
5
6
|
BedrockClient,
|
|
6
7
|
BedrockRuntimeClient,
|
|
8
|
+
CloudWatchLogsClient,
|
|
7
9
|
ComprehendClient,
|
|
8
10
|
ConnectClient,
|
|
11
|
+
CostExplorerClient,
|
|
9
12
|
DynamoDBClient,
|
|
10
13
|
ECSClient,
|
|
14
|
+
EFSClient,
|
|
11
15
|
ELBv2Client,
|
|
12
16
|
ElastiCacheClient,
|
|
17
|
+
EventBridgeClient,
|
|
13
18
|
ImapServer,
|
|
14
19
|
KendraClient,
|
|
20
|
+
LambdaClient,
|
|
15
21
|
OpenSearchClient,
|
|
16
22
|
PersonalizeClient,
|
|
17
23
|
PersonalizeEventsClient,
|
|
@@ -20,8 +26,10 @@ import {
|
|
|
20
26
|
RekognitionClient,
|
|
21
27
|
Route53DomainsClient,
|
|
22
28
|
SNSClient,
|
|
29
|
+
SQSClient,
|
|
23
30
|
STSClient,
|
|
24
31
|
SchedulerClient,
|
|
32
|
+
SecretsManagerClient,
|
|
25
33
|
SmsClient,
|
|
26
34
|
SmtpServer,
|
|
27
35
|
SupportClient,
|
|
@@ -78,35 +86,16 @@ import {
|
|
|
78
86
|
trackEvent,
|
|
79
87
|
translate,
|
|
80
88
|
translateToMultiple
|
|
81
|
-
} from "../chunk-
|
|
82
|
-
import {
|
|
83
|
-
RDSClient
|
|
84
|
-
} from "../chunk-3knnr7wh.js";
|
|
89
|
+
} from "../chunk-ybcz6sxc.js";
|
|
85
90
|
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
SESClient,
|
|
89
|
-
email
|
|
90
|
-
} from "../chunk-zn0nxxa8.js";
|
|
91
|
-
import {
|
|
92
|
-
CloudWatchLogsClient,
|
|
93
|
-
CostExplorerClient,
|
|
94
|
-
EFSClient,
|
|
95
|
-
EventBridgeClient,
|
|
96
|
-
LambdaClient,
|
|
97
|
-
SQSClient,
|
|
98
|
-
SecretsManagerClient
|
|
99
|
-
} from "../chunk-b82pbxyp.js";
|
|
91
|
+
CloudFrontClient
|
|
92
|
+
} from "../chunk-01d86gt1.js";
|
|
100
93
|
import {
|
|
101
94
|
ECRClient
|
|
102
|
-
} from "../chunk-
|
|
95
|
+
} from "../chunk-50jpda9q.js";
|
|
103
96
|
import {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
} from "../chunk-93hjhs78.js";
|
|
107
|
-
import {
|
|
108
|
-
CloudFrontClient
|
|
109
|
-
} from "../chunk-tjjgajbh.js";
|
|
97
|
+
RDSClient
|
|
98
|
+
} from "../chunk-he9a874b.js";
|
|
110
99
|
import {
|
|
111
100
|
ACMClient,
|
|
112
101
|
ACMDnsValidator,
|
|
@@ -122,22 +111,32 @@ import {
|
|
|
122
111
|
createRoute53Validator,
|
|
123
112
|
detectDnsProvider,
|
|
124
113
|
dnsProviders
|
|
125
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-fv1bj3yt.js";
|
|
126
115
|
import {
|
|
127
|
-
|
|
128
|
-
|
|
116
|
+
EC2Client,
|
|
117
|
+
SSMClient
|
|
118
|
+
} from "../chunk-703nkybg.js";
|
|
129
119
|
import {
|
|
130
120
|
CloudFormationClient
|
|
131
|
-
} from "../chunk-
|
|
121
|
+
} from "../chunk-4cjrg98a.js";
|
|
122
|
+
import {
|
|
123
|
+
EmailClient,
|
|
124
|
+
IAMClient,
|
|
125
|
+
SESClient,
|
|
126
|
+
email
|
|
127
|
+
} from "../chunk-hpv68b4a.js";
|
|
128
|
+
import {
|
|
129
|
+
Route53Client
|
|
130
|
+
} from "../chunk-32e7ya18.js";
|
|
132
131
|
import {
|
|
133
132
|
S3Client
|
|
134
|
-
} from "../chunk-
|
|
133
|
+
} from "../chunk-wj3s95p9.js";
|
|
135
134
|
import {
|
|
136
135
|
AWSClient,
|
|
137
136
|
buildQueryParams,
|
|
138
137
|
detectCredentialSource,
|
|
139
138
|
resolveS3Endpoint
|
|
140
|
-
} from "../chunk-
|
|
139
|
+
} from "../chunk-zqtpg06c.js";
|
|
141
140
|
import"../chunk-v0bahtg2.js";
|
|
142
141
|
export {
|
|
143
142
|
translateToMultiple,
|
|
@@ -252,6 +251,7 @@ export {
|
|
|
252
251
|
BedrockClient,
|
|
253
252
|
BedrockAgentRuntimeClient,
|
|
254
253
|
BedrockAgentClient,
|
|
254
|
+
AwsBackupClient,
|
|
255
255
|
ApplicationAutoScalingClient,
|
|
256
256
|
AWSClient,
|
|
257
257
|
ACMDnsValidator,
|
package/dist/aws/kendra.d.ts
CHANGED
package/dist/aws/lambda.d.ts
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AWS Lambda Operations
|
|
3
|
-
* Direct API calls without AWS SDK dependency
|
|
4
|
-
*/
|
|
5
1
|
export interface LambdaFunctionConfiguration {
|
|
6
2
|
FunctionName?: string;
|
|
7
3
|
FunctionArn?: string;
|
|
@@ -82,6 +78,8 @@ export interface AddPermissionParams {
|
|
|
82
78
|
Principal: string;
|
|
83
79
|
SourceArn?: string;
|
|
84
80
|
SourceAccount?: string;
|
|
81
|
+
FunctionUrlAuthType?: 'NONE' | 'AWS_IAM';
|
|
82
|
+
InvokedViaFunctionUrl?: boolean;
|
|
85
83
|
}
|
|
86
84
|
/**
|
|
87
85
|
* Lambda service management using direct API calls
|
|
@@ -89,7 +87,7 @@ export interface AddPermissionParams {
|
|
|
89
87
|
export declare class LambdaClient {
|
|
90
88
|
private client;
|
|
91
89
|
private region;
|
|
92
|
-
constructor(region?: string);
|
|
90
|
+
constructor(region?: string, profile?: string);
|
|
93
91
|
/**
|
|
94
92
|
* Create a new Lambda function
|
|
95
93
|
*/
|
package/dist/aws/opensearch.d.ts
CHANGED