@pulumi/aws 5.29.1 → 5.30.0-alpha.1676319993
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 +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +4 -2
- package/types/output.d.ts +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.30.0-alpha.1676319993+4b8e5877",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v5.30.0-alpha.1676319993+4b8e5877"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.30.0-alpha.1676319993+4b8e5877",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v5.30.0-alpha.1676319993+4b8e5877"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|
package/types/input.d.ts
CHANGED
|
@@ -17381,6 +17381,7 @@ export declare namespace ec2 {
|
|
|
17381
17381
|
internetGateways?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationInternetGateway>[]>;
|
|
17382
17382
|
loadBalancerArn?: pulumi.Input<string>;
|
|
17383
17383
|
loadBalancerListenerPort?: pulumi.Input<number>;
|
|
17384
|
+
loadBalancerTargetGroup?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>[]>;
|
|
17384
17385
|
loadBalancerTargetGroups?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup>[]>;
|
|
17385
17386
|
loadBalancerTargetPort?: pulumi.Input<number>;
|
|
17386
17387
|
missingComponent?: pulumi.Input<string>;
|
|
@@ -17393,6 +17394,7 @@ export declare namespace ec2 {
|
|
|
17393
17394
|
protocols?: pulumi.Input<pulumi.Input<string>[]>;
|
|
17394
17395
|
routeTableRoutes?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationRouteTableRoute>[]>;
|
|
17395
17396
|
routeTables?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationRouteTable>[]>;
|
|
17397
|
+
securityGroup?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroup>[]>;
|
|
17396
17398
|
securityGroupRules?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroupRule>[]>;
|
|
17397
17399
|
securityGroups?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroup>[]>;
|
|
17398
17400
|
sourceVpcs?: pulumi.Input<pulumi.Input<inputs.ec2.NetworkInsightsAnalysisExplanationSourceVpc>[]>;
|
|
@@ -22760,7 +22762,7 @@ export declare namespace fsx {
|
|
|
22760
22762
|
/**
|
|
22761
22763
|
* An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint.
|
|
22762
22764
|
*/
|
|
22763
|
-
|
|
22765
|
+
iscsis?: pulumi.Input<pulumi.Input<inputs.fsx.OntapStorageVirtualMachineEndpointIscsi>[]>;
|
|
22764
22766
|
/**
|
|
22765
22767
|
* An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.
|
|
22766
22768
|
*/
|
|
@@ -22774,7 +22776,7 @@ export declare namespace fsx {
|
|
|
22774
22776
|
*/
|
|
22775
22777
|
smbs?: pulumi.Input<pulumi.Input<inputs.fsx.OntapStorageVirtualMachineEndpointSmb>[]>;
|
|
22776
22778
|
}
|
|
22777
|
-
interface
|
|
22779
|
+
interface OntapStorageVirtualMachineEndpointIscsi {
|
|
22778
22780
|
/**
|
|
22779
22781
|
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
22780
22782
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -17388,6 +17388,7 @@ export declare namespace ec2 {
|
|
|
17388
17388
|
internetGateways: outputs.ec2.GetNetworkInsightsAnalysisExplanationInternetGateway[];
|
|
17389
17389
|
loadBalancerArn: string;
|
|
17390
17390
|
loadBalancerListenerPort: number;
|
|
17391
|
+
loadBalancerTargetGroup: outputs.ec2.GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup[];
|
|
17391
17392
|
loadBalancerTargetGroups: outputs.ec2.GetNetworkInsightsAnalysisExplanationLoadBalancerTargetGroup[];
|
|
17392
17393
|
loadBalancerTargetPort: number;
|
|
17393
17394
|
missingComponent: string;
|
|
@@ -17400,6 +17401,7 @@ export declare namespace ec2 {
|
|
|
17400
17401
|
protocols: string[];
|
|
17401
17402
|
routeTableRoutes: outputs.ec2.GetNetworkInsightsAnalysisExplanationRouteTableRoute[];
|
|
17402
17403
|
routeTables: outputs.ec2.GetNetworkInsightsAnalysisExplanationRouteTable[];
|
|
17404
|
+
securityGroup: outputs.ec2.GetNetworkInsightsAnalysisExplanationSecurityGroup[];
|
|
17403
17405
|
securityGroupRules: outputs.ec2.GetNetworkInsightsAnalysisExplanationSecurityGroupRule[];
|
|
17404
17406
|
securityGroups: outputs.ec2.GetNetworkInsightsAnalysisExplanationSecurityGroup[];
|
|
17405
17407
|
sourceVpcs: outputs.ec2.GetNetworkInsightsAnalysisExplanationSourceVpc[];
|
|
@@ -19488,6 +19490,7 @@ export declare namespace ec2 {
|
|
|
19488
19490
|
internetGateways: outputs.ec2.NetworkInsightsAnalysisExplanationInternetGateway[];
|
|
19489
19491
|
loadBalancerArn: string;
|
|
19490
19492
|
loadBalancerListenerPort: number;
|
|
19493
|
+
loadBalancerTargetGroup: outputs.ec2.NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup[];
|
|
19491
19494
|
loadBalancerTargetGroups: outputs.ec2.NetworkInsightsAnalysisExplanationLoadBalancerTargetGroup[];
|
|
19492
19495
|
loadBalancerTargetPort: number;
|
|
19493
19496
|
missingComponent: string;
|
|
@@ -19500,6 +19503,7 @@ export declare namespace ec2 {
|
|
|
19500
19503
|
protocols: string[];
|
|
19501
19504
|
routeTableRoutes: outputs.ec2.NetworkInsightsAnalysisExplanationRouteTableRoute[];
|
|
19502
19505
|
routeTables: outputs.ec2.NetworkInsightsAnalysisExplanationRouteTable[];
|
|
19506
|
+
securityGroup: outputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroup[];
|
|
19503
19507
|
securityGroupRules: outputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroupRule[];
|
|
19504
19508
|
securityGroups: outputs.ec2.NetworkInsightsAnalysisExplanationSecurityGroup[];
|
|
19505
19509
|
sourceVpcs: outputs.ec2.NetworkInsightsAnalysisExplanationSourceVpc[];
|
|
@@ -25386,7 +25390,7 @@ export declare namespace fsx {
|
|
|
25386
25390
|
/**
|
|
25387
25391
|
* An endpoint for accessing data on your storage virtual machine via iSCSI protocol. See Endpoint.
|
|
25388
25392
|
*/
|
|
25389
|
-
|
|
25393
|
+
iscsis: outputs.fsx.OntapStorageVirtualMachineEndpointIscsi[];
|
|
25390
25394
|
/**
|
|
25391
25395
|
* An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See Endpoint.
|
|
25392
25396
|
*/
|
|
@@ -25400,7 +25404,7 @@ export declare namespace fsx {
|
|
|
25400
25404
|
*/
|
|
25401
25405
|
smbs: outputs.fsx.OntapStorageVirtualMachineEndpointSmb[];
|
|
25402
25406
|
}
|
|
25403
|
-
interface
|
|
25407
|
+
interface OntapStorageVirtualMachineEndpointIscsi {
|
|
25404
25408
|
/**
|
|
25405
25409
|
* The Domain Name Service (DNS) name for the storage virtual machine. You can mount your storage virtual machine using its DNS name.
|
|
25406
25410
|
*/
|