@pulumi/aws-native 1.33.0-alpha.1756791188 → 1.33.0-alpha.1756830245
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/applicationautoscaling/getScalingPolicy.d.ts +51 -48
- package/applicationautoscaling/getScalingPolicy.js.map +1 -1
- package/applicationautoscaling/scalingPolicy.d.ts +56 -50
- package/applicationautoscaling/scalingPolicy.js.map +1 -1
- package/b2bi/getProfile.d.ts +3 -0
- package/b2bi/getProfile.js.map +1 -1
- package/b2bi/profile.d.ts +6 -0
- package/b2bi/profile.js.map +1 -1
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/bedrock/automatedReasoningPolicy.d.ts +49 -0
- package/bedrock/automatedReasoningPolicy.js +74 -0
- package/bedrock/automatedReasoningPolicy.js.map +1 -0
- package/bedrock/automatedReasoningPolicyVersion.d.ts +48 -0
- package/bedrock/automatedReasoningPolicyVersion.js +79 -0
- package/bedrock/automatedReasoningPolicyVersion.js.map +1 -0
- package/bedrock/getAutomatedReasoningPolicy.d.ts +28 -0
- package/bedrock/getAutomatedReasoningPolicy.js +28 -0
- package/bedrock/getAutomatedReasoningPolicy.js.map +1 -0
- package/bedrock/getAutomatedReasoningPolicyVersion.d.ts +26 -0
- package/bedrock/getAutomatedReasoningPolicyVersion.js +30 -0
- package/bedrock/getAutomatedReasoningPolicyVersion.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +16 -1
- package/bedrock/index.js.map +1 -1
- package/cognito/getUserPoolClient.d.ts +2 -2
- package/cognito/userPoolClient.d.ts +4 -4
- package/datazone/getPolicyGrant.d.ts +24 -0
- package/datazone/getPolicyGrant.js.map +1 -1
- package/datazone/getProject.d.ts +4 -0
- package/datazone/getProject.js.map +1 -1
- package/datazone/policyGrant.d.ts +36 -0
- package/datazone/policyGrant.js.map +1 -1
- package/datazone/project.js +1 -1
- package/datazone/project.js.map +1 -1
- package/ec2/getVolume.d.ts +1 -0
- package/ec2/getVolume.js.map +1 -1
- package/ec2/getVpcBlockPublicAccessOptions.d.ts +4 -0
- package/ec2/getVpcBlockPublicAccessOptions.js.map +1 -1
- package/ec2/volume.d.ts +2 -0
- package/ec2/volume.js.map +1 -1
- package/ec2/vpcBlockPublicAccessOptions.d.ts +4 -0
- package/ec2/vpcBlockPublicAccessOptions.js +2 -0
- package/ec2/vpcBlockPublicAccessOptions.js.map +1 -1
- package/ecs/service.d.ts +8 -0
- package/ecs/service.js +2 -0
- package/ecs/service.js.map +1 -1
- package/ivs/getStage.d.ts +3 -0
- package/ivs/getStage.js.map +1 -1
- package/ivs/stage.d.ts +6 -0
- package/ivs/stage.js.map +1 -1
- package/omics/workflow.d.ts +48 -0
- package/omics/workflow.js +13 -1
- package/omics/workflow.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/qbusiness/dataSource.d.ts +2 -2
- package/qbusiness/getDataSource.d.ts +1 -1
- package/rds/customDbEngineVersion.d.ts +4 -4
- package/rds/getCustomDbEngineVersion.d.ts +4 -4
- package/s3/bucketPolicy.d.ts +1 -1
- package/s3/bucketPolicy.js +1 -1
- package/s3/getBucketPolicy.d.ts +2 -2
- package/s3/getBucketPolicy.js +2 -2
- package/s3tables/getTable.d.ts +15 -0
- package/s3tables/getTable.js.map +1 -1
- package/s3tables/getTablePolicy.d.ts +18 -0
- package/s3tables/getTablePolicy.js.map +1 -1
- package/s3tables/namespace.d.ts +6 -0
- package/s3tables/namespace.js.map +1 -1
- package/s3tables/table.d.ts +42 -0
- package/s3tables/table.js.map +1 -1
- package/s3tables/tablePolicy.d.ts +21 -0
- package/s3tables/tablePolicy.js.map +1 -1
- package/servicecatalog/getTagOption.d.ts +31 -0
- package/servicecatalog/getTagOption.js +28 -0
- package/servicecatalog/getTagOption.js.map +1 -0
- package/servicecatalog/index.d.ts +6 -0
- package/servicecatalog/index.js +8 -1
- package/servicecatalog/index.js.map +1 -1
- package/servicecatalog/tagOption.d.ts +61 -0
- package/servicecatalog/tagOption.js +70 -0
- package/servicecatalog/tagOption.js.map +1 -0
- package/ses/getMailManagerAddressList.d.ts +15 -0
- package/ses/getMailManagerAddressList.js.map +1 -1
- package/ses/mailManagerAddonSubscription.d.ts +2 -2
- package/ses/mailManagerAddressList.d.ts +18 -0
- package/ses/mailManagerAddressList.js.map +1 -1
- package/ssm/getParameter.d.ts +6 -0
- package/ssm/getParameter.js.map +1 -1
- package/synthetics/canary.d.ts +16 -0
- package/synthetics/canary.js +4 -0
- package/synthetics/canary.js.map +1 -1
- package/synthetics/getCanary.d.ts +4 -0
- package/synthetics/getCanary.js.map +1 -1
- package/types/enums/index.d.ts +4 -0
- package/types/enums/index.js +4 -0
- package/types/enums/index.js.map +1 -1
- package/types/enums/lambda/index.d.ts +3 -4
- package/types/enums/lambda/index.js.map +1 -1
- package/types/enums/omics/index.d.ts +9 -0
- package/types/enums/omics/index.js +6 -1
- package/types/enums/omics/index.js.map +1 -1
- package/types/enums/synthetics/index.d.ts +5 -0
- package/types/enums/synthetics/index.js +5 -1
- package/types/enums/synthetics/index.js.map +1 -1
- package/types/input.d.ts +262 -24
- package/types/output.d.ts +262 -24
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.js +1 -1
- package/wisdom/aiPrompt.js.map +1 -1
- package/wisdom/getAiPrompt.d.ts +22 -0
- package/wisdom/getAiPrompt.js.map +1 -1
|
@@ -0,0 +1,79 @@
|
|
|
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.AutomatedReasoningPolicyVersion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class AutomatedReasoningPolicyVersion extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing AutomatedReasoningPolicyVersion resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new AutomatedReasoningPolicyVersion(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of AutomatedReasoningPolicyVersion. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === AutomatedReasoningPolicyVersion.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a AutomatedReasoningPolicyVersion resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.policyArn === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'policyArn'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["lastUpdatedDefinitionHash"] = args ? args.lastUpdatedDefinitionHash : undefined;
|
|
48
|
+
resourceInputs["policyArn"] = args ? args.policyArn : undefined;
|
|
49
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
50
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
51
|
+
resourceInputs["definitionHash"] = undefined /*out*/;
|
|
52
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["policyId"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["version"] = undefined /*out*/;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["definitionHash"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["lastUpdatedDefinitionHash"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["policyArn"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["policyId"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["version"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
const replaceOnChanges = { replaceOnChanges: ["lastUpdatedDefinitionHash", "policyArn", "tags[*]"] };
|
|
72
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
73
|
+
super(AutomatedReasoningPolicyVersion.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.AutomatedReasoningPolicyVersion = AutomatedReasoningPolicyVersion;
|
|
77
|
+
/** @internal */
|
|
78
|
+
AutomatedReasoningPolicyVersion.__pulumiType = 'aws-native:bedrock:AutomatedReasoningPolicyVersion';
|
|
79
|
+
//# sourceMappingURL=automatedReasoningPolicyVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatedReasoningPolicyVersion.js","sourceRoot":"","sources":["../../bedrock/automatedReasoningPolicyVersion.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAutomatedReasoningPolicy(args: GetAutomatedReasoningPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetAutomatedReasoningPolicyResult>;
|
|
7
|
+
export interface GetAutomatedReasoningPolicyArgs {
|
|
8
|
+
policyArn: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetAutomatedReasoningPolicyResult {
|
|
11
|
+
readonly createdAt?: string;
|
|
12
|
+
readonly definitionHash?: string;
|
|
13
|
+
readonly description?: string;
|
|
14
|
+
readonly name?: string;
|
|
15
|
+
readonly policyArn?: string;
|
|
16
|
+
readonly policyDefinition?: outputs.bedrock.AutomatedReasoningPolicyPolicyDefinition;
|
|
17
|
+
readonly policyId?: string;
|
|
18
|
+
readonly tags?: outputs.Tag[];
|
|
19
|
+
readonly updatedAt?: string;
|
|
20
|
+
readonly version?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type
|
|
24
|
+
*/
|
|
25
|
+
export declare function getAutomatedReasoningPolicyOutput(args: GetAutomatedReasoningPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAutomatedReasoningPolicyResult>;
|
|
26
|
+
export interface GetAutomatedReasoningPolicyOutputArgs {
|
|
27
|
+
policyArn: pulumi.Input<string>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getAutomatedReasoningPolicyOutput = exports.getAutomatedReasoningPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getAutomatedReasoningPolicy(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bedrock:getAutomatedReasoningPolicy", {
|
|
14
|
+
"policyArn": args.policyArn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getAutomatedReasoningPolicy = getAutomatedReasoningPolicy;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getAutomatedReasoningPolicyOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:bedrock:getAutomatedReasoningPolicy", {
|
|
24
|
+
"policyArn": args.policyArn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getAutomatedReasoningPolicyOutput = getAutomatedReasoningPolicyOutput;
|
|
28
|
+
//# sourceMappingURL=getAutomatedReasoningPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAutomatedReasoningPolicy.js","sourceRoot":"","sources":["../../bedrock/getAutomatedReasoningPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAkBD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type
|
|
4
|
+
*/
|
|
5
|
+
export declare function getAutomatedReasoningPolicyVersion(args: GetAutomatedReasoningPolicyVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetAutomatedReasoningPolicyVersionResult>;
|
|
6
|
+
export interface GetAutomatedReasoningPolicyVersionArgs {
|
|
7
|
+
policyArn: string;
|
|
8
|
+
version: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetAutomatedReasoningPolicyVersionResult {
|
|
11
|
+
readonly createdAt?: string;
|
|
12
|
+
readonly definitionHash?: string;
|
|
13
|
+
readonly description?: string;
|
|
14
|
+
readonly name?: string;
|
|
15
|
+
readonly policyId?: string;
|
|
16
|
+
readonly updatedAt?: string;
|
|
17
|
+
readonly version?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type
|
|
21
|
+
*/
|
|
22
|
+
export declare function getAutomatedReasoningPolicyVersionOutput(args: GetAutomatedReasoningPolicyVersionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAutomatedReasoningPolicyVersionResult>;
|
|
23
|
+
export interface GetAutomatedReasoningPolicyVersionOutputArgs {
|
|
24
|
+
policyArn: pulumi.Input<string>;
|
|
25
|
+
version: pulumi.Input<string>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getAutomatedReasoningPolicyVersionOutput = exports.getAutomatedReasoningPolicyVersion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getAutomatedReasoningPolicyVersion(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bedrock:getAutomatedReasoningPolicyVersion", {
|
|
14
|
+
"policyArn": args.policyArn,
|
|
15
|
+
"version": args.version,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getAutomatedReasoningPolicyVersion = getAutomatedReasoningPolicyVersion;
|
|
19
|
+
/**
|
|
20
|
+
* Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type
|
|
21
|
+
*/
|
|
22
|
+
function getAutomatedReasoningPolicyVersionOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("aws-native:bedrock:getAutomatedReasoningPolicyVersion", {
|
|
25
|
+
"policyArn": args.policyArn,
|
|
26
|
+
"version": args.version,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getAutomatedReasoningPolicyVersionOutput = getAutomatedReasoningPolicyVersionOutput;
|
|
30
|
+
//# sourceMappingURL=getAutomatedReasoningPolicyVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAutomatedReasoningPolicyVersion.js","sourceRoot":"","sources":["../../bedrock/getAutomatedReasoningPolicyVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC;AAgBD;;GAEG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAAiC;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE;QACxF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4FAMC"}
|
package/bedrock/index.d.ts
CHANGED
|
@@ -7,6 +7,12 @@ export declare const AgentAlias: typeof import("./agentAlias").AgentAlias;
|
|
|
7
7
|
export { ApplicationInferenceProfileArgs } from "./applicationInferenceProfile";
|
|
8
8
|
export type ApplicationInferenceProfile = import("./applicationInferenceProfile").ApplicationInferenceProfile;
|
|
9
9
|
export declare const ApplicationInferenceProfile: typeof import("./applicationInferenceProfile").ApplicationInferenceProfile;
|
|
10
|
+
export { AutomatedReasoningPolicyArgs } from "./automatedReasoningPolicy";
|
|
11
|
+
export type AutomatedReasoningPolicy = import("./automatedReasoningPolicy").AutomatedReasoningPolicy;
|
|
12
|
+
export declare const AutomatedReasoningPolicy: typeof import("./automatedReasoningPolicy").AutomatedReasoningPolicy;
|
|
13
|
+
export { AutomatedReasoningPolicyVersionArgs } from "./automatedReasoningPolicyVersion";
|
|
14
|
+
export type AutomatedReasoningPolicyVersion = import("./automatedReasoningPolicyVersion").AutomatedReasoningPolicyVersion;
|
|
15
|
+
export declare const AutomatedReasoningPolicyVersion: typeof import("./automatedReasoningPolicyVersion").AutomatedReasoningPolicyVersion;
|
|
10
16
|
export { BlueprintArgs } from "./blueprint";
|
|
11
17
|
export type Blueprint = import("./blueprint").Blueprint;
|
|
12
18
|
export declare const Blueprint: typeof import("./blueprint").Blueprint;
|
|
@@ -34,6 +40,12 @@ export declare const getAgentAliasOutput: typeof import("./getAgentAlias").getAg
|
|
|
34
40
|
export { GetApplicationInferenceProfileArgs, GetApplicationInferenceProfileResult, GetApplicationInferenceProfileOutputArgs } from "./getApplicationInferenceProfile";
|
|
35
41
|
export declare const getApplicationInferenceProfile: typeof import("./getApplicationInferenceProfile").getApplicationInferenceProfile;
|
|
36
42
|
export declare const getApplicationInferenceProfileOutput: typeof import("./getApplicationInferenceProfile").getApplicationInferenceProfileOutput;
|
|
43
|
+
export { GetAutomatedReasoningPolicyArgs, GetAutomatedReasoningPolicyResult, GetAutomatedReasoningPolicyOutputArgs } from "./getAutomatedReasoningPolicy";
|
|
44
|
+
export declare const getAutomatedReasoningPolicy: typeof import("./getAutomatedReasoningPolicy").getAutomatedReasoningPolicy;
|
|
45
|
+
export declare const getAutomatedReasoningPolicyOutput: typeof import("./getAutomatedReasoningPolicy").getAutomatedReasoningPolicyOutput;
|
|
46
|
+
export { GetAutomatedReasoningPolicyVersionArgs, GetAutomatedReasoningPolicyVersionResult, GetAutomatedReasoningPolicyVersionOutputArgs } from "./getAutomatedReasoningPolicyVersion";
|
|
47
|
+
export declare const getAutomatedReasoningPolicyVersion: typeof import("./getAutomatedReasoningPolicyVersion").getAutomatedReasoningPolicyVersion;
|
|
48
|
+
export declare const getAutomatedReasoningPolicyVersionOutput: typeof import("./getAutomatedReasoningPolicyVersion").getAutomatedReasoningPolicyVersionOutput;
|
|
37
49
|
export { GetBlueprintArgs, GetBlueprintResult, GetBlueprintOutputArgs } from "./getBlueprint";
|
|
38
50
|
export declare const getBlueprint: typeof import("./getBlueprint").getBlueprint;
|
|
39
51
|
export declare const getBlueprintOutput: typeof import("./getBlueprint").getBlueprintOutput;
|
package/bedrock/index.js
CHANGED
|
@@ -16,7 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
19
|
+
exports.Prompt = exports.KnowledgeBase = exports.IntelligentPromptRouter = exports.GuardrailVersion = exports.Guardrail = exports.getPromptVersionOutput = exports.getPromptVersion = exports.getPromptOutput = exports.getPrompt = exports.getKnowledgeBaseOutput = exports.getKnowledgeBase = exports.getIntelligentPromptRouterOutput = exports.getIntelligentPromptRouter = exports.getGuardrailVersionOutput = exports.getGuardrailVersion = exports.getGuardrailOutput = exports.getGuardrail = exports.getFlowVersionOutput = exports.getFlowVersion = exports.getFlowAliasOutput = exports.getFlowAlias = exports.getFlowOutput = exports.getFlow = exports.getDataSourceOutput = exports.getDataSource = exports.getDataAutomationProjectOutput = exports.getDataAutomationProject = exports.getBlueprintOutput = exports.getBlueprint = exports.getAutomatedReasoningPolicyVersionOutput = exports.getAutomatedReasoningPolicyVersion = exports.getAutomatedReasoningPolicyOutput = exports.getAutomatedReasoningPolicy = exports.getApplicationInferenceProfileOutput = exports.getApplicationInferenceProfile = exports.getAgentAliasOutput = exports.getAgentAlias = exports.getAgentOutput = exports.getAgent = exports.FlowVersion = exports.FlowAlias = exports.Flow = exports.DataSource = exports.DataAutomationProject = exports.Blueprint = exports.AutomatedReasoningPolicyVersion = exports.AutomatedReasoningPolicy = exports.ApplicationInferenceProfile = exports.AgentAlias = exports.Agent = void 0;
|
|
20
|
+
exports.PromptVersion = void 0;
|
|
20
21
|
const pulumi = require("@pulumi/pulumi");
|
|
21
22
|
const utilities = require("../utilities");
|
|
22
23
|
exports.Agent = null;
|
|
@@ -25,6 +26,10 @@ exports.AgentAlias = null;
|
|
|
25
26
|
utilities.lazyLoad(exports, ["AgentAlias"], () => require("./agentAlias"));
|
|
26
27
|
exports.ApplicationInferenceProfile = null;
|
|
27
28
|
utilities.lazyLoad(exports, ["ApplicationInferenceProfile"], () => require("./applicationInferenceProfile"));
|
|
29
|
+
exports.AutomatedReasoningPolicy = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["AutomatedReasoningPolicy"], () => require("./automatedReasoningPolicy"));
|
|
31
|
+
exports.AutomatedReasoningPolicyVersion = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["AutomatedReasoningPolicyVersion"], () => require("./automatedReasoningPolicyVersion"));
|
|
28
33
|
exports.Blueprint = null;
|
|
29
34
|
utilities.lazyLoad(exports, ["Blueprint"], () => require("./blueprint"));
|
|
30
35
|
exports.DataAutomationProject = null;
|
|
@@ -46,6 +51,12 @@ utilities.lazyLoad(exports, ["getAgentAlias", "getAgentAliasOutput"], () => requ
|
|
|
46
51
|
exports.getApplicationInferenceProfile = null;
|
|
47
52
|
exports.getApplicationInferenceProfileOutput = null;
|
|
48
53
|
utilities.lazyLoad(exports, ["getApplicationInferenceProfile", "getApplicationInferenceProfileOutput"], () => require("./getApplicationInferenceProfile"));
|
|
54
|
+
exports.getAutomatedReasoningPolicy = null;
|
|
55
|
+
exports.getAutomatedReasoningPolicyOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getAutomatedReasoningPolicy", "getAutomatedReasoningPolicyOutput"], () => require("./getAutomatedReasoningPolicy"));
|
|
57
|
+
exports.getAutomatedReasoningPolicyVersion = null;
|
|
58
|
+
exports.getAutomatedReasoningPolicyVersionOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getAutomatedReasoningPolicyVersion", "getAutomatedReasoningPolicyVersionOutput"], () => require("./getAutomatedReasoningPolicyVersion"));
|
|
49
60
|
exports.getBlueprint = null;
|
|
50
61
|
exports.getBlueprintOutput = null;
|
|
51
62
|
utilities.lazyLoad(exports, ["getBlueprint", "getBlueprintOutput"], () => require("./getBlueprint"));
|
|
@@ -106,6 +117,10 @@ const _module = {
|
|
|
106
117
|
return new exports.AgentAlias(name, undefined, { urn });
|
|
107
118
|
case "aws-native:bedrock:ApplicationInferenceProfile":
|
|
108
119
|
return new exports.ApplicationInferenceProfile(name, undefined, { urn });
|
|
120
|
+
case "aws-native:bedrock:AutomatedReasoningPolicy":
|
|
121
|
+
return new exports.AutomatedReasoningPolicy(name, undefined, { urn });
|
|
122
|
+
case "aws-native:bedrock:AutomatedReasoningPolicyVersion":
|
|
123
|
+
return new exports.AutomatedReasoningPolicyVersion(name, undefined, { urn });
|
|
109
124
|
case "aws-native:bedrock:Blueprint":
|
|
110
125
|
return new exports.Blueprint(name, undefined, { urn });
|
|
111
126
|
case "aws-native:bedrock:DataAutomationProject":
|
package/bedrock/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrock/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrock/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -73,9 +73,9 @@ export interface GetUserPoolClientResult {
|
|
|
73
73
|
*
|
|
74
74
|
* See [OAuth 2.0 - Redirection Endpoint](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6749#section-3.1.2) .
|
|
75
75
|
*
|
|
76
|
-
* Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
|
|
76
|
+
* Amazon Cognito requires HTTPS over HTTP except for callback URLs to `http://localhost` , `http://127.0.0.1` and `http://[::1]` . These callback URLs are for testing purposes only. You can specify custom TCP ports for your callback URLs.
|
|
77
77
|
*
|
|
78
|
-
* App callback URLs such as myapp://example are also supported.
|
|
78
|
+
* App callback URLs such as `myapp://example` are also supported.
|
|
79
79
|
*/
|
|
80
80
|
readonly callbackUrls?: string[];
|
|
81
81
|
/**
|
|
@@ -77,9 +77,9 @@ export declare class UserPoolClient extends pulumi.CustomResource {
|
|
|
77
77
|
*
|
|
78
78
|
* See [OAuth 2.0 - Redirection Endpoint](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6749#section-3.1.2) .
|
|
79
79
|
*
|
|
80
|
-
* Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
|
|
80
|
+
* Amazon Cognito requires HTTPS over HTTP except for callback URLs to `http://localhost` , `http://127.0.0.1` and `http://[::1]` . These callback URLs are for testing purposes only. You can specify custom TCP ports for your callback URLs.
|
|
81
81
|
*
|
|
82
|
-
* App callback URLs such as myapp://example are also supported.
|
|
82
|
+
* App callback URLs such as `myapp://example` are also supported.
|
|
83
83
|
*/
|
|
84
84
|
readonly callbackUrls: pulumi.Output<string[] | undefined>;
|
|
85
85
|
/**
|
|
@@ -271,9 +271,9 @@ export interface UserPoolClientArgs {
|
|
|
271
271
|
*
|
|
272
272
|
* See [OAuth 2.0 - Redirection Endpoint](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6749#section-3.1.2) .
|
|
273
273
|
*
|
|
274
|
-
* Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only.
|
|
274
|
+
* Amazon Cognito requires HTTPS over HTTP except for callback URLs to `http://localhost` , `http://127.0.0.1` and `http://[::1]` . These callback URLs are for testing purposes only. You can specify custom TCP ports for your callback URLs.
|
|
275
275
|
*
|
|
276
|
-
* App callback URLs such as myapp://example are also supported.
|
|
276
|
+
* App callback URLs such as `myapp://example` are also supported.
|
|
277
277
|
*/
|
|
278
278
|
callbackUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
279
279
|
/**
|
|
@@ -5,13 +5,25 @@ import * as enums from "../types/enums";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare function getPolicyGrant(args: GetPolicyGrantArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyGrantResult>;
|
|
7
7
|
export interface GetPolicyGrantArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The ID of the domain where you want to add a policy grant.
|
|
10
|
+
*/
|
|
8
11
|
domainIdentifier: string;
|
|
12
|
+
/**
|
|
13
|
+
* The ID of the entity (resource) to which you want to add a policy grant.
|
|
14
|
+
*/
|
|
9
15
|
entityIdentifier: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of entity (resource) to which the grant is added.
|
|
18
|
+
*/
|
|
10
19
|
entityType: enums.datazone.PolicyGrantTargetEntityType;
|
|
11
20
|
/**
|
|
12
21
|
* The unique identifier of the policy grant returned by the AddPolicyGrant API
|
|
13
22
|
*/
|
|
14
23
|
grantId: string;
|
|
24
|
+
/**
|
|
25
|
+
* The type of policy that you want to grant.
|
|
26
|
+
*/
|
|
15
27
|
policyType: string;
|
|
16
28
|
}
|
|
17
29
|
export interface GetPolicyGrantResult {
|
|
@@ -33,12 +45,24 @@ export interface GetPolicyGrantResult {
|
|
|
33
45
|
*/
|
|
34
46
|
export declare function getPolicyGrantOutput(args: GetPolicyGrantOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyGrantResult>;
|
|
35
47
|
export interface GetPolicyGrantOutputArgs {
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the domain where you want to add a policy grant.
|
|
50
|
+
*/
|
|
36
51
|
domainIdentifier: pulumi.Input<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The ID of the entity (resource) to which you want to add a policy grant.
|
|
54
|
+
*/
|
|
37
55
|
entityIdentifier: pulumi.Input<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The type of entity (resource) to which the grant is added.
|
|
58
|
+
*/
|
|
38
59
|
entityType: pulumi.Input<enums.datazone.PolicyGrantTargetEntityType>;
|
|
39
60
|
/**
|
|
40
61
|
* The unique identifier of the policy grant returned by the AddPolicyGrant API
|
|
41
62
|
*/
|
|
42
63
|
grantId: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The type of policy that you want to grant.
|
|
66
|
+
*/
|
|
43
67
|
policyType: pulumi.Input<string>;
|
|
44
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicyGrant.js","sourceRoot":"","sources":["../../datazone/getPolicyGrant.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;
|
|
1
|
+
{"version":3,"file":"getPolicyGrant.js","sourceRoot":"","sources":["../../datazone/getPolicyGrant.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AAuCD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oDASC"}
|
package/datazone/getProject.d.ts
CHANGED
|
@@ -31,6 +31,10 @@ export interface GetProjectResult {
|
|
|
31
31
|
* The identifier of the Amazon DataZone domain in which the project was created.
|
|
32
32
|
*/
|
|
33
33
|
readonly domainId?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The ID of the domain unit.
|
|
36
|
+
*/
|
|
37
|
+
readonly domainUnitId?: string;
|
|
34
38
|
/**
|
|
35
39
|
* The glossary terms that can be used in this Amazon DataZone project.
|
|
36
40
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../../datazone/getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../../datazone/getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAuDD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
|
@@ -28,15 +28,33 @@ export declare class PolicyGrant extends pulumi.CustomResource {
|
|
|
28
28
|
* Specifies the user who created the policy grant member.
|
|
29
29
|
*/
|
|
30
30
|
readonly createdBy: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The details of the policy grant member.
|
|
33
|
+
*/
|
|
31
34
|
readonly detail: pulumi.Output<outputs.datazone.PolicyGrantDetail0Properties | outputs.datazone.PolicyGrantDetail1Properties | outputs.datazone.PolicyGrantDetail2Properties | outputs.datazone.PolicyGrantDetail3Properties | outputs.datazone.PolicyGrantDetail4Properties | outputs.datazone.PolicyGrantDetail5Properties | outputs.datazone.PolicyGrantDetail6Properties | outputs.datazone.PolicyGrantDetail7Properties | outputs.datazone.PolicyGrantDetail8Properties | outputs.datazone.PolicyGrantDetail9Properties | outputs.datazone.PolicyGrantDetail10Properties | outputs.datazone.PolicyGrantDetail11Properties | outputs.datazone.PolicyGrantDetail12Properties | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the domain where you want to add a policy grant.
|
|
37
|
+
*/
|
|
32
38
|
readonly domainIdentifier: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* The ID of the entity (resource) to which you want to add a policy grant.
|
|
41
|
+
*/
|
|
33
42
|
readonly entityIdentifier: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The type of entity (resource) to which the grant is added.
|
|
45
|
+
*/
|
|
34
46
|
readonly entityType: pulumi.Output<enums.datazone.PolicyGrantTargetEntityType>;
|
|
35
47
|
/**
|
|
36
48
|
* The unique identifier of the policy grant returned by the AddPolicyGrant API
|
|
37
49
|
*/
|
|
38
50
|
readonly grantId: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The type of policy that you want to grant.
|
|
53
|
+
*/
|
|
39
54
|
readonly policyType: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The principal of the policy grant member.
|
|
57
|
+
*/
|
|
40
58
|
readonly principal: pulumi.Output<outputs.datazone.PolicyGrantPrincipal0Properties | outputs.datazone.PolicyGrantPrincipal1Properties | outputs.datazone.PolicyGrantPrincipal2Properties | outputs.datazone.PolicyGrantPrincipal3Properties | undefined>;
|
|
41
59
|
/**
|
|
42
60
|
* Create a PolicyGrant resource with the given unique name, arguments, and options.
|
|
@@ -51,10 +69,28 @@ export declare class PolicyGrant extends pulumi.CustomResource {
|
|
|
51
69
|
* The set of arguments for constructing a PolicyGrant resource.
|
|
52
70
|
*/
|
|
53
71
|
export interface PolicyGrantArgs {
|
|
72
|
+
/**
|
|
73
|
+
* The details of the policy grant member.
|
|
74
|
+
*/
|
|
54
75
|
detail?: pulumi.Input<inputs.datazone.PolicyGrantDetail0PropertiesArgs | inputs.datazone.PolicyGrantDetail1PropertiesArgs | inputs.datazone.PolicyGrantDetail2PropertiesArgs | inputs.datazone.PolicyGrantDetail3PropertiesArgs | inputs.datazone.PolicyGrantDetail4PropertiesArgs | inputs.datazone.PolicyGrantDetail5PropertiesArgs | inputs.datazone.PolicyGrantDetail6PropertiesArgs | inputs.datazone.PolicyGrantDetail7PropertiesArgs | inputs.datazone.PolicyGrantDetail8PropertiesArgs | inputs.datazone.PolicyGrantDetail9PropertiesArgs | inputs.datazone.PolicyGrantDetail10PropertiesArgs | inputs.datazone.PolicyGrantDetail11PropertiesArgs | inputs.datazone.PolicyGrantDetail12PropertiesArgs>;
|
|
76
|
+
/**
|
|
77
|
+
* The ID of the domain where you want to add a policy grant.
|
|
78
|
+
*/
|
|
55
79
|
domainIdentifier: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The ID of the entity (resource) to which you want to add a policy grant.
|
|
82
|
+
*/
|
|
56
83
|
entityIdentifier: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The type of entity (resource) to which the grant is added.
|
|
86
|
+
*/
|
|
57
87
|
entityType: pulumi.Input<enums.datazone.PolicyGrantTargetEntityType>;
|
|
88
|
+
/**
|
|
89
|
+
* The type of policy that you want to grant.
|
|
90
|
+
*/
|
|
58
91
|
policyType: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The principal of the policy grant member.
|
|
94
|
+
*/
|
|
59
95
|
principal?: pulumi.Input<inputs.datazone.PolicyGrantPrincipal0PropertiesArgs | inputs.datazone.PolicyGrantPrincipal1PropertiesArgs | inputs.datazone.PolicyGrantPrincipal2PropertiesArgs | inputs.datazone.PolicyGrantPrincipal3PropertiesArgs>;
|
|
60
96
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policyGrant.js","sourceRoot":"","sources":["../../datazone/policyGrant.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"policyGrant.js","sourceRoot":"","sources":["../../datazone/policyGrant.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAuCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAqB,EAAE,IAAmC;QAChF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;aAAM;YACH,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,QAAQ,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,CAAC,EAAE,CAAC;QAC3I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA/GL,kCAgHC;AAnGG,gBAAgB;AACO,wBAAY,GAAG,iCAAiC,CAAC"}
|
package/datazone/project.js
CHANGED
|
@@ -76,7 +76,7 @@ class Project extends pulumi.CustomResource {
|
|
|
76
76
|
resourceInputs["userParameters"] = undefined /*out*/;
|
|
77
77
|
}
|
|
78
78
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
79
|
-
const replaceOnChanges = { replaceOnChanges: ["domainIdentifier", "
|
|
79
|
+
const replaceOnChanges = { replaceOnChanges: ["domainIdentifier", "projectProfileId"] };
|
|
80
80
|
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
81
81
|
super(Project.__pulumiType, name, resourceInputs, opts);
|
|
82
82
|
}
|
package/datazone/project.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.js","sourceRoot":"","sources":["../../datazone/project.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IA2DD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiB,EAAE,IAAmC;QAC5E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7D,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvD;aAAM;YACH,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"project.js","sourceRoot":"","sources":["../../datazone/project.ts"],"names":[],"mappings":"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"}
|
package/ec2/getVolume.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ export interface GetVolumeResult {
|
|
|
34
34
|
readonly autoEnableIo?: boolean;
|
|
35
35
|
/**
|
|
36
36
|
* The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
|
|
37
|
+
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
37
38
|
*/
|
|
38
39
|
readonly availabilityZone?: string;
|
|
39
40
|
/**
|
package/ec2/getVolume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../ec2/getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;
|
|
1
|
+
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../ec2/getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA0GD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0BAA0B,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -15,6 +15,10 @@ export interface GetVpcBlockPublicAccessOptionsResult {
|
|
|
15
15
|
* The identifier for the specified AWS account.
|
|
16
16
|
*/
|
|
17
17
|
readonly accountId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Determines if exclusions are allowed. If you have enabled VPC BPA at the Organization level, exclusions may be not-allowed. Otherwise, they are allowed.
|
|
20
|
+
*/
|
|
21
|
+
readonly exclusionsAllowed?: string;
|
|
18
22
|
/**
|
|
19
23
|
* The desired Block Public Access mode for Internet Gateways in your account. We do not allow to create in a off mode as this is the default value
|
|
20
24
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcBlockPublicAccessOptions.js","sourceRoot":"","sources":["../../ec2/getVpcBlockPublicAccessOptions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC;
|
|
1
|
+
{"version":3,"file":"getVpcBlockPublicAccessOptions.js","sourceRoot":"","sources":["../../ec2/getVpcBlockPublicAccessOptions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC;AAuBD;;GAEG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAAiC;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oFAKC"}
|
package/ec2/volume.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
42
42
|
readonly autoEnableIo: pulumi.Output<boolean | undefined>;
|
|
43
43
|
/**
|
|
44
44
|
* The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
|
|
45
|
+
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
45
46
|
*/
|
|
46
47
|
readonly availabilityZone: pulumi.Output<string>;
|
|
47
48
|
/**
|
|
@@ -149,6 +150,7 @@ export interface VolumeArgs {
|
|
|
149
150
|
autoEnableIo?: pulumi.Input<boolean>;
|
|
150
151
|
/**
|
|
151
152
|
* The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
|
|
153
|
+
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
152
154
|
*/
|
|
153
155
|
availabilityZone: pulumi.Input<string>;
|
|
154
156
|
/**
|