aws-sdk 2.1418.0 → 2.1420.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 +17 -1
- package/README.md +1 -1
- package/apis/codecatalyst-2022-09-28.min.json +294 -24
- package/apis/connectcases-2022-10-03.min.json +35 -25
- package/apis/glue-2017-03-31.min.json +624 -606
- package/apis/rds-2014-10-31.min.json +4 -2
- package/apis/route53resolver-2018-04-01.min.json +201 -62
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +32 -32
- package/apis/sagemaker-2017-07-24.min.json +205 -158
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/apis/securitylake-2018-05-10.min.json +139 -34
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/clients/codecatalyst.d.ts +264 -7
- package/clients/connectcases.d.ts +15 -4
- package/clients/glue.d.ts +29 -6
- package/clients/lexmodelsv2.d.ts +11 -11
- package/clients/mediaconvert.d.ts +3 -3
- package/clients/rds.d.ts +30 -22
- package/clients/route53resolver.d.ts +220 -7
- package/clients/sagemaker.d.ts +88 -10
- package/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
- package/clients/savingsplans.d.ts +1 -1
- package/clients/securitylake.d.ts +93 -11
- package/clients/transcribeservice.d.ts +21 -0
- package/clients/workspaces.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +7 -5
- package/dist/aws-sdk.min.js +14 -14
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -12,11 +12,11 @@ declare class SecurityLake extends Service {
|
|
12
12
|
constructor(options?: SecurityLake.Types.ClientConfiguration)
|
13
13
|
config: Config & SecurityLake.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it
|
15
|
+
* Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it. You can use this API only to enable natively supported Amazon Web Services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
|
16
16
|
*/
|
17
17
|
createAwsLogSource(params: SecurityLake.Types.CreateAwsLogSourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateAwsLogSourceResponse) => void): Request<SecurityLake.Types.CreateAwsLogSourceResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it
|
19
|
+
* Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it. You can use this API only to enable natively supported Amazon Web Services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
|
20
20
|
*/
|
21
21
|
createAwsLogSource(callback?: (err: AWSError, data: SecurityLake.Types.CreateAwsLogSourceResponse) => void): Request<SecurityLake.Types.CreateAwsLogSourceResponse, AWSError>;
|
22
22
|
/**
|
@@ -28,11 +28,11 @@ declare class SecurityLake extends Service {
|
|
28
28
|
*/
|
29
29
|
createCustomLogSource(callback?: (err: AWSError, data: SecurityLake.Types.CreateCustomLogSourceResponse) => void): Request<SecurityLake.Types.CreateCustomLogSourceResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions.
|
31
|
+
* Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. To specify particular Regions, configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
|
32
32
|
*/
|
33
33
|
createDataLake(params: SecurityLake.Types.CreateDataLakeRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateDataLakeResponse) => void): Request<SecurityLake.Types.CreateDataLakeResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions.
|
35
|
+
* Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. To specify particular Regions, configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
|
36
36
|
*/
|
37
37
|
createDataLake(callback?: (err: AWSError, data: SecurityLake.Types.CreateDataLakeResponse) => void): Request<SecurityLake.Types.CreateDataLakeResponse, AWSError>;
|
38
38
|
/**
|
@@ -100,11 +100,11 @@ declare class SecurityLake extends Service {
|
|
100
100
|
*/
|
101
101
|
deleteDataLakeExceptionSubscription(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDataLakeExceptionSubscriptionResponse) => void): Request<SecurityLake.Types.DeleteDataLakeExceptionSubscriptionResponse, AWSError>;
|
102
102
|
/**
|
103
|
-
*
|
103
|
+
* Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won't automatically contribute data to the data lake.
|
104
104
|
*/
|
105
105
|
deleteDataLakeOrganizationConfiguration(params: SecurityLake.Types.DeleteDataLakeOrganizationConfigurationRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteDataLakeOrganizationConfigurationResponse) => void): Request<SecurityLake.Types.DeleteDataLakeOrganizationConfigurationResponse, AWSError>;
|
106
106
|
/**
|
107
|
-
*
|
107
|
+
* Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won't automatically contribute data to the data lake.
|
108
108
|
*/
|
109
109
|
deleteDataLakeOrganizationConfiguration(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDataLakeOrganizationConfigurationResponse) => void): Request<SecurityLake.Types.DeleteDataLakeOrganizationConfigurationResponse, AWSError>;
|
110
110
|
/**
|
@@ -172,11 +172,11 @@ declare class SecurityLake extends Service {
|
|
172
172
|
*/
|
173
173
|
listDataLakeExceptions(callback?: (err: AWSError, data: SecurityLake.Types.ListDataLakeExceptionsResponse) => void): Request<SecurityLake.Types.ListDataLakeExceptionsResponse, AWSError>;
|
174
174
|
/**
|
175
|
-
* Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services
|
175
|
+
* Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. You can use this operation to determine whether Security Lake is enabled for a Region.
|
176
176
|
*/
|
177
177
|
listDataLakes(params: SecurityLake.Types.ListDataLakesRequest, callback?: (err: AWSError, data: SecurityLake.Types.ListDataLakesResponse) => void): Request<SecurityLake.Types.ListDataLakesResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
* Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services
|
179
|
+
* Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. You can use this operation to determine whether Security Lake is enabled for a Region.
|
180
180
|
*/
|
181
181
|
listDataLakes(callback?: (err: AWSError, data: SecurityLake.Types.ListDataLakesResponse) => void): Request<SecurityLake.Types.ListDataLakesResponse, AWSError>;
|
182
182
|
/**
|
@@ -195,6 +195,14 @@ declare class SecurityLake extends Service {
|
|
195
195
|
* List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.
|
196
196
|
*/
|
197
197
|
listSubscribers(callback?: (err: AWSError, data: SecurityLake.Types.ListSubscribersResponse) => void): Request<SecurityLake.Types.ListSubscribersResponse, AWSError>;
|
198
|
+
/**
|
199
|
+
* Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
|
200
|
+
*/
|
201
|
+
listTagsForResource(params: SecurityLake.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.ListTagsForResourceResponse) => void): Request<SecurityLake.Types.ListTagsForResourceResponse, AWSError>;
|
202
|
+
/**
|
203
|
+
* Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
|
204
|
+
*/
|
205
|
+
listTagsForResource(callback?: (err: AWSError, data: SecurityLake.Types.ListTagsForResourceResponse) => void): Request<SecurityLake.Types.ListTagsForResourceResponse, AWSError>;
|
198
206
|
/**
|
199
207
|
* Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
|
200
208
|
*/
|
@@ -203,6 +211,22 @@ declare class SecurityLake extends Service {
|
|
203
211
|
* Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
|
204
212
|
*/
|
205
213
|
registerDataLakeDelegatedAdministrator(callback?: (err: AWSError, data: SecurityLake.Types.RegisterDataLakeDelegatedAdministratorResponse) => void): Request<SecurityLake.Types.RegisterDataLakeDelegatedAdministratorResponse, AWSError>;
|
214
|
+
/**
|
215
|
+
* Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region. A tag is a label that you can define and associate with Amazon Web Services resources. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor for a tag key. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. For more information, see Tagging Amazon Security Lake resources in the Amazon Security Lake User Guide.
|
216
|
+
*/
|
217
|
+
tagResource(params: SecurityLake.Types.TagResourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.TagResourceResponse) => void): Request<SecurityLake.Types.TagResourceResponse, AWSError>;
|
218
|
+
/**
|
219
|
+
* Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region. A tag is a label that you can define and associate with Amazon Web Services resources. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor for a tag key. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. For more information, see Tagging Amazon Security Lake resources in the Amazon Security Lake User Guide.
|
220
|
+
*/
|
221
|
+
tagResource(callback?: (err: AWSError, data: SecurityLake.Types.TagResourceResponse) => void): Request<SecurityLake.Types.TagResourceResponse, AWSError>;
|
222
|
+
/**
|
223
|
+
* Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
|
224
|
+
*/
|
225
|
+
untagResource(params: SecurityLake.Types.UntagResourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.UntagResourceResponse) => void): Request<SecurityLake.Types.UntagResourceResponse, AWSError>;
|
226
|
+
/**
|
227
|
+
* Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
|
228
|
+
*/
|
229
|
+
untagResource(callback?: (err: AWSError, data: SecurityLake.Types.UntagResourceResponse) => void): Request<SecurityLake.Types.UntagResourceResponse, AWSError>;
|
206
230
|
/**
|
207
231
|
* Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
|
208
232
|
*/
|
@@ -355,6 +379,10 @@ declare namespace SecurityLake {
|
|
355
379
|
* The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
|
356
380
|
*/
|
357
381
|
metaStoreManagerRoleArn: RoleArn;
|
382
|
+
/**
|
383
|
+
* An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
|
384
|
+
*/
|
385
|
+
tags?: TagList;
|
358
386
|
}
|
359
387
|
export interface CreateDataLakeResponse {
|
360
388
|
/**
|
@@ -399,6 +427,10 @@ declare namespace SecurityLake {
|
|
399
427
|
* The name of your Security Lake subscriber account.
|
400
428
|
*/
|
401
429
|
subscriberName: CreateSubscriberRequestSubscriberNameString;
|
430
|
+
/**
|
431
|
+
* An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
|
432
|
+
*/
|
433
|
+
tags?: TagList;
|
402
434
|
}
|
403
435
|
export type CreateSubscriberRequestSubscriberNameString = string;
|
404
436
|
export interface CreateSubscriberResponse {
|
@@ -682,7 +714,7 @@ declare namespace SecurityLake {
|
|
682
714
|
}
|
683
715
|
export interface DeleteDataLakeOrganizationConfigurationRequest {
|
684
716
|
/**
|
685
|
-
*
|
717
|
+
* Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
|
686
718
|
*/
|
687
719
|
autoEnableNewAccount: DataLakeAutoEnableNewAccountConfigurationList;
|
688
720
|
}
|
@@ -894,6 +926,18 @@ declare namespace SecurityLake {
|
|
894
926
|
*/
|
895
927
|
subscribers?: SubscriberResourceList;
|
896
928
|
}
|
929
|
+
export interface ListTagsForResourceRequest {
|
930
|
+
/**
|
931
|
+
* The Amazon Resource Name (ARN) of the Amazon Security Lake resource to retrieve the tags for.
|
932
|
+
*/
|
933
|
+
resourceArn: AmazonResourceName;
|
934
|
+
}
|
935
|
+
export interface ListTagsForResourceResponse {
|
936
|
+
/**
|
937
|
+
* An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
938
|
+
*/
|
939
|
+
tags?: TagList;
|
940
|
+
}
|
897
941
|
export interface LogSource {
|
898
942
|
/**
|
899
943
|
* Specify the account from which you want to collect logs.
|
@@ -911,11 +955,11 @@ declare namespace SecurityLake {
|
|
911
955
|
export type LogSourceList = LogSource[];
|
912
956
|
export interface LogSourceResource {
|
913
957
|
/**
|
914
|
-
* Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
958
|
+
* Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.
|
915
959
|
*/
|
916
960
|
awsLogSource?: AwsLogSourceResource;
|
917
961
|
/**
|
918
|
-
* Amazon Security Lake supports custom source types. For
|
962
|
+
* Amazon Security Lake supports custom source types. For more information, see the Amazon Security Lake User Guide.
|
919
963
|
*/
|
920
964
|
customLogSource?: CustomLogSourceResource;
|
921
965
|
}
|
@@ -1021,7 +1065,45 @@ declare namespace SecurityLake {
|
|
1021
1065
|
export type SubscriberStatus = "ACTIVE"|"DEACTIVATED"|"PENDING"|"READY"|string;
|
1022
1066
|
export type SubscriptionProtocol = string;
|
1023
1067
|
export type SyntheticTimestamp_date_time = Date;
|
1068
|
+
export interface Tag {
|
1069
|
+
/**
|
1070
|
+
* The name of the tag. This is a general label that acts as a category for a more specific tag value (value).
|
1071
|
+
*/
|
1072
|
+
key: TagKey;
|
1073
|
+
/**
|
1074
|
+
* The value that’s associated with the specified tag key (key). This value acts as a descriptor for the tag key. A tag value cannot be null, but it can be an empty string.
|
1075
|
+
*/
|
1076
|
+
value: TagValue;
|
1077
|
+
}
|
1078
|
+
export type TagKey = string;
|
1079
|
+
export type TagKeyList = TagKey[];
|
1080
|
+
export type TagList = Tag[];
|
1081
|
+
export interface TagResourceRequest {
|
1082
|
+
/**
|
1083
|
+
* The Amazon Resource Name (ARN) of the Amazon Security Lake resource to add or update the tags for.
|
1084
|
+
*/
|
1085
|
+
resourceArn: AmazonResourceName;
|
1086
|
+
/**
|
1087
|
+
* An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
|
1088
|
+
*/
|
1089
|
+
tags: TagList;
|
1090
|
+
}
|
1091
|
+
export interface TagResourceResponse {
|
1092
|
+
}
|
1093
|
+
export type TagValue = string;
|
1024
1094
|
export type UUID = string;
|
1095
|
+
export interface UntagResourceRequest {
|
1096
|
+
/**
|
1097
|
+
* The Amazon Resource Name (ARN) of the Amazon Security Lake resource to remove one or more tags from.
|
1098
|
+
*/
|
1099
|
+
resourceArn: AmazonResourceName;
|
1100
|
+
/**
|
1101
|
+
* A list of one or more tag keys. For each value in the list, specify the tag key for a tag to remove from the Amazon Security Lake resource.
|
1102
|
+
*/
|
1103
|
+
tagKeys: TagKeyList;
|
1104
|
+
}
|
1105
|
+
export interface UntagResourceResponse {
|
1106
|
+
}
|
1025
1107
|
export interface UpdateDataLakeExceptionSubscriptionRequest {
|
1026
1108
|
/**
|
1027
1109
|
* The time-to-live (TTL) for the exception message to remain.
|
@@ -1744,6 +1744,10 @@ declare namespace TranscribeService {
|
|
1744
1744
|
* If using automatic language identification in your request and you want to apply a custom language model, a custom vocabulary, or a custom vocabulary filter, include LanguageIdSettings with the relevant sub-parameters (VocabularyName, LanguageModelName, and VocabularyFilterName). Note that multi-language identification (IdentifyMultipleLanguages) doesn't support custom language models. LanguageIdSettings supports two to five language codes. Each language code you include can have an associated custom language model, custom vocabulary, and custom vocabulary filter. The language codes that you specify must match the languages of the associated custom language models, custom vocabularies, and custom vocabulary filters. It's recommended that you include LanguageOptions when using LanguageIdSettings to ensure that the correct language dialect is identified. For example, if you specify a custom vocabulary that is in en-US but Amazon Transcribe determines that the language spoken in your media is en-AU, your custom vocabulary is not applied to your transcription. If you include LanguageOptions and include en-US as the only English language dialect, your custom vocabulary is applied to your transcription. If you want to include a custom language model with your request but do not want to use automatic language identification, use instead the parameter with the LanguageModelName sub-parameter. If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use instead the parameter with the VocabularyName or VocabularyFilterName (or both) sub-parameter.
|
1745
1745
|
*/
|
1746
1746
|
LanguageIdSettings?: LanguageIdSettingsMap;
|
1747
|
+
/**
|
1748
|
+
* Enables toxic speech detection in your transcript. If you include ToxicityDetection in your request, you must also include ToxicityCategories. For information on the types of toxic speech Amazon Transcribe can detect, see Detecting toxic speech.
|
1749
|
+
*/
|
1750
|
+
ToxicityDetection?: ToxicityDetection;
|
1747
1751
|
}
|
1748
1752
|
export interface StartTranscriptionJobResponse {
|
1749
1753
|
/**
|
@@ -1807,6 +1811,15 @@ declare namespace TranscribeService {
|
|
1807
1811
|
}
|
1808
1812
|
export type TagValue = string;
|
1809
1813
|
export type TimestampMilliseconds = number;
|
1814
|
+
export type ToxicityCategories = ToxicityCategory[];
|
1815
|
+
export type ToxicityCategory = "ALL"|string;
|
1816
|
+
export type ToxicityDetection = ToxicityDetectionSettings[];
|
1817
|
+
export interface ToxicityDetectionSettings {
|
1818
|
+
/**
|
1819
|
+
* If you include ToxicityDetection in your transcription request, you must also include ToxicityCategories. The only accepted value for this parameter is ALL.
|
1820
|
+
*/
|
1821
|
+
ToxicityCategories: ToxicityCategories;
|
1822
|
+
}
|
1810
1823
|
export type TranscribeArn = string;
|
1811
1824
|
export interface Transcript {
|
1812
1825
|
/**
|
@@ -1938,6 +1951,10 @@ declare namespace TranscribeService {
|
|
1938
1951
|
* Provides the name and language of all custom language models, custom vocabularies, and custom vocabulary filters that you included in your request.
|
1939
1952
|
*/
|
1940
1953
|
LanguageIdSettings?: LanguageIdSettingsMap;
|
1954
|
+
/**
|
1955
|
+
* Provides information about the toxicity detection settings applied to your transcription.
|
1956
|
+
*/
|
1957
|
+
ToxicityDetection?: ToxicityDetection;
|
1941
1958
|
}
|
1942
1959
|
export type TranscriptionJobName = string;
|
1943
1960
|
export type TranscriptionJobStatus = "QUEUED"|"IN_PROGRESS"|"FAILED"|"COMPLETED"|string;
|
@@ -1996,6 +2013,10 @@ declare namespace TranscribeService {
|
|
1996
2013
|
* The language codes used to create your transcription job. This parameter is used with multi-language identification. For single-language identification, the singular version of this parameter, LanguageCode, is present.
|
1997
2014
|
*/
|
1998
2015
|
LanguageCodes?: LanguageCodeList;
|
2016
|
+
/**
|
2017
|
+
* Indicates whether toxicity detection was enabled for the specified transcription job.
|
2018
|
+
*/
|
2019
|
+
ToxicityDetection?: ToxicityDetection;
|
1999
2020
|
}
|
2000
2021
|
export type Type = "CONVERSATION"|"DICTATION"|string;
|
2001
2022
|
export interface UntagResourceRequest {
|
package/clients/workspaces.d.ts
CHANGED
@@ -2355,7 +2355,7 @@ declare namespace WorkSpaces {
|
|
2355
2355
|
*/
|
2356
2356
|
ComputerName?: ComputerName;
|
2357
2357
|
/**
|
2358
|
-
* The symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
|
2358
|
+
* The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
|
2359
2359
|
*/
|
2360
2360
|
VolumeEncryptionKey?: VolumeEncryptionKey;
|
2361
2361
|
/**
|
@@ -2686,7 +2686,7 @@ declare namespace WorkSpaces {
|
|
2686
2686
|
*/
|
2687
2687
|
BundleId: BundleId;
|
2688
2688
|
/**
|
2689
|
-
* The symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
|
2689
|
+
* The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.
|
2690
2690
|
*/
|
2691
2691
|
VolumeEncryptionKey?: VolumeEncryptionKey;
|
2692
2692
|
/**
|