@pulumi/aws 6.14.0 → 6.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/getLoadBalancer.d.ts +2 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/alb/loadBalancer.d.ts +18 -12
- package/alb/loadBalancer.js +2 -0
- package/alb/loadBalancer.js.map +1 -1
- package/cloudfront/function.d.ts +4 -4
- package/cloudfront/function.js +1 -1
- package/cloudwatch/getLogGroup.d.ts +4 -0
- package/cloudwatch/getLogGroup.js.map +1 -1
- package/cloudwatch/logGroup.d.ts +1 -1
- package/cloudwatch/metricStream.d.ts +6 -6
- package/dms/endpoint.d.ts +12 -0
- package/dms/endpoint.js +2 -0
- package/dms/endpoint.js.map +1 -1
- package/dms/eventSubscription.d.ts +4 -4
- package/dms/eventSubscription.js +6 -0
- package/dms/eventSubscription.js.map +1 -1
- package/dms/getEndpoint.d.ts +1 -0
- package/dms/getEndpoint.js.map +1 -1
- package/finspace/index.d.ts +9 -0
- package/finspace/index.js +16 -1
- package/finspace/index.js.map +1 -1
- package/finspace/kxCluster.d.ts +26 -2
- package/finspace/kxCluster.js +4 -3
- package/finspace/kxCluster.js.map +1 -1
- package/finspace/kxDataview.d.ts +244 -0
- package/finspace/kxDataview.js +123 -0
- package/finspace/kxDataview.js.map +1 -0
- package/finspace/kxScalingGroup.d.ts +197 -0
- package/finspace/kxScalingGroup.js +107 -0
- package/finspace/kxScalingGroup.js.map +1 -0
- package/finspace/kxVolume.d.ts +230 -0
- package/finspace/kxVolume.js +121 -0
- package/finspace/kxVolume.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/lb/getLoadBalancer.d.ts +2 -0
- package/lb/getLoadBalancer.js.map +1 -1
- package/lb/loadBalancer.d.ts +18 -12
- package/lb/loadBalancer.js +2 -0
- package/lb/loadBalancer.js.map +1 -1
- package/lightsail/instance.d.ts +30 -66
- package/lightsail/instance.js +0 -51
- package/lightsail/instance.js.map +1 -1
- package/opensearch/getServerlessCollection.d.ts +4 -0
- package/opensearch/getServerlessCollection.js.map +1 -1
- package/opensearch/serverlessCollection.d.ts +12 -0
- package/opensearch/serverlessCollection.js +2 -0
- package/opensearch/serverlessCollection.js.map +1 -1
- package/package.json +1 -1
- package/polly/getVoices.d.ts +112 -0
- package/polly/getVoices.js +69 -0
- package/polly/getVoices.js.map +1 -0
- package/polly/index.d.ts +3 -0
- package/polly/index.js +10 -0
- package/polly/index.js.map +1 -0
- package/rds/instance.d.ts +54 -7
- package/rds/instance.js +51 -1
- package/rds/instance.js.map +1 -1
- package/ssoadmin/getApplicationAssignments.d.ts +75 -0
- package/ssoadmin/getApplicationAssignments.js +50 -0
- package/ssoadmin/getApplicationAssignments.js.map +1 -0
- package/ssoadmin/getPrincipalApplicationAssignments.d.ts +76 -0
- package/ssoadmin/getPrincipalApplicationAssignments.js +32 -0
- package/ssoadmin/getPrincipalApplicationAssignments.js.map +1 -0
- package/ssoadmin/index.d.ts +9 -0
- package/ssoadmin/index.js +12 -1
- package/ssoadmin/index.js.map +1 -1
- package/ssoadmin/trustedTokenIssuer.d.ts +159 -0
- package/ssoadmin/trustedTokenIssuer.js +84 -0
- package/ssoadmin/trustedTokenIssuer.js.map +1 -0
- package/types/input.d.ts +305 -3
- package/types/output.d.ts +275 -3
package/lb/loadBalancer.d.ts
CHANGED
|
@@ -122,6 +122,10 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
122
122
|
* The ARN suffix for use with CloudWatch Metrics.
|
|
123
123
|
*/
|
|
124
124
|
readonly arnSuffix: pulumi.Output<string>;
|
|
125
|
+
/**
|
|
126
|
+
* A Connection Logs block. Connection Logs documented below. Only valid for Load Balancers of type `application`.
|
|
127
|
+
*/
|
|
128
|
+
readonly connectionLogs: pulumi.Output<outputs.lb.LoadBalancerConnectionLogs | undefined>;
|
|
125
129
|
/**
|
|
126
130
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
127
131
|
*/
|
|
@@ -205,13 +209,11 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
205
209
|
*/
|
|
206
210
|
readonly securityGroups: pulumi.Output<string[]>;
|
|
207
211
|
/**
|
|
208
|
-
* A subnet mapping block as documented below.
|
|
212
|
+
* A subnet mapping block as documented below. For Load Balancers of type `network` subnet mappings can only be added.
|
|
209
213
|
*/
|
|
210
214
|
readonly subnetMappings: pulumi.Output<outputs.lb.LoadBalancerSubnetMapping[]>;
|
|
211
215
|
/**
|
|
212
|
-
* A list of subnet IDs to attach to the LB.
|
|
213
|
-
* cannot be updated for Load Balancers of type `network`. Changing this value
|
|
214
|
-
* for load balancers of type `network` will force a recreation of the resource.
|
|
216
|
+
* A list of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.
|
|
215
217
|
*/
|
|
216
218
|
readonly subnets: pulumi.Output<string[]>;
|
|
217
219
|
/**
|
|
@@ -262,6 +264,10 @@ export interface LoadBalancerState {
|
|
|
262
264
|
* The ARN suffix for use with CloudWatch Metrics.
|
|
263
265
|
*/
|
|
264
266
|
arnSuffix?: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* A Connection Logs block. Connection Logs documented below. Only valid for Load Balancers of type `application`.
|
|
269
|
+
*/
|
|
270
|
+
connectionLogs?: pulumi.Input<inputs.lb.LoadBalancerConnectionLogs>;
|
|
265
271
|
/**
|
|
266
272
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
267
273
|
*/
|
|
@@ -345,13 +351,11 @@ export interface LoadBalancerState {
|
|
|
345
351
|
*/
|
|
346
352
|
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
347
353
|
/**
|
|
348
|
-
* A subnet mapping block as documented below.
|
|
354
|
+
* A subnet mapping block as documented below. For Load Balancers of type `network` subnet mappings can only be added.
|
|
349
355
|
*/
|
|
350
356
|
subnetMappings?: pulumi.Input<pulumi.Input<inputs.lb.LoadBalancerSubnetMapping>[]>;
|
|
351
357
|
/**
|
|
352
|
-
* A list of subnet IDs to attach to the LB.
|
|
353
|
-
* cannot be updated for Load Balancers of type `network`. Changing this value
|
|
354
|
-
* for load balancers of type `network` will force a recreation of the resource.
|
|
358
|
+
* A list of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.
|
|
355
359
|
*/
|
|
356
360
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
357
361
|
/**
|
|
@@ -386,6 +390,10 @@ export interface LoadBalancerArgs {
|
|
|
386
390
|
* An Access Logs block. Access Logs documented below.
|
|
387
391
|
*/
|
|
388
392
|
accessLogs?: pulumi.Input<inputs.lb.LoadBalancerAccessLogs>;
|
|
393
|
+
/**
|
|
394
|
+
* A Connection Logs block. Connection Logs documented below. Only valid for Load Balancers of type `application`.
|
|
395
|
+
*/
|
|
396
|
+
connectionLogs?: pulumi.Input<inputs.lb.LoadBalancerConnectionLogs>;
|
|
389
397
|
/**
|
|
390
398
|
* The ID of the customer owned ipv4 pool to use for this load balancer.
|
|
391
399
|
*/
|
|
@@ -465,13 +473,11 @@ export interface LoadBalancerArgs {
|
|
|
465
473
|
*/
|
|
466
474
|
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
467
475
|
/**
|
|
468
|
-
* A subnet mapping block as documented below.
|
|
476
|
+
* A subnet mapping block as documented below. For Load Balancers of type `network` subnet mappings can only be added.
|
|
469
477
|
*/
|
|
470
478
|
subnetMappings?: pulumi.Input<pulumi.Input<inputs.lb.LoadBalancerSubnetMapping>[]>;
|
|
471
479
|
/**
|
|
472
|
-
* A list of subnet IDs to attach to the LB.
|
|
473
|
-
* cannot be updated for Load Balancers of type `network`. Changing this value
|
|
474
|
-
* for load balancers of type `network` will force a recreation of the resource.
|
|
480
|
+
* A list of subnet IDs to attach to the LB. For Load Balancers of type `network` subnets can only be added (see [Availability Zones](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#availability-zones)), deleting a subnet for load balancers of type `network` will force a recreation of the resource.
|
|
475
481
|
*/
|
|
476
482
|
subnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
477
483
|
/**
|
package/lb/loadBalancer.js
CHANGED
|
@@ -129,6 +129,7 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
129
129
|
resourceInputs["accessLogs"] = state ? state.accessLogs : undefined;
|
|
130
130
|
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
131
131
|
resourceInputs["arnSuffix"] = state ? state.arnSuffix : undefined;
|
|
132
|
+
resourceInputs["connectionLogs"] = state ? state.connectionLogs : undefined;
|
|
132
133
|
resourceInputs["customerOwnedIpv4Pool"] = state ? state.customerOwnedIpv4Pool : undefined;
|
|
133
134
|
resourceInputs["desyncMitigationMode"] = state ? state.desyncMitigationMode : undefined;
|
|
134
135
|
resourceInputs["dnsName"] = state ? state.dnsName : undefined;
|
|
@@ -160,6 +161,7 @@ class LoadBalancer extends pulumi.CustomResource {
|
|
|
160
161
|
else {
|
|
161
162
|
const args = argsOrState;
|
|
162
163
|
resourceInputs["accessLogs"] = args ? args.accessLogs : undefined;
|
|
164
|
+
resourceInputs["connectionLogs"] = args ? args.connectionLogs : undefined;
|
|
163
165
|
resourceInputs["customerOwnedIpv4Pool"] = args ? args.customerOwnedIpv4Pool : undefined;
|
|
164
166
|
resourceInputs["desyncMitigationMode"] = args ? args.desyncMitigationMode : undefined;
|
|
165
167
|
resourceInputs["dnsRecordClientRoutingPolicy"] = args ? args.dnsRecordClientRoutingPolicy : undefined;
|
package/lb/loadBalancer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../lb/loadBalancer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4FG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"loadBalancer.js","sourceRoot":"","sources":["../../lb/loadBalancer.ts"],"names":[],"mappings":"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"}
|
package/lightsail/instance.d.ts
CHANGED
|
@@ -61,57 +61,6 @@ import * as outputs from "../types/output";
|
|
|
61
61
|
* },
|
|
62
62
|
* });
|
|
63
63
|
* ```
|
|
64
|
-
* ## Availability Zones
|
|
65
|
-
*
|
|
66
|
-
* Lightsail currently supports the following Availability Zones (e.g., `us-east-1a`):
|
|
67
|
-
*
|
|
68
|
-
* - `ap-northeast-1{a,c,d}`
|
|
69
|
-
* - `ap-northeast-2{a,c}`
|
|
70
|
-
* - `ap-south-1{a,b}`
|
|
71
|
-
* - `ap-southeast-1{a,b,c}`
|
|
72
|
-
* - `ap-southeast-2{a,b,c}`
|
|
73
|
-
* - `ca-central-1{a,b}`
|
|
74
|
-
* - `eu-central-1{a,b,c}`
|
|
75
|
-
* - `eu-west-1{a,b,c}`
|
|
76
|
-
* - `eu-west-2{a,b,c}`
|
|
77
|
-
* - `eu-west-3{a,b,c}`
|
|
78
|
-
* - `us-east-1{a,b,c,d,e,f}`
|
|
79
|
-
* - `us-east-2{a,b,c}`
|
|
80
|
-
* - `us-west-2{a,b,c}`
|
|
81
|
-
*
|
|
82
|
-
* ## Bundles
|
|
83
|
-
*
|
|
84
|
-
* Lightsail currently supports the following Bundle IDs (e.g., an instance in `ap-northeast-1` would use `small20`):
|
|
85
|
-
*
|
|
86
|
-
* ### Prefix
|
|
87
|
-
*
|
|
88
|
-
* A Bundle ID starts with one of the below size prefixes:
|
|
89
|
-
*
|
|
90
|
-
* - `nano_`
|
|
91
|
-
* - `micro_`
|
|
92
|
-
* - `small_`
|
|
93
|
-
* - `medium_`
|
|
94
|
-
* - `large_`
|
|
95
|
-
* - `xlarge_`
|
|
96
|
-
* - `2xlarge_`
|
|
97
|
-
*
|
|
98
|
-
* ### Suffix
|
|
99
|
-
*
|
|
100
|
-
* A Bundle ID ends with one of the following suffixes depending on Availability Zone:
|
|
101
|
-
*
|
|
102
|
-
* - ap-northeast-1: `20`
|
|
103
|
-
* - ap-northeast-2: `20`
|
|
104
|
-
* - ap-south-1: `21`
|
|
105
|
-
* - ap-southeast-1: `20`
|
|
106
|
-
* - ap-southeast-2: `22`
|
|
107
|
-
* - ca-central-1: `20`
|
|
108
|
-
* - eu-central-1: `20`
|
|
109
|
-
* - eu-west-1: `20`
|
|
110
|
-
* - eu-west-2: `20`
|
|
111
|
-
* - eu-west-3: `20`
|
|
112
|
-
* - us-east-1: `20`
|
|
113
|
-
* - us-east-2: `20`
|
|
114
|
-
* - us-west-2: `20`
|
|
115
64
|
*
|
|
116
65
|
* ## Import
|
|
117
66
|
*
|
|
@@ -146,16 +95,21 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
146
95
|
*/
|
|
147
96
|
readonly arn: pulumi.Output<string>;
|
|
148
97
|
/**
|
|
149
|
-
* The Availability Zone in which to create your
|
|
150
|
-
*
|
|
98
|
+
* The Availability Zone in which to create your instance. A
|
|
99
|
+
* list of available zones can be obtained using the AWS CLI command:
|
|
100
|
+
* [`aws lightsail get-regions --include-availability-zones`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-regions.html).
|
|
151
101
|
*/
|
|
152
102
|
readonly availabilityZone: pulumi.Output<string>;
|
|
153
103
|
/**
|
|
154
|
-
* The ID for a virtual private server image. A list of available
|
|
104
|
+
* The ID for a virtual private server image. A list of available
|
|
105
|
+
* blueprint IDs can be obtained using the AWS CLI command:
|
|
106
|
+
* [`aws lightsail get-blueprints`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-blueprints.html).
|
|
155
107
|
*/
|
|
156
108
|
readonly blueprintId: pulumi.Output<string>;
|
|
157
109
|
/**
|
|
158
|
-
* The bundle of specification information
|
|
110
|
+
* The bundle of specification information. A list of available
|
|
111
|
+
* bundle IDs can be obtained using the AWS CLI command:
|
|
112
|
+
* [`aws lightsail get-bundles`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-bundles.html).
|
|
159
113
|
*/
|
|
160
114
|
readonly bundleId: pulumi.Output<string>;
|
|
161
115
|
/**
|
|
@@ -184,7 +138,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
184
138
|
*/
|
|
185
139
|
readonly keyPairName: pulumi.Output<string | undefined>;
|
|
186
140
|
/**
|
|
187
|
-
* The name of the Lightsail Instance. Names be unique within each AWS Region in your Lightsail account.
|
|
141
|
+
* The name of the Lightsail Instance. Names must be unique within each AWS Region in your Lightsail account.
|
|
188
142
|
*/
|
|
189
143
|
readonly name: pulumi.Output<string>;
|
|
190
144
|
/**
|
|
@@ -243,16 +197,21 @@ export interface InstanceState {
|
|
|
243
197
|
*/
|
|
244
198
|
arn?: pulumi.Input<string>;
|
|
245
199
|
/**
|
|
246
|
-
* The Availability Zone in which to create your
|
|
247
|
-
*
|
|
200
|
+
* The Availability Zone in which to create your instance. A
|
|
201
|
+
* list of available zones can be obtained using the AWS CLI command:
|
|
202
|
+
* [`aws lightsail get-regions --include-availability-zones`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-regions.html).
|
|
248
203
|
*/
|
|
249
204
|
availabilityZone?: pulumi.Input<string>;
|
|
250
205
|
/**
|
|
251
|
-
* The ID for a virtual private server image. A list of available
|
|
206
|
+
* The ID for a virtual private server image. A list of available
|
|
207
|
+
* blueprint IDs can be obtained using the AWS CLI command:
|
|
208
|
+
* [`aws lightsail get-blueprints`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-blueprints.html).
|
|
252
209
|
*/
|
|
253
210
|
blueprintId?: pulumi.Input<string>;
|
|
254
211
|
/**
|
|
255
|
-
* The bundle of specification information
|
|
212
|
+
* The bundle of specification information. A list of available
|
|
213
|
+
* bundle IDs can be obtained using the AWS CLI command:
|
|
214
|
+
* [`aws lightsail get-bundles`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-bundles.html).
|
|
256
215
|
*/
|
|
257
216
|
bundleId?: pulumi.Input<string>;
|
|
258
217
|
/**
|
|
@@ -281,7 +240,7 @@ export interface InstanceState {
|
|
|
281
240
|
*/
|
|
282
241
|
keyPairName?: pulumi.Input<string>;
|
|
283
242
|
/**
|
|
284
|
-
* The name of the Lightsail Instance. Names be unique within each AWS Region in your Lightsail account.
|
|
243
|
+
* The name of the Lightsail Instance. Names must be unique within each AWS Region in your Lightsail account.
|
|
285
244
|
*/
|
|
286
245
|
name?: pulumi.Input<string>;
|
|
287
246
|
/**
|
|
@@ -328,16 +287,21 @@ export interface InstanceArgs {
|
|
|
328
287
|
*/
|
|
329
288
|
addOn?: pulumi.Input<inputs.lightsail.InstanceAddOn>;
|
|
330
289
|
/**
|
|
331
|
-
* The Availability Zone in which to create your
|
|
332
|
-
*
|
|
290
|
+
* The Availability Zone in which to create your instance. A
|
|
291
|
+
* list of available zones can be obtained using the AWS CLI command:
|
|
292
|
+
* [`aws lightsail get-regions --include-availability-zones`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-regions.html).
|
|
333
293
|
*/
|
|
334
294
|
availabilityZone: pulumi.Input<string>;
|
|
335
295
|
/**
|
|
336
|
-
* The ID for a virtual private server image. A list of available
|
|
296
|
+
* The ID for a virtual private server image. A list of available
|
|
297
|
+
* blueprint IDs can be obtained using the AWS CLI command:
|
|
298
|
+
* [`aws lightsail get-blueprints`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-blueprints.html).
|
|
337
299
|
*/
|
|
338
300
|
blueprintId: pulumi.Input<string>;
|
|
339
301
|
/**
|
|
340
|
-
* The bundle of specification information
|
|
302
|
+
* The bundle of specification information. A list of available
|
|
303
|
+
* bundle IDs can be obtained using the AWS CLI command:
|
|
304
|
+
* [`aws lightsail get-bundles`](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lightsail/get-bundles.html).
|
|
341
305
|
*/
|
|
342
306
|
bundleId: pulumi.Input<string>;
|
|
343
307
|
/**
|
|
@@ -350,7 +314,7 @@ export interface InstanceArgs {
|
|
|
350
314
|
*/
|
|
351
315
|
keyPairName?: pulumi.Input<string>;
|
|
352
316
|
/**
|
|
353
|
-
* The name of the Lightsail Instance. Names be unique within each AWS Region in your Lightsail account.
|
|
317
|
+
* The name of the Lightsail Instance. Names must be unique within each AWS Region in your Lightsail account.
|
|
354
318
|
*/
|
|
355
319
|
name?: pulumi.Input<string>;
|
|
356
320
|
/**
|
package/lightsail/instance.js
CHANGED
|
@@ -65,57 +65,6 @@ const utilities = require("../utilities");
|
|
|
65
65
|
* },
|
|
66
66
|
* });
|
|
67
67
|
* ```
|
|
68
|
-
* ## Availability Zones
|
|
69
|
-
*
|
|
70
|
-
* Lightsail currently supports the following Availability Zones (e.g., `us-east-1a`):
|
|
71
|
-
*
|
|
72
|
-
* - `ap-northeast-1{a,c,d}`
|
|
73
|
-
* - `ap-northeast-2{a,c}`
|
|
74
|
-
* - `ap-south-1{a,b}`
|
|
75
|
-
* - `ap-southeast-1{a,b,c}`
|
|
76
|
-
* - `ap-southeast-2{a,b,c}`
|
|
77
|
-
* - `ca-central-1{a,b}`
|
|
78
|
-
* - `eu-central-1{a,b,c}`
|
|
79
|
-
* - `eu-west-1{a,b,c}`
|
|
80
|
-
* - `eu-west-2{a,b,c}`
|
|
81
|
-
* - `eu-west-3{a,b,c}`
|
|
82
|
-
* - `us-east-1{a,b,c,d,e,f}`
|
|
83
|
-
* - `us-east-2{a,b,c}`
|
|
84
|
-
* - `us-west-2{a,b,c}`
|
|
85
|
-
*
|
|
86
|
-
* ## Bundles
|
|
87
|
-
*
|
|
88
|
-
* Lightsail currently supports the following Bundle IDs (e.g., an instance in `ap-northeast-1` would use `small20`):
|
|
89
|
-
*
|
|
90
|
-
* ### Prefix
|
|
91
|
-
*
|
|
92
|
-
* A Bundle ID starts with one of the below size prefixes:
|
|
93
|
-
*
|
|
94
|
-
* - `nano_`
|
|
95
|
-
* - `micro_`
|
|
96
|
-
* - `small_`
|
|
97
|
-
* - `medium_`
|
|
98
|
-
* - `large_`
|
|
99
|
-
* - `xlarge_`
|
|
100
|
-
* - `2xlarge_`
|
|
101
|
-
*
|
|
102
|
-
* ### Suffix
|
|
103
|
-
*
|
|
104
|
-
* A Bundle ID ends with one of the following suffixes depending on Availability Zone:
|
|
105
|
-
*
|
|
106
|
-
* - ap-northeast-1: `20`
|
|
107
|
-
* - ap-northeast-2: `20`
|
|
108
|
-
* - ap-south-1: `21`
|
|
109
|
-
* - ap-southeast-1: `20`
|
|
110
|
-
* - ap-southeast-2: `22`
|
|
111
|
-
* - ca-central-1: `20`
|
|
112
|
-
* - eu-central-1: `20`
|
|
113
|
-
* - eu-west-1: `20`
|
|
114
|
-
* - eu-west-2: `20`
|
|
115
|
-
* - eu-west-3: `20`
|
|
116
|
-
* - us-east-1: `20`
|
|
117
|
-
* - us-east-2: `20`
|
|
118
|
-
* - us-west-2: `20`
|
|
119
68
|
*
|
|
120
69
|
* ## Import
|
|
121
70
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../lightsail/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../lightsail/instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -62,6 +62,10 @@ export interface GetServerlessCollectionResult {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly lastModifiedDate: string;
|
|
64
64
|
readonly name: string;
|
|
65
|
+
/**
|
|
66
|
+
* Indicates whether standby replicas should be used for a collection.
|
|
67
|
+
*/
|
|
68
|
+
readonly standbyReplicas: string;
|
|
65
69
|
/**
|
|
66
70
|
* A map of tags to assign to the collection.
|
|
67
71
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServerlessCollection.js","sourceRoot":"","sources":["../../opensearch/getServerlessCollection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC;
|
|
1
|
+
{"version":3,"file":"getServerlessCollection.js","sourceRoot":"","sources":["../../opensearch/getServerlessCollection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC;AA+DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|
|
@@ -80,6 +80,10 @@ export declare class ServerlessCollection extends pulumi.CustomResource {
|
|
|
80
80
|
* The following arguments are optional:
|
|
81
81
|
*/
|
|
82
82
|
readonly name: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Indicates whether standby replicas should be used for a collection. One of `ENABLED` or `DISABLED`. Defaults to `ENABLED`.
|
|
85
|
+
*/
|
|
86
|
+
readonly standbyReplicas: pulumi.Output<string>;
|
|
83
87
|
/**
|
|
84
88
|
* A map of tags to assign to the collection. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
85
89
|
*/
|
|
@@ -136,6 +140,10 @@ export interface ServerlessCollectionState {
|
|
|
136
140
|
* The following arguments are optional:
|
|
137
141
|
*/
|
|
138
142
|
name?: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* Indicates whether standby replicas should be used for a collection. One of `ENABLED` or `DISABLED`. Defaults to `ENABLED`.
|
|
145
|
+
*/
|
|
146
|
+
standbyReplicas?: pulumi.Input<string>;
|
|
139
147
|
/**
|
|
140
148
|
* A map of tags to assign to the collection. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
141
149
|
*/
|
|
@@ -168,6 +176,10 @@ export interface ServerlessCollectionArgs {
|
|
|
168
176
|
* The following arguments are optional:
|
|
169
177
|
*/
|
|
170
178
|
name?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* Indicates whether standby replicas should be used for a collection. One of `ENABLED` or `DISABLED`. Defaults to `ENABLED`.
|
|
181
|
+
*/
|
|
182
|
+
standbyReplicas?: pulumi.Input<string>;
|
|
171
183
|
/**
|
|
172
184
|
* A map of tags to assign to the collection. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
173
185
|
*/
|
|
@@ -76,6 +76,7 @@ class ServerlessCollection extends pulumi.CustomResource {
|
|
|
76
76
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
77
77
|
resourceInputs["kmsKeyArn"] = state ? state.kmsKeyArn : undefined;
|
|
78
78
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
79
|
+
resourceInputs["standbyReplicas"] = state ? state.standbyReplicas : undefined;
|
|
79
80
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
80
81
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
81
82
|
resourceInputs["timeouts"] = state ? state.timeouts : undefined;
|
|
@@ -85,6 +86,7 @@ class ServerlessCollection extends pulumi.CustomResource {
|
|
|
85
86
|
const args = argsOrState;
|
|
86
87
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
87
88
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
89
|
+
resourceInputs["standbyReplicas"] = args ? args.standbyReplicas : undefined;
|
|
88
90
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
89
91
|
resourceInputs["timeouts"] = args ? args.timeouts : undefined;
|
|
90
92
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverlessCollection.js","sourceRoot":"","sources":["../../opensearch/serverlessCollection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;
|
|
1
|
+
{"version":3,"file":"serverlessCollection.js","sourceRoot":"","sources":["../../opensearch/serverlessCollection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAsDD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,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;YAC1C,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC;QAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAlHL,oDAmHC;AArGG,gBAAgB;AACO,iCAAY,GAAG,0DAA0D,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Data source for managing an AWS Polly Voices.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
* ### Basic Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as aws from "@pulumi/aws";
|
|
13
|
+
*
|
|
14
|
+
* const example = aws.polly.getVoices({});
|
|
15
|
+
* ```
|
|
16
|
+
* ### With Language Code
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as aws from "@pulumi/aws";
|
|
21
|
+
*
|
|
22
|
+
* const example = aws.polly.getVoices({
|
|
23
|
+
* languageCode: "en-GB",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare function getVoices(args?: GetVoicesArgs, opts?: pulumi.InvokeOptions): Promise<GetVoicesResult>;
|
|
28
|
+
/**
|
|
29
|
+
* A collection of arguments for invoking getVoices.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetVoicesArgs {
|
|
32
|
+
/**
|
|
33
|
+
* Engine used by Amazon Polly when processing input text for speech synthesis. Valid values are `standard`, `neural`, and `long-form`.
|
|
34
|
+
*/
|
|
35
|
+
engine?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Whether to return any bilingual voices that use the specified language as an additional language.
|
|
38
|
+
*/
|
|
39
|
+
includeAdditionalLanguageCodes?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.
|
|
42
|
+
*/
|
|
43
|
+
languageCode?: string;
|
|
44
|
+
/**
|
|
45
|
+
* List of voices with their properties. See `voices` Attribute Reference below.
|
|
46
|
+
*/
|
|
47
|
+
voices?: inputs.polly.GetVoicesVoice[];
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A collection of values returned by getVoices.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetVoicesResult {
|
|
53
|
+
readonly engine?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Amazon Polly assigned voice ID.
|
|
56
|
+
*/
|
|
57
|
+
readonly id: string;
|
|
58
|
+
readonly includeAdditionalLanguageCodes?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Language code of the voice.
|
|
61
|
+
*/
|
|
62
|
+
readonly languageCode?: string;
|
|
63
|
+
/**
|
|
64
|
+
* List of voices with their properties. See `voices` Attribute Reference below.
|
|
65
|
+
*/
|
|
66
|
+
readonly voices?: outputs.polly.GetVoicesVoice[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Data source for managing an AWS Polly Voices.
|
|
70
|
+
*
|
|
71
|
+
* ## Example Usage
|
|
72
|
+
* ### Basic Usage
|
|
73
|
+
*
|
|
74
|
+
* ```typescript
|
|
75
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
76
|
+
* import * as aws from "@pulumi/aws";
|
|
77
|
+
*
|
|
78
|
+
* const example = aws.polly.getVoices({});
|
|
79
|
+
* ```
|
|
80
|
+
* ### With Language Code
|
|
81
|
+
*
|
|
82
|
+
* ```typescript
|
|
83
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
84
|
+
* import * as aws from "@pulumi/aws";
|
|
85
|
+
*
|
|
86
|
+
* const example = aws.polly.getVoices({
|
|
87
|
+
* languageCode: "en-GB",
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare function getVoicesOutput(args?: GetVoicesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVoicesResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getVoices.
|
|
94
|
+
*/
|
|
95
|
+
export interface GetVoicesOutputArgs {
|
|
96
|
+
/**
|
|
97
|
+
* Engine used by Amazon Polly when processing input text for speech synthesis. Valid values are `standard`, `neural`, and `long-form`.
|
|
98
|
+
*/
|
|
99
|
+
engine?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Whether to return any bilingual voices that use the specified language as an additional language.
|
|
102
|
+
*/
|
|
103
|
+
includeAdditionalLanguageCodes?: pulumi.Input<boolean>;
|
|
104
|
+
/**
|
|
105
|
+
* Language identification tag for filtering the list of voices returned. If not specified, all available voices are returned.
|
|
106
|
+
*/
|
|
107
|
+
languageCode?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* List of voices with their properties. See `voices` Attribute Reference below.
|
|
110
|
+
*/
|
|
111
|
+
voices?: pulumi.Input<pulumi.Input<inputs.polly.GetVoicesVoiceArgs>[]>;
|
|
112
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.getVoicesOutput = exports.getVoices = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data source for managing an AWS Polly Voices.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
* ### Basic Usage
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as aws from "@pulumi/aws";
|
|
17
|
+
*
|
|
18
|
+
* const example = aws.polly.getVoices({});
|
|
19
|
+
* ```
|
|
20
|
+
* ### With Language Code
|
|
21
|
+
*
|
|
22
|
+
* ```typescript
|
|
23
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
24
|
+
* import * as aws from "@pulumi/aws";
|
|
25
|
+
*
|
|
26
|
+
* const example = aws.polly.getVoices({
|
|
27
|
+
* languageCode: "en-GB",
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
function getVoices(args, opts) {
|
|
32
|
+
args = args || {};
|
|
33
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
|
+
return pulumi.runtime.invoke("aws:polly/getVoices:getVoices", {
|
|
35
|
+
"engine": args.engine,
|
|
36
|
+
"includeAdditionalLanguageCodes": args.includeAdditionalLanguageCodes,
|
|
37
|
+
"languageCode": args.languageCode,
|
|
38
|
+
"voices": args.voices,
|
|
39
|
+
}, opts);
|
|
40
|
+
}
|
|
41
|
+
exports.getVoices = getVoices;
|
|
42
|
+
/**
|
|
43
|
+
* Data source for managing an AWS Polly Voices.
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
* ### Basic Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as aws from "@pulumi/aws";
|
|
51
|
+
*
|
|
52
|
+
* const example = aws.polly.getVoices({});
|
|
53
|
+
* ```
|
|
54
|
+
* ### With Language Code
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as aws from "@pulumi/aws";
|
|
59
|
+
*
|
|
60
|
+
* const example = aws.polly.getVoices({
|
|
61
|
+
* languageCode: "en-GB",
|
|
62
|
+
* });
|
|
63
|
+
* ```
|
|
64
|
+
*/
|
|
65
|
+
function getVoicesOutput(args, opts) {
|
|
66
|
+
return pulumi.output(args).apply((a) => getVoices(a, opts));
|
|
67
|
+
}
|
|
68
|
+
exports.getVoicesOutput = getVoicesOutput;
|
|
69
|
+
//# sourceMappingURL=getVoices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVoices.js","sourceRoot":"","sources":["../../polly/getVoices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gCAAgC,EAAE,IAAI,CAAC,8BAA8B;QACrE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8BAUC;AA2CD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|