aws-sdk 2.992.0 → 2.996.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/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/appintegrations-2020-07-29.min.json +222 -8
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/connect-2017-08-08.min.json +25 -11
- package/apis/ec2-2016-11-15.min.json +25 -15
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/license-manager-2018-08-01.min.json +186 -72
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/metadata.json +7 -0
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +226 -213
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/voice-id-2021-09-27.examples.json +5 -0
- package/apis/voice-id-2021-09-27.min.json +903 -0
- package/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/apis/wisdom-2020-10-19.examples.json +5 -0
- package/apis/wisdom-2020-10-19.min.json +1525 -0
- package/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/appintegrations.d.ts +273 -2
- package/clients/appsync.d.ts +35 -13
- package/clients/connect.d.ts +60 -32
- package/clients/ec2.d.ts +17 -5
- package/clients/elbv2.d.ts +7 -7
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +215 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/pinpoint.d.ts +24 -0
- package/clients/ssm.d.ts +40 -19
- package/clients/voiceid.d.ts +1133 -0
- package/clients/voiceid.js +18 -0
- package/clients/wafv2.d.ts +18 -0
- package/clients/wisdom.d.ts +1499 -0
- package/clients/wisdom.js +18 -0
- package/dist/aws-sdk-core-react-native.js +5 -5
- package/dist/aws-sdk-react-native.js +96 -22
- package/dist/aws-sdk.js +173 -132
- package/dist/aws-sdk.min.js +70 -70
- package/lib/config.js +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
|
@@ -100,11 +100,11 @@ declare class Imagebuilder extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
deleteDistributionConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.DeleteDistributionConfigurationResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container images that are created during the image build process. You must clean those up separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI commands. To deregister an EC2 Linux AMI, see Deregister your Linux AMI in the Amazon EC2 User Guide . To deregister an EC2 Windows AMI, see Deregister your Windows AMI in the Amazon EC2 Windows Guide . To delete a container image from Amazon ECR, see Deleting an image in the Amazon ECR User Guide.
|
|
104
104
|
*/
|
|
105
105
|
deleteImage(params: Imagebuilder.Types.DeleteImageRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageResponse) => void): Request<Imagebuilder.Types.DeleteImageResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container images that are created during the image build process. You must clean those up separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI commands. To deregister an EC2 Linux AMI, see Deregister your Linux AMI in the Amazon EC2 User Guide . To deregister an EC2 Windows AMI, see Deregister your Windows AMI in the Amazon EC2 Windows Guide . To delete a container image from Amazon ECR, see Deleting an image in the Amazon ECR User Guide.
|
|
108
108
|
*/
|
|
109
109
|
deleteImage(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageResponse) => void): Request<Imagebuilder.Types.DeleteImageResponse, AWSError>;
|
|
110
110
|
/**
|
|
@@ -228,19 +228,19 @@ declare class Imagebuilder extends Service {
|
|
|
228
228
|
*/
|
|
229
229
|
importComponent(callback?: (err: AWSError, data: Imagebuilder.Types.ImportComponentResponse) => void): Request<Imagebuilder.Types.ImportComponentResponse, AWSError>;
|
|
230
230
|
/**
|
|
231
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
231
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
232
232
|
*/
|
|
233
233
|
listComponentBuildVersions(params: Imagebuilder.Types.ListComponentBuildVersionsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListComponentBuildVersionsResponse, AWSError>;
|
|
234
234
|
/**
|
|
235
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
235
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
236
236
|
*/
|
|
237
237
|
listComponentBuildVersions(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListComponentBuildVersionsResponse, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
239
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
240
240
|
*/
|
|
241
241
|
listComponents(params: Imagebuilder.Types.ListComponentsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
243
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
244
244
|
*/
|
|
245
245
|
listComponents(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
|
|
246
246
|
/**
|
|
@@ -268,11 +268,11 @@ declare class Imagebuilder extends Service {
|
|
|
268
268
|
*/
|
|
269
269
|
listImageBuildVersions(callback?: (err: AWSError, data: Imagebuilder.Types.ListImageBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListImageBuildVersionsResponse, AWSError>;
|
|
270
270
|
/**
|
|
271
|
-
* List the Packages that are associated with an Image Build Version, as determined by Amazon
|
|
271
|
+
* List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.
|
|
272
272
|
*/
|
|
273
273
|
listImagePackages(params: Imagebuilder.Types.ListImagePackagesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePackagesResponse) => void): Request<Imagebuilder.Types.ListImagePackagesResponse, AWSError>;
|
|
274
274
|
/**
|
|
275
|
-
* List the Packages that are associated with an Image Build Version, as determined by Amazon
|
|
275
|
+
* List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.
|
|
276
276
|
*/
|
|
277
277
|
listImagePackages(callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePackagesResponse) => void): Request<Imagebuilder.Types.ListImagePackagesResponse, AWSError>;
|
|
278
278
|
/**
|
|
@@ -409,11 +409,11 @@ declare namespace Imagebuilder {
|
|
|
409
409
|
export type AccountList = AccountId[];
|
|
410
410
|
export interface AdditionalInstanceConfiguration {
|
|
411
411
|
/**
|
|
412
|
-
* Contains settings for the
|
|
412
|
+
* Contains settings for the Systems Manager agent on your build instance.
|
|
413
413
|
*/
|
|
414
414
|
systemsManagerAgent?: SystemsManagerAgent;
|
|
415
415
|
/**
|
|
416
|
-
* Use this property to provide commands or a command script to run when you launch your build instance. The userDataOverride property replaces any commands that Image Builder might have added to ensure that
|
|
416
|
+
* Use this property to provide commands or a command script to run when you launch your build instance. The userDataOverride property replaces any commands that Image Builder might have added to ensure that Systems Manager is installed on your Linux build instance. If you override the user data, make sure that you add commands to install Systems Manager, if it is not pre-installed on your source image.
|
|
417
417
|
*/
|
|
418
418
|
userDataOverride?: UserDataOverride;
|
|
419
419
|
}
|
|
@@ -528,6 +528,10 @@ declare namespace Imagebuilder {
|
|
|
528
528
|
* The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
|
|
529
529
|
*/
|
|
530
530
|
supportedOsVersions?: OsVersionList;
|
|
531
|
+
/**
|
|
532
|
+
* Describes the current status of the component. This is used for components that are no longer active.
|
|
533
|
+
*/
|
|
534
|
+
state?: ComponentState;
|
|
531
535
|
/**
|
|
532
536
|
* Contains parameter details for each of the parameters that are defined for the component.
|
|
533
537
|
*/
|
|
@@ -606,6 +610,17 @@ declare namespace Imagebuilder {
|
|
|
606
610
|
export type ComponentParameterType = string;
|
|
607
611
|
export type ComponentParameterValue = string;
|
|
608
612
|
export type ComponentParameterValueList = ComponentParameterValue[];
|
|
613
|
+
export interface ComponentState {
|
|
614
|
+
/**
|
|
615
|
+
* The current state of the component.
|
|
616
|
+
*/
|
|
617
|
+
status?: ComponentStatus;
|
|
618
|
+
/**
|
|
619
|
+
* Describes how or why the component changed state.
|
|
620
|
+
*/
|
|
621
|
+
reason?: NonEmptyString;
|
|
622
|
+
}
|
|
623
|
+
export type ComponentStatus = "DEPRECATED"|string;
|
|
609
624
|
export interface ComponentSummary {
|
|
610
625
|
/**
|
|
611
626
|
* The Amazon Resource Name (ARN) of the component.
|
|
@@ -627,6 +642,10 @@ declare namespace Imagebuilder {
|
|
|
627
642
|
* The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
|
|
628
643
|
*/
|
|
629
644
|
supportedOsVersions?: OsVersionList;
|
|
645
|
+
/**
|
|
646
|
+
* Describes the current status of the component.
|
|
647
|
+
*/
|
|
648
|
+
state?: ComponentState;
|
|
630
649
|
/**
|
|
631
650
|
* The type of the component denotes whether the component is used to build the image or only to test it.
|
|
632
651
|
*/
|
|
@@ -664,7 +683,7 @@ declare namespace Imagebuilder {
|
|
|
664
683
|
*/
|
|
665
684
|
name?: ResourceName;
|
|
666
685
|
/**
|
|
667
|
-
* The semantic version of the component. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
686
|
+
* The semantic version of the component. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
668
687
|
*/
|
|
669
688
|
version?: VersionNumber;
|
|
670
689
|
/**
|
|
@@ -746,7 +765,7 @@ declare namespace Imagebuilder {
|
|
|
746
765
|
*/
|
|
747
766
|
owner?: NonEmptyString;
|
|
748
767
|
/**
|
|
749
|
-
* The semantic version of the container recipe. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
768
|
+
* The semantic version of the container recipe. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
750
769
|
*/
|
|
751
770
|
version?: VersionNumber;
|
|
752
771
|
/**
|
|
@@ -834,7 +853,7 @@ declare namespace Imagebuilder {
|
|
|
834
853
|
*/
|
|
835
854
|
name: ResourceName;
|
|
836
855
|
/**
|
|
837
|
-
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
856
|
+
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
838
857
|
*/
|
|
839
858
|
semanticVersion: VersionNumber;
|
|
840
859
|
/**
|
|
@@ -902,7 +921,7 @@ declare namespace Imagebuilder {
|
|
|
902
921
|
*/
|
|
903
922
|
description?: NonEmptyString;
|
|
904
923
|
/**
|
|
905
|
-
* The semantic version of the container recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
924
|
+
* The semantic version of the container recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
906
925
|
*/
|
|
907
926
|
semanticVersion: VersionNumber;
|
|
908
927
|
/**
|
|
@@ -1078,7 +1097,7 @@ declare namespace Imagebuilder {
|
|
|
1078
1097
|
*/
|
|
1079
1098
|
description?: NonEmptyString;
|
|
1080
1099
|
/**
|
|
1081
|
-
* The semantic version of the image recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
1100
|
+
* The semantic version of the image recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
1082
1101
|
*/
|
|
1083
1102
|
semanticVersion: VersionNumber;
|
|
1084
1103
|
/**
|
|
@@ -1182,7 +1201,7 @@ declare namespace Imagebuilder {
|
|
|
1182
1201
|
*/
|
|
1183
1202
|
description?: NonEmptyString;
|
|
1184
1203
|
/**
|
|
1185
|
-
* The instance
|
|
1204
|
+
* The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see one of the following links: Configure the instance metadata options in the Amazon EC2 User Guide for Linux instances. Configure the instance metadata options in the Amazon EC2 Windows Guide for Windows instances.
|
|
1186
1205
|
*/
|
|
1187
1206
|
instanceTypes?: InstanceTypeList;
|
|
1188
1207
|
/**
|
|
@@ -1202,7 +1221,7 @@ declare namespace Imagebuilder {
|
|
|
1202
1221
|
*/
|
|
1203
1222
|
logging?: Logging;
|
|
1204
1223
|
/**
|
|
1205
|
-
* The key pair of the infrastructure configuration.
|
|
1224
|
+
* The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
|
|
1206
1225
|
*/
|
|
1207
1226
|
keyPair?: NonEmptyString;
|
|
1208
1227
|
/**
|
|
@@ -1217,6 +1236,10 @@ declare namespace Imagebuilder {
|
|
|
1217
1236
|
* The tags attached to the resource created by Image Builder.
|
|
1218
1237
|
*/
|
|
1219
1238
|
resourceTags?: ResourceTagMap;
|
|
1239
|
+
/**
|
|
1240
|
+
* The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
|
|
1241
|
+
*/
|
|
1242
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
1220
1243
|
/**
|
|
1221
1244
|
* The tags of the infrastructure configuration.
|
|
1222
1245
|
*/
|
|
@@ -1323,7 +1346,7 @@ declare namespace Imagebuilder {
|
|
|
1323
1346
|
}
|
|
1324
1347
|
export interface DeleteImageRequest {
|
|
1325
1348
|
/**
|
|
1326
|
-
* The Amazon Resource Name (ARN) of the image to delete.
|
|
1349
|
+
* The Amazon Resource Name (ARN) of the Image Builder image resource to delete.
|
|
1327
1350
|
*/
|
|
1328
1351
|
imageBuildVersionArn: ImageBuildVersionArn;
|
|
1329
1352
|
}
|
|
@@ -1333,7 +1356,7 @@ declare namespace Imagebuilder {
|
|
|
1333
1356
|
*/
|
|
1334
1357
|
requestId?: NonEmptyString;
|
|
1335
1358
|
/**
|
|
1336
|
-
* The Amazon Resource Name (ARN) of the image that was deleted.
|
|
1359
|
+
* The Amazon Resource Name (ARN) of the Image Builder image resource that was deleted.
|
|
1337
1360
|
*/
|
|
1338
1361
|
imageBuildVersionArn?: ImageBuildVersionArn;
|
|
1339
1362
|
}
|
|
@@ -1473,9 +1496,14 @@ declare namespace Imagebuilder {
|
|
|
1473
1496
|
* Use to override the device's volume type.
|
|
1474
1497
|
*/
|
|
1475
1498
|
volumeType?: EbsVolumeType;
|
|
1499
|
+
/**
|
|
1500
|
+
* For GP3 volumes only – The throughput in MiB/s that the volume supports.
|
|
1501
|
+
*/
|
|
1502
|
+
throughput?: EbsVolumeThroughput;
|
|
1476
1503
|
}
|
|
1477
1504
|
export type EbsIopsInteger = number;
|
|
1478
1505
|
export type EbsVolumeSizeInteger = number;
|
|
1506
|
+
export type EbsVolumeThroughput = number;
|
|
1479
1507
|
export type EbsVolumeType = "standard"|"io1"|"io2"|"gp2"|"gp3"|"sc1"|"st1"|string;
|
|
1480
1508
|
export type EmptyString = string;
|
|
1481
1509
|
export interface Filter {
|
|
@@ -1668,6 +1696,8 @@ declare namespace Imagebuilder {
|
|
|
1668
1696
|
*/
|
|
1669
1697
|
infrastructureConfiguration?: InfrastructureConfiguration;
|
|
1670
1698
|
}
|
|
1699
|
+
export type HttpPutResponseHopLimit = number;
|
|
1700
|
+
export type HttpTokens = string;
|
|
1671
1701
|
export interface Image {
|
|
1672
1702
|
/**
|
|
1673
1703
|
* The Amazon Resource Name (ARN) of the image. Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows: Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x. Version ARNs have only the first three nodes: <major>.<minor>.<patch> Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
|
|
@@ -1682,7 +1712,7 @@ declare namespace Imagebuilder {
|
|
|
1682
1712
|
*/
|
|
1683
1713
|
name?: ResourceName;
|
|
1684
1714
|
/**
|
|
1685
|
-
* The semantic version of the image. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
1715
|
+
* The semantic version of the image. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
1686
1716
|
*/
|
|
1687
1717
|
version?: VersionNumber;
|
|
1688
1718
|
/**
|
|
@@ -2001,7 +2031,7 @@ declare namespace Imagebuilder {
|
|
|
2001
2031
|
*/
|
|
2002
2032
|
type?: ImageType;
|
|
2003
2033
|
/**
|
|
2004
|
-
* Details for a specific version of an Image Builder image. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
2034
|
+
* Details for a specific version of an Image Builder image. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
2005
2035
|
*/
|
|
2006
2036
|
version?: VersionNumber;
|
|
2007
2037
|
/**
|
|
@@ -2030,7 +2060,7 @@ declare namespace Imagebuilder {
|
|
|
2030
2060
|
*/
|
|
2031
2061
|
name: ResourceName;
|
|
2032
2062
|
/**
|
|
2033
|
-
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
2063
|
+
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
2034
2064
|
*/
|
|
2035
2065
|
semanticVersion: VersionNumber;
|
|
2036
2066
|
/**
|
|
@@ -2145,6 +2175,10 @@ declare namespace Imagebuilder {
|
|
|
2145
2175
|
* The tags attached to the resource created by Image Builder.
|
|
2146
2176
|
*/
|
|
2147
2177
|
resourceTags?: ResourceTagMap;
|
|
2178
|
+
/**
|
|
2179
|
+
* The instance metadata option settings for the infrastructure configuration.
|
|
2180
|
+
*/
|
|
2181
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
2148
2182
|
/**
|
|
2149
2183
|
* The tags of the infrastructure configuration.
|
|
2150
2184
|
*/
|
|
@@ -2221,6 +2255,16 @@ declare namespace Imagebuilder {
|
|
|
2221
2255
|
*/
|
|
2222
2256
|
blockDeviceMappings?: InstanceBlockDeviceMappings;
|
|
2223
2257
|
}
|
|
2258
|
+
export interface InstanceMetadataOptions {
|
|
2259
|
+
/**
|
|
2260
|
+
* Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows: required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases. optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned. The default setting is optional.
|
|
2261
|
+
*/
|
|
2262
|
+
httpTokens?: HttpTokens;
|
|
2263
|
+
/**
|
|
2264
|
+
* Limit the number of hops that an instance metadata request can traverse to reach its destination.
|
|
2265
|
+
*/
|
|
2266
|
+
httpPutResponseHopLimit?: HttpPutResponseHopLimit;
|
|
2267
|
+
}
|
|
2224
2268
|
export type InstanceProfileNameType = string;
|
|
2225
2269
|
export type InstanceType = string;
|
|
2226
2270
|
export type InstanceTypeList = InstanceType[];
|
|
@@ -2560,7 +2604,7 @@ declare namespace Imagebuilder {
|
|
|
2560
2604
|
*/
|
|
2561
2605
|
requestId?: NonEmptyString;
|
|
2562
2606
|
/**
|
|
2563
|
-
* The list of image semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
2607
|
+
* The list of image semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
2564
2608
|
*/
|
|
2565
2609
|
imageVersionList?: ImageVersionList;
|
|
2566
2610
|
/**
|
|
@@ -2771,7 +2815,7 @@ declare namespace Imagebuilder {
|
|
|
2771
2815
|
export type StringList = NonEmptyString[];
|
|
2772
2816
|
export interface SystemsManagerAgent {
|
|
2773
2817
|
/**
|
|
2774
|
-
* Controls whether the
|
|
2818
|
+
* Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
|
|
2775
2819
|
*/
|
|
2776
2820
|
uninstallAfterBuild?: NullableBoolean;
|
|
2777
2821
|
}
|
|
@@ -2936,7 +2980,7 @@ declare namespace Imagebuilder {
|
|
|
2936
2980
|
*/
|
|
2937
2981
|
logging?: Logging;
|
|
2938
2982
|
/**
|
|
2939
|
-
* The key pair of the infrastructure configuration.
|
|
2983
|
+
* The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
|
|
2940
2984
|
*/
|
|
2941
2985
|
keyPair?: NonEmptyString;
|
|
2942
2986
|
/**
|
|
@@ -2955,6 +2999,10 @@ declare namespace Imagebuilder {
|
|
|
2955
2999
|
* The tags attached to the resource created by Image Builder.
|
|
2956
3000
|
*/
|
|
2957
3001
|
resourceTags?: ResourceTagMap;
|
|
3002
|
+
/**
|
|
3003
|
+
* The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see one of the following links: Configure the instance metadata options in the Amazon EC2 User Guide for Linux instances. Configure the instance metadata options in the Amazon EC2 Windows Guide for Windows instances.
|
|
3004
|
+
*/
|
|
3005
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
2958
3006
|
}
|
|
2959
3007
|
export interface UpdateInfrastructureConfigurationResponse {
|
|
2960
3008
|
/**
|
package/clients/lexmodelsv2.d.ts
CHANGED
|
@@ -195,6 +195,14 @@ declare class LexModelsV2 extends Service {
|
|
|
195
195
|
* Deletes a slot type from a bot locale. If a slot is using the slot type, Amazon Lex throws a ResourceInUseException exception. To avoid the exception, set the skipResourceInUseCheck parameter to true.
|
|
196
196
|
*/
|
|
197
197
|
deleteSlotType(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.. Use the DeleteUtterances operation to manually delete utterances for a specific session. When you use the DeleteUtterances operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the ListAggregatedUtterances operation are deleted after 15 days.
|
|
200
|
+
*/
|
|
201
|
+
deleteUtterances(params: LexModelsV2.Types.DeleteUtterancesRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DeleteUtterancesResponse) => void): Request<LexModelsV2.Types.DeleteUtterancesResponse, AWSError>;
|
|
202
|
+
/**
|
|
203
|
+
* Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.. Use the DeleteUtterances operation to manually delete utterances for a specific session. When you use the DeleteUtterances operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the ListAggregatedUtterances operation are deleted after 15 days.
|
|
204
|
+
*/
|
|
205
|
+
deleteUtterances(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteUtterancesResponse) => void): Request<LexModelsV2.Types.DeleteUtterancesResponse, AWSError>;
|
|
198
206
|
/**
|
|
199
207
|
* Provides metadata information about a bot.
|
|
200
208
|
*/
|
|
@@ -275,6 +283,14 @@ declare class LexModelsV2 extends Service {
|
|
|
275
283
|
* Gets metadata information about a slot type.
|
|
276
284
|
*/
|
|
277
285
|
describeSlotType(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeSlotTypeResponse) => void): Request<LexModelsV2.Types.DescribeSlotTypeResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions: The childDirected field was set to true when the bot was created. You are using slot obfuscation with one or more slots. You opted out of participating in improving Amazon Lex.
|
|
288
|
+
*/
|
|
289
|
+
listAggregatedUtterances(params: LexModelsV2.Types.ListAggregatedUtterancesRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListAggregatedUtterancesResponse) => void): Request<LexModelsV2.Types.ListAggregatedUtterancesResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
* Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions: The childDirected field was set to true when the bot was created. You are using slot obfuscation with one or more slots. You opted out of participating in improving Amazon Lex.
|
|
292
|
+
*/
|
|
293
|
+
listAggregatedUtterances(callback?: (err: AWSError, data: LexModelsV2.Types.ListAggregatedUtterancesResponse) => void): Request<LexModelsV2.Types.ListAggregatedUtterancesResponse, AWSError>;
|
|
278
294
|
/**
|
|
279
295
|
* Gets a list of aliases for the specified bot.
|
|
280
296
|
*/
|
|
@@ -461,6 +477,61 @@ declare class LexModelsV2 extends Service {
|
|
|
461
477
|
updateSlotType(callback?: (err: AWSError, data: LexModelsV2.Types.UpdateSlotTypeResponse) => void): Request<LexModelsV2.Types.UpdateSlotTypeResponse, AWSError>;
|
|
462
478
|
}
|
|
463
479
|
declare namespace LexModelsV2 {
|
|
480
|
+
export interface AggregatedUtterancesFilter {
|
|
481
|
+
/**
|
|
482
|
+
* The name of the field to filter the utterance list.
|
|
483
|
+
*/
|
|
484
|
+
name: AggregatedUtterancesFilterName;
|
|
485
|
+
/**
|
|
486
|
+
* The value to use for filtering the list of bots.
|
|
487
|
+
*/
|
|
488
|
+
values: FilterValues;
|
|
489
|
+
/**
|
|
490
|
+
* The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.
|
|
491
|
+
*/
|
|
492
|
+
operator: AggregatedUtterancesFilterOperator;
|
|
493
|
+
}
|
|
494
|
+
export type AggregatedUtterancesFilterName = "Utterance"|string;
|
|
495
|
+
export type AggregatedUtterancesFilterOperator = "CO"|"EQ"|string;
|
|
496
|
+
export type AggregatedUtterancesFilters = AggregatedUtterancesFilter[];
|
|
497
|
+
export type AggregatedUtterancesSortAttribute = "HitCount"|"MissedCount"|string;
|
|
498
|
+
export interface AggregatedUtterancesSortBy {
|
|
499
|
+
/**
|
|
500
|
+
* The utterance attribute to sort by.
|
|
501
|
+
*/
|
|
502
|
+
attribute: AggregatedUtterancesSortAttribute;
|
|
503
|
+
/**
|
|
504
|
+
* Specifies whether to sort the aggregated utterances in ascending or descending order.
|
|
505
|
+
*/
|
|
506
|
+
order: SortOrder;
|
|
507
|
+
}
|
|
508
|
+
export interface AggregatedUtterancesSummary {
|
|
509
|
+
/**
|
|
510
|
+
* The text of the utterance. If the utterance was used with the RecognizeUtterance operation, the text is the transcription of the audio utterance.
|
|
511
|
+
*/
|
|
512
|
+
utterance?: Utterance;
|
|
513
|
+
/**
|
|
514
|
+
* The number of times that the utterance was detected by Amazon Lex during the time period. When an utterance is detected, it activates an intent or a slot.
|
|
515
|
+
*/
|
|
516
|
+
hitCount?: HitCount;
|
|
517
|
+
/**
|
|
518
|
+
* The number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate an intent or slot.
|
|
519
|
+
*/
|
|
520
|
+
missedCount?: MissedCount;
|
|
521
|
+
/**
|
|
522
|
+
* The date and time that the utterance was first recorded in the time window for aggregation. An utterance may have been sent to Amazon Lex before that time, but only utterances within the time window are counted.
|
|
523
|
+
*/
|
|
524
|
+
utteranceFirstRecordedInAggregationDuration?: Timestamp;
|
|
525
|
+
/**
|
|
526
|
+
* The last date and time that an utterance was recorded in the time window for aggregation. An utterance may be sent to Amazon Lex after that time, but only utterances within the time window are counted.
|
|
527
|
+
*/
|
|
528
|
+
utteranceLastRecordedInAggregationDuration?: Timestamp;
|
|
529
|
+
/**
|
|
530
|
+
* Aggregated utterance data may contain utterances from versions of your bot that have since been deleted. When the aggregated contains this kind of data, this field is set to true.
|
|
531
|
+
*/
|
|
532
|
+
containsDataFromDeletedResources?: BoxedBoolean;
|
|
533
|
+
}
|
|
534
|
+
export type AggregatedUtterancesSummaryList = AggregatedUtterancesSummary[];
|
|
464
535
|
export type AmazonResourceName = string;
|
|
465
536
|
export type AttachmentTitle = string;
|
|
466
537
|
export type AttachmentUrl = string;
|
|
@@ -1809,6 +1880,22 @@ declare namespace LexModelsV2 {
|
|
|
1809
1880
|
*/
|
|
1810
1881
|
skipResourceInUseCheck?: SkipResourceInUseCheck;
|
|
1811
1882
|
}
|
|
1883
|
+
export interface DeleteUtterancesRequest {
|
|
1884
|
+
/**
|
|
1885
|
+
* The unique identifier of the bot that contains the utterances.
|
|
1886
|
+
*/
|
|
1887
|
+
botId: Id;
|
|
1888
|
+
/**
|
|
1889
|
+
* The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
|
|
1890
|
+
*/
|
|
1891
|
+
localeId?: LocaleId;
|
|
1892
|
+
/**
|
|
1893
|
+
* The unique identifier of the session with the user. The ID is returned in the response from the and operations.
|
|
1894
|
+
*/
|
|
1895
|
+
sessionId?: SessionId;
|
|
1896
|
+
}
|
|
1897
|
+
export interface DeleteUtterancesResponse {
|
|
1898
|
+
}
|
|
1812
1899
|
export interface DescribeBotAliasRequest {
|
|
1813
1900
|
/**
|
|
1814
1901
|
* The identifier of the bot alias to describe.
|
|
@@ -2459,6 +2546,7 @@ declare namespace LexModelsV2 {
|
|
|
2459
2546
|
*/
|
|
2460
2547
|
enabled: Boolean;
|
|
2461
2548
|
}
|
|
2549
|
+
export type HitCount = number;
|
|
2462
2550
|
export type Id = string;
|
|
2463
2551
|
export interface ImageResponseCard {
|
|
2464
2552
|
/**
|
|
@@ -2669,6 +2757,86 @@ declare namespace LexModelsV2 {
|
|
|
2669
2757
|
*/
|
|
2670
2758
|
codeHookInterfaceVersion: CodeHookInterfaceVersion;
|
|
2671
2759
|
}
|
|
2760
|
+
export interface ListAggregatedUtterancesRequest {
|
|
2761
|
+
/**
|
|
2762
|
+
* The unique identifier of the bot associated with this request.
|
|
2763
|
+
*/
|
|
2764
|
+
botId: Id;
|
|
2765
|
+
/**
|
|
2766
|
+
* The identifier of the bot alias associated with this request. If you specify the bot alias, you can't specify the bot version.
|
|
2767
|
+
*/
|
|
2768
|
+
botAliasId?: BotAliasId;
|
|
2769
|
+
/**
|
|
2770
|
+
* The identifier of the bot version associated with this request. If you specify the bot version, you can't specify the bot alias.
|
|
2771
|
+
*/
|
|
2772
|
+
botVersion?: BotVersion;
|
|
2773
|
+
/**
|
|
2774
|
+
* The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
|
|
2775
|
+
*/
|
|
2776
|
+
localeId: LocaleId;
|
|
2777
|
+
/**
|
|
2778
|
+
* The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
|
|
2779
|
+
*/
|
|
2780
|
+
aggregationDuration: UtteranceAggregationDuration;
|
|
2781
|
+
/**
|
|
2782
|
+
* Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
|
|
2783
|
+
*/
|
|
2784
|
+
sortBy?: AggregatedUtterancesSortBy;
|
|
2785
|
+
/**
|
|
2786
|
+
* Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
|
|
2787
|
+
*/
|
|
2788
|
+
filters?: AggregatedUtterancesFilters;
|
|
2789
|
+
/**
|
|
2790
|
+
* The maximum number of utterances to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned. If you don't specify the maxResults parameter, 1,000 results are returned.
|
|
2791
|
+
*/
|
|
2792
|
+
maxResults?: MaxResults;
|
|
2793
|
+
/**
|
|
2794
|
+
* If the response from the ListAggregatedUtterances operation contains more results that specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
|
|
2795
|
+
*/
|
|
2796
|
+
nextToken?: NextToken;
|
|
2797
|
+
}
|
|
2798
|
+
export interface ListAggregatedUtterancesResponse {
|
|
2799
|
+
/**
|
|
2800
|
+
* The identifier of the bot that contains the utterances.
|
|
2801
|
+
*/
|
|
2802
|
+
botId?: Id;
|
|
2803
|
+
/**
|
|
2804
|
+
* The identifier of the bot alias that contains the utterances. If you specified the bot version, the bot alias ID isn't returned.
|
|
2805
|
+
*/
|
|
2806
|
+
botAliasId?: BotAliasId;
|
|
2807
|
+
/**
|
|
2808
|
+
* The identifier of the bot version that contains the utterances. If you specified the bot alias, the bot version isn't returned.
|
|
2809
|
+
*/
|
|
2810
|
+
botVersion?: BotVersion;
|
|
2811
|
+
/**
|
|
2812
|
+
* The identifier of the language and locale that the utterances are in.
|
|
2813
|
+
*/
|
|
2814
|
+
localeId?: LocaleId;
|
|
2815
|
+
/**
|
|
2816
|
+
* The time period used to aggregate the utterance data.
|
|
2817
|
+
*/
|
|
2818
|
+
aggregationDuration?: UtteranceAggregationDuration;
|
|
2819
|
+
/**
|
|
2820
|
+
* The date and time that the aggregation window begins. Only data collected after this time is returned in the results.
|
|
2821
|
+
*/
|
|
2822
|
+
aggregationWindowStartTime?: Timestamp;
|
|
2823
|
+
/**
|
|
2824
|
+
* The date and time that the aggregation window ends. Only data collected between the start time and the end time are returned in the results.
|
|
2825
|
+
*/
|
|
2826
|
+
aggregationWindowEndTime?: Timestamp;
|
|
2827
|
+
/**
|
|
2828
|
+
* The last date and time that the aggregated data was collected. The time period depends on the length of the aggregation window. Hours - for 1 hour time window, every half hour; otherwise every hour. Days - every 6 hours Weeks - for a one week time window, every 12 hours; otherwise, every day
|
|
2829
|
+
*/
|
|
2830
|
+
aggregationLastRefreshedDateTime?: Timestamp;
|
|
2831
|
+
/**
|
|
2832
|
+
* Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.
|
|
2833
|
+
*/
|
|
2834
|
+
aggregatedUtterancesSummaries?: AggregatedUtterancesSummaryList;
|
|
2835
|
+
/**
|
|
2836
|
+
* A token that indicates whether there are more results to return in a response to the ListAggregatedUtterances operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListAggregatedUtterances operation request to get the next page of results.
|
|
2837
|
+
*/
|
|
2838
|
+
nextToken?: NextToken;
|
|
2839
|
+
}
|
|
2672
2840
|
export interface ListBotAliasesRequest {
|
|
2673
2841
|
/**
|
|
2674
2842
|
* The identifier of the bot to list aliases for.
|
|
@@ -3164,6 +3332,7 @@ declare namespace LexModelsV2 {
|
|
|
3164
3332
|
}
|
|
3165
3333
|
export type MessageGroupsList = MessageGroup[];
|
|
3166
3334
|
export type MessageVariationsList = Message[];
|
|
3335
|
+
export type MissedCount = number;
|
|
3167
3336
|
export interface MultipleValuesSetting {
|
|
3168
3337
|
/**
|
|
3169
3338
|
* Indicates whether a slot can return multiple values. When true, the slot may return more than one value in a response. When false, the slot returns only a single value. Multi-value slots are only available in the en-US locale. If you set this value to true in any other locale, Amazon Lex throws a ValidationException. If the allowMutlipleValues is not set, the default value is false.
|
|
@@ -3236,6 +3405,16 @@ declare namespace LexModelsV2 {
|
|
|
3236
3405
|
}
|
|
3237
3406
|
export type QueryFilterString = string;
|
|
3238
3407
|
export type RegexPattern = string;
|
|
3408
|
+
export interface RelativeAggregationDuration {
|
|
3409
|
+
/**
|
|
3410
|
+
* The type of time period that the timeValue field represents.
|
|
3411
|
+
*/
|
|
3412
|
+
timeDimension: TimeDimension;
|
|
3413
|
+
/**
|
|
3414
|
+
* The period of the time window to gather statistics for. The valid value depends on the setting of the timeDimension field. Hours - 1/3/6/12/24 Days - 3 Weeks - 1/2
|
|
3415
|
+
*/
|
|
3416
|
+
timeValue: TimeValue;
|
|
3417
|
+
}
|
|
3239
3418
|
export type ResourceCount = number;
|
|
3240
3419
|
export interface ResponseSpecification {
|
|
3241
3420
|
/**
|
|
@@ -3291,6 +3470,7 @@ declare namespace LexModelsV2 {
|
|
|
3291
3470
|
detectSentiment: Boolean;
|
|
3292
3471
|
}
|
|
3293
3472
|
export type ServicePrincipal = string;
|
|
3473
|
+
export type SessionId = string;
|
|
3294
3474
|
export type SessionTTL = number;
|
|
3295
3475
|
export type SkipResourceInUseCheck = boolean;
|
|
3296
3476
|
export type SlotConstraint = "Required"|"Optional"|string;
|
|
@@ -3569,6 +3749,8 @@ declare namespace LexModelsV2 {
|
|
|
3569
3749
|
destination: TextLogDestination;
|
|
3570
3750
|
}
|
|
3571
3751
|
export type TextLogSettingsList = TextLogSetting[];
|
|
3752
|
+
export type TimeDimension = "Hours"|"Days"|"Weeks"|string;
|
|
3753
|
+
export type TimeValue = number;
|
|
3572
3754
|
export type Timestamp = Date;
|
|
3573
3755
|
export interface UntagResourceRequest {
|
|
3574
3756
|
/**
|
|
@@ -4177,6 +4359,12 @@ declare namespace LexModelsV2 {
|
|
|
4177
4359
|
lastUpdatedDateTime?: Timestamp;
|
|
4178
4360
|
}
|
|
4179
4361
|
export type Utterance = string;
|
|
4362
|
+
export interface UtteranceAggregationDuration {
|
|
4363
|
+
/**
|
|
4364
|
+
* The desired time window for aggregating utterances.
|
|
4365
|
+
*/
|
|
4366
|
+
relativeAggregationDuration: RelativeAggregationDuration;
|
|
4367
|
+
}
|
|
4180
4368
|
export type Value = string;
|
|
4181
4369
|
export type VoiceId = string;
|
|
4182
4370
|
export interface VoiceSettings {
|