alchemy 2.0.0-beta.1 → 2.0.0-beta.2
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/bin/alchemy-effect.js +31 -16
- package/bin/alchemy-effect.js.map +1 -1
- package/bin/alchemy-effect.sh +2 -3
- package/bin/alchemy-effect.ts +3 -3
- package/lib/cli/index.d.ts +39 -36
- package/lib/cli/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AWS/ACM/Certificate.ts +49 -46
- package/src/AWS/AutoScaling/AutoScalingGroup.ts +4 -1
- package/src/AWS/AutoScaling/LaunchTemplate.ts +3 -1
- package/src/AWS/AutoScaling/ScalingPolicy.ts +4 -1
- package/src/AWS/CloudFront/Distribution.ts +4 -1
- package/src/AWS/CloudFront/Function.ts +4 -1
- package/src/AWS/CloudFront/Invalidation.ts +4 -1
- package/src/AWS/CloudFront/KeyValueStore.ts +4 -1
- package/src/AWS/CloudFront/KvEntries.ts +4 -1
- package/src/AWS/CloudFront/KvRoutesUpdate.ts +4 -1
- package/src/AWS/CloudFront/OriginAccessControl.ts +4 -1
- package/src/AWS/CloudWatch/Alarm.ts +4 -1
- package/src/AWS/CloudWatch/AlarmMuteRule.ts +4 -1
- package/src/AWS/CloudWatch/AnomalyDetector.ts +4 -1
- package/src/AWS/CloudWatch/CompositeAlarm.ts +4 -1
- package/src/AWS/CloudWatch/Dashboard.ts +4 -1
- package/src/AWS/CloudWatch/InsightRule.ts +4 -1
- package/src/AWS/CloudWatch/MetricStream.ts +4 -1
- package/src/AWS/DynamoDB/Table.ts +3 -1
- package/src/AWS/EC2/EIP.ts +4 -1
- package/src/AWS/EC2/EgressOnlyInternetGateway.ts +4 -1
- package/src/AWS/EC2/Instance.ts +3 -1
- package/src/AWS/EC2/InternetGateway.ts +4 -1
- package/src/AWS/EC2/NatGateway.ts +4 -1
- package/src/AWS/EC2/NetworkAcl.ts +4 -1
- package/src/AWS/EC2/NetworkAclAssociation.ts +4 -1
- package/src/AWS/EC2/NetworkAclEntry.ts +4 -1
- package/src/AWS/EC2/Route.ts +4 -1
- package/src/AWS/EC2/RouteTable.ts +4 -1
- package/src/AWS/EC2/RouteTableAssociation.ts +4 -1
- package/src/AWS/EC2/SecurityGroup.ts +4 -1
- package/src/AWS/EC2/SecurityGroupRule.ts +4 -1
- package/src/AWS/EC2/Subnet.ts +4 -1
- package/src/AWS/EC2/Vpc.ts +4 -1
- package/src/AWS/EC2/VpcEndpoint.ts +4 -1
- package/src/AWS/ECR/Repository.ts +4 -1
- package/src/AWS/ECS/Cluster.ts +4 -1
- package/src/AWS/ECS/Service.ts +4 -1
- package/src/AWS/ECS/Task.ts +3 -1
- package/src/AWS/EKS/AccessEntry.ts +4 -1
- package/src/AWS/EKS/Addon.ts +4 -1
- package/src/AWS/EKS/Cluster.ts +3 -1
- package/src/AWS/EKS/PodIdentityAssociation.ts +4 -1
- package/src/AWS/ELBv2/Listener.ts +4 -1
- package/src/AWS/ELBv2/LoadBalancer.ts +4 -1
- package/src/AWS/ELBv2/TargetGroup.ts +4 -1
- package/src/AWS/EventBridge/EventBus.ts +4 -1
- package/src/AWS/EventBridge/Permission.ts +4 -1
- package/src/AWS/EventBridge/Rule.ts +4 -1
- package/src/AWS/IAM/AccessKey.ts +4 -1
- package/src/AWS/IAM/AccountAlias.ts +4 -1
- package/src/AWS/IAM/AccountPasswordPolicy.ts +4 -1
- package/src/AWS/IAM/Group.ts +4 -1
- package/src/AWS/IAM/GroupMembership.ts +4 -1
- package/src/AWS/IAM/InstanceProfile.ts +4 -1
- package/src/AWS/IAM/LoginProfile.ts +4 -1
- package/src/AWS/IAM/OpenIDConnectProvider.ts +4 -1
- package/src/AWS/IAM/Policy.ts +4 -1
- package/src/AWS/IAM/Role.ts +4 -1
- package/src/AWS/IAM/SAMLProvider.ts +4 -1
- package/src/AWS/IAM/SSHPublicKey.ts +4 -1
- package/src/AWS/IAM/ServerCertificate.ts +4 -1
- package/src/AWS/IAM/ServiceSpecificCredential.ts +4 -1
- package/src/AWS/IAM/SigningCertificate.ts +4 -1
- package/src/AWS/IAM/User.ts +4 -1
- package/src/AWS/IAM/VirtualMFADevice.ts +4 -1
- package/src/AWS/IdentityCenter/AccountAssignment.ts +4 -1
- package/src/AWS/IdentityCenter/Group.ts +4 -1
- package/src/AWS/IdentityCenter/Instance.ts +4 -1
- package/src/AWS/IdentityCenter/PermissionSet.ts +4 -1
- package/src/AWS/Kinesis/Stream.ts +4 -1
- package/src/AWS/Kinesis/StreamConsumer.ts +4 -1
- package/src/AWS/Lambda/EventSourceMapping.ts +4 -1
- package/src/AWS/Lambda/Function.ts +3 -1
- package/src/AWS/Lambda/Permission.ts +4 -1
- package/src/AWS/Logs/LogGroup.ts +4 -1
- package/src/AWS/Organizations/Account.ts +4 -1
- package/src/AWS/Organizations/DelegatedAdministrator.ts +4 -1
- package/src/AWS/Organizations/Organization.ts +4 -1
- package/src/AWS/Organizations/OrganizationResourcePolicy.ts +4 -1
- package/src/AWS/Organizations/OrganizationalUnit.ts +4 -1
- package/src/AWS/Organizations/Policy.ts +4 -1
- package/src/AWS/Organizations/PolicyAttachment.ts +4 -1
- package/src/AWS/Organizations/Root.ts +4 -1
- package/src/AWS/Organizations/RootPolicyType.ts +4 -1
- package/src/AWS/Organizations/TrustedServiceAccess.ts +4 -1
- package/src/AWS/Providers.ts +484 -438
- package/src/AWS/RDS/DBCluster.ts +4 -1
- package/src/AWS/RDS/DBClusterEndpoint.ts +4 -1
- package/src/AWS/RDS/DBClusterParameterGroup.ts +4 -1
- package/src/AWS/RDS/DBInstance.ts +4 -1
- package/src/AWS/RDS/DBParameterGroup.ts +4 -1
- package/src/AWS/RDS/DBProxy.ts +4 -1
- package/src/AWS/RDS/DBProxyEndpoint.ts +4 -1
- package/src/AWS/RDS/DBProxyTargetGroup.ts +4 -1
- package/src/AWS/RDS/DBSubnetGroup.ts +4 -1
- package/src/AWS/Route53/Record.ts +4 -1
- package/src/AWS/S3/Bucket.ts +3 -1
- package/src/AWS/SNS/Subscription.ts +4 -1
- package/src/AWS/SNS/Topic.ts +4 -1
- package/src/AWS/SQS/Queue.ts +3 -1
- package/src/AWS/Scheduler/Schedule.ts +4 -1
- package/src/AWS/Scheduler/ScheduleGroup.ts +4 -1
- package/src/AWS/SecretsManager/Secret.ts +4 -1
- package/src/AWS/Website/AssetDeployment.ts +4 -1
- package/src/Apply.ts +3 -3
- package/src/Binding.ts +18 -17
- package/src/Cloudflare/Container/ContainerApplication.ts +3 -1
- package/src/Cloudflare/D1/D1Database.ts +4 -1
- package/src/Cloudflare/KV/KVNamespace.ts +7 -4
- package/src/Cloudflare/Providers.ts +62 -60
- package/src/Cloudflare/R2/R2Bucket.ts +4 -1
- package/src/Cloudflare/R2/R2BucketBinding.ts +26 -31
- package/src/Cloudflare/Workers/Worker.ts +3 -1
- package/src/Cloudflare/Workers/Workflow.ts +3 -1
- package/src/Plan.ts +595 -596
- package/src/Platform.ts +9 -8
- package/src/Provider.ts +145 -23
- package/src/Resource.ts +10 -3
- package/src/Stack.ts +1 -1
- package/src/Util/service.ts +1 -1
- package/src/index.ts +10 -7
|
@@ -3,6 +3,7 @@ import * as Effect from "effect/Effect";
|
|
|
3
3
|
import { isResolved } from "../../Diff.ts";
|
|
4
4
|
import * as Provider from "../../Provider.ts";
|
|
5
5
|
import { Resource } from "../../Resource.ts";
|
|
6
|
+
import type { Providers } from "../Providers.ts";
|
|
6
7
|
import { Account, type AccountID } from "../Account.ts";
|
|
7
8
|
import { createName, retryConcurrent } from "./common.ts";
|
|
8
9
|
|
|
@@ -129,7 +130,9 @@ export interface Dashboard extends Resource<
|
|
|
129
130
|
dashboardArn: DashboardArn;
|
|
130
131
|
dashboardBody: DashboardBody | undefined;
|
|
131
132
|
tags: Record<string, string>;
|
|
132
|
-
}
|
|
133
|
+
},
|
|
134
|
+
never,
|
|
135
|
+
Providers
|
|
133
136
|
> {}
|
|
134
137
|
|
|
135
138
|
/**
|
|
@@ -7,6 +7,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
7
7
|
import type { Input } from "../../Input.ts";
|
|
8
8
|
import * as Provider from "../../Provider.ts";
|
|
9
9
|
import { Resource } from "../../Resource.ts";
|
|
10
|
+
import type { Providers } from "../Providers.ts";
|
|
10
11
|
import { Account, type AccountID } from "../Account.ts";
|
|
11
12
|
import type { RegionID } from "../Region.ts";
|
|
12
13
|
import {
|
|
@@ -70,7 +71,9 @@ export interface InsightRule extends Resource<
|
|
|
70
71
|
state: string | undefined;
|
|
71
72
|
insightRule: cloudwatch.InsightRule;
|
|
72
73
|
tags: Record<string, string>;
|
|
73
|
-
}
|
|
74
|
+
},
|
|
75
|
+
never,
|
|
76
|
+
Providers
|
|
74
77
|
> {}
|
|
75
78
|
|
|
76
79
|
/**
|
|
@@ -5,6 +5,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
5
5
|
import type { Input } from "../../Input.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { Account, type AccountID } from "../Account.ts";
|
|
9
10
|
import type { RegionID } from "../Region.ts";
|
|
10
11
|
import {
|
|
@@ -47,7 +48,9 @@ export interface MetricStream extends Resource<
|
|
|
47
48
|
state: string | undefined;
|
|
48
49
|
metricStream: cloudwatch.GetMetricStreamOutput;
|
|
49
50
|
tags: Record<string, string>;
|
|
50
|
-
}
|
|
51
|
+
},
|
|
52
|
+
never,
|
|
53
|
+
Providers
|
|
51
54
|
> {}
|
|
52
55
|
|
|
53
56
|
/**
|
|
@@ -14,6 +14,7 @@ import type { Input } from "../../Input.ts";
|
|
|
14
14
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
15
15
|
import * as Provider from "../../Provider.ts";
|
|
16
16
|
import { Resource } from "../../Resource.ts";
|
|
17
|
+
import type { Providers } from "../Providers.ts";
|
|
17
18
|
import {
|
|
18
19
|
createInternalTags,
|
|
19
20
|
createTagsList,
|
|
@@ -99,7 +100,8 @@ export interface Table extends Resource<
|
|
|
99
100
|
| undefined;
|
|
100
101
|
tags: Record<string, string> | undefined;
|
|
101
102
|
},
|
|
102
|
-
TableBinding
|
|
103
|
+
TableBinding,
|
|
104
|
+
Providers
|
|
103
105
|
> {}
|
|
104
106
|
|
|
105
107
|
/**
|
package/src/AWS/EC2/EIP.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as Schedule from "effect/Schedule";
|
|
|
5
5
|
import { isResolved } from "../../Diff.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
9
10
|
import type { AccountID } from "../Account.ts";
|
|
10
11
|
import { Account } from "../Account.ts";
|
|
@@ -98,7 +99,9 @@ export interface EIP extends Resource<
|
|
|
98
99
|
* The carrier IP address associated with the network interface.
|
|
99
100
|
*/
|
|
100
101
|
carrierIp?: string;
|
|
101
|
-
}
|
|
102
|
+
},
|
|
103
|
+
never,
|
|
104
|
+
Providers
|
|
102
105
|
> {}
|
|
103
106
|
export const EIP = Resource<EIP>("AWS.EC2.EIP");
|
|
104
107
|
|
|
@@ -5,6 +5,7 @@ import * as Schedule from "effect/Schedule";
|
|
|
5
5
|
import { isResolved } from "../../Diff.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
9
10
|
import type { AccountID } from "../Account.ts";
|
|
10
11
|
import { Account } from "../Account.ts";
|
|
@@ -61,7 +62,9 @@ export interface EgressOnlyInternetGateway extends Resource<
|
|
|
61
62
|
*/
|
|
62
63
|
vpcId: VpcId;
|
|
63
64
|
}>;
|
|
64
|
-
}
|
|
65
|
+
},
|
|
66
|
+
never,
|
|
67
|
+
Providers
|
|
65
68
|
> {}
|
|
66
69
|
export const EgressOnlyInternetGateway = Resource<EgressOnlyInternetGateway>(
|
|
67
70
|
"AWS.EC2.EgressOnlyInternetGateway",
|
package/src/AWS/EC2/Instance.ts
CHANGED
|
@@ -15,6 +15,7 @@ import type { Input } from "../../Input.ts";
|
|
|
15
15
|
import { Platform, type Main, type PlatformProps } from "../../Platform.ts";
|
|
16
16
|
import * as Provider from "../../Provider.ts";
|
|
17
17
|
import { Resource } from "../../Resource.ts";
|
|
18
|
+
import type { Providers } from "../Providers.ts";
|
|
18
19
|
import type { ServerHost } from "../../Server/Process.ts";
|
|
19
20
|
import { Stack } from "../../Stack.ts";
|
|
20
21
|
import { Stage } from "../../Stage.ts";
|
|
@@ -254,7 +255,8 @@ export interface Instance extends Resource<
|
|
|
254
255
|
{
|
|
255
256
|
env?: Record<string, any>;
|
|
256
257
|
policyStatements?: PolicyStatement[];
|
|
257
|
-
}
|
|
258
|
+
},
|
|
259
|
+
Providers
|
|
258
260
|
> {}
|
|
259
261
|
|
|
260
262
|
export type InstanceServices = ServerHost | Credentials | Region;
|
|
@@ -5,6 +5,7 @@ import * as Schedule from "effect/Schedule";
|
|
|
5
5
|
import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { createInternalTags, createTagsList } from "../../Tags.ts";
|
|
9
10
|
import type { AccountID } from "../Account.ts";
|
|
10
11
|
import { Account } from "../Account.ts";
|
|
@@ -58,7 +59,9 @@ export interface InternetGateway extends Resource<
|
|
|
58
59
|
state: "attaching" | "available" | "detaching" | "detached";
|
|
59
60
|
vpcId: string;
|
|
60
61
|
}>;
|
|
61
|
-
}
|
|
62
|
+
},
|
|
63
|
+
never,
|
|
64
|
+
Providers
|
|
62
65
|
> {}
|
|
63
66
|
export const InternetGateway = Resource<InternetGateway>(
|
|
64
67
|
"AWS.EC2.InternetGateway",
|
|
@@ -8,6 +8,7 @@ import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
|
8
8
|
import { isResolved } from "../../Diff.ts";
|
|
9
9
|
import * as Provider from "../../Provider.ts";
|
|
10
10
|
import { Resource } from "../../Resource.ts";
|
|
11
|
+
import type { Providers } from "../Providers.ts";
|
|
11
12
|
import {
|
|
12
13
|
createAlchemyTagFilters,
|
|
13
14
|
createInternalTags,
|
|
@@ -154,7 +155,9 @@ export interface NatGateway extends Resource<
|
|
|
154
155
|
* The date and time the NAT gateway was deleted, if applicable.
|
|
155
156
|
*/
|
|
156
157
|
deleteTime?: string;
|
|
157
|
-
}
|
|
158
|
+
},
|
|
159
|
+
never,
|
|
160
|
+
Providers
|
|
158
161
|
> {}
|
|
159
162
|
export const NatGateway = Resource<NatGateway>("AWS.EC2.NatGateway");
|
|
160
163
|
|
|
@@ -6,6 +6,7 @@ import * as Schedule from "effect/Schedule";
|
|
|
6
6
|
import { isResolved } from "../../Diff.ts";
|
|
7
7
|
import * as Provider from "../../Provider.ts";
|
|
8
8
|
import { Resource } from "../../Resource.ts";
|
|
9
|
+
import type { Providers } from "../Providers.ts";
|
|
9
10
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
10
11
|
import type { AccountID } from "../Account.ts";
|
|
11
12
|
import { Account } from "../Account.ts";
|
|
@@ -62,7 +63,9 @@ export interface NetworkAcl extends Resource<
|
|
|
62
63
|
networkAclId: string;
|
|
63
64
|
subnetId: string;
|
|
64
65
|
}>;
|
|
65
|
-
}
|
|
66
|
+
},
|
|
67
|
+
never,
|
|
68
|
+
Providers
|
|
66
69
|
> {}
|
|
67
70
|
export const NetworkAcl = Resource<NetworkAcl>("AWS.EC2.NetworkAcl");
|
|
68
71
|
|
|
@@ -4,6 +4,7 @@ import * as Effect from "effect/Effect";
|
|
|
4
4
|
import { isResolved } from "../../Diff.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
import type { NetworkAclId } from "./NetworkAcl.ts";
|
|
8
9
|
import type { SubnetId } from "./Subnet.ts";
|
|
9
10
|
|
|
@@ -33,7 +34,9 @@ export interface NetworkAclAssociation extends Resource<
|
|
|
33
34
|
associationId: NetworkAclAssociationId;
|
|
34
35
|
networkAclId: NetworkAclId;
|
|
35
36
|
subnetId: SubnetId;
|
|
36
|
-
}
|
|
37
|
+
},
|
|
38
|
+
never,
|
|
39
|
+
Providers
|
|
37
40
|
> {}
|
|
38
41
|
export const NetworkAclAssociation = Resource<NetworkAclAssociation>(
|
|
39
42
|
"AWS.EC2.NetworkAclAssociation",
|
|
@@ -5,6 +5,7 @@ import * as Effect from "effect/Effect";
|
|
|
5
5
|
import { isResolved } from "../../Diff.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import type { NetworkAclId } from "./NetworkAcl.ts";
|
|
9
10
|
|
|
10
11
|
export interface NetworkAclEntryProps {
|
|
@@ -90,7 +91,9 @@ export interface NetworkAclEntry extends Resource<
|
|
|
90
91
|
from?: number;
|
|
91
92
|
to?: number;
|
|
92
93
|
};
|
|
93
|
-
}
|
|
94
|
+
},
|
|
95
|
+
never,
|
|
96
|
+
Providers
|
|
94
97
|
> {}
|
|
95
98
|
export const NetworkAclEntry = Resource<NetworkAclEntry>(
|
|
96
99
|
"AWS.EC2.NetworkAclEntry",
|
package/src/AWS/EC2/Route.ts
CHANGED
|
@@ -6,6 +6,7 @@ import * as Schedule from "effect/Schedule";
|
|
|
6
6
|
import { isResolved, somePropsAreDifferent } from "../../Diff.ts";
|
|
7
7
|
import * as Provider from "../../Provider.ts";
|
|
8
8
|
import { Resource } from "../../Resource.ts";
|
|
9
|
+
import type { Providers } from "../Providers.ts";
|
|
9
10
|
import type { RouteTableId } from "./RouteTable.ts";
|
|
10
11
|
|
|
11
12
|
export interface RouteProps {
|
|
@@ -116,7 +117,9 @@ export interface Route extends Resource<
|
|
|
116
117
|
carrierGatewayId?: string;
|
|
117
118
|
egressOnlyInternetGatewayId?: string;
|
|
118
119
|
coreNetworkArn?: string;
|
|
119
|
-
}
|
|
120
|
+
},
|
|
121
|
+
never,
|
|
122
|
+
Providers
|
|
120
123
|
> {}
|
|
121
124
|
export const Route = Resource<Route>("AWS.EC2.Route");
|
|
122
125
|
|
|
@@ -8,6 +8,7 @@ import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
|
8
8
|
import { isResolved } from "../../Diff.ts";
|
|
9
9
|
import * as Provider from "../../Provider.ts";
|
|
10
10
|
import { Resource } from "../../Resource.ts";
|
|
11
|
+
import type { Providers } from "../Providers.ts";
|
|
11
12
|
import { createInternalTags, createTagsList } from "../../Tags.ts";
|
|
12
13
|
import type { AccountID } from "../Account.ts";
|
|
13
14
|
import { Account } from "../Account.ts";
|
|
@@ -166,7 +167,9 @@ export interface RouteTable extends Resource<
|
|
|
166
167
|
propagatingVgws?: Array<{
|
|
167
168
|
gatewayId: string;
|
|
168
169
|
}>;
|
|
169
|
-
}
|
|
170
|
+
},
|
|
171
|
+
never,
|
|
172
|
+
Providers
|
|
170
173
|
> {}
|
|
171
174
|
export const RouteTable = Resource<RouteTable>("AWS.EC2.RouteTable");
|
|
172
175
|
|
|
@@ -7,6 +7,7 @@ import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
|
7
7
|
import { isResolved } from "../../Diff.ts";
|
|
8
8
|
import * as Provider from "../../Provider.ts";
|
|
9
9
|
import { Resource } from "../../Resource.ts";
|
|
10
|
+
import type { Providers } from "../Providers.ts";
|
|
10
11
|
import type { RouteTableId } from "./RouteTable.ts";
|
|
11
12
|
import type { SubnetId } from "./Subnet.ts";
|
|
12
13
|
|
|
@@ -68,7 +69,9 @@ export interface RouteTableAssociation extends Resource<
|
|
|
68
69
|
state: EC2.RouteTableAssociationStateCode;
|
|
69
70
|
statusMessage?: string;
|
|
70
71
|
};
|
|
71
|
-
}
|
|
72
|
+
},
|
|
73
|
+
never,
|
|
74
|
+
Providers
|
|
72
75
|
> {}
|
|
73
76
|
export const RouteTableAssociation = Resource<RouteTableAssociation>(
|
|
74
77
|
"AWS.EC2.RouteTableAssociation",
|
|
@@ -6,6 +6,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
6
6
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
7
7
|
import * as Provider from "../../Provider.ts";
|
|
8
8
|
import { Resource } from "../../Resource.ts";
|
|
9
|
+
import type { Providers } from "../Providers.ts";
|
|
9
10
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
10
11
|
import type { AccountID } from "../Account.ts";
|
|
11
12
|
import { Account } from "../Account.ts";
|
|
@@ -169,7 +170,9 @@ export interface SecurityGroup extends Resource<
|
|
|
169
170
|
description?: string;
|
|
170
171
|
isEgress: true;
|
|
171
172
|
}>;
|
|
172
|
-
}
|
|
173
|
+
},
|
|
174
|
+
never,
|
|
175
|
+
Providers
|
|
173
176
|
> {}
|
|
174
177
|
export const SecurityGroup = Resource<SecurityGroup>("AWS.EC2.SecurityGroup");
|
|
175
178
|
|
|
@@ -4,6 +4,7 @@ import * as Effect from "effect/Effect";
|
|
|
4
4
|
import { isResolved } from "../../Diff.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
8
9
|
import type { SecurityGroupId } from "./SecurityGroup.ts";
|
|
9
10
|
|
|
@@ -135,7 +136,9 @@ export interface SecurityGroupRule extends Resource<
|
|
|
135
136
|
* The description.
|
|
136
137
|
*/
|
|
137
138
|
description?: string | undefined;
|
|
138
|
-
}
|
|
139
|
+
},
|
|
140
|
+
never,
|
|
141
|
+
Providers
|
|
139
142
|
> {}
|
|
140
143
|
export const SecurityGroupRule = Resource<SecurityGroupRule>(
|
|
141
144
|
"AWS.EC2.SecurityGroupRule",
|
package/src/AWS/EC2/Subnet.ts
CHANGED
|
@@ -7,6 +7,7 @@ import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
|
7
7
|
import { isResolved, somePropsAreDifferent } from "../../Diff.ts";
|
|
8
8
|
import * as Provider from "../../Provider.ts";
|
|
9
9
|
import { Resource } from "../../Resource.ts";
|
|
10
|
+
import type { Providers } from "../Providers.ts";
|
|
10
11
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
11
12
|
import type { AccountID } from "../Account.ts";
|
|
12
13
|
import type { RegionID } from "../Region.ts";
|
|
@@ -205,7 +206,9 @@ export interface Subnet extends Resource<
|
|
|
205
206
|
enableResourceNameDnsARecord?: boolean;
|
|
206
207
|
enableResourceNameDnsAAAARecord?: boolean;
|
|
207
208
|
};
|
|
208
|
-
}
|
|
209
|
+
},
|
|
210
|
+
never,
|
|
211
|
+
Providers
|
|
209
212
|
> {}
|
|
210
213
|
export const Subnet = Resource<Subnet>("AWS.EC2.Subnet");
|
|
211
214
|
|
package/src/AWS/EC2/Vpc.ts
CHANGED
|
@@ -8,6 +8,7 @@ import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
|
8
8
|
import { isResolved, somePropsAreDifferent } from "../../Diff.ts";
|
|
9
9
|
import * as Provider from "../../Provider.ts";
|
|
10
10
|
import { Resource } from "../../Resource.ts";
|
|
11
|
+
import type { Providers } from "../Providers.ts";
|
|
11
12
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
12
13
|
import type { AccountID } from "../Account.ts";
|
|
13
14
|
import { Account } from "../Account.ts";
|
|
@@ -158,7 +159,9 @@ export interface Vpc extends Resource<
|
|
|
158
159
|
}>;
|
|
159
160
|
|
|
160
161
|
tags?: Record<string, string>;
|
|
161
|
-
}
|
|
162
|
+
},
|
|
163
|
+
never,
|
|
164
|
+
Providers
|
|
162
165
|
> {}
|
|
163
166
|
export const Vpc = Resource<Vpc>("AWS.EC2.VPC");
|
|
164
167
|
|
|
@@ -9,6 +9,7 @@ import type { ScopedPlanStatusSession } from "../../Cli/Cli.ts";
|
|
|
9
9
|
import { isResolved } from "../../Diff.ts";
|
|
10
10
|
import * as Provider from "../../Provider.ts";
|
|
11
11
|
import { Resource } from "../../Resource.ts";
|
|
12
|
+
import type { Providers } from "../Providers.ts";
|
|
12
13
|
import { createInternalTags, createTagsList, diffTags } from "../../Tags.ts";
|
|
13
14
|
import type { AccountID } from "../Account.ts";
|
|
14
15
|
import { Account } from "../Account.ts";
|
|
@@ -208,7 +209,9 @@ export interface VpcEndpoint extends Resource<
|
|
|
208
209
|
code?: string;
|
|
209
210
|
message?: string;
|
|
210
211
|
};
|
|
211
|
-
}
|
|
212
|
+
},
|
|
213
|
+
never,
|
|
214
|
+
Providers
|
|
212
215
|
> {}
|
|
213
216
|
export const VpcEndpoint = Resource<VpcEndpoint>("AWS.EC2.VpcEndpoint");
|
|
214
217
|
|
|
@@ -4,6 +4,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
4
4
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
import { createInternalTags, diffTags, hasAlchemyTags } from "../../Tags.ts";
|
|
8
9
|
import { type AccountID } from "../Account.ts";
|
|
9
10
|
import type { RegionID } from "../Region.ts";
|
|
@@ -49,7 +50,9 @@ export interface Repository extends Resource<
|
|
|
49
50
|
imageTagMutability: ecr.ImageTagMutability;
|
|
50
51
|
lifecyclePolicyText?: string;
|
|
51
52
|
tags: Record<string, string>;
|
|
52
|
-
}
|
|
53
|
+
},
|
|
54
|
+
never,
|
|
55
|
+
Providers
|
|
53
56
|
> {}
|
|
54
57
|
|
|
55
58
|
/**
|
package/src/AWS/ECS/Cluster.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
5
5
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { createInternalTags, diffTags } from "../../Tags.ts";
|
|
9
10
|
import { Account, type AccountID } from "../Account.ts";
|
|
10
11
|
import type { RegionID } from "../Region.ts";
|
|
@@ -57,7 +58,9 @@ export interface Cluster extends Resource<
|
|
|
57
58
|
defaultCapacityProviderStrategy: ecs.CapacityProviderStrategyItem[];
|
|
58
59
|
serviceConnectDefaults?: ecs.ClusterServiceConnectDefaultsRequest;
|
|
59
60
|
tags: Record<string, string>;
|
|
60
|
-
}
|
|
61
|
+
},
|
|
62
|
+
never,
|
|
63
|
+
Providers
|
|
61
64
|
> {}
|
|
62
65
|
|
|
63
66
|
/**
|
package/src/AWS/ECS/Service.ts
CHANGED
|
@@ -6,6 +6,7 @@ import type { Input } from "../../Input.ts";
|
|
|
6
6
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
7
7
|
import * as Provider from "../../Provider.ts";
|
|
8
8
|
import { Resource } from "../../Resource.ts";
|
|
9
|
+
import type { Providers } from "../Providers.ts";
|
|
9
10
|
import { createInternalTags } from "../../Tags.ts";
|
|
10
11
|
import type { AccountID } from "../Account.ts";
|
|
11
12
|
import type { RegionID } from "../Region.ts";
|
|
@@ -172,7 +173,9 @@ export interface Service extends Resource<
|
|
|
172
173
|
* ARN of the generated listener, when `public: true`.
|
|
173
174
|
*/
|
|
174
175
|
listenerArn?: string;
|
|
175
|
-
}
|
|
176
|
+
},
|
|
177
|
+
never,
|
|
178
|
+
Providers
|
|
176
179
|
> {}
|
|
177
180
|
|
|
178
181
|
/**
|
package/src/AWS/ECS/Task.ts
CHANGED
|
@@ -26,6 +26,7 @@ import { createPhysicalName } from "../../PhysicalName.ts";
|
|
|
26
26
|
import { Platform, type Main, type PlatformProps } from "../../Platform.ts";
|
|
27
27
|
import * as Provider from "../../Provider.ts";
|
|
28
28
|
import { Resource, type ResourceBinding } from "../../Resource.ts";
|
|
29
|
+
import type { Providers } from "../Providers.ts";
|
|
29
30
|
import type { ProcessContext, ServerHost } from "../../Server/Process.ts";
|
|
30
31
|
import { Stack } from "../../Stack.ts";
|
|
31
32
|
import { createInternalTags, createTagsList, hasTags } from "../../Tags.ts";
|
|
@@ -159,7 +160,8 @@ export interface Task extends Resource<
|
|
|
159
160
|
{
|
|
160
161
|
env?: Record<string, any>;
|
|
161
162
|
policyStatements?: PolicyStatement[];
|
|
162
|
-
}
|
|
163
|
+
},
|
|
164
|
+
Providers
|
|
163
165
|
> {}
|
|
164
166
|
|
|
165
167
|
export type TaskServices = Credentials | Region | ServerHost;
|
|
@@ -4,6 +4,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
4
4
|
import type { Input } from "../../Input.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
import { createInternalTags, diffTags, hasAlchemyTags } from "../../Tags.ts";
|
|
8
9
|
|
|
9
10
|
export interface AccessPolicyAssociation {
|
|
@@ -60,7 +61,9 @@ export interface AccessEntry extends Resource<
|
|
|
60
61
|
type: string | undefined;
|
|
61
62
|
accessPolicies: AccessPolicyAssociation[];
|
|
62
63
|
tags: Record<string, string>;
|
|
63
|
-
}
|
|
64
|
+
},
|
|
65
|
+
never,
|
|
66
|
+
Providers
|
|
64
67
|
> {}
|
|
65
68
|
|
|
66
69
|
/**
|
package/src/AWS/EKS/Addon.ts
CHANGED
|
@@ -7,6 +7,7 @@ import type { Input } from "../../Input.ts";
|
|
|
7
7
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
8
8
|
import * as Provider from "../../Provider.ts";
|
|
9
9
|
import { Resource } from "../../Resource.ts";
|
|
10
|
+
import type { Providers } from "../Providers.ts";
|
|
10
11
|
import { createInternalTags, diffTags, hasAlchemyTags } from "../../Tags.ts";
|
|
11
12
|
|
|
12
13
|
export interface AddonProps {
|
|
@@ -69,7 +70,9 @@ export interface Addon extends Resource<
|
|
|
69
70
|
owner: string | undefined;
|
|
70
71
|
tags: Record<string, string>;
|
|
71
72
|
healthIssues: eks.AddonIssue[];
|
|
72
|
-
}
|
|
73
|
+
},
|
|
74
|
+
never,
|
|
75
|
+
Providers
|
|
73
76
|
> {}
|
|
74
77
|
|
|
75
78
|
/**
|
package/src/AWS/EKS/Cluster.ts
CHANGED
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
17
17
|
import * as Provider from "../../Provider.ts";
|
|
18
18
|
import { Resource, type ResourceBinding } from "../../Resource.ts";
|
|
19
|
+
import type { Providers } from "../Providers.ts";
|
|
19
20
|
import { createInternalTags, diffTags, hasAlchemyTags } from "../../Tags.ts";
|
|
20
21
|
import type { AccountID } from "../Account.ts";
|
|
21
22
|
import type { RegionID } from "../Region.ts";
|
|
@@ -100,7 +101,8 @@ export interface Cluster extends Resource<
|
|
|
100
101
|
tags: Record<string, string>;
|
|
101
102
|
kubernetesObjects: KubernetesObjectRef[];
|
|
102
103
|
},
|
|
103
|
-
KubernetesObjectBinding
|
|
104
|
+
KubernetesObjectBinding,
|
|
105
|
+
Providers
|
|
104
106
|
> {}
|
|
105
107
|
|
|
106
108
|
/**
|
|
@@ -5,6 +5,7 @@ import type { Input } from "../../Input.ts";
|
|
|
5
5
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { createInternalTags, diffTags, hasAlchemyTags } from "../../Tags.ts";
|
|
9
10
|
|
|
10
11
|
export interface PodIdentityAssociationProps {
|
|
@@ -58,7 +59,9 @@ export interface PodIdentityAssociation extends Resource<
|
|
|
58
59
|
ownerArn: string | undefined;
|
|
59
60
|
policy: string | undefined;
|
|
60
61
|
tags: Record<string, string>;
|
|
61
|
-
}
|
|
62
|
+
},
|
|
63
|
+
never,
|
|
64
|
+
Providers
|
|
62
65
|
> {}
|
|
63
66
|
|
|
64
67
|
/**
|
|
@@ -4,6 +4,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
4
4
|
import type { Input } from "../../Input.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
import type { AccountID } from "../Account.ts";
|
|
8
9
|
import type { RegionID } from "../Region.ts";
|
|
9
10
|
import type { LoadBalancer, LoadBalancerArn } from "./LoadBalancer.ts";
|
|
@@ -30,7 +31,9 @@ export interface Listener extends Resource<
|
|
|
30
31
|
targetGroupArn: TargetGroupArn;
|
|
31
32
|
port: number;
|
|
32
33
|
protocol: string;
|
|
33
|
-
}
|
|
34
|
+
},
|
|
35
|
+
never,
|
|
36
|
+
Providers
|
|
34
37
|
> {}
|
|
35
38
|
|
|
36
39
|
export const Listener = Resource<Listener>("AWS.ELBv2.Listener");
|
|
@@ -5,6 +5,7 @@ import type { Input } from "../../Input.ts";
|
|
|
5
5
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
6
6
|
import * as Provider from "../../Provider.ts";
|
|
7
7
|
import { Resource } from "../../Resource.ts";
|
|
8
|
+
import type { Providers } from "../Providers.ts";
|
|
8
9
|
import { createInternalTags, diffTags } from "../../Tags.ts";
|
|
9
10
|
import type { AccountID } from "../Account.ts";
|
|
10
11
|
import type { SecurityGroupId } from "../EC2/SecurityGroup.ts";
|
|
@@ -40,7 +41,9 @@ export interface LoadBalancer extends Resource<
|
|
|
40
41
|
securityGroups: string[];
|
|
41
42
|
subnets: string[];
|
|
42
43
|
tags: Record<string, string>;
|
|
43
|
-
}
|
|
44
|
+
},
|
|
45
|
+
never,
|
|
46
|
+
Providers
|
|
44
47
|
> {}
|
|
45
48
|
|
|
46
49
|
export const LoadBalancer = Resource<LoadBalancer>("AWS.ELBv2.LoadBalancer");
|
|
@@ -4,6 +4,7 @@ import { deepEqual, isResolved } from "../../Diff.ts";
|
|
|
4
4
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
import { createInternalTags, diffTags } from "../../Tags.ts";
|
|
8
9
|
import type { AccountID } from "../Account.ts";
|
|
9
10
|
import type { RegionID } from "../Region.ts";
|
|
@@ -37,7 +38,9 @@ export interface TargetGroup extends Resource<
|
|
|
37
38
|
targetType: string;
|
|
38
39
|
vpcId: string;
|
|
39
40
|
tags: Record<string, string>;
|
|
40
|
-
}
|
|
41
|
+
},
|
|
42
|
+
never,
|
|
43
|
+
Providers
|
|
41
44
|
> {}
|
|
42
45
|
|
|
43
46
|
export const TargetGroup = Resource<TargetGroup>("AWS.ELBv2.TargetGroup");
|
|
@@ -6,6 +6,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
6
6
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
7
7
|
import * as Provider from "../../Provider.ts";
|
|
8
8
|
import { Resource } from "../../Resource.ts";
|
|
9
|
+
import type { Providers } from "../Providers.ts";
|
|
9
10
|
import {
|
|
10
11
|
createInternalTags,
|
|
11
12
|
createTagsList,
|
|
@@ -109,7 +110,9 @@ export interface EventBus extends Resource<
|
|
|
109
110
|
eventBusArn: EventBusArn;
|
|
110
111
|
/** Description of the event bus, if set. */
|
|
111
112
|
description?: string;
|
|
112
|
-
}
|
|
113
|
+
},
|
|
114
|
+
never,
|
|
115
|
+
Providers
|
|
113
116
|
> {}
|
|
114
117
|
export const EventBus = Resource<EventBus>("AWS.EventBridge.EventBus");
|
|
115
118
|
|
|
@@ -4,6 +4,7 @@ import { isResolved } from "../../Diff.ts";
|
|
|
4
4
|
import { createPhysicalName } from "../../PhysicalName.ts";
|
|
5
5
|
import * as Provider from "../../Provider.ts";
|
|
6
6
|
import { Resource } from "../../Resource.ts";
|
|
7
|
+
import type { Providers } from "../Providers.ts";
|
|
7
8
|
|
|
8
9
|
export interface PermissionProps {
|
|
9
10
|
/**
|
|
@@ -51,7 +52,9 @@ export interface Permission extends Resource<
|
|
|
51
52
|
{
|
|
52
53
|
statementId: string;
|
|
53
54
|
eventBusName: string;
|
|
54
|
-
}
|
|
55
|
+
},
|
|
56
|
+
never,
|
|
57
|
+
Providers
|
|
55
58
|
> {}
|
|
56
59
|
|
|
57
60
|
export const Permission = Resource<Permission>("AWS.EventBridge.Permission");
|