@pulumi/aws-native 1.34.0-alpha.1757569035 → 1.34.0-alpha.1757592143
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/getScalableTarget.d.ts +52 -44
- package/applicationautoscaling/getScalableTarget.js.map +1 -1
- package/applicationautoscaling/scalableTarget.d.ts +52 -44
- package/applicationautoscaling/scalableTarget.js.map +1 -1
- package/bedrock/automatedReasoningPolicy.d.ts +42 -0
- package/bedrock/automatedReasoningPolicy.js.map +1 -1
- package/bedrock/automatedReasoningPolicyVersion.d.ts +39 -0
- package/bedrock/automatedReasoningPolicyVersion.js.map +1 -1
- package/bedrock/getAutomatedReasoningPolicy.d.ts +36 -0
- package/bedrock/getAutomatedReasoningPolicy.js.map +1 -1
- package/bedrock/getAutomatedReasoningPolicyVersion.d.ts +33 -0
- package/bedrock/getAutomatedReasoningPolicyVersion.js.map +1 -1
- package/ec2/getTransitGatewayConnectPeer.d.ts +40 -0
- package/ec2/getTransitGatewayConnectPeer.js +28 -0
- package/ec2/getTransitGatewayConnectPeer.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +11 -4
- package/ec2/index.js.map +1 -1
- package/ec2/transitGatewayConnectPeer.d.ts +71 -0
- package/ec2/transitGatewayConnectPeer.js +74 -0
- package/ec2/transitGatewayConnectPeer.js.map +1 -0
- package/ecs/service.d.ts +2 -2
- package/elasticloadbalancingv2/loadBalancer.d.ts +2 -0
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/iotcoredeviceadvisor/getSuiteDefinition.d.ts +1 -27
- package/iotcoredeviceadvisor/getSuiteDefinition.js.map +1 -1
- package/iotcoredeviceadvisor/suiteDefinition.d.ts +2 -54
- package/iotcoredeviceadvisor/suiteDefinition.js.map +1 -1
- package/lex/bot.d.ts +2 -0
- package/lex/bot.js +2 -0
- package/lex/bot.js.map +1 -1
- package/lex/getBot.d.ts +1 -0
- package/lex/getBot.js.map +1 -1
- package/omics/workflowVersion.d.ts +40 -0
- package/omics/workflowVersion.js +11 -1
- package/omics/workflowVersion.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/s3/bucket.d.ts +2 -6
- package/s3/bucket.js.map +1 -1
- package/s3/getBucket.d.ts +1 -3
- package/s3/getBucket.js.map +1 -1
- package/sagemaker/cluster.d.ts +10 -0
- package/sagemaker/cluster.js +4 -0
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getCluster.d.ts +5 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/smsvoice/configurationSet.d.ts +84 -0
- package/smsvoice/configurationSet.js +70 -0
- package/smsvoice/configurationSet.js.map +1 -0
- package/smsvoice/getConfigurationSet.d.ts +45 -0
- package/smsvoice/getConfigurationSet.js +28 -0
- package/smsvoice/getConfigurationSet.js.map +1 -0
- package/smsvoice/getOptOutList.d.ts +32 -0
- package/smsvoice/getOptOutList.js +28 -0
- package/smsvoice/getOptOutList.js.map +1 -0
- package/smsvoice/getPhoneNumber.d.ts +49 -0
- package/smsvoice/getPhoneNumber.js +28 -0
- package/smsvoice/getPhoneNumber.js.map +1 -0
- package/smsvoice/getPool.d.ts +56 -0
- package/smsvoice/getPool.js +28 -0
- package/smsvoice/getPool.js.map +1 -0
- package/smsvoice/getProtectConfiguration.d.ts +44 -0
- package/smsvoice/getProtectConfiguration.js +28 -0
- package/smsvoice/getProtectConfiguration.js.map +1 -0
- package/smsvoice/getResourcePolicy.d.ts +29 -0
- package/smsvoice/getResourcePolicy.js +28 -0
- package/smsvoice/getResourcePolicy.js.map +1 -0
- package/smsvoice/getSenderId.d.ts +44 -0
- package/smsvoice/getSenderId.js +30 -0
- package/smsvoice/getSenderId.js.map +1 -0
- package/smsvoice/index.d.ts +43 -0
- package/smsvoice/index.js +83 -0
- package/smsvoice/index.js.map +1 -0
- package/smsvoice/optOutList.d.ts +55 -0
- package/smsvoice/optOutList.js +62 -0
- package/smsvoice/optOutList.js.map +1 -0
- package/smsvoice/phoneNumber.d.ts +119 -0
- package/smsvoice/phoneNumber.js +94 -0
- package/smsvoice/phoneNumber.js.map +1 -0
- package/smsvoice/pool.d.ts +109 -0
- package/smsvoice/pool.js +82 -0
- package/smsvoice/pool.js.map +1 -0
- package/smsvoice/protectConfiguration.d.ts +67 -0
- package/smsvoice/protectConfiguration.js +64 -0
- package/smsvoice/protectConfiguration.js.map +1 -0
- package/smsvoice/resourcePolicy.d.ts +53 -0
- package/smsvoice/resourcePolicy.js +66 -0
- package/smsvoice/resourcePolicy.js.map +1 -0
- package/smsvoice/senderId.d.ts +71 -0
- package/smsvoice/senderId.js +72 -0
- package/smsvoice/senderId.js.map +1 -0
- package/types/enums/cloudfront/index.d.ts +3 -0
- package/types/enums/cloudfront/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +3 -1
- package/types/enums/index.js.map +1 -1
- package/types/enums/ivs/index.d.ts +4 -4
- package/types/enums/ivs/index.js +3 -3
- package/types/enums/ivs/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/quicksight/index.d.ts +5 -0
- package/types/enums/quicksight/index.js +9 -5
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/s3/index.d.ts +4 -5
- package/types/enums/s3/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +15 -0
- package/types/enums/sagemaker/index.js +10 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/smsvoice/index.d.ts +38 -0
- package/types/enums/smsvoice/index.js +33 -0
- package/types/enums/smsvoice/index.js.map +1 -0
- package/types/input.d.ts +283 -93
- package/types/output.d.ts +283 -93
- package/types/output.js.map +1 -1
package/sagemaker/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../sagemaker/cluster.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;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../sagemaker/cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,10 +12,15 @@ export interface GetClusterArgs {
|
|
|
12
12
|
clusterArn: string;
|
|
13
13
|
}
|
|
14
14
|
export interface GetClusterResult {
|
|
15
|
+
readonly autoScaling?: outputs.sagemaker.ClusterAutoScalingConfig;
|
|
15
16
|
/**
|
|
16
17
|
* The Amazon Resource Name (ARN) of the HyperPod Cluster.
|
|
17
18
|
*/
|
|
18
19
|
readonly clusterArn?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The cluster role for the autoscaler to assume.
|
|
22
|
+
*/
|
|
23
|
+
readonly clusterRole?: string;
|
|
19
24
|
/**
|
|
20
25
|
* The status of the HyperPod Cluster.
|
|
21
26
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../sagemaker/getCluster.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,iCAAiC,EAAE;QAC5D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../sagemaker/getCluster.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,iCAAiC,EAAE;QAC5D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAiDD;;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,iCAAiC,EAAE;QAClE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::SMSVOICE::ConfigurationSet
|
|
6
|
+
*/
|
|
7
|
+
export declare class ConfigurationSet extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing ConfigurationSet resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ConfigurationSet;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of ConfigurationSet. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is ConfigurationSet;
|
|
22
|
+
readonly arn: pulumi.Output<string>;
|
|
23
|
+
/**
|
|
24
|
+
* The name to use for the configuration set.
|
|
25
|
+
*/
|
|
26
|
+
readonly configurationSetName: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* The default sender ID to set for the ConfigurationSet.
|
|
29
|
+
*/
|
|
30
|
+
readonly defaultSenderId: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* An event destination is a location where you send message events.
|
|
33
|
+
*/
|
|
34
|
+
readonly eventDestinations: pulumi.Output<outputs.smsvoice.ConfigurationSetEventDestination[] | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Set to true to enable message feedback.
|
|
37
|
+
*/
|
|
38
|
+
readonly messageFeedbackEnabled: pulumi.Output<boolean | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The unique identifier for the protect configuration to be associated to the configuration set.
|
|
41
|
+
*/
|
|
42
|
+
readonly protectConfigurationId: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* An array of key-value pairs to apply to this resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Create a ConfigurationSet resource with the given unique name, arguments, and options.
|
|
49
|
+
*
|
|
50
|
+
* @param name The _unique_ name of the resource.
|
|
51
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
52
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
53
|
+
*/
|
|
54
|
+
constructor(name: string, args?: ConfigurationSetArgs, opts?: pulumi.CustomResourceOptions);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* The set of arguments for constructing a ConfigurationSet resource.
|
|
58
|
+
*/
|
|
59
|
+
export interface ConfigurationSetArgs {
|
|
60
|
+
/**
|
|
61
|
+
* The name to use for the configuration set.
|
|
62
|
+
*/
|
|
63
|
+
configurationSetName?: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The default sender ID to set for the ConfigurationSet.
|
|
66
|
+
*/
|
|
67
|
+
defaultSenderId?: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* An event destination is a location where you send message events.
|
|
70
|
+
*/
|
|
71
|
+
eventDestinations?: pulumi.Input<pulumi.Input<inputs.smsvoice.ConfigurationSetEventDestinationArgs>[]>;
|
|
72
|
+
/**
|
|
73
|
+
* Set to true to enable message feedback.
|
|
74
|
+
*/
|
|
75
|
+
messageFeedbackEnabled?: pulumi.Input<boolean>;
|
|
76
|
+
/**
|
|
77
|
+
* The unique identifier for the protect configuration to be associated to the configuration set.
|
|
78
|
+
*/
|
|
79
|
+
protectConfigurationId?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* An array of key-value pairs to apply to this resource.
|
|
82
|
+
*/
|
|
83
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.ConfigurationSet = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SMSVOICE::ConfigurationSet
|
|
10
|
+
*/
|
|
11
|
+
class ConfigurationSet extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ConfigurationSet 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 ConfigurationSet(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ConfigurationSet. 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'] === ConfigurationSet.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ConfigurationSet 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
|
+
resourceInputs["configurationSetName"] = args ? args.configurationSetName : undefined;
|
|
45
|
+
resourceInputs["defaultSenderId"] = args ? args.defaultSenderId : undefined;
|
|
46
|
+
resourceInputs["eventDestinations"] = args ? args.eventDestinations : undefined;
|
|
47
|
+
resourceInputs["messageFeedbackEnabled"] = args ? args.messageFeedbackEnabled : undefined;
|
|
48
|
+
resourceInputs["protectConfigurationId"] = args ? args.protectConfigurationId : undefined;
|
|
49
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
50
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["configurationSetName"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["defaultSenderId"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["eventDestinations"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["messageFeedbackEnabled"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["protectConfigurationId"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
60
|
+
}
|
|
61
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
62
|
+
const replaceOnChanges = { replaceOnChanges: ["configurationSetName"] };
|
|
63
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
64
|
+
super(ConfigurationSet.__pulumiType, name, resourceInputs, opts);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.ConfigurationSet = ConfigurationSet;
|
|
68
|
+
/** @internal */
|
|
69
|
+
ConfigurationSet.__pulumiType = 'aws-native:smsvoice:ConfigurationSet';
|
|
70
|
+
//# sourceMappingURL=configurationSet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurationSet.js","sourceRoot":"","sources":["../../smsvoice/configurationSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IA4BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,sBAAsB,CAAC,EAAE,CAAC;QACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AApFL,4CAqFC;AAxEG,gBAAgB;AACO,6BAAY,GAAG,sCAAsC,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SMSVOICE::ConfigurationSet
|
|
5
|
+
*/
|
|
6
|
+
export declare function getConfigurationSet(args: GetConfigurationSetArgs, opts?: pulumi.InvokeOptions): Promise<GetConfigurationSetResult>;
|
|
7
|
+
export interface GetConfigurationSetArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name to use for the configuration set.
|
|
10
|
+
*/
|
|
11
|
+
configurationSetName: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetConfigurationSetResult {
|
|
14
|
+
readonly arn?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The default sender ID to set for the ConfigurationSet.
|
|
17
|
+
*/
|
|
18
|
+
readonly defaultSenderId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* An event destination is a location where you send message events.
|
|
21
|
+
*/
|
|
22
|
+
readonly eventDestinations?: outputs.smsvoice.ConfigurationSetEventDestination[];
|
|
23
|
+
/**
|
|
24
|
+
* Set to true to enable message feedback.
|
|
25
|
+
*/
|
|
26
|
+
readonly messageFeedbackEnabled?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The unique identifier for the protect configuration to be associated to the configuration set.
|
|
29
|
+
*/
|
|
30
|
+
readonly protectConfigurationId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* An array of key-value pairs to apply to this resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly tags?: outputs.Tag[];
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Resource Type definition for AWS::SMSVOICE::ConfigurationSet
|
|
38
|
+
*/
|
|
39
|
+
export declare function getConfigurationSetOutput(args: GetConfigurationSetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConfigurationSetResult>;
|
|
40
|
+
export interface GetConfigurationSetOutputArgs {
|
|
41
|
+
/**
|
|
42
|
+
* The name to use for the configuration set.
|
|
43
|
+
*/
|
|
44
|
+
configurationSetName: pulumi.Input<string>;
|
|
45
|
+
}
|
|
@@ -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.getConfigurationSetOutput = exports.getConfigurationSet = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SMSVOICE::ConfigurationSet
|
|
10
|
+
*/
|
|
11
|
+
function getConfigurationSet(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:smsvoice:getConfigurationSet", {
|
|
14
|
+
"configurationSetName": args.configurationSetName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getConfigurationSet = getConfigurationSet;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::SMSVOICE::ConfigurationSet
|
|
20
|
+
*/
|
|
21
|
+
function getConfigurationSetOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:smsvoice:getConfigurationSet", {
|
|
24
|
+
"configurationSetName": args.configurationSetName,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getConfigurationSetOutput = getConfigurationSetOutput;
|
|
28
|
+
//# sourceMappingURL=getConfigurationSet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getConfigurationSet.js","sourceRoot":"","sources":["../../smsvoice/getConfigurationSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAgCD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SMSVOICE::OptOutList
|
|
5
|
+
*/
|
|
6
|
+
export declare function getOptOutList(args: GetOptOutListArgs, opts?: pulumi.InvokeOptions): Promise<GetOptOutListResult>;
|
|
7
|
+
export interface GetOptOutListArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the new OptOutList.
|
|
10
|
+
*/
|
|
11
|
+
optOutListName: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetOptOutListResult {
|
|
14
|
+
/**
|
|
15
|
+
* The Amazon Resource Name (ARN) for the OptOutList.
|
|
16
|
+
*/
|
|
17
|
+
readonly arn?: string;
|
|
18
|
+
/**
|
|
19
|
+
* An array of key-value pairs to apply to this resource.
|
|
20
|
+
*/
|
|
21
|
+
readonly tags?: outputs.Tag[];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Resource Type definition for AWS::SMSVOICE::OptOutList
|
|
25
|
+
*/
|
|
26
|
+
export declare function getOptOutListOutput(args: GetOptOutListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOptOutListResult>;
|
|
27
|
+
export interface GetOptOutListOutputArgs {
|
|
28
|
+
/**
|
|
29
|
+
* The name of the new OptOutList.
|
|
30
|
+
*/
|
|
31
|
+
optOutListName: pulumi.Input<string>;
|
|
32
|
+
}
|
|
@@ -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.getOptOutListOutput = exports.getOptOutList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SMSVOICE::OptOutList
|
|
10
|
+
*/
|
|
11
|
+
function getOptOutList(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:smsvoice:getOptOutList", {
|
|
14
|
+
"optOutListName": args.optOutListName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getOptOutList = getOptOutList;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::SMSVOICE::OptOutList
|
|
20
|
+
*/
|
|
21
|
+
function getOptOutListOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:smsvoice:getOptOutList", {
|
|
24
|
+
"optOutListName": args.optOutListName,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getOptOutListOutput = getOptOutListOutput;
|
|
28
|
+
//# sourceMappingURL=getOptOutList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getOptOutList.js","sourceRoot":"","sources":["../../smsvoice/getOptOutList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAmBD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SMSVOICE::PhoneNumber
|
|
5
|
+
*/
|
|
6
|
+
export declare function getPhoneNumber(args: GetPhoneNumberArgs, opts?: pulumi.InvokeOptions): Promise<GetPhoneNumberResult>;
|
|
7
|
+
export interface GetPhoneNumberArgs {
|
|
8
|
+
phoneNumberId: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetPhoneNumberResult {
|
|
11
|
+
readonly arn?: string;
|
|
12
|
+
/**
|
|
13
|
+
* When set to true the sender ID can't be deleted. By default this is set to false.
|
|
14
|
+
*/
|
|
15
|
+
readonly deletionProtectionEnabled?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
|
|
18
|
+
*/
|
|
19
|
+
readonly mandatoryKeywords?: outputs.smsvoice.MandatoryKeywordsProperties;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the OptOutList to associate with the phone number. You can use the OptOutListName or OptOutListArn.
|
|
22
|
+
*/
|
|
23
|
+
readonly optOutListName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
|
|
26
|
+
*/
|
|
27
|
+
readonly optionalKeywords?: outputs.smsvoice.PhoneNumberOptionalKeyword[];
|
|
28
|
+
readonly phoneNumber?: string;
|
|
29
|
+
readonly phoneNumberId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
|
|
32
|
+
*/
|
|
33
|
+
readonly selfManagedOptOutsEnabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* An array of key-value pairs to apply to this resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly tags?: outputs.Tag[];
|
|
38
|
+
/**
|
|
39
|
+
* When you set up two-way SMS, you can receive incoming messages from your customers. When one of your customers sends a message to your phone number, the message body is sent to an Amazon SNS topic or Amazon Connect for processing.
|
|
40
|
+
*/
|
|
41
|
+
readonly twoWay?: outputs.smsvoice.TwoWayProperties;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Resource Type definition for AWS::SMSVOICE::PhoneNumber
|
|
45
|
+
*/
|
|
46
|
+
export declare function getPhoneNumberOutput(args: GetPhoneNumberOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPhoneNumberResult>;
|
|
47
|
+
export interface GetPhoneNumberOutputArgs {
|
|
48
|
+
phoneNumberId: pulumi.Input<string>;
|
|
49
|
+
}
|
|
@@ -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.getPhoneNumberOutput = exports.getPhoneNumber = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SMSVOICE::PhoneNumber
|
|
10
|
+
*/
|
|
11
|
+
function getPhoneNumber(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:smsvoice:getPhoneNumber", {
|
|
14
|
+
"phoneNumberId": args.phoneNumberId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getPhoneNumber = getPhoneNumber;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::SMSVOICE::PhoneNumber
|
|
20
|
+
*/
|
|
21
|
+
function getPhoneNumberOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:smsvoice:getPhoneNumber", {
|
|
24
|
+
"phoneNumberId": args.phoneNumberId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getPhoneNumberOutput = getPhoneNumberOutput;
|
|
28
|
+
//# sourceMappingURL=getPhoneNumber.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPhoneNumber.js","sourceRoot":"","sources":["../../smsvoice/getPhoneNumber.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,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;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,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SMSVOICE::Pool
|
|
5
|
+
*/
|
|
6
|
+
export declare function getPool(args: GetPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetPoolResult>;
|
|
7
|
+
export interface GetPoolArgs {
|
|
8
|
+
poolId: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetPoolResult {
|
|
11
|
+
readonly arn?: string;
|
|
12
|
+
/**
|
|
13
|
+
* When set to true the pool can't be deleted. By default this is set to false.
|
|
14
|
+
*/
|
|
15
|
+
readonly deletionProtectionEnabled?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message. Keywords "HELP" and "STOP" are mandatory keywords
|
|
18
|
+
*/
|
|
19
|
+
readonly mandatoryKeywords?: outputs.smsvoice.MandatoryKeywordsProperties;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the OptOutList to associate with the pool. You can use the OptOutListName or OptOutListArn.
|
|
22
|
+
*/
|
|
23
|
+
readonly optOutListName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* A keyword is a word that you can search for on a particular phone number or pool. It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, AWS End User Messaging SMS and Voice responds with a customizable message.
|
|
26
|
+
*/
|
|
27
|
+
readonly optionalKeywords?: outputs.smsvoice.PoolOptionalKeyword[];
|
|
28
|
+
/**
|
|
29
|
+
* The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn and it's IsoCountryCode.
|
|
30
|
+
*/
|
|
31
|
+
readonly originationIdentities?: string[];
|
|
32
|
+
readonly poolId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
|
|
35
|
+
*/
|
|
36
|
+
readonly selfManagedOptOutsEnabled?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Indicates whether shared routes are enabled for the pool.
|
|
39
|
+
*/
|
|
40
|
+
readonly sharedRoutesEnabled?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* An array of key-value pairs to apply to this resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly tags?: outputs.Tag[];
|
|
45
|
+
/**
|
|
46
|
+
* When you set up two-way SMS, you can receive incoming messages from your customers. When one of your customers sends a message to your phone number, the message body is sent to an Amazon SNS topic or Amazon Connect for processing.
|
|
47
|
+
*/
|
|
48
|
+
readonly twoWay?: outputs.smsvoice.TwoWayProperties;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Resource Type definition for AWS::SMSVOICE::Pool
|
|
52
|
+
*/
|
|
53
|
+
export declare function getPoolOutput(args: GetPoolOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPoolResult>;
|
|
54
|
+
export interface GetPoolOutputArgs {
|
|
55
|
+
poolId: pulumi.Input<string>;
|
|
56
|
+
}
|
|
@@ -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.getPoolOutput = exports.getPool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SMSVOICE::Pool
|
|
10
|
+
*/
|
|
11
|
+
function getPool(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:smsvoice:getPool", {
|
|
14
|
+
"poolId": args.poolId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getPool = getPool;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::SMSVOICE::Pool
|
|
20
|
+
*/
|
|
21
|
+
function getPoolOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:smsvoice:getPool", {
|
|
24
|
+
"poolId": args.poolId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getPoolOutput = getPoolOutput;
|
|
28
|
+
//# sourceMappingURL=getPool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPool.js","sourceRoot":"","sources":["../../smsvoice/getPool.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AA8CD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::SMSVOICE::ProtectConfiguration
|
|
5
|
+
*/
|
|
6
|
+
export declare function getProtectConfiguration(args: GetProtectConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetProtectConfigurationResult>;
|
|
7
|
+
export interface GetProtectConfigurationArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The unique identifier for the protect configuration.
|
|
10
|
+
*/
|
|
11
|
+
protectConfigurationId: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetProtectConfigurationResult {
|
|
14
|
+
/**
|
|
15
|
+
* The Amazon Resource Name (ARN) of the protect configuration.
|
|
16
|
+
*/
|
|
17
|
+
readonly arn?: string;
|
|
18
|
+
/**
|
|
19
|
+
* An array of CountryRule containing the rules for the NumberCapability.
|
|
20
|
+
*/
|
|
21
|
+
readonly countryRuleSet?: outputs.smsvoice.ProtectConfigurationCountryRuleSet;
|
|
22
|
+
/**
|
|
23
|
+
* When set to true deletion protection is enabled and protect configuration cannot be deleted. By default this is set to false.
|
|
24
|
+
*/
|
|
25
|
+
readonly deletionProtectionEnabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The unique identifier for the protect configuration.
|
|
28
|
+
*/
|
|
29
|
+
readonly protectConfigurationId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* An array of key-value pairs to apply to this resource.
|
|
32
|
+
*/
|
|
33
|
+
readonly tags?: outputs.Tag[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Resource Type definition for AWS::SMSVOICE::ProtectConfiguration
|
|
37
|
+
*/
|
|
38
|
+
export declare function getProtectConfigurationOutput(args: GetProtectConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProtectConfigurationResult>;
|
|
39
|
+
export interface GetProtectConfigurationOutputArgs {
|
|
40
|
+
/**
|
|
41
|
+
* The unique identifier for the protect configuration.
|
|
42
|
+
*/
|
|
43
|
+
protectConfigurationId: pulumi.Input<string>;
|
|
44
|
+
}
|
|
@@ -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.getProtectConfigurationOutput = exports.getProtectConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SMSVOICE::ProtectConfiguration
|
|
10
|
+
*/
|
|
11
|
+
function getProtectConfiguration(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:smsvoice:getProtectConfiguration", {
|
|
14
|
+
"protectConfigurationId": args.protectConfigurationId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getProtectConfiguration = getProtectConfiguration;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::SMSVOICE::ProtectConfiguration
|
|
20
|
+
*/
|
|
21
|
+
function getProtectConfigurationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:smsvoice:getProtectConfiguration", {
|
|
24
|
+
"protectConfigurationId": args.protectConfigurationId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getProtectConfigurationOutput = getProtectConfigurationOutput;
|
|
28
|
+
//# sourceMappingURL=getProtectConfiguration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProtectConfiguration.js","sourceRoot":"","sources":["../../smsvoice/getProtectConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,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,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AA+BD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,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,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::SMSVOICE::ResourcePolicy
|
|
4
|
+
*/
|
|
5
|
+
export declare function getResourcePolicy(args: GetResourcePolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetResourcePolicyResult>;
|
|
6
|
+
export interface GetResourcePolicyArgs {
|
|
7
|
+
/**
|
|
8
|
+
* The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource to attach the resource-based policy to.
|
|
9
|
+
*/
|
|
10
|
+
resourceArn: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetResourcePolicyResult {
|
|
13
|
+
/**
|
|
14
|
+
* The JSON formatted resource-based policy to attach.
|
|
15
|
+
*
|
|
16
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SMSVOICE::ResourcePolicy` for more information about the expected schema for this property.
|
|
17
|
+
*/
|
|
18
|
+
readonly policyDocument?: any;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Resource Type definition for AWS::SMSVOICE::ResourcePolicy
|
|
22
|
+
*/
|
|
23
|
+
export declare function getResourcePolicyOutput(args: GetResourcePolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResourcePolicyResult>;
|
|
24
|
+
export interface GetResourcePolicyOutputArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource to attach the resource-based policy to.
|
|
27
|
+
*/
|
|
28
|
+
resourceArn: pulumi.Input<string>;
|
|
29
|
+
}
|