cdk-comprehend-s3olap 2.0.96 → 2.0.97

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.
@@ -351,19 +351,19 @@ declare class DynamoDB extends DynamoDBCustomizations {
351
351
  */
352
352
  tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
353
353
  /**
354
- * TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A TransactGetItems call can contain up to 25 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to TransactGetItems cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB. DynamoDB rejects the entire TransactGetItems request if any of the following is true: A conflicting operation is in the process of updating an item to be read. There is insufficient provisioned capacity for the transaction to be completed. There is a user error, such as an invalid data format. The aggregate size of the items in the transaction cannot exceed 4 MB.
354
+ * TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A TransactGetItems call can contain up to 100 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to TransactGetItems cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB. DynamoDB rejects the entire TransactGetItems request if any of the following is true: A conflicting operation is in the process of updating an item to be read. There is insufficient provisioned capacity for the transaction to be completed. There is a user error, such as an invalid data format. The aggregate size of the items in the transaction cannot exceed 4 MB.
355
355
  */
356
356
  transactGetItems(params: DynamoDB.Types.TransactGetItemsInput, callback?: (err: AWSError, data: DynamoDB.Types.TransactGetItemsOutput) => void): Request<DynamoDB.Types.TransactGetItemsOutput, AWSError>;
357
357
  /**
358
- * TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A TransactGetItems call can contain up to 25 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to TransactGetItems cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB. DynamoDB rejects the entire TransactGetItems request if any of the following is true: A conflicting operation is in the process of updating an item to be read. There is insufficient provisioned capacity for the transaction to be completed. There is a user error, such as an invalid data format. The aggregate size of the items in the transaction cannot exceed 4 MB.
358
+ * TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A TransactGetItems call can contain up to 100 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to TransactGetItems cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB. DynamoDB rejects the entire TransactGetItems request if any of the following is true: A conflicting operation is in the process of updating an item to be read. There is insufficient provisioned capacity for the transaction to be completed. There is a user error, such as an invalid data format. The aggregate size of the items in the transaction cannot exceed 4 MB.
359
359
  */
360
360
  transactGetItems(callback?: (err: AWSError, data: DynamoDB.Types.TransactGetItemsOutput) => void): Request<DynamoDB.Types.TransactGetItemsOutput, AWSError>;
361
361
  /**
362
- * TransactWriteItems is a synchronous write operation that groups up to 25 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both ConditionCheck and Update the same item. The aggregate size of the items in the transaction cannot exceed 4 MB. The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects: Put  —   Initiates a PutItem operation to write a new item. This structure specifies the primary key of the item to be written, the name of the table to write it in, an optional condition expression that must be satisfied for the write to succeed, a list of the item's attributes, and a field indicating whether to retrieve the item's attributes if the condition is not met. Update  —   Initiates an UpdateItem operation to update an existing item. This structure specifies the primary key of the item to be updated, the name of the table where it resides, an optional condition expression that must be satisfied for the update to succeed, an expression that defines one or more attributes to be updated, and a field indicating whether to retrieve the item's attributes if the condition is not met. Delete  —   Initiates a DeleteItem operation to delete an existing item. This structure specifies the primary key of the item to be deleted, the name of the table where it resides, an optional condition expression that must be satisfied for the deletion to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. ConditionCheck  —   Applies a condition to an item that is not being modified by the transaction. This structure specifies the primary key of the item to be checked, the name of the table where it resides, a condition expression that must be satisfied for the transaction to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. DynamoDB rejects the entire TransactWriteItems request if any of the following is true: A condition in one of the condition expressions is not met. An ongoing operation is in the process of updating the same item. There is insufficient provisioned capacity for the transaction to be completed. An item size becomes too large (bigger than 400 KB), a local secondary index (LSI) becomes too large, or a similar validation error occurs because of changes made by the transaction. The aggregate size of the items in the transaction exceeds 4 MB. There is a user error, such as an invalid data format.
362
+ * TransactWriteItems is a synchronous write operation that groups up to 100 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both ConditionCheck and Update the same item. The aggregate size of the items in the transaction cannot exceed 4 MB. The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects: Put  —   Initiates a PutItem operation to write a new item. This structure specifies the primary key of the item to be written, the name of the table to write it in, an optional condition expression that must be satisfied for the write to succeed, a list of the item's attributes, and a field indicating whether to retrieve the item's attributes if the condition is not met. Update  —   Initiates an UpdateItem operation to update an existing item. This structure specifies the primary key of the item to be updated, the name of the table where it resides, an optional condition expression that must be satisfied for the update to succeed, an expression that defines one or more attributes to be updated, and a field indicating whether to retrieve the item's attributes if the condition is not met. Delete  —   Initiates a DeleteItem operation to delete an existing item. This structure specifies the primary key of the item to be deleted, the name of the table where it resides, an optional condition expression that must be satisfied for the deletion to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. ConditionCheck  —   Applies a condition to an item that is not being modified by the transaction. This structure specifies the primary key of the item to be checked, the name of the table where it resides, a condition expression that must be satisfied for the transaction to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. DynamoDB rejects the entire TransactWriteItems request if any of the following is true: A condition in one of the condition expressions is not met. An ongoing operation is in the process of updating the same item. There is insufficient provisioned capacity for the transaction to be completed. An item size becomes too large (bigger than 400 KB), a local secondary index (LSI) becomes too large, or a similar validation error occurs because of changes made by the transaction. The aggregate size of the items in the transaction exceeds 4 MB. There is a user error, such as an invalid data format.
363
363
  */
364
364
  transactWriteItems(params: DynamoDB.Types.TransactWriteItemsInput, callback?: (err: AWSError, data: DynamoDB.Types.TransactWriteItemsOutput) => void): Request<DynamoDB.Types.TransactWriteItemsOutput, AWSError>;
365
365
  /**
366
- * TransactWriteItems is a synchronous write operation that groups up to 25 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both ConditionCheck and Update the same item. The aggregate size of the items in the transaction cannot exceed 4 MB. The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects: Put  —   Initiates a PutItem operation to write a new item. This structure specifies the primary key of the item to be written, the name of the table to write it in, an optional condition expression that must be satisfied for the write to succeed, a list of the item's attributes, and a field indicating whether to retrieve the item's attributes if the condition is not met. Update  —   Initiates an UpdateItem operation to update an existing item. This structure specifies the primary key of the item to be updated, the name of the table where it resides, an optional condition expression that must be satisfied for the update to succeed, an expression that defines one or more attributes to be updated, and a field indicating whether to retrieve the item's attributes if the condition is not met. Delete  —   Initiates a DeleteItem operation to delete an existing item. This structure specifies the primary key of the item to be deleted, the name of the table where it resides, an optional condition expression that must be satisfied for the deletion to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. ConditionCheck  —   Applies a condition to an item that is not being modified by the transaction. This structure specifies the primary key of the item to be checked, the name of the table where it resides, a condition expression that must be satisfied for the transaction to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. DynamoDB rejects the entire TransactWriteItems request if any of the following is true: A condition in one of the condition expressions is not met. An ongoing operation is in the process of updating the same item. There is insufficient provisioned capacity for the transaction to be completed. An item size becomes too large (bigger than 400 KB), a local secondary index (LSI) becomes too large, or a similar validation error occurs because of changes made by the transaction. The aggregate size of the items in the transaction exceeds 4 MB. There is a user error, such as an invalid data format.
366
+ * TransactWriteItems is a synchronous write operation that groups up to 100 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both ConditionCheck and Update the same item. The aggregate size of the items in the transaction cannot exceed 4 MB. The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects: Put  —   Initiates a PutItem operation to write a new item. This structure specifies the primary key of the item to be written, the name of the table to write it in, an optional condition expression that must be satisfied for the write to succeed, a list of the item's attributes, and a field indicating whether to retrieve the item's attributes if the condition is not met. Update  —   Initiates an UpdateItem operation to update an existing item. This structure specifies the primary key of the item to be updated, the name of the table where it resides, an optional condition expression that must be satisfied for the update to succeed, an expression that defines one or more attributes to be updated, and a field indicating whether to retrieve the item's attributes if the condition is not met. Delete  —   Initiates a DeleteItem operation to delete an existing item. This structure specifies the primary key of the item to be deleted, the name of the table where it resides, an optional condition expression that must be satisfied for the deletion to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. ConditionCheck  —   Applies a condition to an item that is not being modified by the transaction. This structure specifies the primary key of the item to be checked, the name of the table where it resides, a condition expression that must be satisfied for the transaction to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met. DynamoDB rejects the entire TransactWriteItems request if any of the following is true: A condition in one of the condition expressions is not met. An ongoing operation is in the process of updating the same item. There is insufficient provisioned capacity for the transaction to be completed. An item size becomes too large (bigger than 400 KB), a local secondary index (LSI) becomes too large, or a similar validation error occurs because of changes made by the transaction. The aggregate size of the items in the transaction exceeds 4 MB. There is a user error, such as an invalid data format.
367
367
  */
368
368
  transactWriteItems(callback?: (err: AWSError, data: DynamoDB.Types.TransactWriteItemsOutput) => void): Request<DynamoDB.Types.TransactWriteItemsOutput, AWSError>;
369
369
  /**
@@ -3459,7 +3459,7 @@ declare namespace DynamoDB {
3459
3459
  export type TransactGetItemList = TransactGetItem[];
3460
3460
  export interface TransactGetItemsInput {
3461
3461
  /**
3462
- * An ordered array of up to 25 TransactGetItem objects, each of which contains a Get structure.
3462
+ * An ordered array of up to 100 TransactGetItem objects, each of which contains a Get structure.
3463
3463
  */
3464
3464
  TransactItems: TransactGetItemList;
3465
3465
  /**
@@ -3473,7 +3473,7 @@ declare namespace DynamoDB {
3473
3473
  */
3474
3474
  ConsumedCapacity?: ConsumedCapacityMultiple;
3475
3475
  /**
3476
- * An ordered array of up to 25 ItemResponse objects, each of which corresponds to the TransactGetItem object in the same position in the TransactItems array. Each ItemResponse object contains a Map of the name-value pairs that are the projected attributes of the requested item. If a requested item could not be retrieved, the corresponding ItemResponse object is Null, or if the requested item has no projected attributes, the corresponding ItemResponse object is an empty Map.
3476
+ * An ordered array of up to 100 ItemResponse objects, each of which corresponds to the TransactGetItem object in the same position in the TransactItems array. Each ItemResponse object contains a Map of the name-value pairs that are the projected attributes of the requested item. If a requested item could not be retrieved, the corresponding ItemResponse object is Null, or if the requested item has no projected attributes, the corresponding ItemResponse object is an empty Map.
3477
3477
  */
3478
3478
  Responses?: ItemResponseList;
3479
3479
  }
