aws-sdk 2.1410.0 → 2.1411.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.
@@ -66,6 +66,12 @@
66
66
  "limit_key": "maxResults",
67
67
  "result_key": "items"
68
68
  },
69
+ "ListManagedAccounts": {
70
+ "input_token": "nextToken",
71
+ "output_token": "nextToken",
72
+ "limit_key": "maxResults",
73
+ "result_key": "items"
74
+ },
69
75
  "ListSourceServerActions": {
70
76
  "input_token": "nextToken",
71
77
  "output_token": "nextToken",
@@ -52,11 +52,11 @@ declare class ComprehendMedical extends Service {
52
52
  */
53
53
  describeSNOMEDCTInferenceJob(callback?: (err: AWSError, data: ComprehendMedical.Types.DescribeSNOMEDCTInferenceJobResponse) => void): Request<ComprehendMedical.Types.DescribeSNOMEDCTInferenceJobResponse, AWSError>;
54
54
  /**
55
- * The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead. Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
55
+ * The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead. Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
56
56
  */
57
57
  detectEntities(params: ComprehendMedical.Types.DetectEntitiesRequest, callback?: (err: AWSError, data: ComprehendMedical.Types.DetectEntitiesResponse) => void): Request<ComprehendMedical.Types.DetectEntitiesResponse, AWSError>;
58
58
  /**
59
- * The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead. Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
59
+ * The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead. Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
60
60
  */
61
61
  detectEntities(callback?: (err: AWSError, data: ComprehendMedical.Types.DetectEntitiesResponse) => void): Request<ComprehendMedical.Types.DetectEntitiesResponse, AWSError>;
62
62
  /**
@@ -68,11 +68,11 @@ declare class ComprehendMedical extends Service {
68
68
  */
69
69
  detectEntitiesV2(callback?: (err: AWSError, data: ComprehendMedical.Types.DetectEntitiesV2Response) => void): Request<ComprehendMedical.Types.DetectEntitiesV2Response, AWSError>;
70
70
  /**
71
- * Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
71
+ * Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
72
72
  */
73
73
  detectPHI(params: ComprehendMedical.Types.DetectPHIRequest, callback?: (err: AWSError, data: ComprehendMedical.Types.DetectPHIResponse) => void): Request<ComprehendMedical.Types.DetectPHIResponse, AWSError>;
74
74
  /**
75
- * Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
75
+ * Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
76
76
  */
77
77
  detectPHI(callback?: (err: AWSError, data: ComprehendMedical.Types.DetectPHIResponse) => void): Request<ComprehendMedical.Types.DetectPHIResponse, AWSError>;
78
78
  /**
@@ -116,11 +116,11 @@ declare class ComprehendMedical extends Service {
116
116
  */
117
117
  listICD10CMInferenceJobs(callback?: (err: AWSError, data: ComprehendMedical.Types.ListICD10CMInferenceJobsResponse) => void): Request<ComprehendMedical.Types.ListICD10CMInferenceJobsResponse, AWSError>;
118
118
  /**
119
- * Gets a list of protected health information (PHI) detection jobs that you have submitted.
119
+ * Gets a list of protected health information (PHI) detection jobs you have submitted.
120
120
  */
121
121
  listPHIDetectionJobs(params: ComprehendMedical.Types.ListPHIDetectionJobsRequest, callback?: (err: AWSError, data: ComprehendMedical.Types.ListPHIDetectionJobsResponse) => void): Request<ComprehendMedical.Types.ListPHIDetectionJobsResponse, AWSError>;
122
122
  /**
123
- * Gets a list of protected health information (PHI) detection jobs that you have submitted.
123
+ * Gets a list of protected health information (PHI) detection jobs you have submitted.
124
124
  */
125
125
  listPHIDetectionJobs(callback?: (err: AWSError, data: ComprehendMedical.Types.ListPHIDetectionJobsResponse) => void): Request<ComprehendMedical.Types.ListPHIDetectionJobsResponse, AWSError>;
126
126
  /**
@@ -228,11 +228,11 @@ declare namespace ComprehendMedical {
228
228
  */
229
229
  Type?: EntitySubType;
230
230
  /**
231
- * The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as an attribute.
231
+ * The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
232
232
  */
233
233
  Score?: Float;
234
234
  /**
235
- * The level of confidence that Comprehend Medical; has that this attribute is correctly related to this entity.
235
+ * The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
236
236
  */
237
237
  RelationshipScore?: Float;
238
238
  /**
@@ -269,7 +269,7 @@ declare namespace ComprehendMedical {
269
269
  export type BoundedLengthString = string;
270
270
  export interface Characters {
271
271
  /**
272
- * The number of characters present in the input text document as processed by Comprehend Medical.
272
+ * The number of characters present in the input text document as processed by Amazon Comprehend Medical.
273
273
  */
274
274
  OriginalTextCharacters?: Integer;
275
275
  }
@@ -334,7 +334,7 @@ declare namespace ComprehendMedical {
334
334
  */
335
335
  LanguageCode?: LanguageCode;
336
336
  /**
337
- * The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.
337
+ * The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical read access to your input data.
338
338
  */
339
339
  DataAccessRoleArn?: IamRoleArn;
340
340
  /**
@@ -353,7 +353,7 @@ declare namespace ComprehendMedical {
353
353
  export type ComprehendMedicalAsyncJobPropertiesList = ComprehendMedicalAsyncJobProperties[];
354
354
  export interface DescribeEntitiesDetectionV2JobRequest {
355
355
  /**
356
- * The identifier that Comprehend Medical; generated for the job. The StartEntitiesDetectionV2Job operation returns this identifier in its response.
356
+ * The identifier that Amazon Comprehend Medical generated for the job. The StartEntitiesDetectionV2Job operation returns this identifier in its response.
357
357
  */
358
358
  JobId: JobId;
359
359
  }
@@ -377,7 +377,7 @@ declare namespace ComprehendMedical {
377
377
  }
378
378
  export interface DescribePHIDetectionJobRequest {
379
379
  /**
380
- * The identifier that Comprehend Medical; generated for the job. The StartPHIDetectionJob operation returns this identifier in its response.
380
+ * The identifier that Amazon Comprehend Medical generated for the job. The StartPHIDetectionJob operation returns this identifier in its response.
381
381
  */
382
382
  JobId: JobId;
383
383
  }
@@ -410,21 +410,21 @@ declare namespace ComprehendMedical {
410
410
  }
411
411
  export interface DetectEntitiesRequest {
412
412
  /**
413
- * A UTF-8 text string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.
413
+ * A UTF-8 text string containing the clinical content being examined for entities.
414
414
  */
415
415
  Text: BoundedLengthString;
416
416
  }
417
417
  export interface DetectEntitiesResponse {
418
418
  /**
419
- * The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical; has in the detection and analysis. Attributes and traits of the entity are also returned.
419
+ * The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
420
420
  */
421
421
  Entities: EntityList;
422
422
  /**
423
- * Attributes extracted from the input text that we were unable to relate to an entity.
423
+ * Attributes extracted from the input text that we were unable to relate to an entity.
424
424
  */
425
425
  UnmappedAttributes?: UnmappedAttributeList;
426
426
  /**
427
- * If the result of the previous request to DetectEntities was truncated, include the PaginationToken to fetch the next page of entities.
427
+ * If the result of the previous request to DetectEntities was truncated, include the PaginationToken to fetch the next page of entities.
428
428
  */
429
429
  PaginationToken?: String;
430
430
  /**
@@ -434,7 +434,7 @@ declare namespace ComprehendMedical {
434
434
  }
435
435
  export interface DetectEntitiesV2Request {
436
436
  /**
437
- * A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.
437
+ * A UTF-8 string containing the clinical content being examined for entities.
438
438
  */
439
439
  Text: BoundedLengthString;
440
440
  }
@@ -458,17 +458,17 @@ declare namespace ComprehendMedical {
458
458
  }
459
459
  export interface DetectPHIRequest {
460
460
  /**
461
- * A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.
461
+ * A UTF-8 text string containing the clinical content being examined for PHI entities.
462
462
  */
463
463
  Text: BoundedLengthString;
464
464
  }
465
465
  export interface DetectPHIResponse {
466
466
  /**
467
- * The collection of PHI entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical; has in its detection.
467
+ * The collection of PHI entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in its detection.
468
468
  */
469
469
  Entities: EntityList;
470
470
  /**
471
- * If the result of the previous request to DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.
471
+ * If the result of the previous request to DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.
472
472
  */
473
473
  PaginationToken?: String;
474
474
  /**
@@ -490,7 +490,7 @@ declare namespace ComprehendMedical {
490
490
  */
491
491
  EndOffset?: Integer;
492
492
  /**
493
- * The level of confidence that Comprehend Medical; has in the accuracy of the detection.
493
+ * The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
494
494
  */
495
495
  Score?: Float;
496
496
  /**
@@ -629,7 +629,7 @@ declare namespace ComprehendMedical {
629
629
  */
630
630
  Name?: ICD10CMTraitName;
631
631
  /**
632
- * The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as a trait.
632
+ * The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.
633
633
  */
634
634
  Score?: Float;
635
635
  }
@@ -638,7 +638,7 @@ declare namespace ComprehendMedical {
638
638
  export type IamRoleArn = string;
639
639
  export interface InferICD10CMRequest {
640
640
  /**
641
- * The input text used for analysis. The input for InferICD10CM is a string from 1 to 10000 characters.
641
+ * The input text used for analysis.
642
642
  */
643
643
  Text: OntologyLinkingBoundedLengthString;
644
644
  }
@@ -658,7 +658,7 @@ declare namespace ComprehendMedical {
658
658
  }
659
659
  export interface InferRxNormRequest {
660
660
  /**
661
- * The input text used for analysis. The input for InferRxNorm is a string from 1 to 10000 characters.
661
+ * The input text used for analysis.
662
662
  */
663
663
  Text: OntologyLinkingBoundedLengthString;
664
664
  }
@@ -678,13 +678,13 @@ declare namespace ComprehendMedical {
678
678
  }
679
679
  export interface InferSNOMEDCTRequest {
680
680
  /**
681
- * The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.
681
+ * The input text to be analyzed using InferSNOMEDCT.
682
682
  */
683
683
  Text: OntologyLinkingBoundedLengthString;
684
684
  }
685
685
  export interface InferSNOMEDCTResponse {
686
686
  /**
687
- * The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
687
+ * The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
688
688
  */
689
689
  Entities: SNOMEDCTEntityList;
690
690
  /**
@@ -706,7 +706,7 @@ declare namespace ComprehendMedical {
706
706
  }
707
707
  export interface InputDataConfig {
708
708
  /**
709
- * The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling. Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
709
+ * The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
710
710
  */
711
711
  S3Bucket: S3Bucket;
712
712
  /**
@@ -847,7 +847,7 @@ declare namespace ComprehendMedical {
847
847
  */
848
848
  S3Bucket: S3Bucket;
849
849
  /**
850
- * The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
850
+ * The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
851
851
  */
852
852
  S3Key?: S3Key;
853
853
  }
@@ -858,7 +858,7 @@ declare namespace ComprehendMedical {
858
858
  */
859
859
  Type?: RxNormAttributeType;
860
860
  /**
861
- * The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
861
+ * The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
862
862
  */
863
863
  Score?: Float;
864
864
  /**
@@ -937,11 +937,11 @@ declare namespace ComprehendMedical {
937
937
  */
938
938
  Attributes?: RxNormAttributeList;
939
939
  /**
940
- * Contextual information for the entity.
940
+ * Contextual information for the entity.
941
941
  */
942
942
  Traits?: RxNormTraitList;
943
943
  /**
944
- * The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
944
+ * The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
945
945
  */
946
946
  RxNormConcepts?: RxNormConceptList;
947
947
  }
@@ -972,11 +972,11 @@ declare namespace ComprehendMedical {
972
972
  */
973
973
  Type?: SNOMEDCTAttributeType;
974
974
  /**
975
- * The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
975
+ * The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
976
976
  */
977
977
  Score?: Float;
978
978
  /**
979
- * The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
979
+ * The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
980
980
  */
981
981
  RelationshipScore?: Float;
982
982
  /**
@@ -1020,7 +1020,7 @@ declare namespace ComprehendMedical {
1020
1020
  */
1021
1021
  Code?: String;
1022
1022
  /**
1023
- * The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
1023
+ * The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
1024
1024
  */
1025
1025
  Score?: Float;
1026
1026
  }
@@ -1057,7 +1057,7 @@ declare namespace ComprehendMedical {
1057
1057
  */
1058
1058
  Type?: SNOMEDCTEntityType;
1059
1059
  /**
1060
- * The level of confidence that Comprehend Medical has in the accuracy of the detected entity.
1060
+ * The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
1061
1061
  */
1062
1062
  Score?: Float;
1063
1063
  /**
@@ -1091,7 +1091,7 @@ declare namespace ComprehendMedical {
1091
1091
  */
1092
1092
  Name?: SNOMEDCTTraitName;
1093
1093
  /**
1094
- * The level of confidence that Comprehend Medical has in the accuracy of a detected trait.
1094
+ * The level of confidence that Amazon Comprehend Medical has in the accuracy of a detected trait.
1095
1095
  */
1096
1096
  Score?: Float;
1097
1097
  }
@@ -1107,7 +1107,7 @@ declare namespace ComprehendMedical {
1107
1107
  */
1108
1108
  OutputDataConfig: OutputDataConfig;
1109
1109
  /**
1110
- * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1110
+ * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1111
1111
  */
1112
1112
  DataAccessRoleArn: IamRoleArn;
1113
1113
  /**
@@ -1115,7 +1115,7 @@ declare namespace ComprehendMedical {
1115
1115
  */
1116
1116
  JobName?: JobName;
1117
1117
  /**
1118
- * A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one for you.
1118
+ * A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one for you.
1119
1119
  */
1120
1120
  ClientRequestToken?: ClientRequestTokenString;
1121
1121
  /**
@@ -1123,7 +1123,7 @@ declare namespace ComprehendMedical {
1123
1123
  */
1124
1124
  KMSKey?: KMSKey;
1125
1125
  /**
1126
- * The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).
1126
+ * The language of the input documents. All documents must be in the same language. Amazon Comprehend Medical processes files in US English (en).
1127
1127
  */
1128
1128
  LanguageCode: LanguageCode;
1129
1129
  }
@@ -1143,7 +1143,7 @@ declare namespace ComprehendMedical {
1143
1143
  */
1144
1144
  OutputDataConfig: OutputDataConfig;
1145
1145
  /**
1146
- * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1146
+ * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1147
1147
  */
1148
1148
  DataAccessRoleArn: IamRoleArn;
1149
1149
  /**
@@ -1151,7 +1151,7 @@ declare namespace ComprehendMedical {
1151
1151
  */
1152
1152
  JobName?: JobName;
1153
1153
  /**
1154
- * A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.
1154
+ * A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
1155
1155
  */
1156
1156
  ClientRequestToken?: ClientRequestTokenString;
1157
1157
  /**
@@ -1179,7 +1179,7 @@ declare namespace ComprehendMedical {
1179
1179
  */
1180
1180
  OutputDataConfig: OutputDataConfig;
1181
1181
  /**
1182
- * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1182
+ * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1183
1183
  */
1184
1184
  DataAccessRoleArn: IamRoleArn;
1185
1185
  /**
@@ -1187,7 +1187,7 @@ declare namespace ComprehendMedical {
1187
1187
  */
1188
1188
  JobName?: JobName;
1189
1189
  /**
1190
- * A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.
1190
+ * A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
1191
1191
  */
1192
1192
  ClientRequestToken?: ClientRequestTokenString;
1193
1193
  /**
@@ -1215,7 +1215,7 @@ declare namespace ComprehendMedical {
1215
1215
  */
1216
1216
  OutputDataConfig: OutputDataConfig;
1217
1217
  /**
1218
- * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1218
+ * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
1219
1219
  */
1220
1220
  DataAccessRoleArn: IamRoleArn;
1221
1221
  /**
@@ -1223,7 +1223,7 @@ declare namespace ComprehendMedical {
1223
1223
  */
1224
1224
  JobName?: JobName;
1225
1225
  /**
1226
- * A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.
1226
+ * A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
1227
1227
  */
1228
1228
  ClientRequestToken?: ClientRequestTokenString;
1229
1229
  /**
@@ -1339,7 +1339,7 @@ declare namespace ComprehendMedical {
1339
1339
  */
1340
1340
  Name?: AttributeName;
1341
1341
  /**
1342
- * The level of confidence that Comprehend Medical; has in the accuracy of this trait.
1342
+ * The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.
1343
1343
  */
1344
1344
  Score?: Float;
1345
1345
  }
@@ -180,11 +180,11 @@ declare class Connect extends Service {
180
180
  */
181
181
  createPrompt(callback?: (err: AWSError, data: Connect.Types.CreatePromptResponse) => void): Request<Connect.Types.CreatePromptResponse, AWSError>;
182
182
  /**
183
- * This API is in preview release for Amazon Connect and is subject to change. Creates a new queue for the specified Amazon Connect instance. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
183
+ * This API is in preview release for Amazon Connect and is subject to change. Creates a new queue for the specified Amazon Connect instance. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException. Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.
184
184
  */
185
185
  createQueue(params: Connect.Types.CreateQueueRequest, callback?: (err: AWSError, data: Connect.Types.CreateQueueResponse) => void): Request<Connect.Types.CreateQueueResponse, AWSError>;
186
186
  /**
187
- * This API is in preview release for Amazon Connect and is subject to change. Creates a new queue for the specified Amazon Connect instance. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
187
+ * This API is in preview release for Amazon Connect and is subject to change. Creates a new queue for the specified Amazon Connect instance. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException. Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.
188
188
  */
189
189
  createQueue(callback?: (err: AWSError, data: Connect.Types.CreateQueueResponse) => void): Request<Connect.Types.CreateQueueResponse, AWSError>;
190
190
  /**
@@ -1084,11 +1084,11 @@ declare class Connect extends Service {
1084
1084
  */
1085
1085
  searchPrompts(callback?: (err: AWSError, data: Connect.Types.SearchPromptsResponse) => void): Request<Connect.Types.SearchPromptsResponse, AWSError>;
1086
1086
  /**
1087
- * This API is in preview release for Amazon Connect and is subject to change. Searches queues in an Amazon Connect instance, with optional filtering.
1087
+ * Searches queues in an Amazon Connect instance, with optional filtering.
1088
1088
  */
1089
1089
  searchQueues(params: Connect.Types.SearchQueuesRequest, callback?: (err: AWSError, data: Connect.Types.SearchQueuesResponse) => void): Request<Connect.Types.SearchQueuesResponse, AWSError>;
1090
1090
  /**
1091
- * This API is in preview release for Amazon Connect and is subject to change. Searches queues in an Amazon Connect instance, with optional filtering.
1091
+ * Searches queues in an Amazon Connect instance, with optional filtering.
1092
1092
  */
1093
1093
  searchQueues(callback?: (err: AWSError, data: Connect.Types.SearchQueuesResponse) => void): Request<Connect.Types.SearchQueuesResponse, AWSError>;
1094
1094
  /**
@@ -1108,19 +1108,19 @@ declare class Connect extends Service {
1108
1108
  */
1109
1109
  searchResourceTags(callback?: (err: AWSError, data: Connect.Types.SearchResourceTagsResponse) => void): Request<Connect.Types.SearchResourceTagsResponse, AWSError>;
1110
1110
  /**
1111
- * This API is in preview release for Amazon Connect and is subject to change. Searches routing profiles in an Amazon Connect instance, with optional filtering.
1111
+ * Searches routing profiles in an Amazon Connect instance, with optional filtering.
1112
1112
  */
1113
1113
  searchRoutingProfiles(params: Connect.Types.SearchRoutingProfilesRequest, callback?: (err: AWSError, data: Connect.Types.SearchRoutingProfilesResponse) => void): Request<Connect.Types.SearchRoutingProfilesResponse, AWSError>;
1114
1114
  /**
1115
- * This API is in preview release for Amazon Connect and is subject to change. Searches routing profiles in an Amazon Connect instance, with optional filtering.
1115
+ * Searches routing profiles in an Amazon Connect instance, with optional filtering.
1116
1116
  */
1117
1117
  searchRoutingProfiles(callback?: (err: AWSError, data: Connect.Types.SearchRoutingProfilesResponse) => void): Request<Connect.Types.SearchRoutingProfilesResponse, AWSError>;
1118
1118
  /**
1119
- * This API is in preview release for Amazon Connect and is subject to change. Searches security profiles in an Amazon Connect instance, with optional filtering.
1119
+ * Searches security profiles in an Amazon Connect instance, with optional filtering.
1120
1120
  */
1121
1121
  searchSecurityProfiles(params: Connect.Types.SearchSecurityProfilesRequest, callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
1122
1122
  /**
1123
- * This API is in preview release for Amazon Connect and is subject to change. Searches security profiles in an Amazon Connect instance, with optional filtering.
1123
+ * Searches security profiles in an Amazon Connect instance, with optional filtering.
1124
1124
  */
1125
1125
  searchSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
1126
1126
  /**
@@ -1412,11 +1412,11 @@ declare class Connect extends Service {
1412
1412
  */
1413
1413
  updateQueueName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1414
1414
  /**
1415
- * This API is in preview release for Amazon Connect and is subject to change. Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
1415
+ * This API is in preview release for Amazon Connect and is subject to change. Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException. Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.
1416
1416
  */
1417
1417
  updateQueueOutboundCallerConfig(params: Connect.Types.UpdateQueueOutboundCallerConfigRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1418
1418
  /**
1419
- * This API is in preview release for Amazon Connect and is subject to change. Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
1419
+ * This API is in preview release for Amazon Connect and is subject to change. Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue. If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException. Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.
1420
1420
  */
1421
1421
  updateQueueOutboundCallerConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
1422
1422
  /**
@@ -4559,7 +4559,7 @@ declare namespace Connect {
4559
4559
  */
4560
4560
  EndTime: Timestamp;
4561
4561
  /**
4562
- * The filters to apply to returned metrics. You can filter on the following resources: Queues Routing profiles Agents Channels User hierarchy groups At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator's Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE Filter values: A maximum of 100 filter values are supported in a single request. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key.
4562
+ * The filters to apply to returned metrics. You can filter on the following resources: Queues Routing profiles Agents Channels User hierarchy groups At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator's Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters.
4563
4563
  */
4564
4564
  Filters: FiltersV2List;
4565
4565
  /**