@stacksjs/ts-cloud 0.7.5 → 0.7.7
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/aws/index.js +259 -0
- package/dist/bin/cli.js +231 -231
- package/dist/chunk-0wxyppza.js +146 -0
- package/dist/chunk-3knnr7wh.js +601 -0
- package/dist/chunk-3rsfns7x.js +10427 -0
- package/dist/chunk-93hjhs78.js +1752 -0
- package/dist/chunk-arsh1g5h.js +1749 -0
- package/dist/chunk-b82pbxyp.js +1572 -0
- package/dist/chunk-c6rgvg1j.js +46124 -0
- package/dist/chunk-d2p5n2aq.js +23 -0
- package/dist/chunk-d7p84vz5.js +1699 -0
- package/dist/chunk-eq08r166.js +8 -0
- package/dist/chunk-hsk6fe6x.js +371 -0
- package/dist/chunk-mj1tmhte.js +13 -0
- package/dist/chunk-pegd7rmf.js +10 -0
- package/dist/chunk-pqfzdg68.js +12 -0
- package/dist/chunk-qpj3edwz.js +601 -0
- package/dist/chunk-tjjgajbh.js +1032 -0
- package/dist/chunk-tnztxpcb.js +630 -0
- package/dist/chunk-tt4kxske.js +1788 -0
- package/dist/chunk-v0bahtg2.js +4 -0
- package/dist/chunk-vd87cpvn.js +1754 -0
- package/dist/chunk-x07dz3sd.js +12828 -0
- package/dist/chunk-xzn0ntr0.js +4616 -0
- package/dist/chunk-zn0nxxa8.js +1779 -0
- package/dist/deploy/index.js +87 -0
- package/dist/dns/index.js +31 -0
- package/dist/drivers/index.d.ts +2 -0
- package/dist/drivers/index.js +108 -0
- package/dist/drivers/shared/box-provision.d.ts +102 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4383 -91358
- package/dist/push/index.js +509 -0
- package/dist/ui/index.html +3 -3
- package/dist/ui/server/actions.html +3 -3
- package/dist/ui/server/backups.html +3 -3
- package/dist/ui/server/database.html +3 -3
- package/dist/ui/server/deployments.html +3 -3
- package/dist/ui/server/firewall.html +3 -3
- package/dist/ui/server/logs.html +3 -3
- package/dist/ui/server/services.html +3 -3
- package/dist/ui/server/sites.html +3 -3
- package/dist/ui/server/ssh-keys.html +3 -3
- package/dist/ui/server/terminal.html +3 -3
- package/dist/ui/server/workers.html +3 -3
- package/dist/ui/serverless/alarms.html +3 -3
- package/dist/ui/serverless/assets.html +3 -3
- package/dist/ui/serverless/data.html +3 -3
- package/dist/ui/serverless/deployments.html +3 -3
- package/dist/ui/serverless/functions.html +3 -3
- package/dist/ui/serverless/logs.html +3 -3
- package/dist/ui/serverless/queues.html +3 -3
- package/dist/ui/serverless/scheduler.html +3 -3
- package/dist/ui/serverless/secrets.html +3 -3
- package/dist/ui/serverless/traces.html +3 -3
- package/dist/ui/serverless.html +3 -3
- package/package.json +3 -3
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ApplicationAutoScalingClient,
|
|
3
|
+
BedrockAgentClient,
|
|
4
|
+
BedrockAgentRuntimeClient,
|
|
5
|
+
BedrockClient,
|
|
6
|
+
BedrockRuntimeClient,
|
|
7
|
+
ComprehendClient,
|
|
8
|
+
ConnectClient,
|
|
9
|
+
DynamoDBClient,
|
|
10
|
+
ECSClient,
|
|
11
|
+
ELBv2Client,
|
|
12
|
+
ElastiCacheClient,
|
|
13
|
+
ImapServer,
|
|
14
|
+
KendraClient,
|
|
15
|
+
OpenSearchClient,
|
|
16
|
+
PersonalizeClient,
|
|
17
|
+
PersonalizeEventsClient,
|
|
18
|
+
PersonalizeRuntimeClient,
|
|
19
|
+
PollyClient,
|
|
20
|
+
RekognitionClient,
|
|
21
|
+
Route53DomainsClient,
|
|
22
|
+
SNSClient,
|
|
23
|
+
STSClient,
|
|
24
|
+
SchedulerClient,
|
|
25
|
+
SmsClient,
|
|
26
|
+
SmtpServer,
|
|
27
|
+
SupportClient,
|
|
28
|
+
SupportTemplates,
|
|
29
|
+
TextractClient,
|
|
30
|
+
TranscribeClient,
|
|
31
|
+
TranslateClient,
|
|
32
|
+
VoiceClient,
|
|
33
|
+
analyzeSentiment,
|
|
34
|
+
completeWithClaude,
|
|
35
|
+
containsPii,
|
|
36
|
+
countFacesInS3Image,
|
|
37
|
+
createDeliveryReceiptHandler,
|
|
38
|
+
createObjectStorageClient,
|
|
39
|
+
createRecordingHandler,
|
|
40
|
+
createSSML,
|
|
41
|
+
createScheduledSmsHandler,
|
|
42
|
+
createSmsClient,
|
|
43
|
+
createSmsInboxHandler,
|
|
44
|
+
createSmsInfrastructure,
|
|
45
|
+
createVoiceClient,
|
|
46
|
+
createVoicemailHandler,
|
|
47
|
+
detectLabelsFromS3,
|
|
48
|
+
detectLanguage,
|
|
49
|
+
extractEntities,
|
|
50
|
+
extractFormsFromS3,
|
|
51
|
+
extractTablesFromS3,
|
|
52
|
+
extractTextFromS3,
|
|
53
|
+
formatPhoneNumber,
|
|
54
|
+
generateEmbeddings,
|
|
55
|
+
getCountryCode,
|
|
56
|
+
getRecommendations,
|
|
57
|
+
getSimilarItems,
|
|
58
|
+
getSmsInfrastructureStatus,
|
|
59
|
+
isContentSafe,
|
|
60
|
+
isSamePhoneNumber,
|
|
61
|
+
isValidPhoneNumber,
|
|
62
|
+
keyMatchesFilters,
|
|
63
|
+
listClaudeModels,
|
|
64
|
+
listLanguages,
|
|
65
|
+
listVoices,
|
|
66
|
+
migrateObjectStorage,
|
|
67
|
+
normalizePhoneNumber,
|
|
68
|
+
providerEndpoint,
|
|
69
|
+
remapKey,
|
|
70
|
+
requestModelAccess,
|
|
71
|
+
resolveObjectStorage,
|
|
72
|
+
retrieveForRag,
|
|
73
|
+
search,
|
|
74
|
+
setupSmsInfrastructure,
|
|
75
|
+
startImapServer,
|
|
76
|
+
startSmtpServer,
|
|
77
|
+
textToSpeech,
|
|
78
|
+
trackEvent,
|
|
79
|
+
translate,
|
|
80
|
+
translateToMultiple
|
|
81
|
+
} from "../chunk-3rsfns7x.js";
|
|
82
|
+
import {
|
|
83
|
+
RDSClient
|
|
84
|
+
} from "../chunk-3knnr7wh.js";
|
|
85
|
+
import {
|
|
86
|
+
EmailClient,
|
|
87
|
+
IAMClient,
|
|
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";
|
|
100
|
+
import {
|
|
101
|
+
ECRClient
|
|
102
|
+
} from "../chunk-hsk6fe6x.js";
|
|
103
|
+
import {
|
|
104
|
+
EC2Client,
|
|
105
|
+
SSMClient
|
|
106
|
+
} from "../chunk-93hjhs78.js";
|
|
107
|
+
import {
|
|
108
|
+
CloudFrontClient
|
|
109
|
+
} from "../chunk-tjjgajbh.js";
|
|
110
|
+
import {
|
|
111
|
+
ACMClient,
|
|
112
|
+
ACMDnsValidator,
|
|
113
|
+
CloudflareProvider,
|
|
114
|
+
DnsProviderFactory,
|
|
115
|
+
GoDaddyProvider,
|
|
116
|
+
PorkbunProvider,
|
|
117
|
+
Route53Provider,
|
|
118
|
+
UnifiedDnsValidator,
|
|
119
|
+
createDnsProvider,
|
|
120
|
+
createGoDaddyValidator,
|
|
121
|
+
createPorkbunValidator,
|
|
122
|
+
createRoute53Validator,
|
|
123
|
+
detectDnsProvider,
|
|
124
|
+
dnsProviders
|
|
125
|
+
} from "../chunk-tt4kxske.js";
|
|
126
|
+
import {
|
|
127
|
+
Route53Client
|
|
128
|
+
} from "../chunk-tnztxpcb.js";
|
|
129
|
+
import {
|
|
130
|
+
CloudFormationClient
|
|
131
|
+
} from "../chunk-qpj3edwz.js";
|
|
132
|
+
import {
|
|
133
|
+
S3Client
|
|
134
|
+
} from "../chunk-vd87cpvn.js";
|
|
135
|
+
import {
|
|
136
|
+
AWSClient,
|
|
137
|
+
buildQueryParams,
|
|
138
|
+
detectCredentialSource,
|
|
139
|
+
resolveS3Endpoint
|
|
140
|
+
} from "../chunk-arsh1g5h.js";
|
|
141
|
+
import"../chunk-v0bahtg2.js";
|
|
142
|
+
export {
|
|
143
|
+
translateToMultiple,
|
|
144
|
+
translate,
|
|
145
|
+
trackEvent,
|
|
146
|
+
textToSpeech,
|
|
147
|
+
startSmtpServer,
|
|
148
|
+
startImapServer,
|
|
149
|
+
setupSmsInfrastructure,
|
|
150
|
+
search,
|
|
151
|
+
retrieveForRag,
|
|
152
|
+
resolveS3Endpoint,
|
|
153
|
+
resolveObjectStorage,
|
|
154
|
+
requestModelAccess,
|
|
155
|
+
remapKey,
|
|
156
|
+
providerEndpoint,
|
|
157
|
+
normalizePhoneNumber,
|
|
158
|
+
migrateObjectStorage,
|
|
159
|
+
listVoices,
|
|
160
|
+
listLanguages,
|
|
161
|
+
listClaudeModels,
|
|
162
|
+
keyMatchesFilters,
|
|
163
|
+
isValidPhoneNumber,
|
|
164
|
+
isSamePhoneNumber,
|
|
165
|
+
isContentSafe,
|
|
166
|
+
getSmsInfrastructureStatus,
|
|
167
|
+
getSimilarItems,
|
|
168
|
+
getRecommendations,
|
|
169
|
+
getCountryCode,
|
|
170
|
+
generateEmbeddings,
|
|
171
|
+
formatPhoneNumber,
|
|
172
|
+
extractTextFromS3,
|
|
173
|
+
extractTablesFromS3,
|
|
174
|
+
extractFormsFromS3,
|
|
175
|
+
extractEntities,
|
|
176
|
+
email,
|
|
177
|
+
dnsProviders,
|
|
178
|
+
detectLanguage,
|
|
179
|
+
detectLabelsFromS3,
|
|
180
|
+
detectDnsProvider,
|
|
181
|
+
detectCredentialSource,
|
|
182
|
+
createVoicemailHandler,
|
|
183
|
+
createVoiceClient,
|
|
184
|
+
createSmsInfrastructure,
|
|
185
|
+
createSmsInboxHandler,
|
|
186
|
+
createSmsClient,
|
|
187
|
+
createScheduledSmsHandler,
|
|
188
|
+
createSSML,
|
|
189
|
+
createRoute53Validator,
|
|
190
|
+
createRecordingHandler,
|
|
191
|
+
createPorkbunValidator,
|
|
192
|
+
createObjectStorageClient,
|
|
193
|
+
createGoDaddyValidator,
|
|
194
|
+
createDnsProvider,
|
|
195
|
+
createDeliveryReceiptHandler,
|
|
196
|
+
countFacesInS3Image,
|
|
197
|
+
containsPii,
|
|
198
|
+
completeWithClaude,
|
|
199
|
+
buildQueryParams,
|
|
200
|
+
analyzeSentiment,
|
|
201
|
+
VoiceClient,
|
|
202
|
+
UnifiedDnsValidator,
|
|
203
|
+
TranslateClient,
|
|
204
|
+
TranscribeClient,
|
|
205
|
+
TextractClient,
|
|
206
|
+
SupportTemplates,
|
|
207
|
+
SupportClient,
|
|
208
|
+
SmtpServer,
|
|
209
|
+
SmsClient,
|
|
210
|
+
SecretsManagerClient,
|
|
211
|
+
SchedulerClient,
|
|
212
|
+
STSClient,
|
|
213
|
+
SSMClient,
|
|
214
|
+
SQSClient,
|
|
215
|
+
SNSClient,
|
|
216
|
+
SESClient,
|
|
217
|
+
S3Client,
|
|
218
|
+
Route53Provider,
|
|
219
|
+
Route53DomainsClient,
|
|
220
|
+
Route53Client,
|
|
221
|
+
RekognitionClient,
|
|
222
|
+
RDSClient,
|
|
223
|
+
PorkbunProvider,
|
|
224
|
+
PollyClient,
|
|
225
|
+
PersonalizeRuntimeClient,
|
|
226
|
+
PersonalizeEventsClient,
|
|
227
|
+
PersonalizeClient,
|
|
228
|
+
OpenSearchClient,
|
|
229
|
+
LambdaClient,
|
|
230
|
+
KendraClient,
|
|
231
|
+
ImapServer,
|
|
232
|
+
IAMClient,
|
|
233
|
+
GoDaddyProvider,
|
|
234
|
+
EventBridgeClient,
|
|
235
|
+
EmailClient,
|
|
236
|
+
ElastiCacheClient,
|
|
237
|
+
ELBv2Client,
|
|
238
|
+
EFSClient,
|
|
239
|
+
ECSClient,
|
|
240
|
+
ECRClient,
|
|
241
|
+
EC2Client,
|
|
242
|
+
DynamoDBClient,
|
|
243
|
+
DnsProviderFactory,
|
|
244
|
+
CostExplorerClient,
|
|
245
|
+
ConnectClient,
|
|
246
|
+
ComprehendClient,
|
|
247
|
+
CloudflareProvider,
|
|
248
|
+
CloudWatchLogsClient,
|
|
249
|
+
CloudFrontClient,
|
|
250
|
+
CloudFormationClient,
|
|
251
|
+
BedrockRuntimeClient,
|
|
252
|
+
BedrockClient,
|
|
253
|
+
BedrockAgentRuntimeClient,
|
|
254
|
+
BedrockAgentClient,
|
|
255
|
+
ApplicationAutoScalingClient,
|
|
256
|
+
AWSClient,
|
|
257
|
+
ACMDnsValidator,
|
|
258
|
+
ACMClient
|
|
259
|
+
};
|