aws-sdk 2.987.0 → 2.991.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 +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +148 -139
- package/apis/comprehend-2017-11-27.min.json +114 -97
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +48 -48
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/iot-2015-05-28.min.json +136 -119
- package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/apis/macie2-2020-01-01.min.json +159 -108
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/pinpoint-2016-12-01.min.json +719 -329
- package/apis/robomaker-2018-06-29.min.json +138 -86
- package/apis/s3-2006-03-01.examples.json +145 -145
- package/apis/s3-2006-03-01.min.json +80 -78
- package/apis/sagemaker-2017-07-24.min.json +71 -22
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/apis/wafv2-2019-07-29.min.json +1 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chime.d.ts +10 -5
- package/clients/comprehend.d.ts +35 -0
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +73 -73
- package/clients/es.d.ts +18 -3
- package/clients/iot.d.ts +28 -2
- package/clients/kafkaconnect.d.ts +1132 -0
- package/clients/kafkaconnect.js +18 -0
- package/clients/macie2.d.ts +75 -23
- package/clients/opensearch.d.ts +22 -1
- package/clients/pinpoint.d.ts +408 -4
- package/clients/robomaker.d.ts +85 -4
- package/clients/s3.d.ts +53 -44
- package/clients/sagemaker.d.ts +90 -17
- package/clients/transcribeservice.d.ts +27 -0
- package/clients/wafv2.d.ts +22 -18
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +384 -345
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -3944,11 +3944,7 @@
|
|
|
3944
3944
|
"shape": "Sga"
|
|
3945
3945
|
},
|
|
3946
3946
|
"ServiceCatalogProvisionedProductDetails": {
|
|
3947
|
-
"
|
|
3948
|
-
"members": {
|
|
3949
|
-
"ProvisionedProductId": {},
|
|
3950
|
-
"ProvisionedProductStatusMessage": {}
|
|
3951
|
-
}
|
|
3947
|
+
"shape": "Sqi"
|
|
3952
3948
|
},
|
|
3953
3949
|
"ProjectStatus": {},
|
|
3954
3950
|
"CreatedBy": {
|
|
@@ -7423,6 +7419,27 @@
|
|
|
7423
7419
|
}
|
|
7424
7420
|
}
|
|
7425
7421
|
},
|
|
7422
|
+
"RetryPipelineExecution": {
|
|
7423
|
+
"input": {
|
|
7424
|
+
"type": "structure",
|
|
7425
|
+
"required": [
|
|
7426
|
+
"PipelineExecutionArn",
|
|
7427
|
+
"ClientRequestToken"
|
|
7428
|
+
],
|
|
7429
|
+
"members": {
|
|
7430
|
+
"PipelineExecutionArn": {},
|
|
7431
|
+
"ClientRequestToken": {
|
|
7432
|
+
"idempotencyToken": true
|
|
7433
|
+
}
|
|
7434
|
+
}
|
|
7435
|
+
},
|
|
7436
|
+
"output": {
|
|
7437
|
+
"type": "structure",
|
|
7438
|
+
"members": {
|
|
7439
|
+
"PipelineExecutionArn": {}
|
|
7440
|
+
}
|
|
7441
|
+
}
|
|
7442
|
+
},
|
|
7426
7443
|
"Search": {
|
|
7427
7444
|
"input": {
|
|
7428
7445
|
"type": "structure",
|
|
@@ -7432,7 +7449,7 @@
|
|
|
7432
7449
|
"members": {
|
|
7433
7450
|
"Resource": {},
|
|
7434
7451
|
"SearchExpression": {
|
|
7435
|
-
"shape": "
|
|
7452
|
+
"shape": "S11c"
|
|
7436
7453
|
},
|
|
7437
7454
|
"SortBy": {},
|
|
7438
7455
|
"SortOrder": {},
|
|
@@ -7451,7 +7468,7 @@
|
|
|
7451
7468
|
"type": "structure",
|
|
7452
7469
|
"members": {
|
|
7453
7470
|
"TrainingJob": {
|
|
7454
|
-
"shape": "
|
|
7471
|
+
"shape": "S11p"
|
|
7455
7472
|
},
|
|
7456
7473
|
"Experiment": {
|
|
7457
7474
|
"type": "structure",
|
|
@@ -7579,7 +7596,7 @@
|
|
|
7579
7596
|
"members": {
|
|
7580
7597
|
"SourceArn": {},
|
|
7581
7598
|
"TrainingJob": {
|
|
7582
|
-
"shape": "
|
|
7599
|
+
"shape": "S11p"
|
|
7583
7600
|
},
|
|
7584
7601
|
"ProcessingJob": {
|
|
7585
7602
|
"type": "structure",
|
|
@@ -7922,6 +7939,31 @@
|
|
|
7922
7939
|
"shape": "S7"
|
|
7923
7940
|
}
|
|
7924
7941
|
}
|
|
7942
|
+
},
|
|
7943
|
+
"Project": {
|
|
7944
|
+
"type": "structure",
|
|
7945
|
+
"members": {
|
|
7946
|
+
"ProjectArn": {},
|
|
7947
|
+
"ProjectName": {},
|
|
7948
|
+
"ProjectId": {},
|
|
7949
|
+
"ProjectDescription": {},
|
|
7950
|
+
"ServiceCatalogProvisioningDetails": {
|
|
7951
|
+
"shape": "Sga"
|
|
7952
|
+
},
|
|
7953
|
+
"ServiceCatalogProvisionedProductDetails": {
|
|
7954
|
+
"shape": "Sqi"
|
|
7955
|
+
},
|
|
7956
|
+
"ProjectStatus": {},
|
|
7957
|
+
"CreatedBy": {
|
|
7958
|
+
"shape": "Skq"
|
|
7959
|
+
},
|
|
7960
|
+
"CreationTime": {
|
|
7961
|
+
"type": "timestamp"
|
|
7962
|
+
},
|
|
7963
|
+
"Tags": {
|
|
7964
|
+
"shape": "S7"
|
|
7965
|
+
}
|
|
7966
|
+
}
|
|
7925
7967
|
}
|
|
7926
7968
|
}
|
|
7927
7969
|
}
|
|
@@ -8167,7 +8209,7 @@
|
|
|
8167
8209
|
"shape": "Sn"
|
|
8168
8210
|
},
|
|
8169
8211
|
"PropertiesToRemove": {
|
|
8170
|
-
"shape": "
|
|
8212
|
+
"shape": "S12u"
|
|
8171
8213
|
}
|
|
8172
8214
|
}
|
|
8173
8215
|
},
|
|
@@ -8211,7 +8253,7 @@
|
|
|
8211
8253
|
"shape": "Sn"
|
|
8212
8254
|
},
|
|
8213
8255
|
"PropertiesToRemove": {
|
|
8214
|
-
"shape": "
|
|
8256
|
+
"shape": "S12u"
|
|
8215
8257
|
}
|
|
8216
8258
|
}
|
|
8217
8259
|
},
|
|
@@ -8261,7 +8303,7 @@
|
|
|
8261
8303
|
"shape": "Sn"
|
|
8262
8304
|
},
|
|
8263
8305
|
"PropertiesToRemove": {
|
|
8264
|
-
"shape": "
|
|
8306
|
+
"shape": "S12u"
|
|
8265
8307
|
}
|
|
8266
8308
|
}
|
|
8267
8309
|
},
|
|
@@ -8676,19 +8718,19 @@
|
|
|
8676
8718
|
"shape": "Shw"
|
|
8677
8719
|
},
|
|
8678
8720
|
"ParametersToRemove": {
|
|
8679
|
-
"shape": "
|
|
8721
|
+
"shape": "S14b"
|
|
8680
8722
|
},
|
|
8681
8723
|
"InputArtifacts": {
|
|
8682
8724
|
"shape": "Si0"
|
|
8683
8725
|
},
|
|
8684
8726
|
"InputArtifactsToRemove": {
|
|
8685
|
-
"shape": "
|
|
8727
|
+
"shape": "S14b"
|
|
8686
8728
|
},
|
|
8687
8729
|
"OutputArtifacts": {
|
|
8688
8730
|
"shape": "Si0"
|
|
8689
8731
|
},
|
|
8690
8732
|
"OutputArtifactsToRemove": {
|
|
8691
|
-
"shape": "
|
|
8733
|
+
"shape": "S14b"
|
|
8692
8734
|
}
|
|
8693
8735
|
}
|
|
8694
8736
|
},
|
|
@@ -11733,6 +11775,13 @@
|
|
|
11733
11775
|
"TrialName": {}
|
|
11734
11776
|
}
|
|
11735
11777
|
},
|
|
11778
|
+
"Sqi": {
|
|
11779
|
+
"type": "structure",
|
|
11780
|
+
"members": {
|
|
11781
|
+
"ProvisionedProductId": {},
|
|
11782
|
+
"ProvisionedProductStatusMessage": {}
|
|
11783
|
+
}
|
|
11784
|
+
},
|
|
11736
11785
|
"Sqp": {
|
|
11737
11786
|
"type": "structure",
|
|
11738
11787
|
"required": [
|
|
@@ -11977,11 +12026,11 @@
|
|
|
11977
12026
|
}
|
|
11978
12027
|
}
|
|
11979
12028
|
},
|
|
11980
|
-
"
|
|
12029
|
+
"S11c": {
|
|
11981
12030
|
"type": "structure",
|
|
11982
12031
|
"members": {
|
|
11983
12032
|
"Filters": {
|
|
11984
|
-
"shape": "
|
|
12033
|
+
"shape": "S11d"
|
|
11985
12034
|
},
|
|
11986
12035
|
"NestedFilters": {
|
|
11987
12036
|
"type": "list",
|
|
@@ -11994,7 +12043,7 @@
|
|
|
11994
12043
|
"members": {
|
|
11995
12044
|
"NestedPropertyName": {},
|
|
11996
12045
|
"Filters": {
|
|
11997
|
-
"shape": "
|
|
12046
|
+
"shape": "S11d"
|
|
11998
12047
|
}
|
|
11999
12048
|
}
|
|
12000
12049
|
}
|
|
@@ -12002,13 +12051,13 @@
|
|
|
12002
12051
|
"SubExpressions": {
|
|
12003
12052
|
"type": "list",
|
|
12004
12053
|
"member": {
|
|
12005
|
-
"shape": "
|
|
12054
|
+
"shape": "S11c"
|
|
12006
12055
|
}
|
|
12007
12056
|
},
|
|
12008
12057
|
"Operator": {}
|
|
12009
12058
|
}
|
|
12010
12059
|
},
|
|
12011
|
-
"
|
|
12060
|
+
"S11d": {
|
|
12012
12061
|
"type": "list",
|
|
12013
12062
|
"member": {
|
|
12014
12063
|
"type": "structure",
|
|
@@ -12022,7 +12071,7 @@
|
|
|
12022
12071
|
}
|
|
12023
12072
|
}
|
|
12024
12073
|
},
|
|
12025
|
-
"
|
|
12074
|
+
"S11p": {
|
|
12026
12075
|
"type": "structure",
|
|
12027
12076
|
"members": {
|
|
12028
12077
|
"TrainingJobName": {},
|
|
@@ -12120,11 +12169,11 @@
|
|
|
12120
12169
|
}
|
|
12121
12170
|
}
|
|
12122
12171
|
},
|
|
12123
|
-
"
|
|
12172
|
+
"S12u": {
|
|
12124
12173
|
"type": "list",
|
|
12125
12174
|
"member": {}
|
|
12126
12175
|
},
|
|
12127
|
-
"
|
|
12176
|
+
"S14b": {
|
|
12128
12177
|
"type": "list",
|
|
12129
12178
|
"member": {}
|
|
12130
12179
|
}
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"Status": {},
|
|
576
576
|
"NextToken": {},
|
|
577
577
|
"Vocabularies": {
|
|
578
|
-
"shape": "
|
|
578
|
+
"shape": "S3o"
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
}
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"Status": {},
|
|
673
673
|
"NextToken": {},
|
|
674
674
|
"Vocabularies": {
|
|
675
|
-
"shape": "
|
|
675
|
+
"shape": "S3o"
|
|
676
676
|
}
|
|
677
677
|
}
|
|
678
678
|
}
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
"OutputKey": {},
|
|
767
767
|
"OutputEncryptionKMSKeyId": {},
|
|
768
768
|
"KMSEncryptionContext": {
|
|
769
|
-
"shape": "
|
|
769
|
+
"shape": "S49"
|
|
770
770
|
},
|
|
771
771
|
"Settings": {
|
|
772
772
|
"shape": "S2j"
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"OutputKey": {},
|
|
810
810
|
"OutputEncryptionKMSKeyId": {},
|
|
811
811
|
"KMSEncryptionContext": {
|
|
812
|
-
"shape": "
|
|
812
|
+
"shape": "S49"
|
|
813
813
|
},
|
|
814
814
|
"Settings": {
|
|
815
815
|
"shape": "S2u"
|
|
@@ -829,6 +829,14 @@
|
|
|
829
829
|
"LanguageOptions": {
|
|
830
830
|
"shape": "S2a"
|
|
831
831
|
},
|
|
832
|
+
"Subtitles": {
|
|
833
|
+
"type": "structure",
|
|
834
|
+
"members": {
|
|
835
|
+
"Formats": {
|
|
836
|
+
"shape": "S2y"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
},
|
|
832
840
|
"Tags": {
|
|
833
841
|
"shape": "Su"
|
|
834
842
|
}
|
|
@@ -1384,6 +1392,18 @@
|
|
|
1384
1392
|
},
|
|
1385
1393
|
"Tags": {
|
|
1386
1394
|
"shape": "Su"
|
|
1395
|
+
},
|
|
1396
|
+
"Subtitles": {
|
|
1397
|
+
"type": "structure",
|
|
1398
|
+
"members": {
|
|
1399
|
+
"Formats": {
|
|
1400
|
+
"shape": "S2y"
|
|
1401
|
+
},
|
|
1402
|
+
"SubtitleFileUris": {
|
|
1403
|
+
"type": "list",
|
|
1404
|
+
"member": {}
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1387
1407
|
}
|
|
1388
1408
|
}
|
|
1389
1409
|
},
|
|
@@ -1425,7 +1445,11 @@
|
|
|
1425
1445
|
"DataAccessRoleArn": {}
|
|
1426
1446
|
}
|
|
1427
1447
|
},
|
|
1428
|
-
"
|
|
1448
|
+
"S2y": {
|
|
1449
|
+
"type": "list",
|
|
1450
|
+
"member": {}
|
|
1451
|
+
},
|
|
1452
|
+
"S3o": {
|
|
1429
1453
|
"type": "list",
|
|
1430
1454
|
"member": {
|
|
1431
1455
|
"type": "structure",
|
|
@@ -1439,7 +1463,7 @@
|
|
|
1439
1463
|
}
|
|
1440
1464
|
}
|
|
1441
1465
|
},
|
|
1442
|
-
"
|
|
1466
|
+
"S49": {
|
|
1443
1467
|
"type": "map",
|
|
1444
1468
|
"key": {},
|
|
1445
1469
|
"value": {}
|
package/clients/all.d.ts
CHANGED
|
@@ -277,3 +277,4 @@ export import ChimeSDKMessaging = require('./chimesdkmessaging');
|
|
|
277
277
|
export import SnowDeviceManagement = require('./snowdevicemanagement');
|
|
278
278
|
export import MemoryDB = require('./memorydb');
|
|
279
279
|
export import OpenSearch = require('./opensearch');
|
|
280
|
+
export import KafkaConnect = require('./kafkaconnect');
|
package/clients/all.js
CHANGED
|
@@ -278,5 +278,6 @@ module.exports = {
|
|
|
278
278
|
ChimeSDKMessaging: require('./chimesdkmessaging'),
|
|
279
279
|
SnowDeviceManagement: require('./snowdevicemanagement'),
|
|
280
280
|
MemoryDB: require('./memorydb'),
|
|
281
|
-
OpenSearch: require('./opensearch')
|
|
281
|
+
OpenSearch: require('./opensearch'),
|
|
282
|
+
KafkaConnect: require('./kafkaconnect')
|
|
282
283
|
};
|
package/clients/chime.d.ts
CHANGED
|
@@ -1292,11 +1292,11 @@ declare class Chime extends Service {
|
|
|
1292
1292
|
*/
|
|
1293
1293
|
sendChannelMessage(callback?: (err: AWSError, data: Chime.Types.SendChannelMessageResponse) => void): Request<Chime.Types.SendChannelMessageResponse, AWSError>;
|
|
1294
1294
|
/**
|
|
1295
|
-
*
|
|
1295
|
+
* Starts transcription for the specified meetingId.
|
|
1296
1296
|
*/
|
|
1297
1297
|
startMeetingTranscription(params: Chime.Types.StartMeetingTranscriptionRequest, callback?: (err: AWSError, data: Chime.Types.StartMeetingTranscriptionResponse) => void): Request<Chime.Types.StartMeetingTranscriptionResponse, AWSError>;
|
|
1298
1298
|
/**
|
|
1299
|
-
*
|
|
1299
|
+
* Starts transcription for the specified meetingId.
|
|
1300
1300
|
*/
|
|
1301
1301
|
startMeetingTranscription(callback?: (err: AWSError, data: Chime.Types.StartMeetingTranscriptionResponse) => void): Request<Chime.Types.StartMeetingTranscriptionResponse, AWSError>;
|
|
1302
1302
|
/**
|
|
@@ -2798,6 +2798,10 @@ declare namespace Chime {
|
|
|
2798
2798
|
* The ID of the SIP media application.
|
|
2799
2799
|
*/
|
|
2800
2800
|
SipMediaApplicationId: NonEmptyString;
|
|
2801
|
+
/**
|
|
2802
|
+
* The SIP headers added to an outbound call leg.
|
|
2803
|
+
*/
|
|
2804
|
+
SipHeaders?: SipHeadersMap;
|
|
2801
2805
|
}
|
|
2802
2806
|
export interface CreateSipMediaApplicationCallResponse {
|
|
2803
2807
|
/**
|
|
@@ -4896,11 +4900,11 @@ declare namespace Chime {
|
|
|
4896
4900
|
export type OrderedPhoneNumberStatus = "Processing"|"Acquired"|"Failed"|string;
|
|
4897
4901
|
export interface Origination {
|
|
4898
4902
|
/**
|
|
4899
|
-
* The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
|
|
4903
|
+
* The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20. This parameter is not required, but you must specify this parameter or Disabled.
|
|
4900
4904
|
*/
|
|
4901
4905
|
Routes?: OriginationRouteList;
|
|
4902
4906
|
/**
|
|
4903
|
-
* When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
|
|
4907
|
+
* When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This parameter is not required, but you must specify this parameter or Routes.
|
|
4904
4908
|
*/
|
|
4905
4909
|
Disabled?: Boolean;
|
|
4906
4910
|
}
|
|
@@ -5644,6 +5648,7 @@ declare namespace Chime {
|
|
|
5644
5648
|
}
|
|
5645
5649
|
export type SigninDelegateGroupList = SigninDelegateGroup[];
|
|
5646
5650
|
export type SipApplicationPriority = number;
|
|
5651
|
+
export type SipHeadersMap = {[key: string]: SensitiveString};
|
|
5647
5652
|
export interface SipMediaApplication {
|
|
5648
5653
|
/**
|
|
5649
5654
|
* The SIP media application ID.
|
|
@@ -5897,7 +5902,7 @@ declare namespace Chime {
|
|
|
5897
5902
|
*/
|
|
5898
5903
|
EngineTranscribeSettings?: EngineTranscribeSettings;
|
|
5899
5904
|
/**
|
|
5900
|
-
* The transcription configuration settings passed to Amazon Transcribe.
|
|
5905
|
+
* The transcription configuration settings passed to Amazon Transcribe Medical.
|
|
5901
5906
|
*/
|
|
5902
5907
|
EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
|
|
5903
5908
|
}
|
package/clients/comprehend.d.ts
CHANGED
|
@@ -504,6 +504,7 @@ declare namespace Comprehend {
|
|
|
504
504
|
export type AnyLengthString = string;
|
|
505
505
|
export type AttributeNamesList = AttributeNamesListItem[];
|
|
506
506
|
export type AttributeNamesListItem = string;
|
|
507
|
+
export type AugmentedManifestsDocumentTypeFormat = "PLAIN_TEXT_DOCUMENT"|"SEMI_STRUCTURED_DOCUMENT"|string;
|
|
507
508
|
export interface AugmentedManifestsListItem {
|
|
508
509
|
/**
|
|
509
510
|
* The Amazon S3 location of the augmented manifest file.
|
|
@@ -513,6 +514,18 @@ declare namespace Comprehend {
|
|
|
513
514
|
* The JSON attribute that contains the annotations for your training documents. The number of attribute names that you specify depends on whether your augmented manifest file is the output of a single labeling job or a chained labeling job. If your file is the output of a single labeling job, specify the LabelAttributeName key that was used when the job was created in Ground Truth. If your file is the output of a chained labeling job, specify the LabelAttributeName key for one or more jobs in the chain. Each LabelAttributeName key provides the annotations from an individual job.
|
|
514
515
|
*/
|
|
515
516
|
AttributeNames: AttributeNamesList;
|
|
517
|
+
/**
|
|
518
|
+
* The S3 prefix to the annotation files that are referred in the augmented manifest file.
|
|
519
|
+
*/
|
|
520
|
+
AnnotationDataS3Uri?: S3Uri;
|
|
521
|
+
/**
|
|
522
|
+
* The S3 prefix to the source files (PDFs) that are referred to in the augmented manifest file.
|
|
523
|
+
*/
|
|
524
|
+
SourceDocumentsS3Uri?: S3Uri;
|
|
525
|
+
/**
|
|
526
|
+
* The type of augmented manifest. PlainTextDocument or SemiStructuredDocument. If you don't specify, the default is PlainTextDocument. PLAIN_TEXT_DOCUMENT A document type that represents any unicode text that is encoded in UTF-8. SEMI_STRUCTURED_DOCUMENT A document type with positional and structural context, like a PDF. For training with Amazon Comprehend, only PDFs are supported. For inference, Amazon Comprehend support PDFs, DOCX and TXT.
|
|
527
|
+
*/
|
|
528
|
+
DocumentType?: AugmentedManifestsDocumentTypeFormat;
|
|
516
529
|
}
|
|
517
530
|
export interface BatchDetectDominantLanguageItemResult {
|
|
518
531
|
/**
|
|
@@ -1363,6 +1376,23 @@ declare namespace Comprehend {
|
|
|
1363
1376
|
*/
|
|
1364
1377
|
Score?: Float;
|
|
1365
1378
|
}
|
|
1379
|
+
export type DocumentReadAction = "TEXTRACT_DETECT_DOCUMENT_TEXT"|"TEXTRACT_ANALYZE_DOCUMENT"|string;
|
|
1380
|
+
export type DocumentReadFeatureTypes = "TABLES"|"FORMS"|string;
|
|
1381
|
+
export type DocumentReadMode = "SERVICE_DEFAULT"|"FORCE_DOCUMENT_READ_ACTION"|string;
|
|
1382
|
+
export interface DocumentReaderConfig {
|
|
1383
|
+
/**
|
|
1384
|
+
* This enum field will start with two values which will apply to PDFs: TEXTRACT_DETECT_DOCUMENT_TEXT - The service calls DetectDocumentText for PDF documents per page. TEXTRACT_ANALYZE_DOCUMENT - The service calls AnalyzeDocument for PDF documents per page.
|
|
1385
|
+
*/
|
|
1386
|
+
DocumentReadAction: DocumentReadAction;
|
|
1387
|
+
/**
|
|
1388
|
+
* This enum field provides two values: SERVICE_DEFAULT - use service defaults for Document reading. For Digital PDF it would mean using an internal parser instead of Textract APIs FORCE_DOCUMENT_READ_ACTION - Always use specified action for DocumentReadAction, including Digital PDF.
|
|
1389
|
+
*/
|
|
1390
|
+
DocumentReadMode?: DocumentReadMode;
|
|
1391
|
+
/**
|
|
1392
|
+
* Specifies how the text in an input file should be processed:
|
|
1393
|
+
*/
|
|
1394
|
+
FeatureTypes?: ListOfDocumentReadFeatureTypes;
|
|
1395
|
+
}
|
|
1366
1396
|
export interface DominantLanguage {
|
|
1367
1397
|
/**
|
|
1368
1398
|
* The RFC 5646 language code for the dominant language. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
|
|
@@ -1883,6 +1913,10 @@ declare namespace Comprehend {
|
|
|
1883
1913
|
* Specifies how the text in an input file should be processed: ONE_DOC_PER_FILE - Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers. ONE_DOC_PER_LINE - Each line in a file is considered a separate document. Use this option when you are processing many short documents, such as text messages.
|
|
1884
1914
|
*/
|
|
1885
1915
|
InputFormat?: InputFormat;
|
|
1916
|
+
/**
|
|
1917
|
+
* The document reader config field applies only for InputDataConfig of StartEntitiesDetectionJob. Use DocumentReaderConfig to provide specifications about how you want your inference documents read. Currently it applies for PDF documents in StartEntitiesDetectionJob custom inference.
|
|
1918
|
+
*/
|
|
1919
|
+
DocumentReaderConfig?: DocumentReaderConfig;
|
|
1886
1920
|
}
|
|
1887
1921
|
export type InputFormat = "ONE_DOC_PER_FILE"|"ONE_DOC_PER_LINE"|string;
|
|
1888
1922
|
export type Integer = number;
|
|
@@ -2181,6 +2215,7 @@ declare namespace Comprehend {
|
|
|
2181
2215
|
export type ListOfDetectKeyPhrasesResult = BatchDetectKeyPhrasesItemResult[];
|
|
2182
2216
|
export type ListOfDetectSentimentResult = BatchDetectSentimentItemResult[];
|
|
2183
2217
|
export type ListOfDetectSyntaxResult = BatchDetectSyntaxItemResult[];
|
|
2218
|
+
export type ListOfDocumentReadFeatureTypes = DocumentReadFeatureTypes[];
|
|
2184
2219
|
export type ListOfDominantLanguages = DominantLanguage[];
|
|
2185
2220
|
export type ListOfEntities = Entity[];
|
|
2186
2221
|
export type ListOfEntityLabels = EntityLabel[];
|
package/clients/dms.d.ts
CHANGED
|
@@ -61,11 +61,11 @@ declare class DMS extends Service {
|
|
|
61
61
|
*/
|
|
62
62
|
createReplicationInstance(callback?: (err: AWSError, data: DMS.Types.CreateReplicationInstanceResponse) => void): Request<DMS.Types.CreateReplicationInstanceResponse, AWSError>;
|
|
63
63
|
/**
|
|
64
|
-
* Creates a replication subnet group given a list of the subnet IDs in a VPC.
|
|
64
|
+
* Creates a replication subnet group given a list of the subnet IDs in a VPC. The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception.
|
|
65
65
|
*/
|
|
66
66
|
createReplicationSubnetGroup(params: DMS.Types.CreateReplicationSubnetGroupMessage, callback?: (err: AWSError, data: DMS.Types.CreateReplicationSubnetGroupResponse) => void): Request<DMS.Types.CreateReplicationSubnetGroupResponse, AWSError>;
|
|
67
67
|
/**
|
|
68
|
-
* Creates a replication subnet group given a list of the subnet IDs in a VPC.
|
|
68
|
+
* Creates a replication subnet group given a list of the subnet IDs in a VPC. The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception.
|
|
69
69
|
*/
|
|
70
70
|
createReplicationSubnetGroup(callback?: (err: AWSError, data: DMS.Types.CreateReplicationSubnetGroupResponse) => void): Request<DMS.Types.CreateReplicationSubnetGroupResponse, AWSError>;
|
|
71
71
|
/**
|
|
@@ -397,11 +397,11 @@ declare class DMS extends Service {
|
|
|
397
397
|
*/
|
|
398
398
|
refreshSchemas(callback?: (err: AWSError, data: DMS.Types.RefreshSchemasResponse) => void): Request<DMS.Types.RefreshSchemasResponse, AWSError>;
|
|
399
399
|
/**
|
|
400
|
-
* Reloads the target database table with the source data.
|
|
400
|
+
* Reloads the target database table with the source data. You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.
|
|
401
401
|
*/
|
|
402
402
|
reloadTables(params: DMS.Types.ReloadTablesMessage, callback?: (err: AWSError, data: DMS.Types.ReloadTablesResponse) => void): Request<DMS.Types.ReloadTablesResponse, AWSError>;
|
|
403
403
|
/**
|
|
404
|
-
* Reloads the target database table with the source data.
|
|
404
|
+
* Reloads the target database table with the source data. You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.
|
|
405
405
|
*/
|
|
406
406
|
reloadTables(callback?: (err: AWSError, data: DMS.Types.ReloadTablesResponse) => void): Request<DMS.Types.ReloadTablesResponse, AWSError>;
|
|
407
407
|
/**
|
|
@@ -551,7 +551,7 @@ declare namespace DMS {
|
|
|
551
551
|
*/
|
|
552
552
|
ReplicationInstanceArn: String;
|
|
553
553
|
/**
|
|
554
|
-
* The pending maintenance action to apply to this resource.
|
|
554
|
+
* The pending maintenance action to apply to this resource. Valid values: os-upgrade, system-update, db-upgrade
|
|
555
555
|
*/
|
|
556
556
|
ApplyAction: String;
|
|
557
557
|
/**
|
|
@@ -733,7 +733,7 @@ declare namespace DMS {
|
|
|
733
733
|
*/
|
|
734
734
|
S3Settings?: S3Settings;
|
|
735
735
|
/**
|
|
736
|
-
* The settings in JSON format for the DMS transfer type of source endpoint. Possible settings include the following: ServiceAccessRoleArn - The
|
|
736
|
+
* The settings in JSON format for the DMS transfer type of source endpoint. Possible settings include the following: ServiceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action. BucketName - The name of the S3 bucket to use. Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string,BucketName=string JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string", }
|
|
737
737
|
*/
|
|
738
738
|
DmsTransferSettings?: DmsTransferSettings;
|
|
739
739
|
/**
|
|
@@ -1647,7 +1647,7 @@ declare namespace DMS {
|
|
|
1647
1647
|
export type DmsSslModeValue = "none"|"require"|"verify-ca"|"verify-full"|string;
|
|
1648
1648
|
export interface DmsTransferSettings {
|
|
1649
1649
|
/**
|
|
1650
|
-
*
|
|
1650
|
+
* The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.
|
|
1651
1651
|
*/
|
|
1652
1652
|
ServiceAccessRoleArn?: String;
|
|
1653
1653
|
/**
|
|
@@ -1805,7 +1805,7 @@ declare namespace DMS {
|
|
|
1805
1805
|
*/
|
|
1806
1806
|
S3Settings?: S3Settings;
|
|
1807
1807
|
/**
|
|
1808
|
-
* The settings in JSON format for the DMS transfer type of source endpoint. Possible settings include the following: ServiceAccessRoleArn - The
|
|
1808
|
+
* The settings in JSON format for the DMS transfer type of source endpoint. Possible settings include the following: ServiceAccessRoleArn - - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action. BucketName - The name of the S3 bucket to use. Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string,BucketName=string, JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string"}
|
|
1809
1809
|
*/
|
|
1810
1810
|
DmsTransferSettings?: DmsTransferSettings;
|
|
1811
1811
|
/**
|
|
@@ -2323,7 +2323,7 @@ declare namespace DMS {
|
|
|
2323
2323
|
*/
|
|
2324
2324
|
S3Settings?: S3Settings;
|
|
2325
2325
|
/**
|
|
2326
|
-
* The settings in JSON format for the DMS transfer type of source endpoint. Attributes include the following: serviceAccessRoleArn - The
|
|
2326
|
+
* The settings in JSON format for the DMS transfer type of source endpoint. Attributes include the following: serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action. BucketName - The name of the S3 bucket to use. Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string ,BucketName=string JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string"}
|
|
2327
2327
|
*/
|
|
2328
2328
|
DmsTransferSettings?: DmsTransferSettings;
|
|
2329
2329
|
/**
|
|
@@ -3008,9 +3008,13 @@ declare namespace DMS {
|
|
|
3008
3008
|
*/
|
|
3009
3009
|
ReplicationInstanceArn: String;
|
|
3010
3010
|
/**
|
|
3011
|
-
* If this parameter is true, the reboot is conducted through a Multi-AZ failover.
|
|
3011
|
+
* If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)
|
|
3012
3012
|
*/
|
|
3013
3013
|
ForceFailover?: BooleanOptional;
|
|
3014
|
+
/**
|
|
3015
|
+
* If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)
|
|
3016
|
+
*/
|
|
3017
|
+
ForcePlannedFailover?: BooleanOptional;
|
|
3014
3018
|
}
|
|
3015
3019
|
export interface RebootReplicationInstanceResponse {
|
|
3016
3020
|
/**
|