@pulumi/aws 6.65.0 → 6.66.0-alpha.1734343863

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.
@@ -59,7 +59,7 @@ import * as pulumi from "@pulumi/pulumi";
59
59
  * }
60
60
  * const exampleTargetGroup = new aws.lb.TargetGroup("example", {});
61
61
  * const exampleTargetGroupAttachment: aws.lb.TargetGroupAttachment[] = [];
62
- * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [, ]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
62
+ * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [k, v]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
63
63
  * for (const range of Object.entries(rangeBody).map(([k, v]) => ({key: k, value: v}))) {
64
64
  * exampleTargetGroupAttachment.push(new aws.lb.TargetGroupAttachment(`example-${range.key}`, {
65
65
  * targetGroupArn: exampleTargetGroup.arn,
@@ -65,7 +65,7 @@ const utilities = require("../utilities");
65
65
  * }
66
66
  * const exampleTargetGroup = new aws.lb.TargetGroup("example", {});
67
67
  * const exampleTargetGroupAttachment: aws.lb.TargetGroupAttachment[] = [];
68
- * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [, ]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
68
+ * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [k, v]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
69
69
  * for (const range of Object.entries(rangeBody).map(([k, v]) => ({key: k, value: v}))) {
70
70
  * exampleTargetGroupAttachment.push(new aws.lb.TargetGroupAttachment(`example-${range.key}`, {
71
71
  * targetGroupArn: exampleTargetGroup.arn,
@@ -14,7 +14,7 @@ import * as pulumi from "@pulumi/pulumi";
14
14
  * const example = aws.appconfig.getConfigurationProfiles({
15
15
  * applicationId: "a1d3rpe",
16
16
  * });
17
- * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
17
+ * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
18
18
  * configurationProfileId: __value,
19
19
  * applicationId: exampleAwsAppconfigApplication.id,
20
20
  * }) })));
@@ -59,7 +59,7 @@ export interface GetConfigurationProfilesResult {
59
59
  * const example = aws.appconfig.getConfigurationProfiles({
60
60
  * applicationId: "a1d3rpe",
61
61
  * });
62
- * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
62
+ * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
63
63
  * configurationProfileId: __value,
64
64
  * applicationId: exampleAwsAppconfigApplication.id,
65
65
  * }) })));
@@ -20,7 +20,7 @@ const utilities = require("../utilities");
20
20
  * const example = aws.appconfig.getConfigurationProfiles({
21
21
  * applicationId: "a1d3rpe",
22
22
  * });
23
- * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
23
+ * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
24
24
  * configurationProfileId: __value,
25
25
  * applicationId: exampleAwsAppconfigApplication.id,
26
26
  * }) })));
@@ -48,7 +48,7 @@ exports.getConfigurationProfiles = getConfigurationProfiles;
48
48
  * const example = aws.appconfig.getConfigurationProfiles({
49
49
  * applicationId: "a1d3rpe",
50
50
  * });
51
- * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
51
+ * const exampleGetConfigurationProfile = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.appconfig.getConfigurationProfile({
52
52
  * configurationProfileId: __value,
53
53
  * applicationId: exampleAwsAppconfigApplication.id,
54
54
  * }) })));
@@ -19,7 +19,7 @@ import * as outputs from "../types/output";
19
19
  * VolumeSet: "TestVolumeSet",
20
20
  * },
21
21
  * });
22
- * const exampleGetVolume = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
22
+ * const exampleGetVolume = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
23
23
  * filters: [{
24
24
  * name: "volume-id",
25
25
  * values: [__value],
@@ -84,7 +84,7 @@ export interface GetEbsVolumesResult {
84
84
  * VolumeSet: "TestVolumeSet",
85
85
  * },
86
86
  * });
87
- * const exampleGetVolume = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
87
+ * const exampleGetVolume = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
88
88
  * filters: [{
89
89
  * name: "volume-id",
90
90
  * values: [__value],
@@ -23,7 +23,7 @@ const utilities = require("../utilities");
23
23
  * VolumeSet: "TestVolumeSet",
24
24
  * },
25
25
  * });
26
- * const exampleGetVolume = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
26
+ * const exampleGetVolume = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
27
27
  * filters: [{
28
28
  * name: "volume-id",
29
29
  * values: [__value],
@@ -59,7 +59,7 @@ exports.getEbsVolumes = getEbsVolumes;
59
59
  * VolumeSet: "TestVolumeSet",
60
60
  * },
61
61
  * });
62
- * const exampleGetVolume = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
62
+ * const exampleGetVolume = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ebs.getVolume({
63
63
  * filters: [{
64
64
  * name: "volume-id",
65
65
  * values: [__value],
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
10
10
  * import * as pulumi from "@pulumi/pulumi";
11
11
  * import * as aws from "@pulumi/aws";
12
12
  *
13
- * const example = .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
13
+ * const example = .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
14
14
  * id: __value,
15
15
  * }) }));
