cdk-docker-image-deployment 0.0.64 → 0.0.66
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +996 -957
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
- package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +52 -8
- package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
- package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +1465 -1305
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -365,11 +365,11 @@ declare class ElastiCache extends Service {
|
|
|
365
365
|
*/
|
|
366
366
|
disassociateGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.DisassociateGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.DisassociateGlobalReplicationGroupResult, AWSError>;
|
|
367
367
|
/**
|
|
368
|
-
* Used to failover the primary region to a
|
|
368
|
+
* Used to failover the primary region to a secondary region. The secondary region will become primary, and all other clusters will become secondary.
|
|
369
369
|
*/
|
|
370
370
|
failoverGlobalReplicationGroup(params: ElastiCache.Types.FailoverGlobalReplicationGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.FailoverGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.FailoverGlobalReplicationGroupResult, AWSError>;
|
|
371
371
|
/**
|
|
372
|
-
* Used to failover the primary region to a
|
|
372
|
+
* Used to failover the primary region to a secondary region. The secondary region will become primary, and all other clusters will become secondary.
|
|
373
373
|
*/
|
|
374
374
|
failoverGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.FailoverGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.FailoverGlobalReplicationGroupResult, AWSError>;
|
|
375
375
|
/**
|
|
@@ -671,7 +671,7 @@ declare namespace ElastiCache {
|
|
|
671
671
|
*/
|
|
672
672
|
ClientDownloadLandingPage?: String;
|
|
673
673
|
/**
|
|
674
|
-
* The name of the compute and memory capacity node type for the cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types
|
|
674
|
+
* The name of the compute and memory capacity node type for the cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
675
675
|
*/
|
|
676
676
|
CacheNodeType?: String;
|
|
677
677
|
/**
|
|
@@ -775,6 +775,14 @@ declare namespace ElastiCache {
|
|
|
775
775
|
* Returns the destination, format and type of the logs.
|
|
776
776
|
*/
|
|
777
777
|
LogDeliveryConfigurations?: LogDeliveryConfigurationList;
|
|
778
|
+
/**
|
|
779
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
780
|
+
*/
|
|
781
|
+
NetworkType?: NetworkType;
|
|
782
|
+
/**
|
|
783
|
+
* The network type associated with the cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
784
|
+
*/
|
|
785
|
+
IpDiscovery?: IpDiscovery;
|
|
778
786
|
}
|
|
779
787
|
export type CacheClusterIdList = String[];
|
|
780
788
|
export type CacheClusterList = CacheCluster[];
|
|
@@ -1075,6 +1083,10 @@ declare namespace ElastiCache {
|
|
|
1075
1083
|
* The ARN (Amazon Resource Name) of the cache subnet group.
|
|
1076
1084
|
*/
|
|
1077
1085
|
ARN?: String;
|
|
1086
|
+
/**
|
|
1087
|
+
* Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
1088
|
+
*/
|
|
1089
|
+
SupportedNetworkTypes?: NetworkTypeList;
|
|
1078
1090
|
}
|
|
1079
1091
|
export interface CacheSubnetGroupMessage {
|
|
1080
1092
|
/**
|
|
@@ -1261,9 +1273,17 @@ declare namespace ElastiCache {
|
|
|
1261
1273
|
*/
|
|
1262
1274
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequestList;
|
|
1263
1275
|
/**
|
|
1264
|
-
* A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster.
|
|
1276
|
+
* A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created. To enable in-transit encryption on a cluster you must set TransitEncryptionEnabled to true when you create a cluster. Only available when creating a cache cluster in an Amazon VPC using Memcached version 1.6.12 or later.
|
|
1265
1277
|
*/
|
|
1266
1278
|
TransitEncryptionEnabled?: BooleanOptional;
|
|
1279
|
+
/**
|
|
1280
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
1281
|
+
*/
|
|
1282
|
+
NetworkType?: NetworkType;
|
|
1283
|
+
/**
|
|
1284
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
1285
|
+
*/
|
|
1286
|
+
IpDiscovery?: IpDiscovery;
|
|
1267
1287
|
}
|
|
1268
1288
|
export interface CreateCacheClusterResult {
|
|
1269
1289
|
CacheCluster?: CacheCluster;
|
|
@@ -1390,7 +1410,7 @@ declare namespace ElastiCache {
|
|
|
1390
1410
|
*/
|
|
1391
1411
|
NodeGroupConfiguration?: NodeGroupConfigurationList;
|
|
1392
1412
|
/**
|
|
1393
|
-
* The compute and memory capacity of the nodes in the node group (shard). The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized
|
|
1413
|
+
* The compute and memory capacity of the nodes in the node group (shard). The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
1394
1414
|
*/
|
|
1395
1415
|
CacheNodeType?: String;
|
|
1396
1416
|
/**
|
|
@@ -1481,6 +1501,14 @@ declare namespace ElastiCache {
|
|
|
1481
1501
|
* Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. For more information, see Data tiering.
|
|
1482
1502
|
*/
|
|
1483
1503
|
DataTieringEnabled?: BooleanOptional;
|
|
1504
|
+
/**
|
|
1505
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
1506
|
+
*/
|
|
1507
|
+
NetworkType?: NetworkType;
|
|
1508
|
+
/**
|
|
1509
|
+
* The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
1510
|
+
*/
|
|
1511
|
+
IpDiscovery?: IpDiscovery;
|
|
1484
1512
|
}
|
|
1485
1513
|
export interface CreateReplicationGroupResult {
|
|
1486
1514
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -1909,7 +1937,7 @@ declare namespace ElastiCache {
|
|
|
1909
1937
|
*/
|
|
1910
1938
|
ReservedCacheNodesOfferingId?: String;
|
|
1911
1939
|
/**
|
|
1912
|
-
* The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types
|
|
1940
|
+
* The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
1913
1941
|
*/
|
|
1914
1942
|
CacheNodeType?: String;
|
|
1915
1943
|
/**
|
|
@@ -1939,7 +1967,7 @@ declare namespace ElastiCache {
|
|
|
1939
1967
|
*/
|
|
1940
1968
|
ReservedCacheNodesOfferingId?: String;
|
|
1941
1969
|
/**
|
|
1942
|
-
* The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types
|
|
1970
|
+
* The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
1943
1971
|
*/
|
|
1944
1972
|
CacheNodeType?: String;
|
|
1945
1973
|
/**
|
|
@@ -2396,6 +2424,7 @@ declare namespace ElastiCache {
|
|
|
2396
2424
|
}
|
|
2397
2425
|
export type Integer = number;
|
|
2398
2426
|
export type IntegerOptional = number;
|
|
2427
|
+
export type IpDiscovery = "ipv4"|"ipv6"|string;
|
|
2399
2428
|
export type KeyList = String[];
|
|
2400
2429
|
export interface KinesisFirehoseDestinationDetails {
|
|
2401
2430
|
/**
|
|
@@ -2553,6 +2582,10 @@ declare namespace ElastiCache {
|
|
|
2553
2582
|
* Specifies the destination, format and type of the logs.
|
|
2554
2583
|
*/
|
|
2555
2584
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequestList;
|
|
2585
|
+
/**
|
|
2586
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
2587
|
+
*/
|
|
2588
|
+
IpDiscovery?: IpDiscovery;
|
|
2556
2589
|
}
|
|
2557
2590
|
export interface ModifyCacheClusterResult {
|
|
2558
2591
|
CacheCluster?: CacheCluster;
|
|
@@ -2718,6 +2751,10 @@ declare namespace ElastiCache {
|
|
|
2718
2751
|
* Specifies the destination, format and type of the logs.
|
|
2719
2752
|
*/
|
|
2720
2753
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequestList;
|
|
2754
|
+
/**
|
|
2755
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
2756
|
+
*/
|
|
2757
|
+
IpDiscovery?: IpDiscovery;
|
|
2721
2758
|
}
|
|
2722
2759
|
export interface ModifyReplicationGroupResult {
|
|
2723
2760
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -2788,6 +2825,8 @@ declare namespace ElastiCache {
|
|
|
2788
2825
|
NoPasswordRequired?: BooleanOptional;
|
|
2789
2826
|
}
|
|
2790
2827
|
export type MultiAZStatus = "enabled"|"disabled"|string;
|
|
2828
|
+
export type NetworkType = "ipv4"|"ipv6"|"dual_stack"|string;
|
|
2829
|
+
export type NetworkTypeList = NetworkType[];
|
|
2791
2830
|
export interface NodeGroup {
|
|
2792
2831
|
/**
|
|
2793
2832
|
* The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.
|
|
@@ -3280,9 +3319,17 @@ declare namespace ElastiCache {
|
|
|
3280
3319
|
*/
|
|
3281
3320
|
DataTiering?: DataTieringStatus;
|
|
3282
3321
|
/**
|
|
3283
|
-
*
|
|
3322
|
+
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
3284
3323
|
*/
|
|
3285
3324
|
AutoMinorVersionUpgrade?: Boolean;
|
|
3325
|
+
/**
|
|
3326
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
3327
|
+
*/
|
|
3328
|
+
NetworkType?: NetworkType;
|
|
3329
|
+
/**
|
|
3330
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
3331
|
+
*/
|
|
3332
|
+
IpDiscovery?: IpDiscovery;
|
|
3286
3333
|
}
|
|
3287
3334
|
export type ReplicationGroupIdList = String[];
|
|
3288
3335
|
export type ReplicationGroupList = ReplicationGroup[];
|
|
@@ -3333,7 +3380,7 @@ declare namespace ElastiCache {
|
|
|
3333
3380
|
*/
|
|
3334
3381
|
ReservedCacheNodesOfferingId?: String;
|
|
3335
3382
|
/**
|
|
3336
|
-
* The cache node type for the reserved cache nodes. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types
|
|
3383
|
+
* The cache node type for the reserved cache nodes. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
3337
3384
|
*/
|
|
3338
3385
|
CacheNodeType?: String;
|
|
3339
3386
|
/**
|
|
@@ -3394,7 +3441,7 @@ declare namespace ElastiCache {
|
|
|
3394
3441
|
*/
|
|
3395
3442
|
ReservedCacheNodesOfferingId?: String;
|
|
3396
3443
|
/**
|
|
3397
|
-
* The cache node type for the reserved cache node. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types
|
|
3444
|
+
* The cache node type for the reserved cache node. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
3398
3445
|
*/
|
|
3399
3446
|
CacheNodeType?: String;
|
|
3400
3447
|
/**
|
|
@@ -3591,7 +3638,7 @@ declare namespace ElastiCache {
|
|
|
3591
3638
|
*/
|
|
3592
3639
|
SnapshotSource?: String;
|
|
3593
3640
|
/**
|
|
3594
|
-
* The name of the compute and memory capacity node type for the source cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward)
|
|
3641
|
+
* The name of the compute and memory capacity node type for the source cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge For region availability, see Supported Node Types M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward). cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge For region availability, see Supported Node Types R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
|
3595
3642
|
*/
|
|
3596
3643
|
CacheNodeType?: String;
|
|
3597
3644
|
/**
|
|
@@ -3709,6 +3756,10 @@ declare namespace ElastiCache {
|
|
|
3709
3756
|
* The outpost ARN of the subnet.
|
|
3710
3757
|
*/
|
|
3711
3758
|
SubnetOutpost?: SubnetOutpost;
|
|
3759
|
+
/**
|
|
3760
|
+
* Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
|
3761
|
+
*/
|
|
3762
|
+
SupportedNetworkTypes?: NetworkTypeList;
|
|
3712
3763
|
}
|
|
3713
3764
|
export type SubnetIdentifierList = String[];
|
|
3714
3765
|
export type SubnetList = Subnet[];
|
|
@@ -11,6 +11,30 @@ declare class LexModelsV2 extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: LexModelsV2.Types.ClientConfiguration)
|
|
13
13
|
config: Config & LexModelsV2.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Batch create custom vocabulary item for the specified locale in the specified bot.
|
|
16
|
+
*/
|
|
17
|
+
batchCreateCustomVocabularyItem(params: LexModelsV2.Types.BatchCreateCustomVocabularyItemRequest, callback?: (err: AWSError, data: LexModelsV2.Types.BatchCreateCustomVocabularyItemResponse) => void): Request<LexModelsV2.Types.BatchCreateCustomVocabularyItemResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Batch create custom vocabulary item for the specified locale in the specified bot.
|
|
20
|
+
*/
|
|
21
|
+
batchCreateCustomVocabularyItem(callback?: (err: AWSError, data: LexModelsV2.Types.BatchCreateCustomVocabularyItemResponse) => void): Request<LexModelsV2.Types.BatchCreateCustomVocabularyItemResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Batch delete custom vocabulary item for the specified locale in the specified bot.
|
|
24
|
+
*/
|
|
25
|
+
batchDeleteCustomVocabularyItem(params: LexModelsV2.Types.BatchDeleteCustomVocabularyItemRequest, callback?: (err: AWSError, data: LexModelsV2.Types.BatchDeleteCustomVocabularyItemResponse) => void): Request<LexModelsV2.Types.BatchDeleteCustomVocabularyItemResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Batch delete custom vocabulary item for the specified locale in the specified bot.
|
|
28
|
+
*/
|
|
29
|
+
batchDeleteCustomVocabularyItem(callback?: (err: AWSError, data: LexModelsV2.Types.BatchDeleteCustomVocabularyItemResponse) => void): Request<LexModelsV2.Types.BatchDeleteCustomVocabularyItemResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Batch update custom vocabulary item for the specified locale in the specified bot.
|
|
32
|
+
*/
|
|
33
|
+
batchUpdateCustomVocabularyItem(params: LexModelsV2.Types.BatchUpdateCustomVocabularyItemRequest, callback?: (err: AWSError, data: LexModelsV2.Types.BatchUpdateCustomVocabularyItemResponse) => void): Request<LexModelsV2.Types.BatchUpdateCustomVocabularyItemResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Batch update custom vocabulary item for the specified locale in the specified bot.
|
|
36
|
+
*/
|
|
37
|
+
batchUpdateCustomVocabularyItem(callback?: (err: AWSError, data: LexModelsV2.Types.BatchUpdateCustomVocabularyItemResponse) => void): Request<LexModelsV2.Types.BatchUpdateCustomVocabularyItemResponse, AWSError>;
|
|
14
38
|
/**
|
|
15
39
|
* Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot.
|
|
16
40
|
*/
|
|
@@ -371,6 +395,14 @@ declare class LexModelsV2 extends Service {
|
|
|
371
395
|
* Gets a list of built-in slot types that meet the specified criteria.
|
|
372
396
|
*/
|
|
373
397
|
listBuiltInSlotTypes(callback?: (err: AWSError, data: LexModelsV2.Types.ListBuiltInSlotTypesResponse) => void): Request<LexModelsV2.Types.ListBuiltInSlotTypesResponse, AWSError>;
|
|
398
|
+
/**
|
|
399
|
+
* List custom vocabulary items for the specified locale in the specified bot.
|
|
400
|
+
*/
|
|
401
|
+
listCustomVocabularyItems(params: LexModelsV2.Types.ListCustomVocabularyItemsRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListCustomVocabularyItemsResponse) => void): Request<LexModelsV2.Types.ListCustomVocabularyItemsResponse, AWSError>;
|
|
402
|
+
/**
|
|
403
|
+
* List custom vocabulary items for the specified locale in the specified bot.
|
|
404
|
+
*/
|
|
405
|
+
listCustomVocabularyItems(callback?: (err: AWSError, data: LexModelsV2.Types.ListCustomVocabularyItemsResponse) => void): Request<LexModelsV2.Types.ListCustomVocabularyItemsResponse, AWSError>;
|
|
374
406
|
/**
|
|
375
407
|
* Lists the exports for a bot, bot locale, or custom vocabulary. Exports are kept in the list for 7 days.
|
|
376
408
|
*/
|
|
@@ -396,11 +428,11 @@ declare class LexModelsV2 extends Service {
|
|
|
396
428
|
*/
|
|
397
429
|
listIntents(callback?: (err: AWSError, data: LexModelsV2.Types.ListIntentsResponse) => void): Request<LexModelsV2.Types.ListIntentsResponse, AWSError>;
|
|
398
430
|
/**
|
|
399
|
-
* Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
|
431
|
+
* Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. Intents in the response are ordered by relevance.
|
|
400
432
|
*/
|
|
401
433
|
listRecommendedIntents(params: LexModelsV2.Types.ListRecommendedIntentsRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListRecommendedIntentsResponse) => void): Request<LexModelsV2.Types.ListRecommendedIntentsResponse, AWSError>;
|
|
402
434
|
/**
|
|
403
|
-
* Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
|
435
|
+
* Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. Intents in the response are ordered by relevance.
|
|
404
436
|
*/
|
|
405
437
|
listRecommendedIntents(callback?: (err: AWSError, data: LexModelsV2.Types.ListRecommendedIntentsResponse) => void): Request<LexModelsV2.Types.ListRecommendedIntentsResponse, AWSError>;
|
|
406
438
|
/**
|
|
@@ -681,6 +713,126 @@ declare namespace LexModelsV2 {
|
|
|
681
713
|
*/
|
|
682
714
|
endTimeoutMs: TimeInMilliSeconds;
|
|
683
715
|
}
|
|
716
|
+
export interface BatchCreateCustomVocabularyItemRequest {
|
|
717
|
+
/**
|
|
718
|
+
* The unique identifier of the bot to batch create the custom vocabulary item for.
|
|
719
|
+
*/
|
|
720
|
+
botId: Id;
|
|
721
|
+
/**
|
|
722
|
+
* The bot version of the bot to batch create the custom vocabulary item for.
|
|
723
|
+
*/
|
|
724
|
+
botVersion: BotVersion;
|
|
725
|
+
/**
|
|
726
|
+
* The unique locale identifier of the bot to batch create the custom vocabulary item for.
|
|
727
|
+
*/
|
|
728
|
+
localeId: LocaleId;
|
|
729
|
+
/**
|
|
730
|
+
* The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
|
731
|
+
*/
|
|
732
|
+
customVocabularyItemList: CreateCustomVocabularyItemsList;
|
|
733
|
+
}
|
|
734
|
+
export interface BatchCreateCustomVocabularyItemResponse {
|
|
735
|
+
/**
|
|
736
|
+
* The unique identifier of the bot to batch create response for the custom vocabulary item.
|
|
737
|
+
*/
|
|
738
|
+
botId?: Id;
|
|
739
|
+
/**
|
|
740
|
+
* The bot version of the bot to batch create the custom vocabulary item response for.
|
|
741
|
+
*/
|
|
742
|
+
botVersion?: BotVersion;
|
|
743
|
+
/**
|
|
744
|
+
* The unique locale identifier of the bot to batch create the custom vocabulary item response for.
|
|
745
|
+
*/
|
|
746
|
+
localeId?: LocaleId;
|
|
747
|
+
/**
|
|
748
|
+
* The errors of the action to batch create the custom vocabulary item response for a bot.
|
|
749
|
+
*/
|
|
750
|
+
errors?: FailedCustomVocabularyItems;
|
|
751
|
+
/**
|
|
752
|
+
* The resources of the action to batch create the custom vocabulary item response for a bot.
|
|
753
|
+
*/
|
|
754
|
+
resources?: CustomVocabularyItems;
|
|
755
|
+
}
|
|
756
|
+
export interface BatchDeleteCustomVocabularyItemRequest {
|
|
757
|
+
/**
|
|
758
|
+
* The unique identifier of the bot to batch delete request for the custom vocabulary item.
|
|
759
|
+
*/
|
|
760
|
+
botId: Id;
|
|
761
|
+
/**
|
|
762
|
+
* The version of the bot to batch delete request for the custom vocabulary item.
|
|
763
|
+
*/
|
|
764
|
+
botVersion: BotVersion;
|
|
765
|
+
/**
|
|
766
|
+
* The locale identifier of the bot to batch delete request for the custom vocabulary item.
|
|
767
|
+
*/
|
|
768
|
+
localeId: LocaleId;
|
|
769
|
+
/**
|
|
770
|
+
* The custom vocabulary list to batch delete request for the custom vocabulary item.
|
|
771
|
+
*/
|
|
772
|
+
customVocabularyItemList: DeleteCustomVocabularyItemsList;
|
|
773
|
+
}
|
|
774
|
+
export interface BatchDeleteCustomVocabularyItemResponse {
|
|
775
|
+
/**
|
|
776
|
+
* The unique identifier of the bot to batch delete response for the custom vocabulary item.
|
|
777
|
+
*/
|
|
778
|
+
botId?: Id;
|
|
779
|
+
/**
|
|
780
|
+
* The version of the bot to batch delete response for the custom vocabulary item.
|
|
781
|
+
*/
|
|
782
|
+
botVersion?: BotVersion;
|
|
783
|
+
/**
|
|
784
|
+
* The locale identifier of the bot to batch delete response for the custom vocabulary item.
|
|
785
|
+
*/
|
|
786
|
+
localeId?: LocaleId;
|
|
787
|
+
/**
|
|
788
|
+
* The errors of the action to batch delete response for the custom vocabulary item.
|
|
789
|
+
*/
|
|
790
|
+
errors?: FailedCustomVocabularyItems;
|
|
791
|
+
/**
|
|
792
|
+
* The resources of the action to batch delete response for the custom vocabulary item.
|
|
793
|
+
*/
|
|
794
|
+
resources?: CustomVocabularyItems;
|
|
795
|
+
}
|
|
796
|
+
export interface BatchUpdateCustomVocabularyItemRequest {
|
|
797
|
+
/**
|
|
798
|
+
* The unique identifier of the bot to the batch update request for the custom vocabulary item.
|
|
799
|
+
*/
|
|
800
|
+
botId: Id;
|
|
801
|
+
/**
|
|
802
|
+
* The bot version of the bot to the batch update request for the custom vocabulary item.
|
|
803
|
+
*/
|
|
804
|
+
botVersion: BotVersion;
|
|
805
|
+
/**
|
|
806
|
+
* The locale identifier of the bot to the batch update request for the custom vocabulary item.
|
|
807
|
+
*/
|
|
808
|
+
localeId: LocaleId;
|
|
809
|
+
/**
|
|
810
|
+
* The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
|
811
|
+
*/
|
|
812
|
+
customVocabularyItemList: UpdateCustomVocabularyItemsList;
|
|
813
|
+
}
|
|
814
|
+
export interface BatchUpdateCustomVocabularyItemResponse {
|
|
815
|
+
/**
|
|
816
|
+
* The unique identifier of the bot to the batch update response for the custom vocabulary item.
|
|
817
|
+
*/
|
|
818
|
+
botId?: Id;
|
|
819
|
+
/**
|
|
820
|
+
* The bot version of the bot to the batch update response for the custom vocabulary item.
|
|
821
|
+
*/
|
|
822
|
+
botVersion?: BotVersion;
|
|
823
|
+
/**
|
|
824
|
+
* The locale identifier of the bot to the batch update response for the custom vocabulary item.
|
|
825
|
+
*/
|
|
826
|
+
localeId?: LocaleId;
|
|
827
|
+
/**
|
|
828
|
+
* The errors of the action to batch update response for the custom vocabulary item.
|
|
829
|
+
*/
|
|
830
|
+
errors?: FailedCustomVocabularyItems;
|
|
831
|
+
/**
|
|
832
|
+
* The resources of the action to batch update response for the custom vocabulary item.
|
|
833
|
+
*/
|
|
834
|
+
resources?: CustomVocabularyItems;
|
|
835
|
+
}
|
|
684
836
|
export type Boolean = boolean;
|
|
685
837
|
export interface BotAliasHistoryEvent {
|
|
686
838
|
/**
|
|
@@ -1441,6 +1593,7 @@ declare namespace LexModelsV2 {
|
|
|
1441
1593
|
*/
|
|
1442
1594
|
creationDateTime?: Timestamp;
|
|
1443
1595
|
}
|
|
1596
|
+
export type CreateCustomVocabularyItemsList = NewCustomVocabularyItem[];
|
|
1444
1597
|
export interface CreateExportRequest {
|
|
1445
1598
|
/**
|
|
1446
1599
|
* Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
|
|
@@ -1880,6 +2033,12 @@ declare namespace LexModelsV2 {
|
|
|
1880
2033
|
value: CustomPayloadValue;
|
|
1881
2034
|
}
|
|
1882
2035
|
export type CustomPayloadValue = string;
|
|
2036
|
+
export interface CustomVocabularyEntryId {
|
|
2037
|
+
/**
|
|
2038
|
+
* The unique item identifier for the custom vocabulary items.
|
|
2039
|
+
*/
|
|
2040
|
+
itemId: ItemId;
|
|
2041
|
+
}
|
|
1883
2042
|
export interface CustomVocabularyExportSpecification {
|
|
1884
2043
|
/**
|
|
1885
2044
|
* The identifier of the bot that contains the custom vocabulary to export.
|
|
@@ -1908,6 +2067,25 @@ declare namespace LexModelsV2 {
|
|
|
1908
2067
|
*/
|
|
1909
2068
|
localeId: LocaleId;
|
|
1910
2069
|
}
|
|
2070
|
+
export interface CustomVocabularyItem {
|
|
2071
|
+
/**
|
|
2072
|
+
* The unique item identifer for the custom vocabulary item from the custom vocabulary list.
|
|
2073
|
+
*/
|
|
2074
|
+
itemId: ItemId;
|
|
2075
|
+
/**
|
|
2076
|
+
* The unique phrase for the custom vocabulary item from the custom vocabulary list.
|
|
2077
|
+
*/
|
|
2078
|
+
phrase: Phrase;
|
|
2079
|
+
/**
|
|
2080
|
+
* The weight assigned for the custom vocabulary item from the custom vocabulary list.
|
|
2081
|
+
*/
|
|
2082
|
+
weight?: Weight;
|
|
2083
|
+
/**
|
|
2084
|
+
* The display as value for the custom vocabulary item from the custom vocabulary list.
|
|
2085
|
+
*/
|
|
2086
|
+
displayAs?: Phrase;
|
|
2087
|
+
}
|
|
2088
|
+
export type CustomVocabularyItems = CustomVocabularyItem[];
|
|
1911
2089
|
export type CustomVocabularyStatus = "Ready"|"Deleting"|"Exporting"|"Importing"|"Creating"|string;
|
|
1912
2090
|
export type DTMFCharacter = string;
|
|
1913
2091
|
export interface DTMFSpecification {
|
|
@@ -2059,6 +2237,7 @@ declare namespace LexModelsV2 {
|
|
|
2059
2237
|
*/
|
|
2060
2238
|
botStatus?: BotStatus;
|
|
2061
2239
|
}
|
|
2240
|
+
export type DeleteCustomVocabularyItemsList = CustomVocabularyEntryId[];
|
|
2062
2241
|
export interface DeleteCustomVocabularyRequest {
|
|
2063
2242
|
/**
|
|
2064
2243
|
* The unique identifier of the bot to remove the custom vocabulary from.
|
|
@@ -3005,6 +3184,8 @@ declare namespace LexModelsV2 {
|
|
|
3005
3184
|
*/
|
|
3006
3185
|
associatedTranscriptsPassword?: FilePassword;
|
|
3007
3186
|
}
|
|
3187
|
+
export type ErrorCode = "DUPLICATE_INPUT"|"RESOURCE_DOES_NOT_EXIST"|"RESOURCE_ALREADY_EXISTS"|"INTERNAL_SERVER_FAILURE"|string;
|
|
3188
|
+
export type ErrorMessage = string;
|
|
3008
3189
|
export interface ExportFilter {
|
|
3009
3190
|
/**
|
|
3010
3191
|
* The name of the field to use for filtering.
|
|
@@ -3081,6 +3262,21 @@ declare namespace LexModelsV2 {
|
|
|
3081
3262
|
*/
|
|
3082
3263
|
grammarSlotTypeSetting?: GrammarSlotTypeSetting;
|
|
3083
3264
|
}
|
|
3265
|
+
export interface FailedCustomVocabularyItem {
|
|
3266
|
+
/**
|
|
3267
|
+
* The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
|
|
3268
|
+
*/
|
|
3269
|
+
itemId?: ItemId;
|
|
3270
|
+
/**
|
|
3271
|
+
* The error message for the failed custom vocabulary item from the custom vocabulary list.
|
|
3272
|
+
*/
|
|
3273
|
+
errorMessage?: ErrorMessage;
|
|
3274
|
+
/**
|
|
3275
|
+
* The unique error code for the failed custom vocabulary item from the custom vocabulary list.
|
|
3276
|
+
*/
|
|
3277
|
+
errorCode?: ErrorCode;
|
|
3278
|
+
}
|
|
3279
|
+
export type FailedCustomVocabularyItems = FailedCustomVocabularyItem[];
|
|
3084
3280
|
export type FailureReason = string;
|
|
3085
3281
|
export type FailureReasons = FailureReason[];
|
|
3086
3282
|
export type FilePassword = string;
|
|
@@ -3427,6 +3623,7 @@ declare namespace LexModelsV2 {
|
|
|
3427
3623
|
lastUpdatedDateTime?: Timestamp;
|
|
3428
3624
|
}
|
|
3429
3625
|
export type IntentSummaryList = IntentSummary[];
|
|
3626
|
+
export type ItemId = string;
|
|
3430
3627
|
export interface KendraConfiguration {
|
|
3431
3628
|
/**
|
|
3432
3629
|
* The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot.
|
|
@@ -3780,6 +3977,50 @@ declare namespace LexModelsV2 {
|
|
|
3780
3977
|
*/
|
|
3781
3978
|
localeId?: LocaleId;
|
|
3782
3979
|
}
|
|
3980
|
+
export interface ListCustomVocabularyItemsRequest {
|
|
3981
|
+
/**
|
|
3982
|
+
* The unique identifier of the bot to the list custom vocabulary request.
|
|
3983
|
+
*/
|
|
3984
|
+
botId: Id;
|
|
3985
|
+
/**
|
|
3986
|
+
* The bot version of the bot to the list custom vocabulary request.
|
|
3987
|
+
*/
|
|
3988
|
+
botVersion: BotVersion;
|
|
3989
|
+
/**
|
|
3990
|
+
* The locale identifier of the bot to the list custom vocabulary request.
|
|
3991
|
+
*/
|
|
3992
|
+
localeId: LocaleId;
|
|
3993
|
+
/**
|
|
3994
|
+
* The maximum results to the list custom vocabulary request.
|
|
3995
|
+
*/
|
|
3996
|
+
maxResults?: MaxResults;
|
|
3997
|
+
/**
|
|
3998
|
+
* The nextToken identifier to the list custom vocabulary request.
|
|
3999
|
+
*/
|
|
4000
|
+
nextToken?: NextToken;
|
|
4001
|
+
}
|
|
4002
|
+
export interface ListCustomVocabularyItemsResponse {
|
|
4003
|
+
/**
|
|
4004
|
+
* The unique identifier of the bot to the list custom vocabulary response.
|
|
4005
|
+
*/
|
|
4006
|
+
botId?: Id;
|
|
4007
|
+
/**
|
|
4008
|
+
* The bot version of the bot to the list custom vocabulary response.
|
|
4009
|
+
*/
|
|
4010
|
+
botVersion?: BotVersion;
|
|
4011
|
+
/**
|
|
4012
|
+
* The locale identifier of the bot to the list custom vocabulary response.
|
|
4013
|
+
*/
|
|
4014
|
+
localeId?: LocaleId;
|
|
4015
|
+
/**
|
|
4016
|
+
* The custom vocabulary items from the list custom vocabulary response.
|
|
4017
|
+
*/
|
|
4018
|
+
customVocabularyItems?: CustomVocabularyItems;
|
|
4019
|
+
/**
|
|
4020
|
+
* The nextToken identifier to the list custom vocabulary response.
|
|
4021
|
+
*/
|
|
4022
|
+
nextToken?: NextToken;
|
|
4023
|
+
}
|
|
3783
4024
|
export interface ListExportsRequest {
|
|
3784
4025
|
/**
|
|
3785
4026
|
* The unique identifier that Amazon Lex assigned to the bot.
|
|
@@ -4157,6 +4398,20 @@ declare namespace LexModelsV2 {
|
|
|
4157
4398
|
allowMultipleValues?: Boolean;
|
|
4158
4399
|
}
|
|
4159
4400
|
export type Name = string;
|
|
4401
|
+
export interface NewCustomVocabularyItem {
|
|
4402
|
+
/**
|
|
4403
|
+
* The unique phrase for the new custom vocabulary item from the custom vocabulary list.
|
|
4404
|
+
*/
|
|
4405
|
+
phrase: Phrase;
|
|
4406
|
+
/**
|
|
4407
|
+
* The weight assigned to the new custom vocabulary item from the custom vocabulary list.
|
|
4408
|
+
*/
|
|
4409
|
+
weight?: Weight;
|
|
4410
|
+
/**
|
|
4411
|
+
* The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
|
|
4412
|
+
*/
|
|
4413
|
+
displayAs?: Phrase;
|
|
4414
|
+
}
|
|
4160
4415
|
export type NextIndex = number;
|
|
4161
4416
|
export type NextToken = string;
|
|
4162
4417
|
export type NonEmptyString = string;
|
|
@@ -4193,6 +4448,7 @@ declare namespace LexModelsV2 {
|
|
|
4193
4448
|
*/
|
|
4194
4449
|
objectPrefixes?: ObjectPrefixes;
|
|
4195
4450
|
}
|
|
4451
|
+
export type Phrase = string;
|
|
4196
4452
|
export interface PlainTextMessage {
|
|
4197
4453
|
/**
|
|
4198
4454
|
* The message to send to the user.
|
|
@@ -5289,6 +5545,7 @@ declare namespace LexModelsV2 {
|
|
|
5289
5545
|
*/
|
|
5290
5546
|
lastUpdatedDateTime?: Timestamp;
|
|
5291
5547
|
}
|
|
5548
|
+
export type UpdateCustomVocabularyItemsList = CustomVocabularyItem[];
|
|
5292
5549
|
export interface UpdateExportRequest {
|
|
5293
5550
|
/**
|
|
5294
5551
|
* The unique identifier Amazon Lex assigned to the export.
|
|
@@ -5737,6 +5994,7 @@ declare namespace LexModelsV2 {
|
|
|
5737
5994
|
*/
|
|
5738
5995
|
active?: BoxedBoolean;
|
|
5739
5996
|
}
|
|
5997
|
+
export type Weight = number;
|
|
5740
5998
|
/**
|
|
5741
5999
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
5742
6000
|
*/
|