@@ -3498,7 +3498,7 @@ declare namespace DynamoDB {
3498
3498
  export type TransactWriteItemList = TransactWriteItem[];
3499
3499
  export interface TransactWriteItemsInput {
3500
3500
  /**
3501
- * An ordered array of up to 25 TransactWriteItem objects, each of which contains a ConditionCheck, Put, Update, or Delete object. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.
3501
+ * An ordered array of up to 100 TransactWriteItem objects, each of which contains a ConditionCheck, Put, Update, or Delete object. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item.
3502
3502
  */
3503
3503
  TransactItems: TransactWriteItemList;
3504
3504
  ReturnConsumedCapacity?: ReturnConsumedCapacity;
@@ -4884,6 +4884,25 @@ declare namespace EC2 {
4884
4884
  */
4885
4885
  Description?: String;
4886
4886
  }
4887
+ export interface AddedPrincipal {
4888
+ /**
4889
+ * The type of principal.
4890
+ */
4891
+ PrincipalType?: PrincipalType;
4892
+ /**
4893
+ * The Amazon Resource Name (ARN) of the principal.
4894
+ */
4895
+ Principal?: String;
4896
+ /**
4897
+ * The ID of the service permission.
4898
+ */
4899
+ ServicePermissionId?: String;
4900
+ /**
4901
+ * The ID of the service.
4902
+ */
4903
+ ServiceId?: String;
4904
+ }
4905
+ export type AddedPrincipalSet = AddedPrincipal[];
4887
4906
  export interface AdditionalDetail {
4888
4907
  /**
4889
4908
  * The information type.
@@ -5155,6 +5174,18 @@ declare namespace EC2 {
5155
5174
  * The Amazon Resource Name (ARN) of the principal.
5156
5175
  */
5157
5176
  Principal?: String;
5177
+ /**
5178
+ * The ID of the service permission.
5179
+ */
5180
+ ServicePermissionId?: String;
5181
+ /**
5182
+ * The tags.
5183
+ */
5184
+ Tags?: TagList;
5185
+ /**
5186
+ * The ID of the service.
5187
+ */
5188
+ ServiceId?: String;
5158
5189
  }
5159
5190
  export type AllowedPrincipalSet = AllowedPrincipal[];
5160
5191
  export type AllowsMultipleInstanceTypes = "on"|"off"|string;
@@ -25640,6 +25671,10 @@ declare namespace EC2 {
25640
25671
  RemoveAllowedPrincipals?: ValueStringList;
25641
25672
  }
25642
25673
  export interface ModifyVpcEndpointServicePermissionsResult {
25674
+ /**
25675
+ * Information about the added principals.
25676
+ */
25677
+ AddedPrincipals?: AddedPrincipalSet;
25643
25678
  /**
25644
25679
  * Returns true if the request succeeds; otherwise, it returns an error.
25645
25680
  */
@@ -29073,7 +29108,7 @@ declare namespace EC2 {
29073
29108
  */
29074
29109
  ResourceTypes?: ValueStringList;
29075
29110
  }
29076
- export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
29111
+ export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
29077
29112
  export interface ResponseError {
29078
29113
  /**
29079
29114
  * The error code.
@@ -30611,7 +30646,7 @@ declare namespace EC2 {
30611
30646
  */
30612
30647
  PrivateDnsName?: String;
30613
30648
  /**
30614
- * The private DNS names assigned to the VPC endpoint service.
30649
+ * The private DNS names assigned to the VPC endpoint service.
30615
30650
  */
30616
30651
  PrivateDnsNames?: PrivateDnsDetailsSet;
30617
30652
  /**
@@ -34289,6 +34324,14 @@ declare namespace EC2 {
34289
34324
  * The IP address type for the endpoint.
34290
34325
  */
34291
34326
  IpAddressType?: IpAddressType;
34327
+ /**
34328
+ * The ID of the VPC endpoint connection.
34329
+ */
34330
+ VpcEndpointConnectionId?: String;
34331
+ /**
34332
+ * The tags.
34333
+ */
34334
+ Tags?: TagList;
34292
34335
  }
34293
34336
  export type VpcEndpointConnectionSet = VpcEndpointConnection[];
34294
34337
  export type VpcEndpointId = string;
@@ -61,11 +61,11 @@ declare class SageMaker extends Service {
61
61
  */
62
62
  createAlgorithm(callback?: (err: AWSError, data: SageMaker.Types.CreateAlgorithmOutput) => void): Request<SageMaker.Types.CreateAlgorithmOutput, AWSError>;
63
63
  /**
64
- * Creates a running app for the specified UserProfile. Supported apps are JupyterServer and KernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
64
+ * Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
65
65
  */
66
66
  createApp(params: SageMaker.Types.CreateAppRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
67
67
  /**
68
- * Creates a running app for the specified UserProfile. Supported apps are JupyterServer and KernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
68
+ * Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
69
69
  */
70
70
  createApp(callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
71
71
  /**
@@ -3652,7 +3652,7 @@ declare namespace SageMaker {
3652
3652
  */
3653
3653
  UserProfileName: UserProfileName;
3654
3654
  /**
3655
- * The type of app. Supported apps are JupyterServer and KernelGateway. TensorBoard is not supported.
3655
+ * The type of app.
3656
3656
  */
3657
3657
  AppType: AppType;
3658
3658
  /**
@@ -8855,7 +8855,7 @@ declare namespace SageMaker {
8855
8855
  */
8856
8856
  RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
8857
8857
  /**
8858
- * The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
8858
+ * The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
8859
8859
  */
8860
8860
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
8861
8861
  }
@@ -8865,7 +8865,7 @@ declare namespace SageMaker {
8865
8865
  */
8866
8866
  RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
8867
8867
  /**
8868
- * The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
8868
+ * The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
8869
8869
  */
8870
8870
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
8871
8871
  }
@@ -9985,7 +9985,7 @@ declare namespace SageMaker {
9985
9985
  */
9986
9986
  TaskAvailabilityLifetimeInSeconds?: TaskAvailabilityLifetimeInSeconds;
9987
9987
  /**
9988
- * Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.
9988
+ * Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects. To increase the maximum value to 5000 objects, contact Amazon Web Services Support.
9989
9989
  */
9990
9990
  MaxConcurrentTaskCount?: MaxConcurrentTaskCount;
9991
9991
  /**
@@ -10196,9 +10196,13 @@ declare namespace SageMaker {
10196
10196
  export type HyperParameterTuningJobArn = string;
10197
10197
  export interface HyperParameterTuningJobConfig {
10198
10198
  /**
10199
- * Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. To use the Bayesian search strategy, set this to Bayesian. To randomly search, set it to Random. For information about search strategies, see How Hyperparameter Tuning Works.
10199
+ * Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. For information about search strategies, see How Hyperparameter Tuning Works.
10200
10200
  */
10201
10201
  Strategy: HyperParameterTuningJobStrategyType;
10202
+ /**
10203
+ * The configuration for the Hyperband optimization strategy. This parameter should be provided only if Hyperband is selected as the strategy for HyperParameterTuningJobConfig.
10204
+ */
10205
+ StrategyConfig?: HyperParameterTuningJobStrategyConfig;
10202
10206
  /**
10203
10207
  * The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
10204
10208
  */
@@ -10212,7 +10216,7 @@ declare namespace SageMaker {
10212
10216
  */
10213
10217
  ParameterRanges?: ParameterRanges;
10214
10218
  /**
10215
- * Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can be one of the following values (the default value is OFF): OFF Training jobs launched by the hyperparameter tuning job do not use early stopping. AUTO SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.
10219
+ * Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. Because the Hyperband strategy has its own advanced internal early stopping mechanism, TrainingJobEarlyStoppingType must be OFF to use Hyperband. This parameter can take on one of the following values (the default value is OFF): OFF Training jobs launched by the hyperparameter tuning job do not use early stopping. AUTO SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.
10216
10220
  */
10217
10221
  TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType;
10218
10222
  /**
@@ -10280,7 +10284,13 @@ declare namespace SageMaker {
10280
10284
  }
10281
10285
  export type HyperParameterTuningJobSortByOptions = "Name"|"Status"|"CreationTime"|string;
10282
10286
  export type HyperParameterTuningJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
10283
- export type HyperParameterTuningJobStrategyType = "Bayesian"|"Random"|string;
10287
+ export interface HyperParameterTuningJobStrategyConfig {
10288
+ /**
10289
+ * The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.
10290
+ */
10291
+ HyperbandStrategyConfig?: HyperbandStrategyConfig;
10292
+ }
10293
+ export type HyperParameterTuningJobStrategyType = "Bayesian"|"Random"|"Hyperband"|string;
10284
10294
  export type HyperParameterTuningJobSummaries = HyperParameterTuningJobSummary[];
10285
10295
  export interface HyperParameterTuningJobSummary {
10286
10296
  /**
@@ -10296,7 +10306,7 @@ declare namespace SageMaker {
10296
10306
  */
10297
10307
  HyperParameterTuningJobStatus: HyperParameterTuningJobStatus;
10298
10308
  /**
10299
- * Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
10309
+ * Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
10300
10310
  */
10301
10311
  Strategy: HyperParameterTuningJobStrategyType;
10302
10312
  /**
@@ -10363,6 +10373,18 @@ declare namespace SageMaker {
10363
10373
  }
10364
10374
  export type HyperParameterValue = string;
10365
10375
  export type HyperParameters = {[key: string]: HyperParameterValue};
10376
+ export interface HyperbandStrategyConfig {
10377
+ /**
10378
+ * The minimum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. If the value for MinResource has not been reached, the training job will not be stopped by Hyperband.
10379
+ */
10380
+ MinResource?: HyperbandStrategyMinResource;
10381
+ /**
10382
+ * The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. Once a job reaches the MaxResource value, it is stopped. If a value for MaxResource is not provided, and Hyperband is selected as the hyperparameter tuning strategy, HyperbandTrainingJ attempts to infer MaxResource from the following keys (if present) in StaticsHyperParameters: epochs numepochs n-epochs n_epochs num_epochs If HyperbandStrategyConfig is unable to infer a value for MaxResource, it generates a validation error. The maximum value is 20,000 epochs. All metrics that correspond to an objective metric are used to derive early stopping decisions. For distributive training jobs, ensure that duplicate metrics are not printed in the logs across the individual nodes in a training job. If multiple nodes are publishing duplicate or incorrect metrics, training jobs may make an incorrect stopping decision and stop the job prematurely.
10383
+ */
10384
+ MaxResource?: HyperbandStrategyMaxResource;
10385
+ }
10386
+ export type HyperbandStrategyMaxResource = number;
10387
+ export type HyperbandStrategyMinResource = number;
10366
10388
  export type IdempotencyToken = string;
10367
10389
  export interface Image {
10368
10390
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1216.0',
86
+ VERSION: '2.1217.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -10091,19 +10091,33 @@ return /******/ (function(modules) { // webpackBootstrap
10091
10091
  }
10092
10092
  };
10093
10093
  var toStr = Object.prototype.toString;
10094
+ var objectClass = '[object Object]';
10094
10095
  var fnClass = '[object Function]';
10095
10096
  var genClass = '[object GeneratorFunction]';
10097
+ var ddaClass = '[object HTMLAllCollection]';
10096
10098
  var hasToStringTag = typeof Symbol === 'function' && !!Symbol.toStringTag; // better: use `has-tostringtag`
10097
- var isDDA = typeof document === 'object' ? function isDocumentDotAll(value) {
10098
- /* globals document: false */
10099
- // in IE 8, typeof document.all is "object"
10100
- if (typeof value === 'undefined' || typeof value === 'object') {
10101
- try {
10102
- return value('') === null;
10103
- } catch (e) { /**/ }
10099
+
10100
+ var isIE68 = !(0 in [,]); // eslint-disable-line no-sparse-arrays, comma-spacing
10101
+
10102
+ var isDDA = function isDocumentDotAll() { return false; };
10103
+ if (typeof document === 'object') {
10104
+ // Firefox 3 canonicalized DDA to undefined when it's not accessed directly
10105
+ var all = document.all;
10106
+ if (toStr.call(all) === toStr.call(document.all)) {
10107
+ isDDA = function isDocumentDotAll(value) {
10108
+ /* globals document: false */
10109
+ // in IE 6-8, typeof document.all is "object" and it's truthy
10110
+ if ((isIE68 || !value) && (typeof value === 'undefined' || typeof value === 'object')) {
10111
+ try {
10112
+ var str = toStr.call(value);
10113
+ // IE 6-8 uses `objectClass`
10114
+ return (str === ddaClass || str === objectClass) && value('') == null; // eslint-disable-line eqeqeq
10115
+ } catch (e) { /**/ }
10116
+ }
10117
+ return false;
10118
+ };
10104
10119
  }
10105
- return false;
10106
- } : function () { return false; };
10120
+ }
10107
10121
 
10108
10122
  module.exports = reflectApply
10109
10123
  ? function isCallable(value) {
@@ -10122,7 +10136,6 @@ return /******/ (function(modules) { // webpackBootstrap
10122
10136
  if (isDDA(value)) { return true; }
10123
10137
  if (!value) { return false; }
10124
10138
  if (typeof value !== 'function' && typeof value !== 'object') { return false; }
10125
- if (typeof value === 'function' && !value.prototype) { return true; }
10126
10139
  if (hasToStringTag) { return tryFunctionObject(value); }
10127
10140
  if (isES6ClassFn(value)) { return false; }
10128
10141
  var strClass = toStr.call(value);