@pulumi/awsx 2.2.0 → 2.3.0
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/package.json +4 -4
- package/package.json.dev +3 -3
- package/types/input.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "v2.
|
|
3
|
+
"version": "v2.3.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"install": "node scripts/install-pulumi-plugin.js resource awsx v2.
|
|
16
|
+
"install": "node scripts/install-pulumi-plugin.js resource awsx v2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-sdk/client-ecs": "^3.405.0",
|
|
20
|
-
"@pulumi/aws": "^6.
|
|
21
|
-
"@pulumi/docker": "^4.
|
|
20
|
+
"@pulumi/aws": "^6.9.0",
|
|
21
|
+
"@pulumi/docker": "^4.5.0",
|
|
22
22
|
"@pulumi/pulumi": "^3.0.0",
|
|
23
23
|
"@types/aws-lambda": "^8.10.23",
|
|
24
24
|
"aws-sdk": "^2.1450.0",
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "v2.
|
|
3
|
+
"version": "v2.3.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@aws-sdk/client-ecs": "^3.405.0",
|
|
19
|
-
"@pulumi/aws": "^6.
|
|
20
|
-
"@pulumi/docker": "^4.
|
|
19
|
+
"@pulumi/aws": "^6.9.0",
|
|
20
|
+
"@pulumi/docker": "^4.5.0",
|
|
21
21
|
"@pulumi/pulumi": "^3.0.0",
|
|
22
22
|
"@types/aws-lambda": "^8.10.23",
|
|
23
23
|
"aws-sdk": "^2.1450.0",
|
package/types/input.d.ts
CHANGED
|
@@ -953,7 +953,7 @@ export declare namespace ec2 {
|
|
|
953
953
|
*/
|
|
954
954
|
serviceName: string;
|
|
955
955
|
/**
|
|
956
|
-
* The ID of one or more subnets in which to create a network interface for the endpoint. Applicable for endpoints of type `GatewayLoadBalancer` and `Interface`.
|
|
956
|
+
* The ID of one or more subnets in which to create a network interface for the endpoint. Applicable for endpoints of type `GatewayLoadBalancer` and `Interface`. Interface type endpoints cannot function without being assigned to a subnet.
|
|
957
957
|
*/
|
|
958
958
|
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
959
959
|
/**
|