16
16
  * ```
@@ -79,7 +79,7 @@ export interface GetLocalGatewayVirtualInterfaceResult {
79
79
  * import * as pulumi from "@pulumi/pulumi";
80
80
  * import * as aws from "@pulumi/aws";
81
81
  *
82
- * const example = .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
82
+ * const example = .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
83
83
  * id: __value,
84
84
  * }) }));
85
85
  * ```
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as aws from "@pulumi/aws";
16
16
  *
17
- * const example = .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
17
+ * const example = .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
18
18
  * id: __value,
19
19
  * }) }));
20
20
  * ```
@@ -38,7 +38,7 @@ exports.getLocalGatewayVirtualInterface = getLocalGatewayVirtualInterface;
38
38
  * import * as pulumi from "@pulumi/pulumi";
39
39
  * import * as aws from "@pulumi/aws";
40
40
  *
41
- * const example = .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
41
+ * const example = .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.ec2.getLocalGatewayVirtualInterface({
42
42
  * id: __value,
43
43
  * }) }));
44
44
  * ```
@@ -11,7 +11,7 @@ import * as pulumi from "@pulumi/pulumi";
11
11
  * const example = aws.eks.getNodeGroups({
12
12
  * clusterName: "example",
13
13
  * });
14
- * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
14
+ * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
15
15
  * clusterName: "example",
16
16
  * nodeGroupName: __value,
17
17
  * }) })));
@@ -53,7 +53,7 @@ export interface GetNodeGroupsResult {
53
53
  * const example = aws.eks.getNodeGroups({
54
54
  * clusterName: "example",
55
55
  * });
56
- * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
56
+ * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
57
57
  * clusterName: "example",
58
58
  * nodeGroupName: __value,
59
59
  * }) })));
@@ -17,7 +17,7 @@ const utilities = require("../utilities");
17
17
  * const example = aws.eks.getNodeGroups({
18
18
  * clusterName: "example",
19
19
  * });
20
- * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
20
+ * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
21
21
  * clusterName: "example",
22
22
  * nodeGroupName: __value,
23
23
  * }) })));
@@ -42,7 +42,7 @@ exports.getNodeGroups = getNodeGroups;
42
42
  * const example = aws.eks.getNodeGroups({
43
43
  * clusterName: "example",
44
44
  * });
45
- * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [, ]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
45
+ * const exampleGetNodeGroup = example.then(example => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: aws.eks.getNodeGroup({
46
46
  * clusterName: "example",
47
47
  * nodeGroupName: __value,
48
48
  * }) })));
@@ -59,7 +59,7 @@ import * as pulumi from "@pulumi/pulumi";
59
59
  * }
60
60
  * const exampleTargetGroup = new aws.lb.TargetGroup("example", {});
61
61
  * const exampleTargetGroupAttachment: aws.lb.TargetGroupAttachment[] = [];
62
- * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [, ]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
62
+ * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [k, v]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
63
63
  * for (const range of Object.entries(rangeBody).map(([k, v]) => ({key: k, value: v}))) {
64
64
  * exampleTargetGroupAttachment.push(new aws.lb.TargetGroupAttachment(`example-${range.key}`, {
65
65
  * targetGroupArn: exampleTargetGroup.arn,
@@ -65,7 +65,7 @@ const utilities = require("../utilities");
65
65
  * }
66
66
  * const exampleTargetGroup = new aws.lb.TargetGroup("example", {});
67
67
  * const exampleTargetGroupAttachment: aws.lb.TargetGroupAttachment[] = [];
68
- * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [, ]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
68
+ * pulumi.all(example.map((v, k) => [k, v]).reduce((__obj, [k, v]) => ({ ...__obj, [k]: v }))).apply(rangeBody => {
69
69
  * for (const range of Object.entries(rangeBody).map(([k, v]) => ({key: k, value: v}))) {
70
70
  * exampleTargetGroupAttachment.push(new aws.lb.TargetGroupAttachment(`example-${range.key}`, {
71
71
  * targetGroupArn: exampleTargetGroup.arn,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "6.65.0",
3
+ "version": "6.66.0-alpha.1734343863",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -13,7 +13,7 @@
13
13
  "build": "tsc"
14
14
  },
15
15
  "dependencies": {
16
- "@pulumi/pulumi": "^3.136.0",
16
+ "@pulumi/pulumi": "^3.142.0",
17
17
  "builtin-modules": "3.0.0",
18
18
  "mime": "^2.0.0",
19
19
  "resolve": "^1.7.1"
@@ -26,6 +26,6 @@
26
26
  "pulumi": {
27
27
  "resource": true,
28
28
  "name": "aws",
29
- "version": "6.65.0"
29
+ "version": "6.66.0-alpha.1734343863"
30
30
  }
31
31
  }