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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['kafkaconnect'] = {};
|
|
7
|
+
AWS.KafkaConnect = Service.defineService('kafkaconnect', ['2021-09-14']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['kafkaconnect'], '2021-09-14', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/kafkaconnect-2021-09-14.min.json');
|
|
11
|
+
model.paginators = require('../apis/kafkaconnect-2021-09-14.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.KafkaConnect;
|
package/clients/macie2.d.ts
CHANGED
|
@@ -340,13 +340,21 @@ declare class Macie2 extends Service {
|
|
|
340
340
|
*/
|
|
341
341
|
listFindingsFilters(callback?: (err: AWSError, data: Macie2.Types.ListFindingsFiltersResponse) => void): Request<Macie2.Types.ListFindingsFiltersResponse, AWSError>;
|
|
342
342
|
/**
|
|
343
|
-
* Retrieves information about
|
|
343
|
+
* Retrieves information about the Amazon Macie membership invitations that were received by an account.
|
|
344
344
|
*/
|
|
345
345
|
listInvitations(params: Macie2.Types.ListInvitationsRequest, callback?: (err: AWSError, data: Macie2.Types.ListInvitationsResponse) => void): Request<Macie2.Types.ListInvitationsResponse, AWSError>;
|
|
346
346
|
/**
|
|
347
|
-
* Retrieves information about
|
|
347
|
+
* Retrieves information about the Amazon Macie membership invitations that were received by an account.
|
|
348
348
|
*/
|
|
349
349
|
listInvitations(callback?: (err: AWSError, data: Macie2.Types.ListInvitationsResponse) => void): Request<Macie2.Types.ListInvitationsResponse, AWSError>;
|
|
350
|
+
/**
|
|
351
|
+
* Retrieves information about all the managed data identifiers that Amazon Macie currently provides.
|
|
352
|
+
*/
|
|
353
|
+
listManagedDataIdentifiers(params: Macie2.Types.ListManagedDataIdentifiersRequest, callback?: (err: AWSError, data: Macie2.Types.ListManagedDataIdentifiersResponse) => void): Request<Macie2.Types.ListManagedDataIdentifiersResponse, AWSError>;
|
|
354
|
+
/**
|
|
355
|
+
* Retrieves information about all the managed data identifiers that Amazon Macie currently provides.
|
|
356
|
+
*/
|
|
357
|
+
listManagedDataIdentifiers(callback?: (err: AWSError, data: Macie2.Types.ListManagedDataIdentifiersResponse) => void): Request<Macie2.Types.ListManagedDataIdentifiersResponse, AWSError>;
|
|
350
358
|
/**
|
|
351
359
|
* Retrieves information about the accounts that are associated with an Amazon Macie administrator account.
|
|
352
360
|
*/
|
|
@@ -599,7 +607,7 @@ declare namespace Macie2 {
|
|
|
599
607
|
}
|
|
600
608
|
export interface BatchGetCustomDataIdentifiersRequest {
|
|
601
609
|
/**
|
|
602
|
-
* An array of
|
|
610
|
+
* An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
|
|
603
611
|
*/
|
|
604
612
|
ids?: __listOf__string;
|
|
605
613
|
}
|
|
@@ -609,7 +617,7 @@ declare namespace Macie2 {
|
|
|
609
617
|
*/
|
|
610
618
|
customDataIdentifiers?: __listOfBatchGetCustomDataIdentifierSummary;
|
|
611
619
|
/**
|
|
612
|
-
* An array of
|
|
620
|
+
* An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
|
|
613
621
|
*/
|
|
614
622
|
notFoundIdentifierIds?: __listOf__string;
|
|
615
623
|
}
|
|
@@ -969,7 +977,7 @@ declare namespace Macie2 {
|
|
|
969
977
|
*/
|
|
970
978
|
clientToken: __string;
|
|
971
979
|
/**
|
|
972
|
-
*
|
|
980
|
+
* An array of unique identifiers, one for each custom data identifier for the job to use when it analyzes data. To use only managed data identifiers, don't specify a value for this property and specify a value other than NONE for the managedDataIdentifierSelector property.
|
|
973
981
|
*/
|
|
974
982
|
customDataIdentifierIds?: __listOf__string;
|
|
975
983
|
/**
|
|
@@ -977,13 +985,21 @@ declare namespace Macie2 {
|
|
|
977
985
|
*/
|
|
978
986
|
description?: __string;
|
|
979
987
|
/**
|
|
980
|
-
*
|
|
988
|
+
* For a recurring job, specifies whether to analyze all existing, eligible objects immediately after the job is created (true). To analyze only those objects that are created or changed after you create the job and before the job's first scheduled run, set this value to false.If you configure the job to run only once, don't specify a value for this property.
|
|
981
989
|
*/
|
|
982
990
|
initialRun?: __boolean;
|
|
983
991
|
/**
|
|
984
992
|
* The schedule for running the job. Valid values are: ONE_TIME - Run the job only once. If you specify this value, don't specify a value for the scheduleFrequency property. SCHEDULED - Run the job on a daily, weekly, or monthly basis. If you specify this value, use the scheduleFrequency property to define the recurrence pattern for the job.
|
|
985
993
|
*/
|
|
986
994
|
jobType: JobType;
|
|
995
|
+
/**
|
|
996
|
+
* An array of unique identifiers, one for each managed data identifier for the job to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type that you specify for the job (managedDataIdentifierSelector).To retrieve a list of valid values for this property, use the ListManagedDataIdentifiers operation.
|
|
997
|
+
*/
|
|
998
|
+
managedDataIdentifierIds?: __listOf__string;
|
|
999
|
+
/**
|
|
1000
|
+
* The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are: ALL - Use all the managed data identifiers that Amazon Macie provides. If you specify this value, don't specify any values for the managedDataIdentifierIds property. EXCLUDE - Use all the managed data identifiers that Macie provides except the managed data identifiers specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If you specify this value, specify at least one custom data identifier for the job (customDataIdentifierIds) and don't specify any values for the managedDataIdentifierIds property. If you don't specify a value for this property, the job uses all managed data identifiers. If you don't specify a value for this property or you specify ALL or EXCLUDE for a recurring job, the job also uses new managed data identifiers as they are released.
|
|
1001
|
+
*/
|
|
1002
|
+
managedDataIdentifierSelector?: ManagedDataIdentifierSelector;
|
|
987
1003
|
/**
|
|
988
1004
|
* A custom name for the job. The name can contain as many as 500 characters.
|
|
989
1005
|
*/
|
|
@@ -993,7 +1009,7 @@ declare namespace Macie2 {
|
|
|
993
1009
|
*/
|
|
994
1010
|
s3JobDefinition: S3JobDefinition;
|
|
995
1011
|
/**
|
|
996
|
-
* The sampling depth, as a percentage, to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects.
|
|
1012
|
+
* The sampling depth, as a percentage, for the job to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects.
|
|
997
1013
|
*/
|
|
998
1014
|
samplingPercentage?: __integer;
|
|
999
1015
|
/**
|
|
@@ -1025,15 +1041,15 @@ declare namespace Macie2 {
|
|
|
1025
1041
|
*/
|
|
1026
1042
|
description?: __string;
|
|
1027
1043
|
/**
|
|
1028
|
-
* An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 characters. Ignore words are case sensitive.
|
|
1044
|
+
* An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.
|
|
1029
1045
|
*/
|
|
1030
1046
|
ignoreWords?: __listOf__string;
|
|
1031
1047
|
/**
|
|
1032
|
-
* An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 characters. Keywords aren't case sensitive.
|
|
1048
|
+
* An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.
|
|
1033
1049
|
*/
|
|
1034
1050
|
keywords?: __listOf__string;
|
|
1035
1051
|
/**
|
|
1036
|
-
* The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1-300 characters. The default value is 50.
|
|
1052
|
+
* The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1-300 characters. The default value is 50.
|
|
1037
1053
|
*/
|
|
1038
1054
|
maximumMatchDistance?: __integer;
|
|
1039
1055
|
/**
|
|
@@ -1348,7 +1364,7 @@ declare namespace Macie2 {
|
|
|
1348
1364
|
*/
|
|
1349
1365
|
createdAt?: __timestampIso8601;
|
|
1350
1366
|
/**
|
|
1351
|
-
*
|
|
1367
|
+
* An array of unique identifiers, one for each custom data identifier that the job uses to analyze data. This value is null if the job uses only managed data identifiers to analyze data.
|
|
1352
1368
|
*/
|
|
1353
1369
|
customDataIdentifierIds?: __listOf__string;
|
|
1354
1370
|
/**
|
|
@@ -1356,7 +1372,7 @@ declare namespace Macie2 {
|
|
|
1356
1372
|
*/
|
|
1357
1373
|
description?: __string;
|
|
1358
1374
|
/**
|
|
1359
|
-
*
|
|
1375
|
+
* For a recurring job, specifies whether you configured the job to analyze all existing, eligible objects immediately after the job was created (true). If you configured the job to analyze only those objects that were created or changed after the job was created and before the job's first scheduled run, this value is false. This value is also false for a one-time job.
|
|
1360
1376
|
*/
|
|
1361
1377
|
initialRun?: __boolean;
|
|
1362
1378
|
/**
|
|
@@ -1368,7 +1384,7 @@ declare namespace Macie2 {
|
|
|
1368
1384
|
*/
|
|
1369
1385
|
jobId?: __string;
|
|
1370
1386
|
/**
|
|
1371
|
-
* The current status of the job. Possible values are: CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days. COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs. IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs. PAUSED -
|
|
1387
|
+
* The current status of the job. Possible values are: CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days. COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs. IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs. PAUSED - Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for. RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress. USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
|
|
1372
1388
|
*/
|
|
1373
1389
|
jobStatus?: JobStatus;
|
|
1374
1390
|
/**
|
|
@@ -1383,6 +1399,14 @@ declare namespace Macie2 {
|
|
|
1383
1399
|
* The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started.
|
|
1384
1400
|
*/
|
|
1385
1401
|
lastRunTime?: __timestampIso8601;
|
|
1402
|
+
/**
|
|
1403
|
+
* An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type specified for the job (managedDataIdentifierSelector). This value is null if the job's managed data identifier selection type is ALL or the job uses only custom data identifiers (customDataIdentifierIds) to analyze data.
|
|
1404
|
+
*/
|
|
1405
|
+
managedDataIdentifierIds?: __listOf__string;
|
|
1406
|
+
/**
|
|
1407
|
+
* The selection type that determines which managed data identifiers the job uses to analyze data. Possible values are: ALL - Use all the managed data identifiers that Amazon Macie provides. EXCLUDE - Use all the managed data identifiers that Macie provides except the managed data identifiers specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If this value is null, the job uses all managed data identifiers. If this value is null, ALL, or EXCLUDE for a recurring job, the job also uses new managed data identifiers as they are released.
|
|
1408
|
+
*/
|
|
1409
|
+
managedDataIdentifierSelector?: ManagedDataIdentifierSelector;
|
|
1386
1410
|
/**
|
|
1387
1411
|
* The custom name of the job.
|
|
1388
1412
|
*/
|
|
@@ -1396,7 +1420,7 @@ declare namespace Macie2 {
|
|
|
1396
1420
|
*/
|
|
1397
1421
|
samplingPercentage?: __integer;
|
|
1398
1422
|
/**
|
|
1399
|
-
* The recurrence pattern for running the job.
|
|
1423
|
+
* The recurrence pattern for running the job. This value is null if the job is configured to run only once.
|
|
1400
1424
|
*/
|
|
1401
1425
|
scheduleFrequency?: JobScheduleFrequency;
|
|
1402
1426
|
/**
|
|
@@ -1765,7 +1789,7 @@ declare namespace Macie2 {
|
|
|
1765
1789
|
*/
|
|
1766
1790
|
keywords?: __listOf__string;
|
|
1767
1791
|
/**
|
|
1768
|
-
* The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern.
|
|
1792
|
+
* The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern.
|
|
1769
1793
|
*/
|
|
1770
1794
|
maximumMatchDistance?: __integer;
|
|
1771
1795
|
/**
|
|
@@ -2184,7 +2208,7 @@ declare namespace Macie2 {
|
|
|
2184
2208
|
*/
|
|
2185
2209
|
jobId?: __string;
|
|
2186
2210
|
/**
|
|
2187
|
-
* The current status of the job. Possible values are: CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days. COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs. IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs. PAUSED -
|
|
2211
|
+
* The current status of the job. Possible values are: CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days. COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs. IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs. PAUSED - Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for. RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress. USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
|
|
2188
2212
|
*/
|
|
2189
2213
|
jobStatus?: JobStatus;
|
|
2190
2214
|
/**
|
|
@@ -2379,6 +2403,22 @@ declare namespace Macie2 {
|
|
|
2379
2403
|
*/
|
|
2380
2404
|
orderBy?: OrderBy;
|
|
2381
2405
|
}
|
|
2406
|
+
export interface ListManagedDataIdentifiersRequest {
|
|
2407
|
+
/**
|
|
2408
|
+
* The nextToken string that specifies which page of results to return in a paginated response.
|
|
2409
|
+
*/
|
|
2410
|
+
nextToken?: __string;
|
|
2411
|
+
}
|
|
2412
|
+
export interface ListManagedDataIdentifiersResponse {
|
|
2413
|
+
/**
|
|
2414
|
+
* An array of objects, one for each managed data identifier.
|
|
2415
|
+
*/
|
|
2416
|
+
items?: __listOfManagedDataIdentifierSummary;
|
|
2417
|
+
/**
|
|
2418
|
+
* The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
|
|
2419
|
+
*/
|
|
2420
|
+
nextToken?: __string;
|
|
2421
|
+
}
|
|
2382
2422
|
export interface ListMembersRequest {
|
|
2383
2423
|
/**
|
|
2384
2424
|
* The maximum number of items to include in each page of a paginated response.
|
|
@@ -2436,6 +2476,17 @@ declare namespace Macie2 {
|
|
|
2436
2476
|
tags?: TagMap;
|
|
2437
2477
|
}
|
|
2438
2478
|
export type MacieStatus = "PAUSED"|"ENABLED"|string;
|
|
2479
|
+
export type ManagedDataIdentifierSelector = "ALL"|"EXCLUDE"|"INCLUDE"|"NONE"|string;
|
|
2480
|
+
export interface ManagedDataIdentifierSummary {
|
|
2481
|
+
/**
|
|
2482
|
+
* The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
|
|
2483
|
+
*/
|
|
2484
|
+
category?: SensitiveDataItemCategory;
|
|
2485
|
+
/**
|
|
2486
|
+
* The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.
|
|
2487
|
+
*/
|
|
2488
|
+
id?: __string;
|
|
2489
|
+
}
|
|
2439
2490
|
export interface MatchingBucket {
|
|
2440
2491
|
/**
|
|
2441
2492
|
* The unique identifier for the Amazon Web Services account that owns the bucket.
|
|
@@ -2714,7 +2765,7 @@ declare namespace Macie2 {
|
|
|
2714
2765
|
*/
|
|
2715
2766
|
name?: __string;
|
|
2716
2767
|
/**
|
|
2717
|
-
* The display name and
|
|
2768
|
+
* The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
|
|
2718
2769
|
*/
|
|
2719
2770
|
owner?: S3BucketOwner;
|
|
2720
2771
|
/**
|
|
@@ -2748,11 +2799,11 @@ declare namespace Macie2 {
|
|
|
2748
2799
|
}
|
|
2749
2800
|
export interface S3BucketOwner {
|
|
2750
2801
|
/**
|
|
2751
|
-
* The display name of the
|
|
2802
|
+
* The display name of the account that owns the bucket.
|
|
2752
2803
|
*/
|
|
2753
2804
|
displayName?: __string;
|
|
2754
2805
|
/**
|
|
2755
|
-
* The
|
|
2806
|
+
* The canonical user ID for the account that owns the bucket.
|
|
2756
2807
|
*/
|
|
2757
2808
|
id?: __string;
|
|
2758
2809
|
}
|
|
@@ -2959,7 +3010,7 @@ declare namespace Macie2 {
|
|
|
2959
3010
|
export type SensitiveData = SensitiveDataItem[];
|
|
2960
3011
|
export interface SensitiveDataItem {
|
|
2961
3012
|
/**
|
|
2962
|
-
* The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as
|
|
3013
|
+
* The category of sensitive data that was detected. For example: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
|
|
2963
3014
|
*/
|
|
2964
3015
|
category?: SensitiveDataItemCategory;
|
|
2965
3016
|
/**
|
|
@@ -3164,15 +3215,15 @@ declare namespace Macie2 {
|
|
|
3164
3215
|
}
|
|
3165
3216
|
export interface TestCustomDataIdentifierRequest {
|
|
3166
3217
|
/**
|
|
3167
|
-
* An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 characters. Ignore words are case sensitive.
|
|
3218
|
+
* An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.
|
|
3168
3219
|
*/
|
|
3169
3220
|
ignoreWords?: __listOf__string;
|
|
3170
3221
|
/**
|
|
3171
|
-
* An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 characters. Keywords aren't case sensitive.
|
|
3222
|
+
* An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.
|
|
3172
3223
|
*/
|
|
3173
3224
|
keywords?: __listOf__string;
|
|
3174
3225
|
/**
|
|
3175
|
-
* The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1-300 characters. The default value is 50.
|
|
3226
|
+
* The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1-300 characters. The default value is 50.
|
|
3176
3227
|
*/
|
|
3177
3228
|
maximumMatchDistance?: __integer;
|
|
3178
3229
|
/**
|
|
@@ -3459,6 +3510,7 @@ declare namespace Macie2 {
|
|
|
3459
3510
|
export type __listOfJobSummary = JobSummary[];
|
|
3460
3511
|
export type __listOfKeyValuePair = KeyValuePair[];
|
|
3461
3512
|
export type __listOfListJobsFilterTerm = ListJobsFilterTerm[];
|
|
3513
|
+
export type __listOfManagedDataIdentifierSummary = ManagedDataIdentifierSummary[];
|
|
3462
3514
|
export type __listOfMatchingResource = MatchingResource[];
|
|
3463
3515
|
export type __listOfMember = Member[];
|
|
3464
3516
|
export type __listOfS3BucketDefinitionForJob = S3BucketDefinitionForJob[];
|
package/clients/opensearch.d.ts
CHANGED
|
@@ -219,6 +219,10 @@ declare class OpenSearch extends Service {
|
|
|
219
219
|
* Retrieves the latest status of the last upgrade or upgrade eligibility check performed on the domain.
|
|
220
220
|
*/
|
|
221
221
|
getUpgradeStatus(callback?: (err: AWSError, data: OpenSearch.Types.GetUpgradeStatusResponse) => void): Request<OpenSearch.Types.GetUpgradeStatusResponse, AWSError>;
|
|
222
|
+
/**
|
|
223
|
+
* Returns the names of all domains owned by the current user's account.
|
|
224
|
+
*/
|
|
225
|
+
listDomainNames(params: OpenSearch.Types.ListDomainNamesRequest, callback?: (err: AWSError, data: OpenSearch.Types.ListDomainNamesResponse) => void): Request<OpenSearch.Types.ListDomainNamesResponse, AWSError>;
|
|
222
226
|
/**
|
|
223
227
|
* Returns the names of all domains owned by the current user's account.
|
|
224
228
|
*/
|
|
@@ -598,6 +602,9 @@ declare namespace OpenSearch {
|
|
|
598
602
|
* The number of UltraWarm nodes in the cluster.
|
|
599
603
|
*/
|
|
600
604
|
WarmCount?: IntegerClass;
|
|
605
|
+
/**
|
|
606
|
+
* Specifies the ColdStorageOptions config for a Domain
|
|
607
|
+
*/
|
|
601
608
|
ColdStorageOptions?: ColdStorageOptions;
|
|
602
609
|
}
|
|
603
610
|
export interface ClusterConfigStatus {
|
|
@@ -639,6 +646,9 @@ declare namespace OpenSearch {
|
|
|
639
646
|
Status: OptionStatus;
|
|
640
647
|
}
|
|
641
648
|
export interface ColdStorageOptions {
|
|
649
|
+
/**
|
|
650
|
+
* Enable cold storage option. Accepted values true or false
|
|
651
|
+
*/
|
|
642
652
|
Enabled: Boolean;
|
|
643
653
|
}
|
|
644
654
|
export type CommitMessage = string;
|
|
@@ -1156,6 +1166,10 @@ declare namespace OpenSearch {
|
|
|
1156
1166
|
* The DomainName.
|
|
1157
1167
|
*/
|
|
1158
1168
|
DomainName?: DomainName;
|
|
1169
|
+
/**
|
|
1170
|
+
* Specifies the EngineType of the domain.
|
|
1171
|
+
*/
|
|
1172
|
+
EngineType?: EngineType;
|
|
1159
1173
|
}
|
|
1160
1174
|
export type DomainInfoList = DomainInfo[];
|
|
1161
1175
|
export interface DomainInformationContainer {
|
|
@@ -1358,6 +1372,7 @@ declare namespace OpenSearch {
|
|
|
1358
1372
|
Status: OptionStatus;
|
|
1359
1373
|
}
|
|
1360
1374
|
export type EndpointsMap = {[key: string]: ServiceUrl};
|
|
1375
|
+
export type EngineType = "OpenSearch"|"Elasticsearch"|string;
|
|
1361
1376
|
export interface ErrorDetails {
|
|
1362
1377
|
ErrorType?: ErrorType;
|
|
1363
1378
|
ErrorMessage?: ErrorMessage;
|
|
@@ -1511,9 +1526,15 @@ declare namespace OpenSearch {
|
|
|
1511
1526
|
AdditionalLimits?: AdditionalLimitList;
|
|
1512
1527
|
}
|
|
1513
1528
|
export type LimitsByRole = {[key: string]: Limits};
|
|
1529
|
+
export interface ListDomainNamesRequest {
|
|
1530
|
+
/**
|
|
1531
|
+
* Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
|
|
1532
|
+
*/
|
|
1533
|
+
EngineType?: EngineType;
|
|
1534
|
+
}
|
|
1514
1535
|
export interface ListDomainNamesResponse {
|
|
1515
1536
|
/**
|
|
1516
|
-
* List of domain names.
|
|
1537
|
+
* List of domain names and respective engine types.
|
|
1517
1538
|
*/
|
|
1518
1539
|
DomainNames?: DomainInfoList;
|
|
1519
1540
|
}
|