@pulumi/aws 7.8.0-alpha.1759766983 → 7.8.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/alb/getLoadBalancer.d.ts +1 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/appconfig/getApplication.d.ts +85 -0
- package/appconfig/getApplication.js +60 -0
- package/appconfig/getApplication.js.map +1 -0
- package/appconfig/index.d.ts +3 -0
- package/appconfig/index.js +4 -1
- package/appconfig/index.js.map +1 -1
- package/cleanrooms/configuredTable.d.ts +15 -3
- package/cleanrooms/configuredTable.js +15 -3
- package/cleanrooms/configuredTable.js.map +1 -1
- package/connect/instance.d.ts +15 -3
- package/connect/instance.js +15 -3
- package/connect/instance.js.map +1 -1
- package/connect/phoneNumber.d.ts +15 -3
- package/connect/phoneNumber.js +15 -3
- package/connect/phoneNumber.js.map +1 -1
- package/dms/endpoint.d.ts +12 -0
- package/dms/endpoint.js +2 -0
- package/dms/endpoint.js.map +1 -1
- package/dms/getEndpoint.d.ts +1 -0
- package/dms/getEndpoint.js.map +1 -1
- package/dsql/cluster.d.ts +19 -1
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/ec2/getInstanceTypeOffering.d.ts +4 -0
- package/ec2/getInstanceTypeOffering.js.map +1 -1
- package/ecs/capacityProvider.d.ts +76 -6
- package/ecs/capacityProvider.js +50 -3
- package/ecs/capacityProvider.js.map +1 -1
- package/ecs/service.d.ts +3 -3
- package/eks/addon.d.ts +2 -2
- package/eks/addon.js +2 -2
- package/eks/cluster.d.ts +2 -2
- package/elasticbeanstalk/configurationTemplate.d.ts +6 -6
- package/elasticbeanstalk/configurationTemplate.js +6 -6
- package/elasticbeanstalk/environment.d.ts +6 -6
- package/elasticbeanstalk/environment.js +6 -6
- package/iam/serviceSpecificCredential.d.ts +68 -8
- package/iam/serviceSpecificCredential.js +27 -1
- package/iam/serviceSpecificCredential.js.map +1 -1
- package/lakeformation/index.d.ts +3 -0
- package/lakeformation/index.js +6 -1
- package/lakeformation/index.js.map +1 -1
- package/lakeformation/lfTagExpression.d.ts +136 -0
- package/lakeformation/lfTagExpression.js +89 -0
- package/lakeformation/lfTagExpression.js.map +1 -0
- package/lambda/alias.d.ts +0 -1
- package/lambda/alias.js +0 -1
- package/lambda/alias.js.map +1 -1
- package/lb/getLoadBalancer.d.ts +1 -0
- package/lb/getLoadBalancer.js.map +1 -1
- package/networkfirewall/loggingConfiguration.d.ts +12 -0
- package/networkfirewall/loggingConfiguration.js +2 -0
- package/networkfirewall/loggingConfiguration.js.map +1 -1
- package/odb/cloudVmCluster.d.ts +15 -11
- package/odb/cloudVmCluster.js +5 -4
- package/odb/cloudVmCluster.js.map +1 -1
- package/odb/getCloudVmCluster.d.ts +26 -4
- package/odb/getCloudVmCluster.js +24 -2
- package/odb/getCloudVmCluster.js.map +1 -1
- package/odb/getDbNode.d.ts +195 -0
- package/odb/getDbNode.js +64 -0
- package/odb/getDbNode.js.map +1 -0
- package/odb/getDbNodes.d.ts +85 -0
- package/odb/getDbNodes.js +60 -0
- package/odb/getDbNodes.js.map +1 -0
- package/odb/getDbServer.d.ts +164 -0
- package/odb/getDbServer.js +64 -0
- package/odb/getDbServer.js.map +1 -0
- package/odb/getDbServers.d.ts +85 -0
- package/odb/getDbServers.js +60 -0
- package/odb/getDbServers.js.map +1 -0
- package/odb/getDbSystemShapes.d.ts +77 -0
- package/odb/getDbSystemShapes.js +58 -0
- package/odb/getDbSystemShapes.js.map +1 -0
- package/odb/getGiVersions.d.ts +59 -0
- package/odb/getGiVersions.js +40 -0
- package/odb/getGiVersions.js.map +1 -0
- package/odb/index.d.ts +18 -0
- package/odb/index.js +19 -1
- package/odb/index.js.map +1 -1
- package/opensearch/domain.d.ts +3 -0
- package/opensearch/domain.js +2 -0
- package/opensearch/domain.js.map +1 -1
- package/package.json +2 -2
- package/pinpoint/smsvoicev2PhoneNumber.d.ts +3 -3
- package/rds/getProxy.d.ts +4 -0
- package/rds/getProxy.js.map +1 -1
- package/rds/proxy.d.ts +17 -5
- package/rds/proxy.js +2 -3
- package/rds/proxy.js.map +1 -1
- package/route53/zone.d.ts +18 -3
- package/route53/zone.js +18 -3
- package/route53/zone.js.map +1 -1
- package/route53recoverycontrol/cluster.d.ts +48 -0
- package/route53recoverycontrol/cluster.js +6 -0
- package/route53recoverycontrol/cluster.js.map +1 -1
- package/route53recoverycontrol/controlPanel.d.ts +36 -0
- package/route53recoverycontrol/controlPanel.js +4 -0
- package/route53recoverycontrol/controlPanel.js.map +1 -1
- package/route53recoverycontrol/safetyRule.d.ts +30 -0
- package/route53recoverycontrol/safetyRule.js +4 -0
- package/route53recoverycontrol/safetyRule.js.map +1 -1
- package/s3/bucketLifecycleConfiguration.d.ts +1 -4
- package/s3/bucketLifecycleConfiguration.js +1 -4
- package/s3/bucketLifecycleConfiguration.js.map +1 -1
- package/s3/bucketLifecycleConfigurationV2.d.ts +1 -4
- package/s3/bucketLifecycleConfigurationV2.js +1 -4
- package/s3/bucketLifecycleConfigurationV2.js.map +1 -1
- package/s3control/bucket.d.ts +9 -3
- package/s3control/bucket.js +9 -3
- package/s3control/bucket.js.map +1 -1
- package/sfn/activity.d.ts +13 -3
- package/sfn/activity.js +5 -1
- package/sfn/activity.js.map +1 -1
- package/sfn/alias.d.ts +2 -0
- package/sfn/alias.js +2 -0
- package/sfn/alias.js.map +1 -1
- package/ssmcontacts/contactChannel.d.ts +10 -4
- package/ssmcontacts/contactChannel.js +10 -4
- package/ssmcontacts/contactChannel.js.map +1 -1
- package/types/input.d.ts +256 -9
- package/types/input.js.map +1 -1
- package/types/output.d.ts +484 -22
- package/types/output.js.map +1 -1
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDbServerOutput = exports.getDbServer = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for manging db server linked to exadata infrastructure of Oracle Database@AWS.
|
|
10
|
+
*
|
|
11
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ### Basic Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as aws from "@pulumi/aws";
|
|
20
|
+
*
|
|
21
|
+
* const example = aws.odb.getDbServer({
|
|
22
|
+
* cloudExadataInfrastructureId: "exadata_infra_id",
|
|
23
|
+
* id: "db_server_id",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getDbServer(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("aws:odb/getDbServer:getDbServer", {
|
|
30
|
+
"cloudExadataInfrastructureId": args.cloudExadataInfrastructureId,
|
|
31
|
+
"id": args.id,
|
|
32
|
+
"region": args.region,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getDbServer = getDbServer;
|
|
36
|
+
/**
|
|
37
|
+
* Data source for manging db server linked to exadata infrastructure of Oracle Database@AWS.
|
|
38
|
+
*
|
|
39
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
40
|
+
*
|
|
41
|
+
* ## Example Usage
|
|
42
|
+
*
|
|
43
|
+
* ### Basic Usage
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as aws from "@pulumi/aws";
|
|
48
|
+
*
|
|
49
|
+
* const example = aws.odb.getDbServer({
|
|
50
|
+
* cloudExadataInfrastructureId: "exadata_infra_id",
|
|
51
|
+
* id: "db_server_id",
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
function getDbServerOutput(args, opts) {
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
|
+
return pulumi.runtime.invokeOutput("aws:odb/getDbServer:getDbServer", {
|
|
58
|
+
"cloudExadataInfrastructureId": args.cloudExadataInfrastructureId,
|
|
59
|
+
"id": args.id,
|
|
60
|
+
"region": args.region,
|
|
61
|
+
}, opts);
|
|
62
|
+
}
|
|
63
|
+
exports.getDbServerOutput = getDbServerOutput;
|
|
64
|
+
//# sourceMappingURL=getDbServer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDbServer.js","sourceRoot":"","sources":["../../odb/getDbServer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA0GD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data source for manging db servers linked to exadata infrastructure of Oracle Database@AWS.
|
|
5
|
+
*
|
|
6
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ### Basic Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as aws from "@pulumi/aws";
|
|
15
|
+
*
|
|
16
|
+
* const example = aws.odb.getDbServers({
|
|
17
|
+
* cloudExadataInfrastructureId: "exadata_infra_id",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getDbServers(args: GetDbServersArgs, opts?: pulumi.InvokeOptions): Promise<GetDbServersResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getDbServers.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetDbServersArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The unique identifier of the cloud vm cluster.
|
|
28
|
+
*
|
|
29
|
+
* The following arguments are optional:
|
|
30
|
+
*/
|
|
31
|
+
cloudExadataInfrastructureId: string;
|
|
32
|
+
/**
|
|
33
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
34
|
+
*/
|
|
35
|
+
region?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* A collection of values returned by getDbServers.
|
|
39
|
+
*/
|
|
40
|
+
export interface GetDbServersResult {
|
|
41
|
+
readonly cloudExadataInfrastructureId: string;
|
|
42
|
+
/**
|
|
43
|
+
* the list of DB servers along with their properties.
|
|
44
|
+
*/
|
|
45
|
+
readonly dbServers: outputs.odb.GetDbServersDbServer[];
|
|
46
|
+
/**
|
|
47
|
+
* The provider-assigned unique ID for this managed resource.
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
readonly region: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Data source for manging db servers linked to exadata infrastructure of Oracle Database@AWS.
|
|
54
|
+
*
|
|
55
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ### Basic Usage
|
|
60
|
+
*
|
|
61
|
+
* ```typescript
|
|
62
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
63
|
+
* import * as aws from "@pulumi/aws";
|
|
64
|
+
*
|
|
65
|
+
* const example = aws.odb.getDbServers({
|
|
66
|
+
* cloudExadataInfrastructureId: "exadata_infra_id",
|
|
67
|
+
* });
|
|
68
|
+
* ```
|
|
69
|
+
*/
|
|
70
|
+
export declare function getDbServersOutput(args: GetDbServersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDbServersResult>;
|
|
71
|
+
/**
|
|
72
|
+
* A collection of arguments for invoking getDbServers.
|
|
73
|
+
*/
|
|
74
|
+
export interface GetDbServersOutputArgs {
|
|
75
|
+
/**
|
|
76
|
+
* The unique identifier of the cloud vm cluster.
|
|
77
|
+
*
|
|
78
|
+
* The following arguments are optional:
|
|
79
|
+
*/
|
|
80
|
+
cloudExadataInfrastructureId: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
83
|
+
*/
|
|
84
|
+
region?: pulumi.Input<string>;
|
|
85
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDbServersOutput = exports.getDbServers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for manging db servers linked to exadata infrastructure of Oracle Database@AWS.
|
|
10
|
+
*
|
|
11
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ### Basic Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as aws from "@pulumi/aws";
|
|
20
|
+
*
|
|
21
|
+
* const example = aws.odb.getDbServers({
|
|
22
|
+
* cloudExadataInfrastructureId: "exadata_infra_id",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getDbServers(args, opts) {
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("aws:odb/getDbServers:getDbServers", {
|
|
29
|
+
"cloudExadataInfrastructureId": args.cloudExadataInfrastructureId,
|
|
30
|
+
"region": args.region,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getDbServers = getDbServers;
|
|
34
|
+
/**
|
|
35
|
+
* Data source for manging db servers linked to exadata infrastructure of Oracle Database@AWS.
|
|
36
|
+
*
|
|
37
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ### Basic Usage
|
|
42
|
+
*
|
|
43
|
+
* ```typescript
|
|
44
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
+
* import * as aws from "@pulumi/aws";
|
|
46
|
+
*
|
|
47
|
+
* const example = aws.odb.getDbServers({
|
|
48
|
+
* cloudExadataInfrastructureId: "exadata_infra_id",
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
function getDbServersOutput(args, opts) {
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
54
|
+
return pulumi.runtime.invokeOutput("aws:odb/getDbServers:getDbServers", {
|
|
55
|
+
"cloudExadataInfrastructureId": args.cloudExadataInfrastructureId,
|
|
56
|
+
"region": args.region,
|
|
57
|
+
}, opts);
|
|
58
|
+
}
|
|
59
|
+
exports.getDbServersOutput = getDbServersOutput;
|
|
60
|
+
//# sourceMappingURL=getDbServers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDbServers.js","sourceRoot":"","sources":["../../odb/getDbServers.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAiCD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data source to retrieve available system shapes Oracle Database@AWS.
|
|
5
|
+
*
|
|
6
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ### Basic Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as aws from "@pulumi/aws";
|
|
15
|
+
*
|
|
16
|
+
* const example = aws.odb.getDbSystemShapes({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getDbSystemShapes(args?: GetDbSystemShapesArgs, opts?: pulumi.InvokeOptions): Promise<GetDbSystemShapesResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getDbSystemShapes.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetDbSystemShapesArgs {
|
|
24
|
+
/**
|
|
25
|
+
* The physical ID of the AZ, for example, use1-az4. This ID persists across accounts.
|
|
26
|
+
*/
|
|
27
|
+
availabilityZoneId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
30
|
+
*/
|
|
31
|
+
region?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getDbSystemShapes.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetDbSystemShapesResult {
|
|
37
|
+
readonly availabilityZoneId?: string;
|
|
38
|
+
/**
|
|
39
|
+
* IThe list of shapes and their properties. Information about a hardware system model (shape) that's available for an Exadata infrastructure. The shape determines resources, such as CPU cores, memory, and storage, to allocate to the Exadata infrastructure.
|
|
40
|
+
*/
|
|
41
|
+
readonly dbSystemShapes: outputs.odb.GetDbSystemShapesDbSystemShape[];
|
|
42
|
+
/**
|
|
43
|
+
* The provider-assigned unique ID for this managed resource.
|
|
44
|
+
*/
|
|
45
|
+
readonly id: string;
|
|
46
|
+
readonly region: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Data source to retrieve available system shapes Oracle Database@AWS.
|
|
50
|
+
*
|
|
51
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ### Basic Usage
|
|
56
|
+
*
|
|
57
|
+
* ```typescript
|
|
58
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
59
|
+
* import * as aws from "@pulumi/aws";
|
|
60
|
+
*
|
|
61
|
+
* const example = aws.odb.getDbSystemShapes({});
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
export declare function getDbSystemShapesOutput(args?: GetDbSystemShapesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDbSystemShapesResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getDbSystemShapes.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetDbSystemShapesOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The physical ID of the AZ, for example, use1-az4. This ID persists across accounts.
|
|
71
|
+
*/
|
|
72
|
+
availabilityZoneId?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
75
|
+
*/
|
|
76
|
+
region?: pulumi.Input<string>;
|
|
77
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDbSystemShapesOutput = exports.getDbSystemShapes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source to retrieve available system shapes Oracle Database@AWS.
|
|
10
|
+
*
|
|
11
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ### Basic Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as aws from "@pulumi/aws";
|
|
20
|
+
*
|
|
21
|
+
* const example = aws.odb.getDbSystemShapes({});
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
function getDbSystemShapes(args, opts) {
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("aws:odb/getDbSystemShapes:getDbSystemShapes", {
|
|
28
|
+
"availabilityZoneId": args.availabilityZoneId,
|
|
29
|
+
"region": args.region,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getDbSystemShapes = getDbSystemShapes;
|
|
33
|
+
/**
|
|
34
|
+
* Data source to retrieve available system shapes Oracle Database@AWS.
|
|
35
|
+
*
|
|
36
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ### Basic Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as aws from "@pulumi/aws";
|
|
45
|
+
*
|
|
46
|
+
* const example = aws.odb.getDbSystemShapes({});
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getDbSystemShapesOutput(args, opts) {
|
|
50
|
+
args = args || {};
|
|
51
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
52
|
+
return pulumi.runtime.invokeOutput("aws:odb/getDbSystemShapes:getDbSystemShapes", {
|
|
53
|
+
"availabilityZoneId": args.availabilityZoneId,
|
|
54
|
+
"region": args.region,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getDbSystemShapesOutput = getDbSystemShapesOutput;
|
|
58
|
+
//# sourceMappingURL=getDbSystemShapes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDbSystemShapes.js","sourceRoot":"","sources":["../../odb/getDbSystemShapes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AA+BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data source to retrieve available Grid Infrastructure versions of Oracle Database@AWS.
|
|
5
|
+
*
|
|
6
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*/
|
|
10
|
+
export declare function getGiVersions(args?: GetGiVersionsArgs, opts?: pulumi.InvokeOptions): Promise<GetGiVersionsResult>;
|
|
11
|
+
/**
|
|
12
|
+
* A collection of arguments for invoking getGiVersions.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetGiVersionsArgs {
|
|
15
|
+
/**
|
|
16
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
17
|
+
*/
|
|
18
|
+
region?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The system shape.
|
|
21
|
+
*/
|
|
22
|
+
shape?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getGiVersions.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetGiVersionsResult {
|
|
28
|
+
/**
|
|
29
|
+
* Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
|
|
30
|
+
*/
|
|
31
|
+
readonly giVersions: outputs.odb.GetGiVersionsGiVersion[];
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
readonly region: string;
|
|
37
|
+
readonly shape?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Data source to retrieve available Grid Infrastructure versions of Oracle Database@AWS.
|
|
41
|
+
*
|
|
42
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
43
|
+
*
|
|
44
|
+
* ## Example Usage
|
|
45
|
+
*/
|
|
46
|
+
export declare function getGiVersionsOutput(args?: GetGiVersionsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGiVersionsResult>;
|
|
47
|
+
/**
|
|
48
|
+
* A collection of arguments for invoking getGiVersions.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetGiVersionsOutputArgs {
|
|
51
|
+
/**
|
|
52
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
53
|
+
*/
|
|
54
|
+
region?: pulumi.Input<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The system shape.
|
|
57
|
+
*/
|
|
58
|
+
shape?: pulumi.Input<string>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getGiVersionsOutput = exports.getGiVersions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source to retrieve available Grid Infrastructure versions of Oracle Database@AWS.
|
|
10
|
+
*
|
|
11
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*/
|
|
15
|
+
function getGiVersions(args, opts) {
|
|
16
|
+
args = args || {};
|
|
17
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
+
return pulumi.runtime.invoke("aws:odb/getGiVersions:getGiVersions", {
|
|
19
|
+
"region": args.region,
|
|
20
|
+
"shape": args.shape,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getGiVersions = getGiVersions;
|
|
24
|
+
/**
|
|
25
|
+
* Data source to retrieve available Grid Infrastructure versions of Oracle Database@AWS.
|
|
26
|
+
*
|
|
27
|
+
* You can find out more about Oracle Database@AWS from [User Guide](https://docs.aws.amazon.com/odb/latest/UserGuide/what-is-odb.html).
|
|
28
|
+
*
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*/
|
|
31
|
+
function getGiVersionsOutput(args, opts) {
|
|
32
|
+
args = args || {};
|
|
33
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
|
+
return pulumi.runtime.invokeOutput("aws:odb/getGiVersions:getGiVersions", {
|
|
35
|
+
"region": args.region,
|
|
36
|
+
"shape": args.shape,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getGiVersionsOutput = getGiVersionsOutput;
|
|
40
|
+
//# sourceMappingURL=getGiVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGiVersions.js","sourceRoot":"","sources":["../../odb/getGiVersions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AA+BD;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}
|
package/odb/index.d.ts
CHANGED
|
@@ -16,6 +16,24 @@ export declare const getCloudExadataInfrastructureOutput: typeof import("./getCl
|
|
|
16
16
|
export { GetCloudVmClusterArgs, GetCloudVmClusterResult, GetCloudVmClusterOutputArgs } from "./getCloudVmCluster";
|
|
17
17
|
export declare const getCloudVmCluster: typeof import("./getCloudVmCluster").getCloudVmCluster;
|
|
18
18
|
export declare const getCloudVmClusterOutput: typeof import("./getCloudVmCluster").getCloudVmClusterOutput;
|
|
19
|
+
export { GetDbNodeArgs, GetDbNodeResult, GetDbNodeOutputArgs } from "./getDbNode";
|
|
20
|
+
export declare const getDbNode: typeof import("./getDbNode").getDbNode;
|
|
21
|
+
export declare const getDbNodeOutput: typeof import("./getDbNode").getDbNodeOutput;
|
|
22
|
+
export { GetDbNodesArgs, GetDbNodesResult, GetDbNodesOutputArgs } from "./getDbNodes";
|
|
23
|
+
export declare const getDbNodes: typeof import("./getDbNodes").getDbNodes;
|
|
24
|
+
export declare const getDbNodesOutput: typeof import("./getDbNodes").getDbNodesOutput;
|
|
25
|
+
export { GetDbServerArgs, GetDbServerResult, GetDbServerOutputArgs } from "./getDbServer";
|
|
26
|
+
export declare const getDbServer: typeof import("./getDbServer").getDbServer;
|
|
27
|
+
export declare const getDbServerOutput: typeof import("./getDbServer").getDbServerOutput;
|
|
28
|
+
export { GetDbServersArgs, GetDbServersResult, GetDbServersOutputArgs } from "./getDbServers";
|
|
29
|
+
export declare const getDbServers: typeof import("./getDbServers").getDbServers;
|
|
30
|
+
export declare const getDbServersOutput: typeof import("./getDbServers").getDbServersOutput;
|
|
31
|
+
export { GetDbSystemShapesArgs, GetDbSystemShapesResult, GetDbSystemShapesOutputArgs } from "./getDbSystemShapes";
|
|
32
|
+
export declare const getDbSystemShapes: typeof import("./getDbSystemShapes").getDbSystemShapes;
|
|
33
|
+
export declare const getDbSystemShapesOutput: typeof import("./getDbSystemShapes").getDbSystemShapesOutput;
|
|
34
|
+
export { GetGiVersionsArgs, GetGiVersionsResult, GetGiVersionsOutputArgs } from "./getGiVersions";
|
|
35
|
+
export declare const getGiVersions: typeof import("./getGiVersions").getGiVersions;
|
|
36
|
+
export declare const getGiVersionsOutput: typeof import("./getGiVersions").getGiVersionsOutput;
|
|
19
37
|
export { GetNetworkArgs, GetNetworkResult, GetNetworkOutputArgs } from "./getNetwork";
|
|
20
38
|
export declare const getNetwork: typeof import("./getNetwork").getNetwork;
|
|
21
39
|
export declare const getNetworkOutput: typeof import("./getNetwork").getNetworkOutput;
|
package/odb/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.NetworkPeeringConnection = exports.Network = exports.getNetworkPeeringConnectionOutput = exports.getNetworkPeeringConnection = exports.getNetworkOutput = exports.getNetwork = exports.getCloudVmClusterOutput = exports.getCloudVmCluster = exports.getCloudExadataInfrastructureOutput = exports.getCloudExadataInfrastructure = exports.getCloudAutonomousVmClusterOutput = exports.getCloudAutonomousVmCluster = exports.CloudVmCluster = exports.CloudExadataInfrastructure = exports.CloudAutonomousVmCluster = void 0;
|
|
5
|
+
exports.NetworkPeeringConnection = exports.Network = exports.getNetworkPeeringConnectionOutput = exports.getNetworkPeeringConnection = exports.getNetworkOutput = exports.getNetwork = exports.getGiVersionsOutput = exports.getGiVersions = exports.getDbSystemShapesOutput = exports.getDbSystemShapes = exports.getDbServersOutput = exports.getDbServers = exports.getDbServerOutput = exports.getDbServer = exports.getDbNodesOutput = exports.getDbNodes = exports.getDbNodeOutput = exports.getDbNode = exports.getCloudVmClusterOutput = exports.getCloudVmCluster = exports.getCloudExadataInfrastructureOutput = exports.getCloudExadataInfrastructure = exports.getCloudAutonomousVmClusterOutput = exports.getCloudAutonomousVmCluster = exports.CloudVmCluster = exports.CloudExadataInfrastructure = exports.CloudAutonomousVmCluster = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.CloudAutonomousVmCluster = null;
|
|
@@ -20,6 +20,24 @@ utilities.lazyLoad(exports, ["getCloudExadataInfrastructure", "getCloudExadataIn
|
|
|
20
20
|
exports.getCloudVmCluster = null;
|
|
21
21
|
exports.getCloudVmClusterOutput = null;
|
|
22
22
|
utilities.lazyLoad(exports, ["getCloudVmCluster", "getCloudVmClusterOutput"], () => require("./getCloudVmCluster"));
|
|
23
|
+
exports.getDbNode = null;
|
|
24
|
+
exports.getDbNodeOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getDbNode", "getDbNodeOutput"], () => require("./getDbNode"));
|
|
26
|
+
exports.getDbNodes = null;
|
|
27
|
+
exports.getDbNodesOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getDbNodes", "getDbNodesOutput"], () => require("./getDbNodes"));
|
|
29
|
+
exports.getDbServer = null;
|
|
30
|
+
exports.getDbServerOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["getDbServer", "getDbServerOutput"], () => require("./getDbServer"));
|
|
32
|
+
exports.getDbServers = null;
|
|
33
|
+
exports.getDbServersOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getDbServers", "getDbServersOutput"], () => require("./getDbServers"));
|
|
35
|
+
exports.getDbSystemShapes = null;
|
|
36
|
+
exports.getDbSystemShapesOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getDbSystemShapes", "getDbSystemShapesOutput"], () => require("./getDbSystemShapes"));
|
|
38
|
+
exports.getGiVersions = null;
|
|
39
|
+
exports.getGiVersionsOutput = null;
|
|
40
|
+
utilities.lazyLoad(exports, ["getGiVersions", "getGiVersionsOutput"], () => require("./getGiVersions"));
|
|
23
41
|
exports.getNetwork = null;
|
|
24
42
|
exports.getNetworkOutput = null;
|
|
25
43
|
utilities.lazyLoad(exports, ["getNetwork", "getNetworkOutput"], () => require("./getNetwork"));
|
package/odb/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../odb/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../odb/index.ts"],"names":[],"mappings":"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"}
|
package/opensearch/domain.d.ts
CHANGED
|
@@ -301,6 +301,7 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
301
301
|
* Configuration block for [fine-grained access control](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html). Detailed below.
|
|
302
302
|
*/
|
|
303
303
|
readonly advancedSecurityOptions: pulumi.Output<outputs.opensearch.DomainAdvancedSecurityOptions>;
|
|
304
|
+
readonly aimlOptions: pulumi.Output<outputs.opensearch.DomainAimlOptions>;
|
|
304
305
|
/**
|
|
305
306
|
* ARN of the domain.
|
|
306
307
|
*/
|
|
@@ -436,6 +437,7 @@ export interface DomainState {
|
|
|
436
437
|
* Configuration block for [fine-grained access control](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html). Detailed below.
|
|
437
438
|
*/
|
|
438
439
|
advancedSecurityOptions?: pulumi.Input<inputs.opensearch.DomainAdvancedSecurityOptions>;
|
|
440
|
+
aimlOptions?: pulumi.Input<inputs.opensearch.DomainAimlOptions>;
|
|
439
441
|
/**
|
|
440
442
|
* ARN of the domain.
|
|
441
443
|
*/
|
|
@@ -563,6 +565,7 @@ export interface DomainArgs {
|
|
|
563
565
|
* Configuration block for [fine-grained access control](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html). Detailed below.
|
|
564
566
|
*/
|
|
565
567
|
advancedSecurityOptions?: pulumi.Input<inputs.opensearch.DomainAdvancedSecurityOptions>;
|
|
568
|
+
aimlOptions?: pulumi.Input<inputs.opensearch.DomainAimlOptions>;
|
|
566
569
|
/**
|
|
567
570
|
* Configuration block for the Auto-Tune options of the domain. Detailed below.
|
|
568
571
|
*/
|
package/opensearch/domain.js
CHANGED
|
@@ -306,6 +306,7 @@ class Domain extends pulumi.CustomResource {
|
|
|
306
306
|
resourceInputs["accessPolicies"] = state?.accessPolicies;
|
|
307
307
|
resourceInputs["advancedOptions"] = state?.advancedOptions;
|
|
308
308
|
resourceInputs["advancedSecurityOptions"] = state?.advancedSecurityOptions;
|
|
309
|
+
resourceInputs["aimlOptions"] = state?.aimlOptions;
|
|
309
310
|
resourceInputs["arn"] = state?.arn;
|
|
310
311
|
resourceInputs["autoTuneOptions"] = state?.autoTuneOptions;
|
|
311
312
|
resourceInputs["clusterConfig"] = state?.clusterConfig;
|
|
@@ -337,6 +338,7 @@ class Domain extends pulumi.CustomResource {
|
|
|
337
338
|
resourceInputs["accessPolicies"] = args?.accessPolicies;
|
|
338
339
|
resourceInputs["advancedOptions"] = args?.advancedOptions;
|
|
339
340
|
resourceInputs["advancedSecurityOptions"] = args?.advancedSecurityOptions;
|
|
341
|
+
resourceInputs["aimlOptions"] = args?.aimlOptions;
|
|
340
342
|
resourceInputs["autoTuneOptions"] = args?.autoTuneOptions;
|
|
341
343
|
resourceInputs["clusterConfig"] = args?.clusterConfig;
|
|
342
344
|
resourceInputs["cognitoOptions"] = args?.cognitoOptions;
|
package/opensearch/domain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../opensearch/domain.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6QG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../../opensearch/domain.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "7.8.0
|
|
3
|
+
"version": "7.8.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "aws",
|
|
27
|
-
"version": "7.8.0
|
|
27
|
+
"version": "7.8.0"
|
|
28
28
|
}
|
|
29
29
|
}
|