cdk-comprehend-s3olap 2.0.197 → 2.0.199
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 +3 -3
- 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 +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +915 -855
- package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
- package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
- package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
- package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
- package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +93 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +374 -279
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -236,11 +236,11 @@ declare class CleanRooms extends Service {
|
|
236
236
|
*/
|
237
237
|
listTagsForResource(callback?: (err: AWSError, data: CleanRooms.Types.ListTagsForResourceOutput) => void): Request<CleanRooms.Types.ListTagsForResourceOutput, AWSError>;
|
238
238
|
/**
|
239
|
-
* Creates a protected query that is started by
|
239
|
+
* Creates a protected query that is started by Clean Rooms .
|
240
240
|
*/
|
241
241
|
startProtectedQuery(params: CleanRooms.Types.StartProtectedQueryInput, callback?: (err: AWSError, data: CleanRooms.Types.StartProtectedQueryOutput) => void): Request<CleanRooms.Types.StartProtectedQueryOutput, AWSError>;
|
242
242
|
/**
|
243
|
-
* Creates a protected query that is started by
|
243
|
+
* Creates a protected query that is started by Clean Rooms .
|
244
244
|
*/
|
245
245
|
startProtectedQuery(callback?: (err: AWSError, data: CleanRooms.Types.StartProtectedQueryOutput) => void): Request<CleanRooms.Types.StartProtectedQueryOutput, AWSError>;
|
246
246
|
/**
|
@@ -377,9 +377,13 @@ declare namespace CleanRooms {
|
|
377
377
|
*/
|
378
378
|
joinColumns: AnalysisRuleColumnList;
|
379
379
|
/**
|
380
|
-
* Control that requires member who runs query to do a join with their configured table and/or other configured table in query
|
380
|
+
* Control that requires member who runs query to do a join with their configured table and/or other configured table in query.
|
381
381
|
*/
|
382
382
|
joinRequired?: JoinRequiredOption;
|
383
|
+
/**
|
384
|
+
* Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND.
|
385
|
+
*/
|
386
|
+
allowedJoinOperators?: JoinOperatorsList;
|
383
387
|
/**
|
384
388
|
* The columns that query runners are allowed to select, group by, or filter by.
|
385
389
|
*/
|
@@ -398,9 +402,13 @@ declare namespace CleanRooms {
|
|
398
402
|
export type AnalysisRuleColumnName = string;
|
399
403
|
export interface AnalysisRuleList {
|
400
404
|
/**
|
401
|
-
* Columns that can be used to join a configured table with the table of the member who can query and
|
405
|
+
* Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.
|
402
406
|
*/
|
403
407
|
joinColumns: AnalysisRuleListJoinColumnsList;
|
408
|
+
/**
|
409
|
+
* Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND.
|
410
|
+
*/
|
411
|
+
allowedJoinOperators?: JoinOperatorsList;
|
404
412
|
/**
|
405
413
|
* Columns that can be listed in the output.
|
406
414
|
*/
|
@@ -480,7 +488,7 @@ declare namespace CleanRooms {
|
|
480
488
|
*/
|
481
489
|
description?: CollaborationDescription;
|
482
490
|
/**
|
483
|
-
* The identifier used to reference members of the collaboration. Currently only supports
|
491
|
+
* The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
|
484
492
|
*/
|
485
493
|
creatorAccountId: AccountId;
|
486
494
|
/**
|
@@ -535,7 +543,7 @@ declare namespace CleanRooms {
|
|
535
543
|
*/
|
536
544
|
name: CollaborationName;
|
537
545
|
/**
|
538
|
-
* The identifier used to reference members of the collaboration. Currently only supports
|
546
|
+
* The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
|
539
547
|
*/
|
540
548
|
creatorAccountId: AccountId;
|
541
549
|
/**
|
@@ -595,7 +603,7 @@ declare namespace CleanRooms {
|
|
595
603
|
*/
|
596
604
|
description?: TableDescription;
|
597
605
|
/**
|
598
|
-
* The
|
606
|
+
* The Glue table that this configured table represents.
|
599
607
|
*/
|
600
608
|
tableReference: TableReference;
|
601
609
|
/**
|
@@ -615,7 +623,7 @@ declare namespace CleanRooms {
|
|
615
623
|
*/
|
616
624
|
analysisMethod: AnalysisMethod;
|
617
625
|
/**
|
618
|
-
* The columns within the underlying
|
626
|
+
* The columns within the underlying Glue table that can be utilized within collaborations.
|
619
627
|
*/
|
620
628
|
allowedColumns: AllowedColumnList;
|
621
629
|
}
|
@@ -881,7 +889,7 @@ declare namespace CleanRooms {
|
|
881
889
|
*/
|
882
890
|
description?: TableDescription;
|
883
891
|
/**
|
884
|
-
* A reference to the
|
892
|
+
* A reference to the Glue table being configured.
|
885
893
|
*/
|
886
894
|
tableReference: TableReference;
|
887
895
|
/**
|
@@ -1123,17 +1131,20 @@ declare namespace CleanRooms {
|
|
1123
1131
|
*/
|
1124
1132
|
schema: Schema;
|
1125
1133
|
}
|
1126
|
-
export type
|
1134
|
+
export type GlueDatabaseName = string;
|
1135
|
+
export type GlueTableName = string;
|
1127
1136
|
export interface GlueTableReference {
|
1128
1137
|
/**
|
1129
|
-
* The name of the
|
1138
|
+
* The name of the Glue table.
|
1130
1139
|
*/
|
1131
|
-
tableName:
|
1140
|
+
tableName: GlueTableName;
|
1132
1141
|
/**
|
1133
|
-
* The name of the database the
|
1142
|
+
* The name of the database the Glue table belongs to.
|
1134
1143
|
*/
|
1135
|
-
databaseName:
|
1144
|
+
databaseName: GlueDatabaseName;
|
1136
1145
|
}
|
1146
|
+
export type JoinOperator = "OR"|"AND"|string;
|
1147
|
+
export type JoinOperatorsList = JoinOperator[];
|
1137
1148
|
export type JoinRequiredOption = "QUERY_RUNNER"|string;
|
1138
1149
|
export type KeyPrefix = string;
|
1139
1150
|
export interface ListCollaborationsInput {
|
@@ -1327,7 +1338,7 @@ declare namespace CleanRooms {
|
|
1327
1338
|
export type MemberList = MemberSpecification[];
|
1328
1339
|
export interface MemberSpecification {
|
1329
1340
|
/**
|
1330
|
-
* The identifier used to reference members of the collaboration. Currently only supports
|
1341
|
+
* The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
|
1331
1342
|
*/
|
1332
1343
|
accountId: AccountId;
|
1333
1344
|
/**
|
@@ -1342,7 +1353,7 @@ declare namespace CleanRooms {
|
|
1342
1353
|
export type MemberStatus = "INVITED"|"ACTIVE"|"LEFT"|"REMOVED"|string;
|
1343
1354
|
export interface MemberSummary {
|
1344
1355
|
/**
|
1345
|
-
* The identifier used to reference members of the collaboration. Currently only supports
|
1356
|
+
* The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
|
1346
1357
|
*/
|
1347
1358
|
accountId: AccountId;
|
1348
1359
|
/**
|
@@ -1393,7 +1404,7 @@ declare namespace CleanRooms {
|
|
1393
1404
|
*/
|
1394
1405
|
collaborationId: UUID;
|
1395
1406
|
/**
|
1396
|
-
* The identifier used to reference members of the collaboration. Currently only supports
|
1407
|
+
* The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
|
1397
1408
|
*/
|
1398
1409
|
collaborationCreatorAccountId: AccountId;
|
1399
1410
|
/**
|
@@ -1447,7 +1458,7 @@ declare namespace CleanRooms {
|
|
1447
1458
|
*/
|
1448
1459
|
collaborationId: CollaborationIdentifier;
|
1449
1460
|
/**
|
1450
|
-
* The identifier of the
|
1461
|
+
* The identifier of the Amazon Web Services principal that created the collaboration. Currently only supports Amazon Web Services account ID.
|
1451
1462
|
*/
|
1452
1463
|
collaborationCreatorAccountId: AccountId;
|
1453
1464
|
/**
|
@@ -1579,7 +1590,7 @@ declare namespace CleanRooms {
|
|
1579
1590
|
/**
|
1580
1591
|
* The query string to be submitted.
|
1581
1592
|
*/
|
1582
|
-
queryString
|
1593
|
+
queryString?: ProtectedQuerySQLParametersQueryStringString;
|
1583
1594
|
}
|
1584
1595
|
export type ProtectedQuerySQLParametersQueryStringString = string;
|
1585
1596
|
export interface ProtectedQueryStatistics {
|
@@ -1635,7 +1646,7 @@ declare namespace CleanRooms {
|
|
1635
1646
|
*/
|
1636
1647
|
analysisMethod?: AnalysisMethod;
|
1637
1648
|
/**
|
1638
|
-
* The unique account ID for the
|
1649
|
+
* The unique account ID for the Amazon Web Services account that owns the schema.
|
1639
1650
|
*/
|
1640
1651
|
creatorAccountId: AccountId;
|
1641
1652
|
/**
|
@@ -1678,7 +1689,7 @@ declare namespace CleanRooms {
|
|
1678
1689
|
*/
|
1679
1690
|
type: SchemaType;
|
1680
1691
|
/**
|
1681
|
-
* The unique account ID for the
|
1692
|
+
* The unique account ID for the Amazon Web Services account that owns the schema.
|
1682
1693
|
*/
|
1683
1694
|
creatorAccountId: AccountId;
|
1684
1695
|
/**
|
@@ -1738,7 +1749,7 @@ declare namespace CleanRooms {
|
|
1738
1749
|
export type TableDescription = string;
|
1739
1750
|
export interface TableReference {
|
1740
1751
|
/**
|
1741
|
-
* If present, a reference to the
|
1752
|
+
* If present, a reference to the Glue table referred to by this table reference.
|
1742
1753
|
*/
|
1743
1754
|
glue?: GlueTableReference;
|
1744
1755
|
}
|
@@ -792,6 +792,10 @@ declare namespace DynamoDB {
|
|
792
792
|
* The error message associated with the PartiQL batch response.
|
793
793
|
*/
|
794
794
|
Message?: String;
|
795
|
+
/**
|
796
|
+
* The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as ALL_OLD.
|
797
|
+
*/
|
798
|
+
Item?: AttributeMap;
|
795
799
|
}
|
796
800
|
export type BatchStatementErrorCodeEnum = "ConditionalCheckFailed"|"ItemCollectionSizeLimitExceeded"|"RequestLimitExceeded"|"ValidationError"|"ProvisionedThroughputExceeded"|"TransactionConflict"|"ThrottlingError"|"InternalServerError"|"ResourceNotFound"|"AccessDenied"|"DuplicateItem"|string;
|
797
801
|
export interface BatchStatementRequest {
|
@@ -807,6 +811,10 @@ declare namespace DynamoDB {
|
|
807
811
|
* The read consistency of the PartiQL batch request.
|
808
812
|
*/
|
809
813
|
ConsistentRead?: ConsistentRead;
|
814
|
+
/**
|
815
|
+
* An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check. There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
|
816
|
+
*/
|
817
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
810
818
|
}
|
811
819
|
export interface BatchStatementResponse {
|
812
820
|
/**
|
@@ -1213,6 +1221,10 @@ declare namespace DynamoDB {
|
|
1213
1221
|
* One or more values that can be substituted in an expression. Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following: Available | Backordered | Discontinued You would first need to specify ExpressionAttributeValues as follows: { ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} } You could then use these values in an expression, such as this: ProductStatus IN (:avail, :back, :disc) For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.
|
1214
1222
|
*/
|
1215
1223
|
ExpressionAttributeValues?: ExpressionAttributeValueMap;
|
1224
|
+
/**
|
1225
|
+
* An optional parameter that returns the item attributes for a DeleteItem operation that failed a condition check. There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
|
1226
|
+
*/
|
1227
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
1216
1228
|
}
|
1217
1229
|
export interface DeleteItemOutput {
|
1218
1230
|
/**
|
@@ -1489,6 +1501,10 @@ declare namespace DynamoDB {
|
|
1489
1501
|
* The maximum number of items to evaluate (not necessarily the number of matching items). If DynamoDB processes the number of items up to the limit while processing the results, it stops the operation and returns the matching values up to that point, along with a key in LastEvaluatedKey to apply in a subsequent operation so you can pick up where you left off. Also, if the processed dataset size exceeds 1 MB before DynamoDB reaches this limit, it stops the operation and returns the matching values up to the limit, and a key in LastEvaluatedKey to apply in a subsequent operation to continue the operation.
|
1490
1502
|
*/
|
1491
1503
|
Limit?: PositiveIntegerObject;
|
1504
|
+
/**
|
1505
|
+
* An optional parameter that returns the item attributes for an ExecuteStatement operation that failed a condition check. There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
|
1506
|
+
*/
|
1507
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
1492
1508
|
}
|
1493
1509
|
export interface ExecuteStatementOutput {
|
1494
1510
|
/**
|
@@ -2432,6 +2448,10 @@ declare namespace DynamoDB {
|
|
2432
2448
|
* The parameter values.
|
2433
2449
|
*/
|
2434
2450
|
Parameters?: PreparedStatementParameters;
|
2451
|
+
/**
|
2452
|
+
* An optional parameter that returns the item attributes for a PartiQL ParameterizedStatement operation that failed a condition check. There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
|
2453
|
+
*/
|
2454
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
2435
2455
|
}
|
2436
2456
|
export type ParameterizedStatements = ParameterizedStatement[];
|
2437
2457
|
export type PartiQLBatchRequest = BatchStatementRequest[];
|
@@ -2577,6 +2597,10 @@ declare namespace DynamoDB {
|
|
2577
2597
|
* One or more values that can be substituted in an expression. Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following: Available | Backordered | Discontinued You would first need to specify ExpressionAttributeValues as follows: { ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} } You could then use these values in an expression, such as this: ProductStatus IN (:avail, :back, :disc) For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.
|
2578
2598
|
*/
|
2579
2599
|
ExpressionAttributeValues?: ExpressionAttributeValueMap;
|
2600
|
+
/**
|
2601
|
+
* An optional parameter that returns the item attributes for a PutItem operation that failed a condition check. There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
|
2602
|
+
*/
|
2603
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
2580
2604
|
}
|
2581
2605
|
export type PutItemInputAttributeMap = {[key: string]: AttributeValue};
|
2582
2606
|
export interface PutItemOutput {
|
@@ -3724,6 +3748,10 @@ declare namespace DynamoDB {
|
|
3724
3748
|
* One or more values that can be substituted in an expression. Use the : (colon) character in an expression to dereference an attribute value. For example, suppose that you wanted to check whether the value of the ProductStatus attribute was one of the following: Available | Backordered | Discontinued You would first need to specify ExpressionAttributeValues as follows: { ":avail":{"S":"Available"}, ":back":{"S":"Backordered"}, ":disc":{"S":"Discontinued"} } You could then use these values in an expression, such as this: ProductStatus IN (:avail, :back, :disc) For more information on expression attribute values, see Condition Expressions in the Amazon DynamoDB Developer Guide.
|
3725
3749
|
*/
|
3726
3750
|
ExpressionAttributeValues?: ExpressionAttributeValueMap;
|
3751
|
+
/**
|
3752
|
+
* An optional parameter that returns the item attributes for an UpdateItem operation that failed a condition check. There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
|
3753
|
+
*/
|
3754
|
+
ReturnValuesOnConditionCheckFailure?: ReturnValuesOnConditionCheckFailure;
|
3727
3755
|
}
|
3728
3756
|
export interface UpdateItemOutput {
|
3729
3757
|
/**
|
@@ -20,11 +20,11 @@ declare class GameLift extends Service {
|
|
20
20
|
*/
|
21
21
|
acceptMatch(callback?: (err: AWSError, data: GameLift.Types.AcceptMatchOutput) => void): Request<GameLift.Types.AcceptMatchOutput, AWSError>;
|
22
22
|
/**
|
23
|
-
* This operation is used with the Amazon GameLift FleetIQ solution and game server groups. Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, Amazon GameLift FleetIQ locates an available game server, places it in CLAIMED status for 60 seconds, and returns connection information that players can use to connect to the game server. To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information.
|
23
|
+
* This operation is used with the Amazon GameLift FleetIQ solution and game server groups. Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, Amazon GameLift FleetIQ locates an available game server, places it in CLAIMED status for 60 seconds, and returns connection information that players can use to connect to the game server. To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information. Add filter options to further restrict how a game server is chosen, such as only allowing game servers on ACTIVE instances to be claimed. When a game server is successfully claimed, connection information is returned. A claimed game server's utilization status remains AVAILABLE while the claim status is set to CLAIMED for up to 60 seconds. This time period gives the game server time to update its status to UTILIZED after players join. If the game server's status is not updated within 60 seconds, the game server reverts to unclaimed status and is available to be claimed by another request. The claim time period is a fixed value and is not configurable. If you try to claim a specific game server, this request will fail in the following cases: If the game server utilization status is UTILIZED. If the game server claim status is CLAIMED. If the game server is running on an instance in DRAINING status and the provided filter option does not allow placing on DRAINING instances. Learn more Amazon GameLift FleetIQ Guide
|
24
24
|
*/
|
25
25
|
claimGameServer(params: GameLift.Types.ClaimGameServerInput, callback?: (err: AWSError, data: GameLift.Types.ClaimGameServerOutput) => void): Request<GameLift.Types.ClaimGameServerOutput, AWSError>;
|
26
26
|
/**
|
27
|
-
* This operation is used with the Amazon GameLift FleetIQ solution and game server groups. Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, Amazon GameLift FleetIQ locates an available game server, places it in CLAIMED status for 60 seconds, and returns connection information that players can use to connect to the game server. To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information.
|
27
|
+
* This operation is used with the Amazon GameLift FleetIQ solution and game server groups. Locates an available game server and temporarily reserves it to host gameplay and players. This operation is called from a game client or client service (such as a matchmaker) to request hosting resources for a new game session. In response, Amazon GameLift FleetIQ locates an available game server, places it in CLAIMED status for 60 seconds, and returns connection information that players can use to connect to the game server. To claim a game server, identify a game server group. You can also specify a game server ID, although this approach bypasses Amazon GameLift FleetIQ placement optimization. Optionally, include game data to pass to the game server at the start of a game session, such as a game map or player information. Add filter options to further restrict how a game server is chosen, such as only allowing game servers on ACTIVE instances to be claimed. When a game server is successfully claimed, connection information is returned. A claimed game server's utilization status remains AVAILABLE while the claim status is set to CLAIMED for up to 60 seconds. This time period gives the game server time to update its status to UTILIZED after players join. If the game server's status is not updated within 60 seconds, the game server reverts to unclaimed status and is available to be claimed by another request. The claim time period is a fixed value and is not configurable. If you try to claim a specific game server, this request will fail in the following cases: If the game server utilization status is UTILIZED. If the game server claim status is CLAIMED. If the game server is running on an instance in DRAINING status and the provided filter option does not allow placing on DRAINING instances. Learn more Amazon GameLift FleetIQ Guide
|
28
28
|
*/
|
29
29
|
claimGameServer(callback?: (err: AWSError, data: GameLift.Types.ClaimGameServerOutput) => void): Request<GameLift.Types.ClaimGameServerOutput, AWSError>;
|
30
30
|
/**
|
@@ -1460,7 +1460,7 @@ declare namespace GameLift {
|
|
1460
1460
|
*/
|
1461
1461
|
NotificationTarget?: SnsArnStringModel;
|
1462
1462
|
/**
|
1463
|
-
* The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single
|
1463
|
+
* The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used if FlexMatchMode is set to STANDALONE.
|
1464
1464
|
*/
|
1465
1465
|
AdditionalPlayerCount?: WholeNumber;
|
1466
1466
|
/**
|
@@ -3614,7 +3614,7 @@ declare namespace GameLift {
|
|
3614
3614
|
*/
|
3615
3615
|
NotificationTarget?: SnsArnStringModel;
|
3616
3616
|
/**
|
3617
|
-
* The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single
|
3617
|
+
* The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used when FlexMatchMode is set to STANDALONE.
|
3618
3618
|
*/
|
3619
3619
|
AdditionalPlayerCount?: WholeNumber;
|
3620
3620
|
/**
|
@@ -3729,7 +3729,7 @@ declare namespace GameLift {
|
|
3729
3729
|
export type NonNegativeDouble = number;
|
3730
3730
|
export type NonNegativeLimitedLengthDouble = string;
|
3731
3731
|
export type NonZeroAndMaxString = string;
|
3732
|
-
export type OperatingSystem = "WINDOWS_2012"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"WINDOWS_2016"|string;
|
3732
|
+
export type OperatingSystem = "WINDOWS_2012"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"WINDOWS_2016"|"AMAZON_LINUX_2023"|string;
|
3733
3733
|
export interface PlacedPlayerSession {
|
3734
3734
|
/**
|
3735
3735
|
* A unique identifier for a player that is associated with this player session.
|
@@ -4758,7 +4758,7 @@ declare namespace GameLift {
|
|
4758
4758
|
*/
|
4759
4759
|
NotificationTarget?: SnsArnStringModel;
|
4760
4760
|
/**
|
4761
|
-
* The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single
|
4761
|
+
* The number of player slots in a match to keep open for future players. For example, if the configuration's rule set specifies a match for a single 10-person team, and the additional player count is set to 2, 10 players will be selected for the match and 2 more player slots will be open for future players. This parameter is not used if FlexMatchMode is set to STANDALONE.
|
4762
4762
|
*/
|
4763
4763
|
AdditionalPlayerCount?: WholeNumber;
|
4764
4764
|
/**
|
@@ -3531,6 +3531,10 @@ declare namespace Glue {
|
|
3531
3531
|
* Specifies Delta data store targets.
|
3532
3532
|
*/
|
3533
3533
|
DeltaTargets?: DeltaTargetList;
|
3534
|
+
/**
|
3535
|
+
* Specifies Apache Iceberg data store targets.
|
3536
|
+
*/
|
3537
|
+
IcebergTargets?: IcebergTargetList;
|
3534
3538
|
}
|
3535
3539
|
export interface CrawlsFilter {
|
3536
3540
|
/**
|
@@ -8057,6 +8061,25 @@ declare namespace Glue {
|
|
8057
8061
|
export type GrokPattern = string;
|
8058
8062
|
export type HashString = string;
|
8059
8063
|
export type HudiTargetCompressionType = "gzip"|"lzo"|"uncompressed"|"snappy"|string;
|
8064
|
+
export interface IcebergTarget {
|
8065
|
+
/**
|
8066
|
+
* One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.
|
8067
|
+
*/
|
8068
|
+
Paths?: PathList;
|
8069
|
+
/**
|
8070
|
+
* The name of the connection to use to connect to the Iceberg target.
|
8071
|
+
*/
|
8072
|
+
ConnectionName?: ConnectionName;
|
8073
|
+
/**
|
8074
|
+
* A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
|
8075
|
+
*/
|
8076
|
+
Exclusions?: PathList;
|
8077
|
+
/**
|
8078
|
+
* The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.
|
8079
|
+
*/
|
8080
|
+
MaximumTraversalDepth?: NullableInteger;
|
8081
|
+
}
|
8082
|
+
export type IcebergTargetList = IcebergTarget[];
|
8060
8083
|
export type IdString = string;
|
8061
8084
|
export interface ImportCatalogToGlueRequest {
|
8062
8085
|
/**
|
@@ -137,6 +137,10 @@ declare namespace InternetMonitor {
|
|
137
137
|
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
|
138
138
|
*/
|
139
139
|
TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
|
140
|
+
/**
|
141
|
+
* Defines the health event threshold percentages, for performance score and availability score. Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default calue is 95%.
|
142
|
+
*/
|
143
|
+
HealthEventsConfig?: HealthEventsConfig;
|
140
144
|
}
|
141
145
|
export interface CreateMonitorOutput {
|
142
146
|
/**
|
@@ -208,6 +212,10 @@ declare namespace InternetMonitor {
|
|
208
212
|
* The type of impairment of a specific health event.
|
209
213
|
*/
|
210
214
|
ImpactType: HealthEventImpactType;
|
215
|
+
/**
|
216
|
+
* The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.
|
217
|
+
*/
|
218
|
+
HealthScoreThreshold?: Percentage;
|
211
219
|
}
|
212
220
|
export interface GetMonitorInput {
|
213
221
|
/**
|
@@ -264,6 +272,10 @@ declare namespace InternetMonitor {
|
|
264
272
|
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
|
265
273
|
*/
|
266
274
|
TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
|
275
|
+
/**
|
276
|
+
* The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.
|
277
|
+
*/
|
278
|
+
HealthEventsConfig?: HealthEventsConfig;
|
267
279
|
}
|
268
280
|
export interface HealthEvent {
|
269
281
|
/**
|
@@ -306,11 +318,25 @@ declare namespace InternetMonitor {
|
|
306
318
|
* The type of impairment for a health event.
|
307
319
|
*/
|
308
320
|
ImpactType: HealthEventImpactType;
|
321
|
+
/**
|
322
|
+
* The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.
|
323
|
+
*/
|
324
|
+
HealthScoreThreshold?: Percentage;
|
309
325
|
}
|
310
326
|
export type HealthEventImpactType = "AVAILABILITY"|"PERFORMANCE"|string;
|
311
327
|
export type HealthEventList = HealthEvent[];
|
312
328
|
export type HealthEventName = string;
|
313
329
|
export type HealthEventStatus = "ACTIVE"|"RESOLVED"|string;
|
330
|
+
export interface HealthEventsConfig {
|
331
|
+
/**
|
332
|
+
* The health event threshold percentage set for availability scores.
|
333
|
+
*/
|
334
|
+
AvailabilityScoreThreshold?: Percentage;
|
335
|
+
/**
|
336
|
+
* The health event threshold percentage set for performance scores.
|
337
|
+
*/
|
338
|
+
PerformanceScoreThreshold?: Percentage;
|
339
|
+
}
|
314
340
|
export interface ImpactedLocation {
|
315
341
|
/**
|
316
342
|
* The name of the network at an impacted location.
|
@@ -509,6 +535,7 @@ declare namespace InternetMonitor {
|
|
509
535
|
NetworkEventType: TriangulationEventType;
|
510
536
|
}
|
511
537
|
export type NetworkList = Network[];
|
538
|
+
export type Percentage = number;
|
512
539
|
export interface PerformanceMeasurement {
|
513
540
|
/**
|
514
541
|
* Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores. If you view performance or availability scores without filtering for any specific geography or service provider, Amazon CloudWatch Internet Monitor provides global health scores. The Amazon CloudWatch Internet Monitor chapter in the CloudWatch User Guide includes detailed information about how Internet Monitor calculates health scores, including performance and availability scores, and when it creates and resolves health events. For more information, see How Amazon Web Services calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
|
@@ -623,6 +650,10 @@ declare namespace InternetMonitor {
|
|
623
650
|
* The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
|
624
651
|
*/
|
625
652
|
TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
|
653
|
+
/**
|
654
|
+
* The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
|
655
|
+
*/
|
656
|
+
HealthEventsConfig?: HealthEventsConfig;
|
626
657
|
}
|
627
658
|
export interface UpdateMonitorOutput {
|
628
659
|
/**
|
@@ -2097,7 +2097,7 @@ declare namespace KinesisAnalyticsV2 {
|
|
2097
2097
|
*/
|
2098
2098
|
ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
|
2099
2099
|
}
|
2100
|
-
export type RuntimeEnvironment = "SQL-1_0"|"FLINK-1_6"|"FLINK-1_8"|"ZEPPELIN-FLINK-1_0"|"FLINK-1_11"|"FLINK-1_13"|"ZEPPELIN-FLINK-2_0"|"FLINK-1_15"|string;
|
2100
|
+
export type RuntimeEnvironment = "SQL-1_0"|"FLINK-1_6"|"FLINK-1_8"|"ZEPPELIN-FLINK-1_0"|"FLINK-1_11"|"FLINK-1_13"|"ZEPPELIN-FLINK-2_0"|"FLINK-1_15"|"ZEPPELIN-FLINK-3_0"|string;
|
2101
2101
|
export interface S3ApplicationCodeLocationDescription {
|
2102
2102
|
/**
|
2103
2103
|
* The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
|
@@ -95,11 +95,11 @@ declare class Lambda extends Service {
|
|
95
95
|
*/
|
96
96
|
deleteEventSourceMapping(callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
|
97
97
|
/**
|
98
|
-
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
|
98
|
+
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
|
99
99
|
*/
|
100
100
|
deleteFunction(params: Lambda.Types.DeleteFunctionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
101
101
|
/**
|
102
|
-
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
|
102
|
+
* Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias. To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
|
103
103
|
*/
|
104
104
|
deleteFunction(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
105
105
|
/**
|
@@ -919,11 +919,11 @@ declare namespace Lambda {
|
|
919
919
|
*/
|
920
920
|
ParallelizationFactor?: ParallelizationFactor;
|
921
921
|
/**
|
922
|
-
* The position in a stream from which to start reading. Required for Amazon Kinesis
|
922
|
+
* The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Stream event sources. AT_TIMESTAMP is supported only for Amazon Kinesis streams, Amazon DocumentDB, Amazon MSK, and self-managed Apache Kafka.
|
923
923
|
*/
|
924
924
|
StartingPosition?: EventSourcePosition;
|
925
925
|
/**
|
926
|
-
* With StartingPosition set to AT_TIMESTAMP, the time from which to start reading.
|
926
|
+
* With StartingPosition set to AT_TIMESTAMP, the time from which to start reading. StartingPositionTimestamp cannot be in the future.
|
927
927
|
*/
|
928
928
|
StartingPositionTimestamp?: _Date;
|
929
929
|
/**
|
@@ -1292,11 +1292,11 @@ declare namespace Lambda {
|
|
1292
1292
|
*/
|
1293
1293
|
UUID?: String;
|
1294
1294
|
/**
|
1295
|
-
* The position in a stream from which to start reading. Required for Amazon Kinesis
|
1295
|
+
* The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Stream event sources. AT_TIMESTAMP is supported only for Amazon Kinesis streams, Amazon DocumentDB, Amazon MSK, and self-managed Apache Kafka.
|
1296
1296
|
*/
|
1297
1297
|
StartingPosition?: EventSourcePosition;
|
1298
1298
|
/**
|
1299
|
-
* With StartingPosition set to AT_TIMESTAMP, the time from which to start reading.
|
1299
|
+
* With StartingPosition set to AT_TIMESTAMP, the time from which to start reading. StartingPositionTimestamp cannot be in the future.
|
1300
1300
|
*/
|
1301
1301
|
StartingPositionTimestamp?: _Date;
|
1302
1302
|
/**
|
@@ -4584,7 +4584,7 @@ declare namespace Omics {
|
|
4584
4584
|
export type WorkflowDefinition = string;
|
4585
4585
|
export type WorkflowDescription = string;
|
4586
4586
|
export type WorkflowDigest = string;
|
4587
|
-
export type WorkflowEngine = "WDL"|"NEXTFLOW"|string;
|
4587
|
+
export type WorkflowEngine = "WDL"|"NEXTFLOW"|"CWL"|string;
|
4588
4588
|
export type WorkflowExport = "DEFINITION"|string;
|
4589
4589
|
export type WorkflowExportList = WorkflowExport[];
|
4590
4590
|
export type WorkflowId = string;
|