aws-sdk 2.875.0 → 2.879.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 +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
package/clients/iot.d.ts
CHANGED
|
@@ -7540,6 +7540,10 @@ declare namespace Iot {
|
|
|
7540
7540
|
* The name of the thing type used to search for things.
|
|
7541
7541
|
*/
|
|
7542
7542
|
thingTypeName?: ThingTypeName;
|
|
7543
|
+
/**
|
|
7544
|
+
* When true, the action returns the thing resources with attribute values that start with the attributeValue provided. When false, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue provided.
|
|
7545
|
+
*/
|
|
7546
|
+
usePrefixAttributeValue?: usePrefixAttributeValue;
|
|
7543
7547
|
}
|
|
7544
7548
|
export interface ListThingsResponse {
|
|
7545
7549
|
/**
|
|
@@ -10506,6 +10510,7 @@ declare namespace Iot {
|
|
|
10506
10510
|
export type VpcId = string;
|
|
10507
10511
|
export type WaitingForDataCollectionChecksCount = number;
|
|
10508
10512
|
export type stringValue = string;
|
|
10513
|
+
export type usePrefixAttributeValue = boolean;
|
|
10509
10514
|
/**
|
|
10510
10515
|
* 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.
|
|
10511
10516
|
*/
|
package/clients/iotwireless.d.ts
CHANGED
|
@@ -514,11 +514,24 @@ declare namespace IoTWireless {
|
|
|
514
514
|
export interface AssociateWirelessGatewayWithThingResponse {
|
|
515
515
|
}
|
|
516
516
|
export type AutoCreateTasks = boolean;
|
|
517
|
+
export type BatteryLevel = "normal"|"low"|"critical"|string;
|
|
518
|
+
export interface CertificateList {
|
|
519
|
+
/**
|
|
520
|
+
* The certificate chain algorithm provided by sidewalk.
|
|
521
|
+
*/
|
|
522
|
+
SigningAlg: SigningAlg;
|
|
523
|
+
/**
|
|
524
|
+
* The value of the chosen sidewalk certificate.
|
|
525
|
+
*/
|
|
526
|
+
Value: CertificateValue;
|
|
527
|
+
}
|
|
517
528
|
export type CertificatePEM = string;
|
|
529
|
+
export type CertificateValue = string;
|
|
518
530
|
export type ChannelMask = string;
|
|
519
531
|
export type ClassBTimeout = number;
|
|
520
532
|
export type ClassCTimeout = number;
|
|
521
533
|
export type ClientRequestToken = string;
|
|
534
|
+
export type ConnectionStatus = "Connected"|"Disconnected"|string;
|
|
522
535
|
export type Crc = number;
|
|
523
536
|
export interface CreateDestinationRequest {
|
|
524
537
|
/**
|
|
@@ -829,6 +842,7 @@ declare namespace IoTWireless {
|
|
|
829
842
|
export type DevAddr = string;
|
|
830
843
|
export type DevEui = string;
|
|
831
844
|
export type DevStatusReqFreq = number;
|
|
845
|
+
export type DeviceCertificateList = CertificateList[];
|
|
832
846
|
export interface DeviceProfile {
|
|
833
847
|
/**
|
|
834
848
|
* The Amazon Resource Name of the resource.
|
|
@@ -847,6 +861,7 @@ declare namespace IoTWireless {
|
|
|
847
861
|
export type DeviceProfileId = string;
|
|
848
862
|
export type DeviceProfileList = DeviceProfile[];
|
|
849
863
|
export type DeviceProfileName = string;
|
|
864
|
+
export type DeviceState = "Provisioned"|"RegisteredNotSeen"|"RegisteredReachable"|"RegisteredUnreachable"|string;
|
|
850
865
|
export interface DisassociateAwsAccountFromPartnerAccountRequest {
|
|
851
866
|
/**
|
|
852
867
|
* The partner account ID to disassociate from the AWS account.
|
|
@@ -890,6 +905,7 @@ declare namespace IoTWireless {
|
|
|
890
905
|
export type DrMax = number;
|
|
891
906
|
export type DrMin = number;
|
|
892
907
|
export type EndPoint = string;
|
|
908
|
+
export type Event = "discovered"|"lost"|"ack"|"nack"|"passthrough"|string;
|
|
893
909
|
export type Expression = string;
|
|
894
910
|
export type ExpressionType = "RuleName"|"MqttTopic"|string;
|
|
895
911
|
export type FNwkSIntKey = string;
|
|
@@ -1064,6 +1080,10 @@ declare namespace IoTWireless {
|
|
|
1064
1080
|
* Information about the wireless device.
|
|
1065
1081
|
*/
|
|
1066
1082
|
LoRaWAN?: LoRaWANDevice;
|
|
1083
|
+
/**
|
|
1084
|
+
* Sidewalk device object.
|
|
1085
|
+
*/
|
|
1086
|
+
Sidewalk?: SidewalkDevice;
|
|
1067
1087
|
}
|
|
1068
1088
|
export interface GetWirelessDeviceStatisticsRequest {
|
|
1069
1089
|
/**
|
|
@@ -1084,6 +1104,10 @@ declare namespace IoTWireless {
|
|
|
1084
1104
|
* Information about the wireless device's operations.
|
|
1085
1105
|
*/
|
|
1086
1106
|
LoRaWAN?: LoRaWANDeviceMetadata;
|
|
1107
|
+
/**
|
|
1108
|
+
* MetaData for Sidewalk device.
|
|
1109
|
+
*/
|
|
1110
|
+
Sidewalk?: SidewalkDeviceMetadata;
|
|
1087
1111
|
}
|
|
1088
1112
|
export interface GetWirelessGatewayCertificateRequest {
|
|
1089
1113
|
/**
|
|
@@ -1168,6 +1192,10 @@ declare namespace IoTWireless {
|
|
|
1168
1192
|
* The date and time when the most recent uplink was received.
|
|
1169
1193
|
*/
|
|
1170
1194
|
LastUplinkReceivedAt?: ISODateTimeString;
|
|
1195
|
+
/**
|
|
1196
|
+
* The connection status of the wireless gateway.
|
|
1197
|
+
*/
|
|
1198
|
+
ConnectionStatus?: ConnectionStatus;
|
|
1171
1199
|
}
|
|
1172
1200
|
export interface GetWirelessGatewayTaskDefinitionRequest {
|
|
1173
1201
|
/**
|
|
@@ -1866,12 +1894,58 @@ declare namespace IoTWireless {
|
|
|
1866
1894
|
Arn?: PartnerAccountArn;
|
|
1867
1895
|
}
|
|
1868
1896
|
export type SidewalkAccountList = SidewalkAccountInfoWithFingerprint[];
|
|
1897
|
+
export interface SidewalkDevice {
|
|
1898
|
+
/**
|
|
1899
|
+
* The sidewalk device identification.
|
|
1900
|
+
*/
|
|
1901
|
+
SidewalkId?: SidewalkId;
|
|
1902
|
+
/**
|
|
1903
|
+
* The Sidewalk manufacturing series number.
|
|
1904
|
+
*/
|
|
1905
|
+
SidewalkManufacturingSn?: SidewalkManufacturingSn;
|
|
1906
|
+
/**
|
|
1907
|
+
* The sidewalk device certificates for Ed25519 and P256r1.
|
|
1908
|
+
*/
|
|
1909
|
+
DeviceCertificates?: DeviceCertificateList;
|
|
1910
|
+
}
|
|
1911
|
+
export interface SidewalkDeviceMetadata {
|
|
1912
|
+
/**
|
|
1913
|
+
* The RSSI value.
|
|
1914
|
+
*/
|
|
1915
|
+
Rssi?: Integer;
|
|
1916
|
+
/**
|
|
1917
|
+
* Sidewalk device battery level.
|
|
1918
|
+
*/
|
|
1919
|
+
BatteryLevel?: BatteryLevel;
|
|
1920
|
+
/**
|
|
1921
|
+
* Sidewalk device status notification.
|
|
1922
|
+
*/
|
|
1923
|
+
Event?: Event;
|
|
1924
|
+
/**
|
|
1925
|
+
* Device state defines the device status of sidewalk device.
|
|
1926
|
+
*/
|
|
1927
|
+
DeviceState?: DeviceState;
|
|
1928
|
+
}
|
|
1929
|
+
export type SidewalkId = string;
|
|
1869
1930
|
export interface SidewalkListDevice {
|
|
1870
1931
|
/**
|
|
1871
1932
|
* The Sidewalk Amazon ID.
|
|
1872
1933
|
*/
|
|
1873
1934
|
AmazonId?: AmazonId;
|
|
1935
|
+
/**
|
|
1936
|
+
* The sidewalk device identification.
|
|
1937
|
+
*/
|
|
1938
|
+
SidewalkId?: SidewalkId;
|
|
1939
|
+
/**
|
|
1940
|
+
* The Sidewalk manufacturing series number.
|
|
1941
|
+
*/
|
|
1942
|
+
SidewalkManufacturingSn?: SidewalkManufacturingSn;
|
|
1943
|
+
/**
|
|
1944
|
+
* The sidewalk device certificates for Ed25519 and P256r1.
|
|
1945
|
+
*/
|
|
1946
|
+
DeviceCertificates?: DeviceCertificateList;
|
|
1874
1947
|
}
|
|
1948
|
+
export type SidewalkManufacturingSn = string;
|
|
1875
1949
|
export interface SidewalkSendDataToDevice {
|
|
1876
1950
|
/**
|
|
1877
1951
|
* The sequence number.
|
|
@@ -1884,6 +1958,7 @@ declare namespace IoTWireless {
|
|
|
1884
1958
|
*/
|
|
1885
1959
|
AppServerPrivateKey?: AppServerPrivateKey;
|
|
1886
1960
|
}
|
|
1961
|
+
export type SigningAlg = "Ed25519"|"P256r1"|string;
|
|
1887
1962
|
export type Station = string;
|
|
1888
1963
|
export type Supports32BitFCnt = boolean;
|
|
1889
1964
|
export type SupportsClassB = boolean;
|
package/clients/kendra.d.ts
CHANGED
|
@@ -12,11 +12,11 @@ declare class Kendra extends Service {
|
|
|
12
12
|
constructor(options?: Kendra.Types.ClientConfiguration)
|
|
13
13
|
config: Config & Kendra.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation. The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages
|
|
15
|
+
* Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation. The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages related to the processing of the batch are sent to you CloudWatch log.
|
|
16
16
|
*/
|
|
17
17
|
batchDeleteDocument(params: Kendra.Types.BatchDeleteDocumentRequest, callback?: (err: AWSError, data: Kendra.Types.BatchDeleteDocumentResponse) => void): Request<Kendra.Types.BatchDeleteDocumentResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation. The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages
|
|
19
|
+
* Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation. The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages related to the processing of the batch are sent to you CloudWatch log.
|
|
20
20
|
*/
|
|
21
21
|
batchDeleteDocument(callback?: (err: AWSError, data: Kendra.Types.BatchDeleteDocumentResponse) => void): Request<Kendra.Types.BatchDeleteDocumentResponse, AWSError>;
|
|
22
22
|
/**
|
|
@@ -44,11 +44,11 @@ declare class Kendra extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createFaq(callback?: (err: AWSError, data: Kendra.Types.CreateFaqResponse) => void): Request<Kendra.Types.CreateFaqResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation has completed, check the Status field returned from a call to . The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the operation or using one of the supported data sources.
|
|
47
|
+
* Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument operation or using one of the supported data sources.
|
|
48
48
|
*/
|
|
49
49
|
createIndex(params: Kendra.Types.CreateIndexRequest, callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation has completed, check the Status field returned from a call to . The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the operation or using one of the supported data sources.
|
|
51
|
+
* Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use. Once the index is active you can index your documents using the BatchPutDocument operation or using one of the supported data sources.
|
|
52
52
|
*/
|
|
53
53
|
createIndex(callback?: (err: AWSError, data: Kendra.Types.CreateIndexResponse) => void): Request<Kendra.Types.CreateIndexResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -60,11 +60,11 @@ declare class Kendra extends Service {
|
|
|
60
60
|
*/
|
|
61
61
|
createThesaurus(callback?: (err: AWSError, data: Kendra.Types.CreateThesaurusResponse) => void): Request<Kendra.Types.CreateThesaurusResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the operation is set to DELETING. For more information, see Deleting Data Sources.
|
|
63
|
+
* Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource operation is set to DELETING. For more information, see Deleting Data Sources.
|
|
64
64
|
*/
|
|
65
65
|
deleteDataSource(params: Kendra.Types.DeleteDataSourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the operation is set to DELETING. For more information, see Deleting Data Sources.
|
|
67
|
+
* Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource operation is set to DELETING. For more information, see Deleting Data Sources.
|
|
68
68
|
*/
|
|
69
69
|
deleteDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
70
70
|
/**
|
|
@@ -453,7 +453,7 @@ declare namespace Kendra {
|
|
|
453
453
|
export type ConfluenceAttachmentFieldName = "AUTHOR"|"CONTENT_TYPE"|"CREATED_DATE"|"DISPLAY_URL"|"FILE_SIZE"|"ITEM_TYPE"|"PARENT_ID"|"SPACE_KEY"|"SPACE_NAME"|"URL"|"VERSION"|string;
|
|
454
454
|
export interface ConfluenceAttachmentToIndexFieldMapping {
|
|
455
455
|
/**
|
|
456
|
-
* The name of the field in the data source. You must first create the index field using the operation.
|
|
456
|
+
* The name of the field in the data source. You must first create the index field using the UpdateIndex operation.
|
|
457
457
|
*/
|
|
458
458
|
DataSourceFieldName?: ConfluenceAttachmentFieldName;
|
|
459
459
|
/**
|
|
@@ -842,7 +842,7 @@ declare namespace Kendra {
|
|
|
842
842
|
*/
|
|
843
843
|
UpdatedAt?: Timestamp;
|
|
844
844
|
/**
|
|
845
|
-
* The status of the data source. When the status is
|
|
845
|
+
* The status of the data source. When the status is ACTIVE the data source is ready to use.
|
|
846
846
|
*/
|
|
847
847
|
Status?: DataSourceStatus;
|
|
848
848
|
}
|
|
@@ -1174,7 +1174,7 @@ declare namespace Kendra {
|
|
|
1174
1174
|
*/
|
|
1175
1175
|
ErrorMessage?: ErrorMessage;
|
|
1176
1176
|
/**
|
|
1177
|
-
* For
|
|
1177
|
+
* For Enterprise edition indexes, you can choose to use additional capacity to meet the needs of your application. This contains the capacity units used for the index. A 0 for the query capacity or the storage capacity indicates that the index is using the default capacity for the index.
|
|
1178
1178
|
*/
|
|
1179
1179
|
CapacityUnits?: CapacityUnitsConfiguration;
|
|
1180
1180
|
/**
|
|
@@ -1771,7 +1771,7 @@ declare namespace Kendra {
|
|
|
1771
1771
|
export type QueryIdentifiersEnclosingOption = "DOUBLE_QUOTES"|"NONE"|string;
|
|
1772
1772
|
export interface QueryRequest {
|
|
1773
1773
|
/**
|
|
1774
|
-
* The unique identifier of the index to search. The identifier is returned in the response from the operation.
|
|
1774
|
+
* The unique identifier of the index to search. The identifier is returned in the response from the CreateIndex operation.
|
|
1775
1775
|
*/
|
|
1776
1776
|
IndexId: IndexId;
|
|
1777
1777
|
/**
|
|
@@ -1984,7 +1984,7 @@ declare namespace Kendra {
|
|
|
1984
1984
|
*/
|
|
1985
1985
|
StandardObjectConfigurations?: SalesforceStandardObjectConfigurationList;
|
|
1986
1986
|
/**
|
|
1987
|
-
* Specifies configuration information for the
|
|
1987
|
+
* Specifies configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both.
|
|
1988
1988
|
*/
|
|
1989
1989
|
KnowledgeArticleConfiguration?: SalesforceKnowledgeArticleConfiguration;
|
|
1990
1990
|
/**
|
|
@@ -2078,7 +2078,7 @@ declare namespace Kendra {
|
|
|
2078
2078
|
*/
|
|
2079
2079
|
DocumentDataFieldName: DataSourceFieldName;
|
|
2080
2080
|
/**
|
|
2081
|
-
* The name of the field in the standard object table that contains the document
|
|
2081
|
+
* The name of the field in the standard object table that contains the document title.
|
|
2082
2082
|
*/
|
|
2083
2083
|
DocumentTitleFieldName?: DataSourceFieldName;
|
|
2084
2084
|
/**
|
|
@@ -2122,6 +2122,7 @@ declare namespace Kendra {
|
|
|
2122
2122
|
*/
|
|
2123
2123
|
KmsKeyId?: KmsKeyId;
|
|
2124
2124
|
}
|
|
2125
|
+
export type ServiceNowAuthenticationType = "HTTP_BASIC"|"OAUTH2"|string;
|
|
2125
2126
|
export type ServiceNowBuildVersionType = "LONDON"|"OTHERS"|string;
|
|
2126
2127
|
export interface ServiceNowConfiguration {
|
|
2127
2128
|
/**
|
|
@@ -2144,6 +2145,10 @@ declare namespace Kendra {
|
|
|
2144
2145
|
* Provides configuration information for crawling service catalogs in the ServiceNow site.
|
|
2145
2146
|
*/
|
|
2146
2147
|
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration;
|
|
2148
|
+
/**
|
|
2149
|
+
* Determines the type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the AWS Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user name and password are used to determine which information Amazon Kendra has access to. When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source.
|
|
2150
|
+
*/
|
|
2151
|
+
AuthenticationType?: ServiceNowAuthenticationType;
|
|
2147
2152
|
}
|
|
2148
2153
|
export type ServiceNowHostUrl = string;
|
|
2149
2154
|
export interface ServiceNowKnowledgeArticleConfiguration {
|
|
@@ -2171,18 +2176,23 @@ declare namespace Kendra {
|
|
|
2171
2176
|
* Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
|
|
2172
2177
|
*/
|
|
2173
2178
|
FieldMappings?: DataSourceToIndexFieldMappingList;
|
|
2179
|
+
/**
|
|
2180
|
+
* A query that selects the knowledge articles to index. The query can return articles from multiple knowledge bases, and the knowledge bases can be public or private. The query string must be one generated by the ServiceNow console. For more information, see Specifying documents to index with a query.
|
|
2181
|
+
*/
|
|
2182
|
+
FilterQuery?: ServiceNowKnowledgeArticleFilterQuery;
|
|
2174
2183
|
}
|
|
2184
|
+
export type ServiceNowKnowledgeArticleFilterQuery = string;
|
|
2175
2185
|
export interface ServiceNowServiceCatalogConfiguration {
|
|
2176
2186
|
/**
|
|
2177
2187
|
* Indicates whether Amazon Kendra should crawl attachments to the service catalog items.
|
|
2178
2188
|
*/
|
|
2179
2189
|
CrawlAttachments?: Boolean;
|
|
2180
2190
|
/**
|
|
2181
|
-
*
|
|
2191
|
+
* A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the file name of the attachment.
|
|
2182
2192
|
*/
|
|
2183
2193
|
IncludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
|
|
2184
2194
|
/**
|
|
2185
|
-
*
|
|
2195
|
+
* A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the file name of the attachment.
|
|
2186
2196
|
*/
|
|
2187
2197
|
ExcludeAttachmentFilePatterns?: DataSourceInclusionsExclusionsStrings;
|
|
2188
2198
|
/**
|
|
@@ -2229,7 +2239,7 @@ declare namespace Kendra {
|
|
|
2229
2239
|
ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
|
|
2230
2240
|
VpcConfiguration?: DataSourceVpcConfiguration;
|
|
2231
2241
|
/**
|
|
2232
|
-
* A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields.
|
|
2242
|
+
* A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the UpdateIndex operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields.
|
|
2233
2243
|
*/
|
|
2234
2244
|
FieldMappings?: DataSourceToIndexFieldMappingList;
|
|
2235
2245
|
/**
|
|
@@ -2295,7 +2305,7 @@ declare namespace Kendra {
|
|
|
2295
2305
|
*/
|
|
2296
2306
|
IndexId: IndexId;
|
|
2297
2307
|
/**
|
|
2298
|
-
* The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the operation.
|
|
2308
|
+
* The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the Query operation.
|
|
2299
2309
|
*/
|
|
2300
2310
|
QueryId: QueryId;
|
|
2301
2311
|
/**
|
|
@@ -2457,7 +2467,7 @@ declare namespace Kendra {
|
|
|
2457
2467
|
*/
|
|
2458
2468
|
DocumentMetadataConfigurationUpdates?: DocumentMetadataConfigurationList;
|
|
2459
2469
|
/**
|
|
2460
|
-
* Sets the number of
|
|
2470
|
+
* Sets the number of additional storage and query capacity units that should be used by the index. You can change the capacity of the index up to 5 times per day. If you are using extra storage units, you can't reduce the storage capacity below that required to meet the storage needs for your index.
|
|
2461
2471
|
*/
|
|
2462
2472
|
CapacityUnits?: CapacityUnitsConfiguration;
|
|
2463
2473
|
/**
|
|
@@ -1621,7 +1621,7 @@ declare namespace LexModelBuildingService {
|
|
|
1621
1621
|
tags?: TagList;
|
|
1622
1622
|
}
|
|
1623
1623
|
export type ListsOfUtterances = UtteranceList[];
|
|
1624
|
-
export type Locale = "de-DE"|"en-AU"|"en-GB"|"en-US"|"es-419"|"es-ES"|"es-US"|"fr-FR"|"fr-CA"|"it-IT"|string;
|
|
1624
|
+
export type Locale = "de-DE"|"en-AU"|"en-GB"|"en-US"|"es-419"|"es-ES"|"es-US"|"fr-FR"|"fr-CA"|"it-IT"|"ja-JP"|string;
|
|
1625
1625
|
export type LocaleList = Locale[];
|
|
1626
1626
|
export interface LogSettingsRequest {
|
|
1627
1627
|
/**
|
package/clients/lexruntime.d.ts
CHANGED
|
@@ -343,9 +343,13 @@ declare namespace LexRuntime {
|
|
|
343
343
|
*/
|
|
344
344
|
sentimentResponse?: String;
|
|
345
345
|
/**
|
|
346
|
-
* The message to convey to the user. The message can come from the bot's configuration or from a Lambda function. If the intent is not configured with a Lambda function, or if the Lambda function returned Delegate as the dialogAction.type in its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message. When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see msg-prompts-formats. If the Lambda function returns a message, Amazon Lex passes it to the client in its response.
|
|
346
|
+
* You can only use this field in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the message field is null. You should use the encodedMessage field instead. The message to convey to the user. The message can come from the bot's configuration or from a Lambda function. If the intent is not configured with a Lambda function, or if the Lambda function returned Delegate as the dialogAction.type in its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message. When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see msg-prompts-formats. If the Lambda function returns a message, Amazon Lex passes it to the client in its response.
|
|
347
347
|
*/
|
|
348
348
|
message?: Text;
|
|
349
|
+
/**
|
|
350
|
+
* The message to convey to the user. The message can come from the bot's configuration or from a Lambda function. If the intent is not configured with a Lambda function, or if the Lambda function returned Delegate as the dialogAction.type in its response, Amazon Lex decides on the next course of action and selects an appropriate message from the bot's configuration based on the current interaction context. For example, if Amazon Lex isn't able to understand user input, it uses a clarification prompt message. When you create an intent you can assign messages to groups. When messages are assigned to groups Amazon Lex returns one message from each group in the response. The message field is an escaped JSON string containing the messages. For more information about the structure of the JSON string returned, see msg-prompts-formats. If the Lambda function returns a message, Amazon Lex passes it to the client in its response. The encodedMessage field is base-64 encoded. You must decode the field before you can use the value.
|
|
351
|
+
*/
|
|
352
|
+
encodedMessage?: SensitiveString;
|
|
349
353
|
/**
|
|
350
354
|
* The format of the response message. One of the following values: PlainText - The message contains plain UTF-8 text. CustomPayload - The message is a custom format for the client. SSML - The message contains text formatted for voice output. Composite - The message contains an escaped JSON object containing one or more messages from the groups that messages were assigned to when the intent was created.
|
|
351
355
|
*/
|
|
@@ -359,9 +363,13 @@ declare namespace LexRuntime {
|
|
|
359
363
|
*/
|
|
360
364
|
slotToElicit?: String;
|
|
361
365
|
/**
|
|
362
|
-
* The text used to process the request. If the input was an audio stream, the inputTranscript field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex is correctly processing the audio that you send.
|
|
366
|
+
* The text used to process the request. You can use this field only in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the inputTranscript field is null. You should use the encodedInputTranscript field instead. If the input was an audio stream, the inputTranscript field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex is correctly processing the audio that you send.
|
|
363
367
|
*/
|
|
364
368
|
inputTranscript?: String;
|
|
369
|
+
/**
|
|
370
|
+
* The text used to process the request. If the input was an audio stream, the encodedInputTranscript field contains the text extracted from the audio stream. This is the text that is actually processed to recognize intents and slot values. You can use this information to determine if Amazon Lex is correctly processing the audio that you send. The encodedInputTranscript field is base-64 encoded. You must decode the field before you can use the value.
|
|
371
|
+
*/
|
|
372
|
+
encodedInputTranscript?: SensitiveStringUnbounded;
|
|
365
373
|
/**
|
|
366
374
|
* The prompt (or statement) to convey to the user. This is based on the bot configuration and context. For example, if Amazon Lex did not understand the user intent, it sends the clarificationPrompt configured for the bot. If the intent requires confirmation before taking the fulfillment action, it sends the confirmationPrompt. Another example: Suppose that the Lambda function successfully fulfilled the intent, and sent a message to convey to the user. Then Amazon Lex sends that message in the response.
|
|
367
375
|
*/
|
|
@@ -533,9 +541,13 @@ declare namespace LexRuntime {
|
|
|
533
541
|
*/
|
|
534
542
|
sessionAttributes?: String;
|
|
535
543
|
/**
|
|
536
|
-
* The next message that should be presented to the user.
|
|
544
|
+
* The next message that should be presented to the user. You can only use this field in the de-DE, en-AU, en-GB, en-US, es-419, es-ES, es-US, fr-CA, fr-FR, and it-IT locales. In all other locales, the message field is null. You should use the encodedMessage field instead.
|
|
537
545
|
*/
|
|
538
546
|
message?: Text;
|
|
547
|
+
/**
|
|
548
|
+
* The next message that should be presented to the user. The encodedMessage field is base-64 encoded. You must decode the field before you can use the value.
|
|
549
|
+
*/
|
|
550
|
+
encodedMessage?: SensitiveString;
|
|
539
551
|
/**
|
|
540
552
|
* The format of the response message. One of the following values: PlainText - The message contains plain UTF-8 text. CustomPayload - The message is a custom format for the client. SSML - The message contains text formatted for voice output. Composite - The message contains an escaped JSON object containing one or more messages from the groups that messages were assigned to when the intent was created.
|
|
541
553
|
*/
|
|
@@ -575,6 +587,8 @@ declare namespace LexRuntime {
|
|
|
575
587
|
*/
|
|
576
588
|
genericAttachments?: genericAttachmentList;
|
|
577
589
|
}
|
|
590
|
+
export type SensitiveString = string;
|
|
591
|
+
export type SensitiveStringUnbounded = string;
|
|
578
592
|
export type SentimentLabel = string;
|
|
579
593
|
export interface SentimentResponse {
|
|
580
594
|
/**
|
package/clients/lightsail.d.ts
CHANGED
|
@@ -1853,9 +1853,13 @@ declare namespace Lightsail {
|
|
|
1853
1853
|
*/
|
|
1854
1854
|
powerId?: string;
|
|
1855
1855
|
/**
|
|
1856
|
-
* The current state of the container service. The
|
|
1856
|
+
* The current state of the container service. The following container service states are possible: PENDING - The container service is being created. READY - The container service is running but it does not have an active container deployment. DEPLOYING - The container service is launching a container deployment. RUNNING - The container service is running and it has an active container deployment. UPDATING - The container service capacity or its custom domains are being updated. DELETING - The container service is being deleted. DISABLED - The container service is disabled, and its active deployment and containers, if any, are shut down.
|
|
1857
1857
|
*/
|
|
1858
1858
|
state?: ContainerServiceState;
|
|
1859
|
+
/**
|
|
1860
|
+
* An object that describes the current state of the container service. The state detail is populated only when a container service is in a PENDING, DEPLOYING, or UPDATING state.
|
|
1861
|
+
*/
|
|
1862
|
+
stateDetail?: ContainerServiceStateDetail;
|
|
1859
1863
|
/**
|
|
1860
1864
|
* The scale specification of the container service. The scale specifies the allocated compute nodes of the container service.
|
|
1861
1865
|
*/
|
|
@@ -2029,7 +2033,18 @@ declare namespace Lightsail {
|
|
|
2029
2033
|
registry?: string;
|
|
2030
2034
|
}
|
|
2031
2035
|
export type ContainerServiceScale = number;
|
|
2032
|
-
export type ContainerServiceState = "PENDING"|"READY"|"RUNNING"|"UPDATING"|"DELETING"|"DISABLED"|string;
|
|
2036
|
+
export type ContainerServiceState = "PENDING"|"READY"|"RUNNING"|"UPDATING"|"DELETING"|"DISABLED"|"DEPLOYING"|string;
|
|
2037
|
+
export interface ContainerServiceStateDetail {
|
|
2038
|
+
/**
|
|
2039
|
+
* The state code of the container service. The following state codes are possible: The following state codes are possible if your container service is in a DEPLOYING or UPDATING state: CREATING_SYSTEM_RESOURCES - The system resources for your container service are being created. CREATING_NETWORK_INFRASTRUCTURE - The network infrastructure for your container service are being created. PROVISIONING_CERTIFICATE - The SSL/TLS certificate for your container service is being created. PROVISIONING_SERVICE - Your container service is being provisioned. CREATING_DEPLOYMENT - Your deployment is being created on your container service. EVALUATING_HEALTH_CHECK - The health of your deployment is being evaluated. ACTIVATING_DEPLOYMENT - Your deployment is being activated. The following state codes are possible if your container service is in a PENDING state: CERTIFICATE_LIMIT_EXCEEDED - The SSL/TLS certificate required for your container service exceeds the maximum number of certificates allowed for your account. UNKNOWN_ERROR - An error was experienced when your container service was being created.
|
|
2040
|
+
*/
|
|
2041
|
+
code?: ContainerServiceStateDetailCode;
|
|
2042
|
+
/**
|
|
2043
|
+
* A message that provides more information for the state code. The state detail is populated only when a container service is in a PENDING, DEPLOYING, or UPDATING state.
|
|
2044
|
+
*/
|
|
2045
|
+
message?: string;
|
|
2046
|
+
}
|
|
2047
|
+
export type ContainerServiceStateDetailCode = "CREATING_SYSTEM_RESOURCES"|"CREATING_NETWORK_INFRASTRUCTURE"|"PROVISIONING_CERTIFICATE"|"PROVISIONING_SERVICE"|"CREATING_DEPLOYMENT"|"EVALUATING_HEALTH_CHECK"|"ACTIVATING_DEPLOYMENT"|"CERTIFICATE_LIMIT_EXCEEDED"|"UNKNOWN_ERROR"|string;
|
|
2033
2048
|
export interface ContainerServicesListResult {
|
|
2034
2049
|
/**
|
|
2035
2050
|
* An array of objects that describe one or more container services.
|