cdk-comprehend-s3olap 2.0.22 → 2.0.25
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +25 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +20 -4
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +135 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
- package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
- package/node_modules/aws-sdk/clients/dms.d.ts +26 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +16 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
- package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
- package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +79 -79
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
- package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
- package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +13 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +302 -193
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
- package/node_modules/aws-sdk/lib/model/api.js +1 -0
- package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +12 -12
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -509,11 +509,11 @@ declare class AppStream extends Service {
|
|
509
509
|
*/
|
510
510
|
updateEntitlement(callback?: (err: AWSError, data: AppStream.Types.UpdateEntitlementResult) => void): Request<AppStream.Types.UpdateEntitlementResult, AWSError>;
|
511
511
|
/**
|
512
|
-
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
512
|
+
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, SessionScriptS3Location and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
513
513
|
*/
|
514
514
|
updateFleet(params: AppStream.Types.UpdateFleetRequest, callback?: (err: AWSError, data: AppStream.Types.UpdateFleetResult) => void): Request<AppStream.Types.UpdateFleetResult, AWSError>;
|
515
515
|
/**
|
516
|
-
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
516
|
+
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, SessionScriptS3Location and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
517
517
|
*/
|
518
518
|
updateFleet(callback?: (err: AWSError, data: AppStream.Types.UpdateFleetResult) => void): Request<AppStream.Types.UpdateFleetResult, AWSError>;
|
519
519
|
/**
|
@@ -1167,6 +1167,10 @@ declare namespace AppStream {
|
|
1167
1167
|
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
1168
1168
|
*/
|
1169
1169
|
EmbedHostDomains?: EmbedHostDomains;
|
1170
|
+
/**
|
1171
|
+
* The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
1172
|
+
*/
|
1173
|
+
StreamingExperienceSettings?: StreamingExperienceSettings;
|
1170
1174
|
}
|
1171
1175
|
export interface CreateStackResult {
|
1172
1176
|
/**
|
@@ -2315,6 +2319,7 @@ declare namespace AppStream {
|
|
2315
2319
|
export type Permission = "ENABLED"|"DISABLED"|string;
|
2316
2320
|
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"AMAZON_LINUX2"|string;
|
2317
2321
|
export type Platforms = PlatformType[];
|
2322
|
+
export type PreferredProtocol = "TCP"|"UDP"|string;
|
2318
2323
|
export type RedirectURL = string;
|
2319
2324
|
export type RegionName = string;
|
2320
2325
|
export interface ResourceError {
|
@@ -2484,8 +2489,12 @@ declare namespace AppStream {
|
|
2484
2489
|
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
2485
2490
|
*/
|
2486
2491
|
EmbedHostDomains?: EmbedHostDomains;
|
2492
|
+
/**
|
2493
|
+
* The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
2494
|
+
*/
|
2495
|
+
StreamingExperienceSettings?: StreamingExperienceSettings;
|
2487
2496
|
}
|
2488
|
-
export type StackAttribute = "STORAGE_CONNECTORS"|"STORAGE_CONNECTOR_HOMEFOLDERS"|"STORAGE_CONNECTOR_GOOGLE_DRIVE"|"STORAGE_CONNECTOR_ONE_DRIVE"|"REDIRECT_URL"|"FEEDBACK_URL"|"THEME_NAME"|"USER_SETTINGS"|"EMBED_HOST_DOMAINS"|"IAM_ROLE_ARN"|"ACCESS_ENDPOINTS"|string;
|
2497
|
+
export type StackAttribute = "STORAGE_CONNECTORS"|"STORAGE_CONNECTOR_HOMEFOLDERS"|"STORAGE_CONNECTOR_GOOGLE_DRIVE"|"STORAGE_CONNECTOR_ONE_DRIVE"|"REDIRECT_URL"|"FEEDBACK_URL"|"THEME_NAME"|"USER_SETTINGS"|"EMBED_HOST_DOMAINS"|"IAM_ROLE_ARN"|"ACCESS_ENDPOINTS"|"STREAMING_EXPERIENCE_SETTINGS"|string;
|
2489
2498
|
export type StackAttributes = StackAttribute[];
|
2490
2499
|
export interface StackError {
|
2491
2500
|
/**
|
@@ -2561,6 +2570,12 @@ declare namespace AppStream {
|
|
2561
2570
|
export type StorageConnectorList = StorageConnector[];
|
2562
2571
|
export type StorageConnectorType = "HOMEFOLDERS"|"GOOGLE_DRIVE"|"ONE_DRIVE"|string;
|
2563
2572
|
export type StreamView = "APP"|"DESKTOP"|string;
|
2573
|
+
export interface StreamingExperienceSettings {
|
2574
|
+
/**
|
2575
|
+
* The preferred protocol that you want to use while streaming your application.
|
2576
|
+
*/
|
2577
|
+
PreferredProtocol?: PreferredProtocol;
|
2578
|
+
}
|
2564
2579
|
export type StreamingUrlUserId = string;
|
2565
2580
|
export type String = string;
|
2566
2581
|
export type StringList = String[];
|
@@ -2840,6 +2855,10 @@ declare namespace AppStream {
|
|
2840
2855
|
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
2841
2856
|
*/
|
2842
2857
|
EmbedHostDomains?: EmbedHostDomains;
|
2858
|
+
/**
|
2859
|
+
* The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
2860
|
+
*/
|
2861
|
+
StreamingExperienceSettings?: StreamingExperienceSettings;
|
2843
2862
|
}
|
2844
2863
|
export interface UpdateStackResult {
|
2845
2864
|
/**
|
@@ -19,6 +19,14 @@ declare class Athena extends Service {
|
|
19
19
|
* Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use ListNamedQueriesInput to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under UnprocessedNamedQueryId. Named queries differ from executed queries. Use BatchGetQueryExecutionInput to get details about each unique query execution, and ListQueryExecutionsInput to get a list of query execution IDs.
|
20
20
|
*/
|
21
21
|
batchGetNamedQuery(callback?: (err: AWSError, data: Athena.Types.BatchGetNamedQueryOutput) => void): Request<Athena.Types.BatchGetNamedQueryOutput, AWSError>;
|
22
|
+
/**
|
23
|
+
* Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.
|
24
|
+
*/
|
25
|
+
batchGetPreparedStatement(params: Athena.Types.BatchGetPreparedStatementInput, callback?: (err: AWSError, data: Athena.Types.BatchGetPreparedStatementOutput) => void): Request<Athena.Types.BatchGetPreparedStatementOutput, AWSError>;
|
26
|
+
/**
|
27
|
+
* Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.
|
28
|
+
*/
|
29
|
+
batchGetPreparedStatement(callback?: (err: AWSError, data: Athena.Types.BatchGetPreparedStatementOutput) => void): Request<Athena.Types.BatchGetPreparedStatementOutput, AWSError>;
|
22
30
|
/**
|
23
31
|
* Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.
|
24
32
|
*/
|
@@ -188,11 +196,11 @@ declare class Athena extends Service {
|
|
188
196
|
*/
|
189
197
|
listNamedQueries(callback?: (err: AWSError, data: Athena.Types.ListNamedQueriesOutput) => void): Request<Athena.Types.ListNamedQueriesOutput, AWSError>;
|
190
198
|
/**
|
191
|
-
* Lists the prepared statements in the
|
199
|
+
* Lists the prepared statements in the specified workgroup.
|
192
200
|
*/
|
193
201
|
listPreparedStatements(params: Athena.Types.ListPreparedStatementsInput, callback?: (err: AWSError, data: Athena.Types.ListPreparedStatementsOutput) => void): Request<Athena.Types.ListPreparedStatementsOutput, AWSError>;
|
194
202
|
/**
|
195
|
-
* Lists the prepared statements in the
|
203
|
+
* Lists the prepared statements in the specified workgroup.
|
196
204
|
*/
|
197
205
|
listPreparedStatements(callback?: (err: AWSError, data: Athena.Types.ListPreparedStatementsOutput) => void): Request<Athena.Types.ListPreparedStatementsOutput, AWSError>;
|
198
206
|
/**
|
@@ -334,6 +342,26 @@ declare namespace Athena {
|
|
334
342
|
*/
|
335
343
|
UnprocessedNamedQueryIds?: UnprocessedNamedQueryIdList;
|
336
344
|
}
|
345
|
+
export interface BatchGetPreparedStatementInput {
|
346
|
+
/**
|
347
|
+
* A list of prepared statement names to return.
|
348
|
+
*/
|
349
|
+
PreparedStatementNames: PreparedStatementNameList;
|
350
|
+
/**
|
351
|
+
* The name of the workgroup to which the prepared statements belong.
|
352
|
+
*/
|
353
|
+
WorkGroup: WorkGroupName;
|
354
|
+
}
|
355
|
+
export interface BatchGetPreparedStatementOutput {
|
356
|
+
/**
|
357
|
+
* The list of prepared statements returned.
|
358
|
+
*/
|
359
|
+
PreparedStatements?: PreparedStatementDetailsList;
|
360
|
+
/**
|
361
|
+
* A list of one or more prepared statements that were requested but could not be returned.
|
362
|
+
*/
|
363
|
+
UnprocessedPreparedStatementNames?: UnprocessedPreparedStatementNameList;
|
364
|
+
}
|
337
365
|
export interface BatchGetQueryExecutionInput {
|
338
366
|
/**
|
339
367
|
* An array of query execution IDs.
|
@@ -630,6 +658,8 @@ declare namespace Athena {
|
|
630
658
|
export type ErrorCode = string;
|
631
659
|
export type ErrorMessage = string;
|
632
660
|
export type ErrorType = number;
|
661
|
+
export type ExecutionParameter = string;
|
662
|
+
export type ExecutionParameters = ExecutionParameter[];
|
633
663
|
export type ExpressionString = string;
|
634
664
|
export interface GetDataCatalogInput {
|
635
665
|
/**
|
@@ -1040,6 +1070,8 @@ declare namespace Athena {
|
|
1040
1070
|
*/
|
1041
1071
|
LastModifiedTime?: _Date;
|
1042
1072
|
}
|
1073
|
+
export type PreparedStatementDetailsList = PreparedStatement[];
|
1074
|
+
export type PreparedStatementNameList = StatementName[];
|
1043
1075
|
export interface PreparedStatementSummary {
|
1044
1076
|
/**
|
1045
1077
|
* The name of the prepared statement.
|
@@ -1088,6 +1120,10 @@ declare namespace Athena {
|
|
1088
1120
|
* The engine version that executed the query.
|
1089
1121
|
*/
|
1090
1122
|
EngineVersion?: EngineVersion;
|
1123
|
+
/**
|
1124
|
+
* A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.
|
1125
|
+
*/
|
1126
|
+
ExecutionParameters?: ExecutionParameters;
|
1091
1127
|
}
|
1092
1128
|
export interface QueryExecutionContext {
|
1093
1129
|
/**
|
@@ -1253,6 +1289,10 @@ declare namespace Athena {
|
|
1253
1289
|
* The name of the workgroup in which the query is being started.
|
1254
1290
|
*/
|
1255
1291
|
WorkGroup?: WorkGroupName;
|
1292
|
+
/**
|
1293
|
+
* A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.
|
1294
|
+
*/
|
1295
|
+
ExecutionParameters?: ExecutionParameters;
|
1256
1296
|
}
|
1257
1297
|
export interface StartQueryExecutionOutput {
|
1258
1298
|
/**
|
@@ -1347,6 +1387,21 @@ declare namespace Athena {
|
|
1347
1387
|
ErrorMessage?: ErrorMessage;
|
1348
1388
|
}
|
1349
1389
|
export type UnprocessedNamedQueryIdList = UnprocessedNamedQueryId[];
|
1390
|
+
export interface UnprocessedPreparedStatementName {
|
1391
|
+
/**
|
1392
|
+
* The name of a prepared statement that could not be returned due to an error.
|
1393
|
+
*/
|
1394
|
+
StatementName?: StatementName;
|
1395
|
+
/**
|
1396
|
+
* The error code returned when the request for the prepared statement failed.
|
1397
|
+
*/
|
1398
|
+
ErrorCode?: ErrorCode;
|
1399
|
+
/**
|
1400
|
+
* The error message containing the reason why the prepared statement could not be returned. The following error messages are possible: INVALID_INPUT - The name of the prepared statement that was provided is not valid (for example, the name is too long). STATEMENT_NOT_FOUND - A prepared statement with the name provided could not be found. UNAUTHORIZED - The requester does not have permission to access the workgroup that contains the prepared statement.
|
1401
|
+
*/
|
1402
|
+
ErrorMessage?: ErrorMessage;
|
1403
|
+
}
|
1404
|
+
export type UnprocessedPreparedStatementNameList = UnprocessedPreparedStatementName[];
|
1350
1405
|
export interface UnprocessedQueryExecutionId {
|
1351
1406
|
/**
|
1352
1407
|
* The unique identifier of the query execution.
|
@@ -324,7 +324,7 @@ declare namespace CustomerProfiles {
|
|
324
324
|
*/
|
325
325
|
ProfileId: uuid;
|
326
326
|
/**
|
327
|
-
* A searchable identifier of a customer profile.
|
327
|
+
* A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
|
328
328
|
*/
|
329
329
|
KeyName: name;
|
330
330
|
/**
|
@@ -472,6 +472,10 @@ declare namespace CustomerProfiles {
|
|
472
472
|
* How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same FirstName and LastName (and that is the matching criteria), which EmailAddress should be used?
|
473
473
|
*/
|
474
474
|
ConflictResolution?: ConflictResolution;
|
475
|
+
/**
|
476
|
+
* A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.
|
477
|
+
*/
|
478
|
+
MinAllowedConfidenceScoreForMerging?: Double0To1;
|
475
479
|
}
|
476
480
|
export interface Batch {
|
477
481
|
/**
|
@@ -862,6 +866,7 @@ declare namespace CustomerProfiles {
|
|
862
866
|
TotalSize?: long;
|
863
867
|
}
|
864
868
|
export type Double = number;
|
869
|
+
export type Double0To1 = number;
|
865
870
|
export interface ExportingConfig {
|
866
871
|
/**
|
867
872
|
* The S3 location where Identity Resolution Jobs write result files.
|
@@ -1005,6 +1010,10 @@ declare namespace CustomerProfiles {
|
|
1005
1010
|
* How the auto-merging process should resolve conflicts between different profiles.
|
1006
1011
|
*/
|
1007
1012
|
ConflictResolution: ConflictResolution;
|
1013
|
+
/**
|
1014
|
+
* Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
|
1015
|
+
*/
|
1016
|
+
MinAllowedConfidenceScoreForMerging?: Double0To1;
|
1008
1017
|
}
|
1009
1018
|
export interface GetAutoMergingPreviewResponse {
|
1010
1019
|
/**
|
@@ -1830,7 +1839,7 @@ declare namespace CustomerProfiles {
|
|
1830
1839
|
*/
|
1831
1840
|
ProfileIds?: ProfileIdList;
|
1832
1841
|
/**
|
1833
|
-
* A number between 0 and 1
|
1842
|
+
* A number between 0 and 1, where a higher score means higher similarity. Examining match confidence scores lets you distinguish between groups of similar records in which the system is highly confident (which you may decide to merge), groups of similar records about which the system is uncertain (which you may decide to have reviewed by a human), and groups of similar records that the system deems to be unlikely (which you may decide to reject). Given confidence scores vary as per the data input, it should not be used an absolute measure of matching quality.
|
1834
1843
|
*/
|
1835
1844
|
ConfidenceScore?: Double;
|
1836
1845
|
}
|
@@ -2127,7 +2136,7 @@ declare namespace CustomerProfiles {
|
|
2127
2136
|
*/
|
2128
2137
|
Description: text;
|
2129
2138
|
/**
|
2130
|
-
* A unique identifier for the object template.
|
2139
|
+
* A unique identifier for the object template. For some attributes in the request, the service will use the default value from the object template when TemplateId is present. If these attributes are present in the request, the service may return a BadRequestException. These attributes include: AllowProfileCreation, SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is set to true when TemplateId is set, the service may return a BadRequestException.
|
2131
2140
|
*/
|
2132
2141
|
TemplateId?: name;
|
2133
2142
|
/**
|
@@ -1662,7 +1662,7 @@ declare namespace DMS {
|
|
1662
1662
|
}
|
1663
1663
|
export interface DescribeFleetAdvisorDatabasesRequest {
|
1664
1664
|
/**
|
1665
|
-
* If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: database-id – The ID of the database
|
1665
|
+
* If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria: database-id – The ID of the database. database-name – The name of the database. database-engine – The name of the database engine. server-ip-address – The IP address of the database server. database-ip-address – The IP address of the database. collector-name – The name of the associated Fleet Advisor collector. An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"
|
1666
1666
|
*/
|
1667
1667
|
Filters?: FilterList;
|
1668
1668
|
/**
|
@@ -2129,6 +2129,10 @@ declare namespace DMS {
|
|
2129
2129
|
* The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.
|
2130
2130
|
*/
|
2131
2131
|
ErrorRetryDuration?: IntegerOptional;
|
2132
|
+
/**
|
2133
|
+
* Set this option to true for DMS to migrate documentation using the documentation type _doc. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is false.
|
2134
|
+
*/
|
2135
|
+
UseNewMappingType?: BooleanOptional;
|
2132
2136
|
}
|
2133
2137
|
export type EncodingTypeValue = "plain"|"plain-dictionary"|"rle-dictionary"|string;
|
2134
2138
|
export type EncryptionModeValue = "sse-s3"|"sse-kms"|string;
|
@@ -2768,6 +2772,10 @@ declare namespace DMS {
|
|
2768
2772
|
* The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL Server endpoint connection details.
|
2769
2773
|
*/
|
2770
2774
|
SecretsManagerSecretId?: String;
|
2775
|
+
/**
|
2776
|
+
* Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.
|
2777
|
+
*/
|
2778
|
+
TrimSpaceInChar?: BooleanOptional;
|
2771
2779
|
}
|
2772
2780
|
export type MigrationTypeValue = "full-load"|"cdc"|"full-load-and-cdc"|string;
|
2773
2781
|
export interface ModifyEndpointMessage {
|
@@ -3375,6 +3383,10 @@ declare namespace DMS {
|
|
3375
3383
|
* Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.
|
3376
3384
|
*/
|
3377
3385
|
SecretsManagerOracleAsmSecretId?: String;
|
3386
|
+
/**
|
3387
|
+
* Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.
|
3388
|
+
*/
|
3389
|
+
TrimSpaceInChar?: BooleanOptional;
|
3378
3390
|
}
|
3379
3391
|
export interface OrderableReplicationInstance {
|
3380
3392
|
/**
|
@@ -3518,6 +3530,10 @@ declare namespace DMS {
|
|
3518
3530
|
* The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the PostgreSQL endpoint connection details.
|
3519
3531
|
*/
|
3520
3532
|
SecretsManagerSecretId?: String;
|
3533
|
+
/**
|
3534
|
+
* Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.
|
3535
|
+
*/
|
3536
|
+
TrimSpaceInChar?: BooleanOptional;
|
3521
3537
|
}
|
3522
3538
|
export interface RebootReplicationInstanceMessage {
|
3523
3539
|
/**
|
@@ -3957,7 +3973,7 @@ declare namespace DMS {
|
|
3957
3973
|
*/
|
3958
3974
|
LastFailureMessage?: String;
|
3959
3975
|
/**
|
3960
|
-
* The reason the replication task was stopped. This response parameter can return one of the following values: "
|
3976
|
+
* The reason the replication task was stopped. This response parameter can return one of the following values: "Stop Reason NORMAL" "Stop Reason RECOVERABLE_ERROR" "Stop Reason FATAL_ERROR" "Stop Reason FULL_LOAD_ONLY_FINISHED" "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with cached changes not applied "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with cached changes applied "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED" "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after DDL applied "Stop Reason STOPPED_DUE_TO_LOW_MEMORY" "Stop Reason STOPPED_DUE_TO_LOW_DISK" "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for stopping task "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for stopping task "Stop Reason RECONFIGURATION_RESTART" "Stop Reason RECYCLE_TASK"
|
3961
3977
|
*/
|
3962
3978
|
StopReason?: String;
|
3963
3979
|
/**
|
@@ -4332,6 +4348,14 @@ declare namespace DMS {
|
|
4332
4348
|
* When creating an S3 target endpoint, set DatePartitionTimezone to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when DatePartitionedEnabled is set to true, as shown in the following example. s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName": "dms-nattarat-test"}'
|
4333
4349
|
*/
|
4334
4350
|
DatePartitionTimezone?: String;
|
4351
|
+
/**
|
4352
|
+
* Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding on string data. The default value is false.
|
4353
|
+
*/
|
4354
|
+
AddTrailingPaddingCharacter?: BooleanOptional;
|
4355
|
+
/**
|
4356
|
+
* To specify a bucket owner and prevent sniping, you can use the ExpectedBucketOwner endpoint setting. Example: --s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}' When you make a request to test a connection or perform a migration, S3 checks the account ID of the bucket owner against the specified parameter.
|
4357
|
+
*/
|
4358
|
+
ExpectedBucketOwner?: String;
|
4335
4359
|
}
|
4336
4360
|
export type SafeguardPolicy = "rely-on-sql-server-replication-agent"|"exclusive-automatic-truncation"|"shared-automatic-truncation"|string;
|
4337
4361
|
export type SchemaList = String[];
|
@@ -213,11 +213,11 @@ declare class ELBv2 extends Service {
|
|
213
213
|
*/
|
214
214
|
modifyRule(callback?: (err: AWSError, data: ELBv2.Types.ModifyRuleOutput) => void): Request<ELBv2.Types.ModifyRuleOutput, AWSError>;
|
215
215
|
/**
|
216
|
-
* Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
216
|
+
* Modifies the health checks used when evaluating the health state of the targets in the specified target group. If the protocol of the target group is TCP, TLS, UDP, or TCP_UDP, you can't modify the health check protocol, interval, timeout, or success codes.
|
217
217
|
*/
|
218
218
|
modifyTargetGroup(params: ELBv2.Types.ModifyTargetGroupInput, callback?: (err: AWSError, data: ELBv2.Types.ModifyTargetGroupOutput) => void): Request<ELBv2.Types.ModifyTargetGroupOutput, AWSError>;
|
219
219
|
/**
|
220
|
-
* Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
220
|
+
* Modifies the health checks used when evaluating the health state of the targets in the specified target group. If the protocol of the target group is TCP, TLS, UDP, or TCP_UDP, you can't modify the health check protocol, interval, timeout, or success codes.
|
221
221
|
*/
|
222
222
|
modifyTargetGroup(callback?: (err: AWSError, data: ELBv2.Types.ModifyTargetGroupOutput) => void): Request<ELBv2.Types.ModifyTargetGroupOutput, AWSError>;
|
223
223
|
/**
|
@@ -594,11 +594,11 @@ declare namespace ELBv2 {
|
|
594
594
|
*/
|
595
595
|
Name: LoadBalancerName;
|
596
596
|
/**
|
597
|
-
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
|
597
|
+
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
|
598
598
|
*/
|
599
599
|
Subnets?: Subnets;
|
600
600
|
/**
|
601
|
-
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
|
601
|
+
* The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
|
602
602
|
*/
|
603
603
|
SubnetMappings?: SubnetMappings;
|
604
604
|
/**
|
@@ -698,7 +698,7 @@ declare namespace ELBv2 {
|
|
698
698
|
*/
|
699
699
|
HealthCheckPath?: Path;
|
700
700
|
/**
|
701
|
-
* The approximate amount of time, in seconds, between health checks of an individual target. If the target group protocol is TCP, TLS, UDP, or TCP_UDP, the supported values are 10 and 30 seconds
|
701
|
+
* The approximate amount of time, in seconds, between health checks of an individual target. If the target group protocol is HTTP or HTTPS, the default is 30 seconds. If the target group protocol is TCP, TLS, UDP, or TCP_UDP, the supported values are 10 and 30 seconds and the default is 30 seconds. If the target group protocol is GENEVE, the default is 10 seconds. If the target type is lambda, the default is 35 seconds.
|
702
702
|
*/
|
703
703
|
HealthCheckIntervalSeconds?: HealthCheckIntervalSeconds;
|
704
704
|
/**
|
@@ -1212,7 +1212,7 @@ declare namespace ELBv2 {
|
|
1212
1212
|
export type LoadBalancerArns = LoadBalancerArn[];
|
1213
1213
|
export interface LoadBalancerAttribute {
|
1214
1214
|
/**
|
1215
|
-
* The name of the attribute. The following attribute is supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.
|
1215
|
+
* The name of the attribute. The following attribute is supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true and false. The default is false. The following attribute is supported by Network Load Balancers and Gateway Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default is false.
|
1216
1216
|
*/
|
1217
1217
|
Key?: LoadBalancerAttributeKey;
|
1218
1218
|
/**
|
@@ -1345,7 +1345,7 @@ declare namespace ELBv2 {
|
|
1345
1345
|
*/
|
1346
1346
|
TargetGroupArn: TargetGroupArn;
|
1347
1347
|
/**
|
1348
|
-
* The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.
|
1348
|
+
* The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.
|
1349
1349
|
*/
|
1350
1350
|
HealthCheckProtocol?: ProtocolEnum;
|
1351
1351
|
/**
|
@@ -1361,11 +1361,11 @@ declare namespace ELBv2 {
|
|
1361
1361
|
*/
|
1362
1362
|
HealthCheckEnabled?: HealthCheckEnabled;
|
1363
1363
|
/**
|
1364
|
-
* The approximate amount of time, in seconds, between health checks of an individual target. For TCP health checks, the supported values are 10 or 30 seconds.
|
1364
|
+
* The approximate amount of time, in seconds, between health checks of an individual target. For TCP health checks, the supported values are 10 or 30 seconds.
|
1365
1365
|
*/
|
1366
1366
|
HealthCheckIntervalSeconds?: HealthCheckIntervalSeconds;
|
1367
1367
|
/**
|
1368
|
-
* [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
|
1368
|
+
* [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
|
1369
1369
|
*/
|
1370
1370
|
HealthCheckTimeoutSeconds?: HealthCheckTimeoutSeconds;
|
1371
1371
|
/**
|
@@ -1377,7 +1377,7 @@ declare namespace ELBv2 {
|
|
1377
1377
|
*/
|
1378
1378
|
UnhealthyThresholdCount?: HealthCheckThresholdCount;
|
1379
1379
|
/**
|
1380
|
-
* [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
1380
|
+
* [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
1381
1381
|
*/
|
1382
1382
|
Matcher?: Matcher;
|
1383
1383
|
}
|
@@ -512,6 +512,10 @@ declare namespace EMR {
|
|
512
512
|
* A list of StepConfig to be executed by the job flow.
|
513
513
|
*/
|
514
514
|
Steps: StepConfigList;
|
515
|
+
/**
|
516
|
+
* The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource. For example, arn:aws:iam::1234567890:role/ReadOnly is a correctly formatted runtime role ARN.
|
517
|
+
*/
|
518
|
+
ExecutionRoleArn?: ArnType;
|
515
519
|
}
|
516
520
|
export interface AddJobFlowStepsOutput {
|
517
521
|
/**
|
@@ -1239,7 +1243,7 @@ declare namespace EMR {
|
|
1239
1243
|
export type EC2InstanceIdsToTerminateList = InstanceId[];
|
1240
1244
|
export interface EbsBlockDevice {
|
1241
1245
|
/**
|
1242
|
-
* EBS volume specifications such as volume type, IOPS,
|
1246
|
+
* EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.
|
1243
1247
|
*/
|
1244
1248
|
VolumeSpecification?: VolumeSpecification;
|
1245
1249
|
/**
|
@@ -1249,11 +1253,11 @@ declare namespace EMR {
|
|
1249
1253
|
}
|
1250
1254
|
export interface EbsBlockDeviceConfig {
|
1251
1255
|
/**
|
1252
|
-
* EBS volume specifications such as volume type, IOPS,
|
1256
|
+
* EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.
|
1253
1257
|
*/
|
1254
1258
|
VolumeSpecification: VolumeSpecification;
|
1255
1259
|
/**
|
1256
|
-
* Number of EBS volumes with a specific volume configuration that
|
1260
|
+
* Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
|
1257
1261
|
*/
|
1258
1262
|
VolumesPerInstance?: Integer;
|
1259
1263
|
}
|
@@ -3247,6 +3251,10 @@ declare namespace EMR {
|
|
3247
3251
|
* The current execution status details of the cluster step.
|
3248
3252
|
*/
|
3249
3253
|
Status?: StepStatus;
|
3254
|
+
/**
|
3255
|
+
* The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource. For example, arn:aws:iam::1234567890:role/ReadOnly is a correctly formatted runtime role ARN.
|
3256
|
+
*/
|
3257
|
+
ExecutionRoleArn?: OptionalArnType;
|
3250
3258
|
}
|
3251
3259
|
export type StepCancellationOption = "SEND_INTERRUPT"|"TERMINATE_PROCESS"|string;
|
3252
3260
|
export interface StepConfig {
|
@@ -3507,6 +3515,7 @@ declare namespace EMR {
|
|
3507
3515
|
*/
|
3508
3516
|
JobFlowIds: XmlStringList;
|
3509
3517
|
}
|
3518
|
+
export type ThroughputVal = number;
|
3510
3519
|
export type Unit = "NONE"|"SECONDS"|"MICRO_SECONDS"|"MILLI_SECONDS"|"BYTES"|"KILO_BYTES"|"MEGA_BYTES"|"GIGA_BYTES"|"TERA_BYTES"|"BITS"|"KILO_BITS"|"MEGA_BITS"|"GIGA_BITS"|"TERA_BITS"|"PERCENT"|"COUNT"|"BYTES_PER_SECOND"|"KILO_BYTES_PER_SECOND"|"MEGA_BYTES_PER_SECOND"|"GIGA_BYTES_PER_SECOND"|"TERA_BYTES_PER_SECOND"|"BITS_PER_SECOND"|"KILO_BITS_PER_SECOND"|"MEGA_BITS_PER_SECOND"|"GIGA_BITS_PER_SECOND"|"TERA_BITS_PER_SECOND"|"COUNT_PER_SECOND"|string;
|
3511
3520
|
export interface UpdateStudioInput {
|
3512
3521
|
/**
|
@@ -3565,6 +3574,10 @@ declare namespace EMR {
|
|
3565
3574
|
* The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
|
3566
3575
|
*/
|
3567
3576
|
SizeInGB: Integer;
|
3577
|
+
/**
|
3578
|
+
* The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.
|
3579
|
+
*/
|
3580
|
+
Throughput?: ThroughputVal;
|
3568
3581
|
}
|
3569
3582
|
export type WholeNumber = number;
|
3570
3583
|
export type XmlString = string;
|
@@ -2791,7 +2791,7 @@ declare namespace Glue {
|
|
2791
2791
|
*/
|
2792
2792
|
MatchCriteria?: MatchCriteria;
|
2793
2793
|
/**
|
2794
|
-
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false".
|
2794
|
+
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512" or "GSSAPI". These are the two supported SASL Mechanisms. KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
|
2795
2795
|
*/
|
2796
2796
|
ConnectionProperties?: ConnectionProperties;
|
2797
2797
|
/**
|
@@ -3285,6 +3285,10 @@ declare namespace Glue {
|
|
3285
3285
|
* The metadata for the database.
|
3286
3286
|
*/
|
3287
3287
|
DatabaseInput: DatabaseInput;
|
3288
|
+
/**
|
3289
|
+
* The tags you assign to the database.
|
3290
|
+
*/
|
3291
|
+
Tags?: TagsMap;
|
3288
3292
|
}
|
3289
3293
|
export interface CreateDatabaseResponse {
|
3290
3294
|
}
|
@@ -5292,7 +5296,7 @@ declare namespace Glue {
|
|
5292
5296
|
*/
|
5293
5297
|
Name: NameString;
|
5294
5298
|
/**
|
5295
|
-
* Allows you to retrieve the connection metadata without returning the password. For instance, the
|
5299
|
+
* Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
|
5296
5300
|
*/
|
5297
5301
|
HidePassword?: Boolean;
|
5298
5302
|
}
|
@@ -5322,7 +5326,7 @@ declare namespace Glue {
|
|
5322
5326
|
*/
|
5323
5327
|
Filter?: GetConnectionsFilter;
|
5324
5328
|
/**
|
5325
|
-
* Allows you to retrieve the connection metadata without returning the password. For instance, the
|
5329
|
+
* Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
|
5326
5330
|
*/
|
5327
5331
|
HidePassword?: Boolean;
|
5328
5332
|
/**
|
@@ -10136,6 +10140,9 @@ declare namespace Glue {
|
|
10136
10140
|
* The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.
|
10137
10141
|
*/
|
10138
10142
|
Location?: LocationString;
|
10143
|
+
/**
|
10144
|
+
* A list of locations that point to the path where a Delta table is located.
|
10145
|
+
*/
|
10139
10146
|
AdditionalLocations?: LocationStringList;
|
10140
10147
|
/**
|
10141
10148
|
* The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.
|
@@ -10288,6 +10295,9 @@ declare namespace Glue {
|
|
10288
10295
|
* The ID of the Data Catalog in which the table resides.
|
10289
10296
|
*/
|
10290
10297
|
CatalogId?: CatalogIdString;
|
10298
|
+
/**
|
10299
|
+
* The ID of the table version.
|
10300
|
+
*/
|
10291
10301
|
VersionId?: VersionString;
|
10292
10302
|
}
|
10293
10303
|
export interface TableError {
|
@@ -11164,6 +11174,9 @@ declare namespace Glue {
|
|
11164
11174
|
* The transaction ID at which to update the table contents.
|
11165
11175
|
*/
|
11166
11176
|
TransactionId?: TransactionIdString;
|
11177
|
+
/**
|
11178
|
+
* The version ID at which to update the table contents.
|
11179
|
+
*/
|
11167
11180
|
VersionId?: VersionString;
|
11168
11181
|
}
|
11169
11182
|
export interface UpdateTableResponse {
|