@pulumi/aws 4.36.0-alpha.1643043296 → 4.37.1
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/apigateway/getExport.d.ts +99 -0
- package/apigateway/getExport.js +42 -0
- package/apigateway/getExport.js.map +1 -0
- package/apigateway/getSdk.d.ts +96 -0
- package/apigateway/getSdk.js +47 -0
- package/apigateway/getSdk.js.map +1 -0
- package/apigateway/index.d.ts +2 -0
- package/apigateway/index.js +2 -0
- package/apigateway/index.js.map +1 -1
- package/apigateway/stage.d.ts +10 -2
- package/apigateway/stage.js +2 -0
- package/apigateway/stage.js.map +1 -1
- package/apigatewayv2/getExport.d.ts +96 -0
- package/apigatewayv2/getExport.js +45 -0
- package/apigatewayv2/getExport.js.map +1 -0
- package/apigatewayv2/index.d.ts +1 -0
- package/apigatewayv2/index.js +1 -0
- package/apigatewayv2/index.js.map +1 -1
- package/cognito/getUserPoolClient.d.ts +10 -0
- package/cognito/getUserPoolClient.js +10 -0
- package/cognito/getUserPoolClient.js.map +1 -1
- package/connect/getContactFlowModule.d.ts +116 -0
- package/connect/getContactFlowModule.js +56 -0
- package/connect/getContactFlowModule.js.map +1 -0
- package/connect/getPrompt.d.ts +65 -0
- package/connect/getPrompt.js +42 -0
- package/connect/getPrompt.js.map +1 -0
- package/connect/getQuickConnect.d.ts +112 -0
- package/connect/getQuickConnect.js +56 -0
- package/connect/getQuickConnect.js.map +1 -0
- package/connect/index.d.ts +5 -0
- package/connect/index.js +13 -0
- package/connect/index.js.map +1 -1
- package/connect/queue.d.ts +252 -0
- package/connect/queue.js +146 -0
- package/connect/queue.js.map +1 -0
- package/connect/securityProfile.d.ts +178 -0
- package/connect/securityProfile.js +101 -0
- package/connect/securityProfile.js.map +1 -0
- package/dataexchange/dataSet.d.ts +139 -0
- package/dataexchange/dataSet.js +90 -0
- package/dataexchange/dataSet.js.map +1 -0
- package/dataexchange/index.d.ts +1 -0
- package/dataexchange/index.js +33 -0
- package/dataexchange/index.js.map +1 -0
- package/datapipeline/getPipeline.d.ts +71 -0
- package/datapipeline/getPipeline.js +39 -0
- package/datapipeline/getPipeline.js.map +1 -0
- package/datapipeline/getPipelineDefinition.d.ts +66 -0
- package/datapipeline/getPipelineDefinition.js +39 -0
- package/datapipeline/getPipelineDefinition.js.map +1 -0
- package/datapipeline/index.d.ts +3 -0
- package/datapipeline/index.js +7 -0
- package/datapipeline/index.js.map +1 -1
- package/datapipeline/pipeline.d.ts +1 -1
- package/datapipeline/pipeline.js +1 -1
- package/datapipeline/pipelineDefinition.d.ts +162 -0
- package/datapipeline/pipelineDefinition.js +140 -0
- package/datapipeline/pipelineDefinition.js.map +1 -0
- package/devicefarm/index.d.ts +1 -0
- package/devicefarm/index.js +5 -0
- package/devicefarm/index.js.map +1 -1
- package/devicefarm/testGridProject.d.ts +130 -0
- package/devicefarm/testGridProject.js +74 -0
- package/devicefarm/testGridProject.js.map +1 -0
- package/ec2/networkInterface.d.ts +86 -40
- package/ec2/networkInterface.js +24 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/vpcEndpointSubnetAssociation.d.ts +8 -0
- package/ec2/vpcEndpointSubnetAssociation.js +8 -0
- package/ec2/vpcEndpointSubnetAssociation.js.map +1 -1
- package/ec2/vpcPeeringConnection.d.ts +4 -4
- package/ec2/vpcPeeringConnection.js +1 -1
- package/ecs/cluster.d.ts +2 -41
- package/ecs/cluster.js +0 -39
- package/ecs/cluster.js.map +1 -1
- package/ecs/clusterCapacityProviders.d.ts +82 -0
- package/ecs/clusterCapacityProviders.js +67 -0
- package/ecs/clusterCapacityProviders.js.map +1 -0
- package/ecs/index.d.ts +1 -0
- package/ecs/index.js +5 -0
- package/ecs/index.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +75 -78
- package/elasticache/replicationGroup.js +2 -0
- package/elasticache/replicationGroup.js.map +1 -1
- package/imagebuilder/distributionConfiguration.d.ts +3 -3
- package/imagebuilder/getComponents.d.ts +67 -0
- package/imagebuilder/getComponents.js +44 -0
- package/imagebuilder/getComponents.js.map +1 -0
- package/imagebuilder/getDistributionConfigurations.d.ts +57 -0
- package/imagebuilder/getDistributionConfigurations.js +42 -0
- package/imagebuilder/getDistributionConfigurations.js.map +1 -0
- package/imagebuilder/getInfrastructureConfigurations.d.ts +57 -0
- package/imagebuilder/getInfrastructureConfigurations.js +42 -0
- package/imagebuilder/getInfrastructureConfigurations.js.map +1 -0
- package/imagebuilder/index.d.ts +3 -0
- package/imagebuilder/index.js +3 -0
- package/imagebuilder/index.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +6 -4
- package/index.js.map +1 -1
- package/iot/roleAlias.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/s3/bucketNotification.d.ts +24 -12
- package/s3/bucketNotification.js +2 -0
- package/s3/bucketNotification.js.map +1 -1
- package/sagemaker/index.d.ts +1 -0
- package/sagemaker/index.js +5 -0
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/project.d.ts +152 -0
- package/sagemaker/project.js +96 -0
- package/sagemaker/project.js.map +1 -0
- package/secretsmanager/secret.d.ts +12 -3
- package/secretsmanager/secret.js.map +1 -1
- package/types/input.d.ts +258 -23
- package/types/output.d.ts +301 -17
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides details about a specific Amazon Connect Contact Flow Module.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* By `name`
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
*
|
|
13
|
+
* const example = pulumi.output(aws.connect.getContactFlowModule({
|
|
14
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
15
|
+
* name: "example",
|
|
16
|
+
* }));
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* By `contactFlowModuleId`
|
|
20
|
+
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as aws from "@pulumi/aws";
|
|
24
|
+
*
|
|
25
|
+
* const example = pulumi.output(aws.connect.getContactFlowModule({
|
|
26
|
+
* contactFlowModuleId: "cccccccc-bbbb-cccc-dddd-111111111111",
|
|
27
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
28
|
+
* }));
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare function getContactFlowModule(args: GetContactFlowModuleArgs, opts?: pulumi.InvokeOptions): Promise<GetContactFlowModuleResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getContactFlowModule.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetContactFlowModuleArgs {
|
|
36
|
+
/**
|
|
37
|
+
* Returns information on a specific Contact Flow Module by contact flow module id
|
|
38
|
+
*/
|
|
39
|
+
contactFlowModuleId?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Reference to the hosting Amazon Connect Instance
|
|
42
|
+
*/
|
|
43
|
+
instanceId: string;
|
|
44
|
+
/**
|
|
45
|
+
* Returns information on a specific Contact Flow Module by name
|
|
46
|
+
*/
|
|
47
|
+
name?: string;
|
|
48
|
+
/**
|
|
49
|
+
* A map of tags to assign to the Contact Flow Module.
|
|
50
|
+
*/
|
|
51
|
+
tags?: {
|
|
52
|
+
[key: string]: string;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* A collection of values returned by getContactFlowModule.
|
|
57
|
+
*/
|
|
58
|
+
export interface GetContactFlowModuleResult {
|
|
59
|
+
/**
|
|
60
|
+
* The Amazon Resource Name (ARN) of the Contact Flow Module.
|
|
61
|
+
*/
|
|
62
|
+
readonly arn: string;
|
|
63
|
+
readonly contactFlowModuleId: string;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies the logic of the Contact Flow Module.
|
|
66
|
+
*/
|
|
67
|
+
readonly content: string;
|
|
68
|
+
/**
|
|
69
|
+
* Specifies the description of the Contact Flow Module.
|
|
70
|
+
*/
|
|
71
|
+
readonly description: string;
|
|
72
|
+
/**
|
|
73
|
+
* The provider-assigned unique ID for this managed resource.
|
|
74
|
+
*/
|
|
75
|
+
readonly id: string;
|
|
76
|
+
readonly instanceId: string;
|
|
77
|
+
readonly name: string;
|
|
78
|
+
/**
|
|
79
|
+
* Specifies the type of Contact Flow Module Module. Values are either `ACTIVE` or `ARCHIVED`.
|
|
80
|
+
*/
|
|
81
|
+
readonly state: string;
|
|
82
|
+
/**
|
|
83
|
+
* The status of the Contact Flow Module Module. Values are either `PUBLISHED` or `SAVED`.
|
|
84
|
+
*/
|
|
85
|
+
readonly status: string;
|
|
86
|
+
/**
|
|
87
|
+
* A map of tags to assign to the Contact Flow Module.
|
|
88
|
+
*/
|
|
89
|
+
readonly tags: {
|
|
90
|
+
[key: string]: string;
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
export declare function getContactFlowModuleOutput(args: GetContactFlowModuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContactFlowModuleResult>;
|
|
94
|
+
/**
|
|
95
|
+
* A collection of arguments for invoking getContactFlowModule.
|
|
96
|
+
*/
|
|
97
|
+
export interface GetContactFlowModuleOutputArgs {
|
|
98
|
+
/**
|
|
99
|
+
* Returns information on a specific Contact Flow Module by contact flow module id
|
|
100
|
+
*/
|
|
101
|
+
contactFlowModuleId?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Reference to the hosting Amazon Connect Instance
|
|
104
|
+
*/
|
|
105
|
+
instanceId: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Returns information on a specific Contact Flow Module by name
|
|
108
|
+
*/
|
|
109
|
+
name?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* A map of tags to assign to the Contact Flow Module.
|
|
112
|
+
*/
|
|
113
|
+
tags?: pulumi.Input<{
|
|
114
|
+
[key: string]: pulumi.Input<string>;
|
|
115
|
+
}>;
|
|
116
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getContactFlowModuleOutput = exports.getContactFlowModule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides details about a specific Amazon Connect Contact Flow Module.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* By `name`
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const example = pulumi.output(aws.connect.getContactFlowModule({
|
|
20
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
21
|
+
* name: "example",
|
|
22
|
+
* }));
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* By `contactFlowModuleId`
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as aws from "@pulumi/aws";
|
|
30
|
+
*
|
|
31
|
+
* const example = pulumi.output(aws.connect.getContactFlowModule({
|
|
32
|
+
* contactFlowModuleId: "cccccccc-bbbb-cccc-dddd-111111111111",
|
|
33
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
34
|
+
* }));
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
function getContactFlowModule(args, opts) {
|
|
38
|
+
if (!opts) {
|
|
39
|
+
opts = {};
|
|
40
|
+
}
|
|
41
|
+
if (!opts.version) {
|
|
42
|
+
opts.version = utilities.getVersion();
|
|
43
|
+
}
|
|
44
|
+
return pulumi.runtime.invoke("aws:connect/getContactFlowModule:getContactFlowModule", {
|
|
45
|
+
"contactFlowModuleId": args.contactFlowModuleId,
|
|
46
|
+
"instanceId": args.instanceId,
|
|
47
|
+
"name": args.name,
|
|
48
|
+
"tags": args.tags,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getContactFlowModule = getContactFlowModule;
|
|
52
|
+
function getContactFlowModuleOutput(args, opts) {
|
|
53
|
+
return pulumi.output(args).apply(a => getContactFlowModule(a, opts));
|
|
54
|
+
}
|
|
55
|
+
exports.getContactFlowModuleOutput = getContactFlowModuleOutput;
|
|
56
|
+
//# sourceMappingURL=getContactFlowModule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContactFlowModule.js","sourceRoot":"","sources":["../../connect/getContactFlowModule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oDAcC;AA6DD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides details about a specific Amazon Connect Prompt.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* By `name`
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
*
|
|
13
|
+
* const example = pulumi.output(aws.connect.getPrompt({
|
|
14
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
15
|
+
* name: "Beep.wav",
|
|
16
|
+
* }));
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getPrompt(args: GetPromptArgs, opts?: pulumi.InvokeOptions): Promise<GetPromptResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getPrompt.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetPromptArgs {
|
|
24
|
+
/**
|
|
25
|
+
* Reference to the hosting Amazon Connect Instance
|
|
26
|
+
*/
|
|
27
|
+
instanceId: string;
|
|
28
|
+
/**
|
|
29
|
+
* Returns information on a specific Prompt by name
|
|
30
|
+
*/
|
|
31
|
+
name: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of values returned by getPrompt.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetPromptResult {
|
|
37
|
+
/**
|
|
38
|
+
* The Amazon Resource Name (ARN) of the Prompt.
|
|
39
|
+
*/
|
|
40
|
+
readonly arn: string;
|
|
41
|
+
/**
|
|
42
|
+
* The provider-assigned unique ID for this managed resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly id: string;
|
|
45
|
+
readonly instanceId: string;
|
|
46
|
+
readonly name: string;
|
|
47
|
+
/**
|
|
48
|
+
* The identifier for the prompt.
|
|
49
|
+
*/
|
|
50
|
+
readonly promptId: string;
|
|
51
|
+
}
|
|
52
|
+
export declare function getPromptOutput(args: GetPromptOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPromptResult>;
|
|
53
|
+
/**
|
|
54
|
+
* A collection of arguments for invoking getPrompt.
|
|
55
|
+
*/
|
|
56
|
+
export interface GetPromptOutputArgs {
|
|
57
|
+
/**
|
|
58
|
+
* Reference to the hosting Amazon Connect Instance
|
|
59
|
+
*/
|
|
60
|
+
instanceId: pulumi.Input<string>;
|
|
61
|
+
/**
|
|
62
|
+
* Returns information on a specific Prompt by name
|
|
63
|
+
*/
|
|
64
|
+
name: pulumi.Input<string>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getPromptOutput = exports.getPrompt = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides details about a specific Amazon Connect Prompt.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* By `name`
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const example = pulumi.output(aws.connect.getPrompt({
|
|
20
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
21
|
+
* name: "Beep.wav",
|
|
22
|
+
* }));
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getPrompt(args, opts) {
|
|
26
|
+
if (!opts) {
|
|
27
|
+
opts = {};
|
|
28
|
+
}
|
|
29
|
+
if (!opts.version) {
|
|
30
|
+
opts.version = utilities.getVersion();
|
|
31
|
+
}
|
|
32
|
+
return pulumi.runtime.invoke("aws:connect/getPrompt:getPrompt", {
|
|
33
|
+
"instanceId": args.instanceId,
|
|
34
|
+
"name": args.name,
|
|
35
|
+
}, opts);
|
|
36
|
+
}
|
|
37
|
+
exports.getPrompt = getPrompt;
|
|
38
|
+
function getPromptOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply(a => getPrompt(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.getPromptOutput = getPromptOutput;
|
|
42
|
+
//# sourceMappingURL=getPrompt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPrompt.js","sourceRoot":"","sources":["../../connect/getPrompt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8BAYC;AAoCD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7D,CAAC;AAFD,0CAEC"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Provides details about a specific Amazon Connect Quick Connect.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* By `name`
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as aws from "@pulumi/aws";
|
|
13
|
+
*
|
|
14
|
+
* const example = pulumi.output(aws.connect.getQuickConnect({
|
|
15
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
16
|
+
* name: "Example",
|
|
17
|
+
* }));
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* By `quickConnectId`
|
|
21
|
+
*
|
|
22
|
+
* ```typescript
|
|
23
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
24
|
+
* import * as aws from "@pulumi/aws";
|
|
25
|
+
*
|
|
26
|
+
* const example = pulumi.output(aws.connect.getQuickConnect({
|
|
27
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
28
|
+
* quickConnectId: "cccccccc-bbbb-cccc-dddd-111111111111",
|
|
29
|
+
* }));
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
export declare function getQuickConnect(args: GetQuickConnectArgs, opts?: pulumi.InvokeOptions): Promise<GetQuickConnectResult>;
|
|
33
|
+
/**
|
|
34
|
+
* A collection of arguments for invoking getQuickConnect.
|
|
35
|
+
*/
|
|
36
|
+
export interface GetQuickConnectArgs {
|
|
37
|
+
/**
|
|
38
|
+
* Reference to the hosting Amazon Connect Instance
|
|
39
|
+
*/
|
|
40
|
+
instanceId: string;
|
|
41
|
+
/**
|
|
42
|
+
* Returns information on a specific Quick Connect by name
|
|
43
|
+
*/
|
|
44
|
+
name?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Returns information on a specific Quick Connect by Quick Connect id
|
|
47
|
+
*/
|
|
48
|
+
quickConnectId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* A map of tags to assign to the Quick Connect.
|
|
51
|
+
*/
|
|
52
|
+
tags?: {
|
|
53
|
+
[key: string]: string;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by getQuickConnect.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetQuickConnectResult {
|
|
60
|
+
/**
|
|
61
|
+
* The Amazon Resource Name (ARN) of the Quick Connect.
|
|
62
|
+
*/
|
|
63
|
+
readonly arn: string;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies the description of the Quick Connect.
|
|
66
|
+
*/
|
|
67
|
+
readonly description: string;
|
|
68
|
+
/**
|
|
69
|
+
* The provider-assigned unique ID for this managed resource.
|
|
70
|
+
*/
|
|
71
|
+
readonly id: string;
|
|
72
|
+
readonly instanceId: string;
|
|
73
|
+
readonly name: string;
|
|
74
|
+
/**
|
|
75
|
+
* A block that defines the configuration information for the Quick Connect: `quickConnectType` and one of `phoneConfig`, `queueConfig`, `userConfig` . The Quick Connect Config block is documented below.
|
|
76
|
+
*/
|
|
77
|
+
readonly quickConnectConfigs: outputs.connect.GetQuickConnectQuickConnectConfig[];
|
|
78
|
+
/**
|
|
79
|
+
* The identifier for the Quick Connect.
|
|
80
|
+
*/
|
|
81
|
+
readonly quickConnectId: string;
|
|
82
|
+
/**
|
|
83
|
+
* A map of tags to assign to the Quick Connect.
|
|
84
|
+
*/
|
|
85
|
+
readonly tags: {
|
|
86
|
+
[key: string]: string;
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
export declare function getQuickConnectOutput(args: GetQuickConnectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetQuickConnectResult>;
|
|
90
|
+
/**
|
|
91
|
+
* A collection of arguments for invoking getQuickConnect.
|
|
92
|
+
*/
|
|
93
|
+
export interface GetQuickConnectOutputArgs {
|
|
94
|
+
/**
|
|
95
|
+
* Reference to the hosting Amazon Connect Instance
|
|
96
|
+
*/
|
|
97
|
+
instanceId: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Returns information on a specific Quick Connect by name
|
|
100
|
+
*/
|
|
101
|
+
name?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Returns information on a specific Quick Connect by Quick Connect id
|
|
104
|
+
*/
|
|
105
|
+
quickConnectId?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* A map of tags to assign to the Quick Connect.
|
|
108
|
+
*/
|
|
109
|
+
tags?: pulumi.Input<{
|
|
110
|
+
[key: string]: pulumi.Input<string>;
|
|
111
|
+
}>;
|
|
112
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getQuickConnectOutput = exports.getQuickConnect = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides details about a specific Amazon Connect Quick Connect.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* By `name`
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const example = pulumi.output(aws.connect.getQuickConnect({
|
|
20
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
21
|
+
* name: "Example",
|
|
22
|
+
* }));
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* By `quickConnectId`
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as aws from "@pulumi/aws";
|
|
30
|
+
*
|
|
31
|
+
* const example = pulumi.output(aws.connect.getQuickConnect({
|
|
32
|
+
* instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
|
|
33
|
+
* quickConnectId: "cccccccc-bbbb-cccc-dddd-111111111111",
|
|
34
|
+
* }));
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
function getQuickConnect(args, opts) {
|
|
38
|
+
if (!opts) {
|
|
39
|
+
opts = {};
|
|
40
|
+
}
|
|
41
|
+
if (!opts.version) {
|
|
42
|
+
opts.version = utilities.getVersion();
|
|
43
|
+
}
|
|
44
|
+
return pulumi.runtime.invoke("aws:connect/getQuickConnect:getQuickConnect", {
|
|
45
|
+
"instanceId": args.instanceId,
|
|
46
|
+
"name": args.name,
|
|
47
|
+
"quickConnectId": args.quickConnectId,
|
|
48
|
+
"tags": args.tags,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getQuickConnect = getQuickConnect;
|
|
52
|
+
function getQuickConnectOutput(args, opts) {
|
|
53
|
+
return pulumi.output(args).apply(a => getQuickConnect(a, opts));
|
|
54
|
+
}
|
|
55
|
+
exports.getQuickConnectOutput = getQuickConnectOutput;
|
|
56
|
+
//# sourceMappingURL=getQuickConnect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getQuickConnect.js","sourceRoot":"","sources":["../../connect/getQuickConnect.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAwDD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/connect/index.d.ts
CHANGED
|
@@ -3,10 +3,15 @@ export * from "./contactFlow";
|
|
|
3
3
|
export * from "./contactFlowModule";
|
|
4
4
|
export * from "./getBotAssociation";
|
|
5
5
|
export * from "./getContactFlow";
|
|
6
|
+
export * from "./getContactFlowModule";
|
|
6
7
|
export * from "./getHoursOfOperation";
|
|
7
8
|
export * from "./getInstance";
|
|
8
9
|
export * from "./getLambdaFunctionAssociation";
|
|
10
|
+
export * from "./getPrompt";
|
|
11
|
+
export * from "./getQuickConnect";
|
|
9
12
|
export * from "./hoursOfOperation";
|
|
10
13
|
export * from "./instance";
|
|
11
14
|
export * from "./lambdaFunctionAssociation";
|
|
15
|
+
export * from "./queue";
|
|
12
16
|
export * from "./quickConnect";
|
|
17
|
+
export * from "./securityProfile";
|
package/connect/index.js
CHANGED
|
@@ -20,13 +20,18 @@ __exportStar(require("./contactFlow"), exports);
|
|
|
20
20
|
__exportStar(require("./contactFlowModule"), exports);
|
|
21
21
|
__exportStar(require("./getBotAssociation"), exports);
|
|
22
22
|
__exportStar(require("./getContactFlow"), exports);
|
|
23
|
+
__exportStar(require("./getContactFlowModule"), exports);
|
|
23
24
|
__exportStar(require("./getHoursOfOperation"), exports);
|
|
24
25
|
__exportStar(require("./getInstance"), exports);
|
|
25
26
|
__exportStar(require("./getLambdaFunctionAssociation"), exports);
|
|
27
|
+
__exportStar(require("./getPrompt"), exports);
|
|
28
|
+
__exportStar(require("./getQuickConnect"), exports);
|
|
26
29
|
__exportStar(require("./hoursOfOperation"), exports);
|
|
27
30
|
__exportStar(require("./instance"), exports);
|
|
28
31
|
__exportStar(require("./lambdaFunctionAssociation"), exports);
|
|
32
|
+
__exportStar(require("./queue"), exports);
|
|
29
33
|
__exportStar(require("./quickConnect"), exports);
|
|
34
|
+
__exportStar(require("./securityProfile"), exports);
|
|
30
35
|
// Import resources to register:
|
|
31
36
|
const botAssociation_1 = require("./botAssociation");
|
|
32
37
|
const contactFlow_1 = require("./contactFlow");
|
|
@@ -34,7 +39,9 @@ const contactFlowModule_1 = require("./contactFlowModule");
|
|
|
34
39
|
const hoursOfOperation_1 = require("./hoursOfOperation");
|
|
35
40
|
const instance_1 = require("./instance");
|
|
36
41
|
const lambdaFunctionAssociation_1 = require("./lambdaFunctionAssociation");
|
|
42
|
+
const queue_1 = require("./queue");
|
|
37
43
|
const quickConnect_1 = require("./quickConnect");
|
|
44
|
+
const securityProfile_1 = require("./securityProfile");
|
|
38
45
|
const _module = {
|
|
39
46
|
version: utilities.getVersion(),
|
|
40
47
|
construct: (name, type, urn) => {
|
|
@@ -51,8 +58,12 @@ const _module = {
|
|
|
51
58
|
return new instance_1.Instance(name, undefined, { urn });
|
|
52
59
|
case "aws:connect/lambdaFunctionAssociation:LambdaFunctionAssociation":
|
|
53
60
|
return new lambdaFunctionAssociation_1.LambdaFunctionAssociation(name, undefined, { urn });
|
|
61
|
+
case "aws:connect/queue:Queue":
|
|
62
|
+
return new queue_1.Queue(name, undefined, { urn });
|
|
54
63
|
case "aws:connect/quickConnect:QuickConnect":
|
|
55
64
|
return new quickConnect_1.QuickConnect(name, undefined, { urn });
|
|
65
|
+
case "aws:connect/securityProfile:SecurityProfile":
|
|
66
|
+
return new securityProfile_1.SecurityProfile(name, undefined, { urn });
|
|
56
67
|
default:
|
|
57
68
|
throw new Error(`unknown resource type ${type}`);
|
|
58
69
|
}
|
|
@@ -64,5 +75,7 @@ pulumi.runtime.registerResourceModule("aws", "connect/contactFlowModule", _modul
|
|
|
64
75
|
pulumi.runtime.registerResourceModule("aws", "connect/hoursOfOperation", _module);
|
|
65
76
|
pulumi.runtime.registerResourceModule("aws", "connect/instance", _module);
|
|
66
77
|
pulumi.runtime.registerResourceModule("aws", "connect/lambdaFunctionAssociation", _module);
|
|
78
|
+
pulumi.runtime.registerResourceModule("aws", "connect/queue", _module);
|
|
67
79
|
pulumi.runtime.registerResourceModule("aws", "connect/quickConnect", _module);
|
|
80
|
+
pulumi.runtime.registerResourceModule("aws", "connect/securityProfile", _module);
|
|
68
81
|
//# sourceMappingURL=index.js.map
|
package/connect/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../connect/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,mDAAiC;AACjC,gDAA8B;AAC9B,sDAAoC;AACpC,sDAAoC;AACpC,mDAAiC;AACjC,wDAAsC;AACtC,gDAA8B;AAC9B,iEAA+C;AAC/C,qDAAmC;AACnC,6CAA2B;AAC3B,8DAA4C;AAC5C,iDAA+B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../connect/index.ts"],"names":[],"mappings":"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"}
|