cdk-docker-image-deployment 0.0.165 → 0.0.167
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +147 -111
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +186 -61
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +329 -311
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +70 -41
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +49 -8
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +234 -111
- package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/emr.d.ts +39 -5
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +179 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +28 -0
- package/node_modules/aws-sdk/clients/grafana.d.ts +34 -4
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +59 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +81 -81
- package/node_modules/aws-sdk/clients/wafv2.d.ts +119 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +150 -114
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +55 -55
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -36,11 +36,11 @@ declare class EFS extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
createMountTarget(callback?: (err: AWSError, data: EFS.Types.MountTargetDescription) => void): Request<EFS.Types.MountTargetDescription, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system. For more information, see Amazon EFS replication in the Amazon EFS User Guide. The replication configuration specifies the following: Source file system - An existing EFS file system that you want replicated. The source file system cannot be a destination file system in an existing replication configuration. Destination file system configuration - The configuration of the destination file system to which the source file system will be replicated. There can only be one destination file system in a replication configuration. The destination file system configuration consists of the following properties: Amazon Web Services Region - The Amazon Web Services Region in which the destination file system is created. Amazon EFS replication is available in all Amazon Web Services Regions that Amazon EFS is available in, except Africa (Cape Town), Asia Pacific (Hong Kong), Asia Pacific (Jakarta), Europe (Milan), and Middle East (Bahrain). Availability Zone - If you want the destination file system to use EFS One Zone availability and durability, you must specify the Availability Zone to create the file system in. For more information about EFS storage classes, see Amazon EFS storage classes in the Amazon EFS User Guide. Encryption - All destination file systems are created with encryption at rest enabled. You can specify the Key Management Service (KMS) key that is used to encrypt the destination file system. If you don't specify a KMS key, your service-managed KMS key for Amazon EFS is used. After the file system is created, you cannot change the KMS key. The following properties are set by default: Performance mode - The destination file system's performance mode matches that of the source file system, unless the destination file system uses EFS One Zone storage. In that case, the General Purpose performance mode is used. The performance mode cannot be changed. Throughput mode - The destination file system
|
|
39
|
+
* Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system. For more information, see Amazon EFS replication in the Amazon EFS User Guide. The replication configuration specifies the following: Source file system - An existing EFS file system that you want replicated. The source file system cannot be a destination file system in an existing replication configuration. Destination file system configuration - The configuration of the destination file system to which the source file system will be replicated. There can only be one destination file system in a replication configuration. The destination file system configuration consists of the following properties: Amazon Web Services Region - The Amazon Web Services Region in which the destination file system is created. Amazon EFS replication is available in all Amazon Web Services Regions that Amazon EFS is available in, except Africa (Cape Town), Asia Pacific (Hong Kong), Asia Pacific (Jakarta), Europe (Milan), and Middle East (Bahrain). Availability Zone - If you want the destination file system to use EFS One Zone availability and durability, you must specify the Availability Zone to create the file system in. For more information about EFS storage classes, see Amazon EFS storage classes in the Amazon EFS User Guide. Encryption - All destination file systems are created with encryption at rest enabled. You can specify the Key Management Service (KMS) key that is used to encrypt the destination file system. If you don't specify a KMS key, your service-managed KMS key for Amazon EFS is used. After the file system is created, you cannot change the KMS key. The following properties are set by default: Performance mode - The destination file system's performance mode matches that of the source file system, unless the destination file system uses EFS One Zone storage. In that case, the General Purpose performance mode is used. The performance mode cannot be changed. Throughput mode - The destination file system's throughput mode matches that of the source file system. After the file system is created, you can modify the throughput mode. The following properties are turned off by default: Lifecycle management - EFS lifecycle management and EFS Intelligent-Tiering are not enabled on the destination file system. After the destination file system is created, you can enable EFS lifecycle management and EFS Intelligent-Tiering. Automatic backups - Automatic daily backups not enabled on the destination file system. After the file system is created, you can change this setting. For more information, see Amazon EFS replication in the Amazon EFS User Guide.
|
|
40
40
|
*/
|
|
41
41
|
createReplicationConfiguration(params: EFS.Types.CreateReplicationConfigurationRequest, callback?: (err: AWSError, data: EFS.Types.ReplicationConfigurationDescription) => void): Request<EFS.Types.ReplicationConfigurationDescription, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system. For more information, see Amazon EFS replication in the Amazon EFS User Guide. The replication configuration specifies the following: Source file system - An existing EFS file system that you want replicated. The source file system cannot be a destination file system in an existing replication configuration. Destination file system configuration - The configuration of the destination file system to which the source file system will be replicated. There can only be one destination file system in a replication configuration. The destination file system configuration consists of the following properties: Amazon Web Services Region - The Amazon Web Services Region in which the destination file system is created. Amazon EFS replication is available in all Amazon Web Services Regions that Amazon EFS is available in, except Africa (Cape Town), Asia Pacific (Hong Kong), Asia Pacific (Jakarta), Europe (Milan), and Middle East (Bahrain). Availability Zone - If you want the destination file system to use EFS One Zone availability and durability, you must specify the Availability Zone to create the file system in. For more information about EFS storage classes, see Amazon EFS storage classes in the Amazon EFS User Guide. Encryption - All destination file systems are created with encryption at rest enabled. You can specify the Key Management Service (KMS) key that is used to encrypt the destination file system. If you don't specify a KMS key, your service-managed KMS key for Amazon EFS is used. After the file system is created, you cannot change the KMS key. The following properties are set by default: Performance mode - The destination file system's performance mode matches that of the source file system, unless the destination file system uses EFS One Zone storage. In that case, the General Purpose performance mode is used. The performance mode cannot be changed. Throughput mode - The destination file system
|
|
43
|
+
* Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system. For more information, see Amazon EFS replication in the Amazon EFS User Guide. The replication configuration specifies the following: Source file system - An existing EFS file system that you want replicated. The source file system cannot be a destination file system in an existing replication configuration. Destination file system configuration - The configuration of the destination file system to which the source file system will be replicated. There can only be one destination file system in a replication configuration. The destination file system configuration consists of the following properties: Amazon Web Services Region - The Amazon Web Services Region in which the destination file system is created. Amazon EFS replication is available in all Amazon Web Services Regions that Amazon EFS is available in, except Africa (Cape Town), Asia Pacific (Hong Kong), Asia Pacific (Jakarta), Europe (Milan), and Middle East (Bahrain). Availability Zone - If you want the destination file system to use EFS One Zone availability and durability, you must specify the Availability Zone to create the file system in. For more information about EFS storage classes, see Amazon EFS storage classes in the Amazon EFS User Guide. Encryption - All destination file systems are created with encryption at rest enabled. You can specify the Key Management Service (KMS) key that is used to encrypt the destination file system. If you don't specify a KMS key, your service-managed KMS key for Amazon EFS is used. After the file system is created, you cannot change the KMS key. The following properties are set by default: Performance mode - The destination file system's performance mode matches that of the source file system, unless the destination file system uses EFS One Zone storage. In that case, the General Purpose performance mode is used. The performance mode cannot be changed. Throughput mode - The destination file system's throughput mode matches that of the source file system. After the file system is created, you can modify the throughput mode. The following properties are turned off by default: Lifecycle management - EFS lifecycle management and EFS Intelligent-Tiering are not enabled on the destination file system. After the destination file system is created, you can enable EFS lifecycle management and EFS Intelligent-Tiering. Automatic backups - Automatic daily backups not enabled on the destination file system. After the file system is created, you can change this setting. For more information, see Amazon EFS replication in the Amazon EFS User Guide.
|
|
44
44
|
*/
|
|
45
45
|
createReplicationConfiguration(callback?: (err: AWSError, data: EFS.Types.ReplicationConfigurationDescription) => void): Request<EFS.Types.ReplicationConfigurationDescription, AWSError>;
|
|
46
46
|
/**
|
|
@@ -288,7 +288,7 @@ declare namespace EFS {
|
|
|
288
288
|
*/
|
|
289
289
|
RootDirectory?: RootDirectory;
|
|
290
290
|
/**
|
|
291
|
-
*
|
|
291
|
+
* Identifies the Amazon Web Services account that owns the access point resource.
|
|
292
292
|
*/
|
|
293
293
|
OwnerId?: AwsAccountId;
|
|
294
294
|
/**
|
|
@@ -705,7 +705,7 @@ declare namespace EFS {
|
|
|
705
705
|
export type FileSystemArn = string;
|
|
706
706
|
export interface FileSystemDescription {
|
|
707
707
|
/**
|
|
708
|
-
* The Amazon Web Services account that created the file system.
|
|
708
|
+
* The Amazon Web Services account that created the file system.
|
|
709
709
|
*/
|
|
710
710
|
OwnerId: AwsAccountId;
|
|
711
711
|
/**
|
|
@@ -173,11 +173,11 @@ declare class EMR extends Service {
|
|
|
173
173
|
*/
|
|
174
174
|
getBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
|
|
175
175
|
/**
|
|
176
|
-
* Provides
|
|
176
|
+
* Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.
|
|
177
177
|
*/
|
|
178
178
|
getClusterSessionCredentials(params: EMR.Types.GetClusterSessionCredentialsInput, callback?: (err: AWSError, data: EMR.Types.GetClusterSessionCredentialsOutput) => void): Request<EMR.Types.GetClusterSessionCredentialsOutput, AWSError>;
|
|
179
179
|
/**
|
|
180
|
-
* Provides
|
|
180
|
+
* Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.
|
|
181
181
|
*/
|
|
182
182
|
getClusterSessionCredentials(callback?: (err: AWSError, data: EMR.Types.GetClusterSessionCredentialsOutput) => void): Request<EMR.Types.GetClusterSessionCredentialsOutput, AWSError>;
|
|
183
183
|
/**
|
|
@@ -1409,7 +1409,7 @@ declare namespace EMR {
|
|
|
1409
1409
|
}
|
|
1410
1410
|
export interface GetClusterSessionCredentialsOutput {
|
|
1411
1411
|
/**
|
|
1412
|
-
* The credentials that you can use to connect to cluster endpoints that support username
|
|
1412
|
+
* The credentials that you can use to connect to cluster endpoints that support username and password authentication.
|
|
1413
1413
|
*/
|
|
1414
1414
|
Credentials?: Credentials;
|
|
1415
1415
|
/**
|
|
@@ -1582,6 +1582,10 @@ declare namespace EMR {
|
|
|
1582
1582
|
* Describes the launch specification for an instance fleet.
|
|
1583
1583
|
*/
|
|
1584
1584
|
LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
|
|
1585
|
+
/**
|
|
1586
|
+
* The resize specification for the instance fleet.
|
|
1587
|
+
*/
|
|
1588
|
+
ResizeSpecifications?: InstanceFleetResizingSpecifications;
|
|
1585
1589
|
}
|
|
1586
1590
|
export interface InstanceFleetConfig {
|
|
1587
1591
|
/**
|
|
@@ -1608,6 +1612,10 @@ declare namespace EMR {
|
|
|
1608
1612
|
* The launch specification for the instance fleet.
|
|
1609
1613
|
*/
|
|
1610
1614
|
LaunchSpecifications?: InstanceFleetProvisioningSpecifications;
|
|
1615
|
+
/**
|
|
1616
|
+
* The resize specification for the instance fleet.
|
|
1617
|
+
*/
|
|
1618
|
+
ResizeSpecifications?: InstanceFleetResizingSpecifications;
|
|
1611
1619
|
}
|
|
1612
1620
|
export type InstanceFleetConfigList = InstanceFleetConfig[];
|
|
1613
1621
|
export type InstanceFleetId = string;
|
|
@@ -1625,10 +1633,14 @@ declare namespace EMR {
|
|
|
1625
1633
|
* The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.
|
|
1626
1634
|
*/
|
|
1627
1635
|
TargetSpotCapacity?: WholeNumber;
|
|
1636
|
+
/**
|
|
1637
|
+
* The resize specification for the instance fleet.
|
|
1638
|
+
*/
|
|
1639
|
+
ResizeSpecifications?: InstanceFleetResizingSpecifications;
|
|
1628
1640
|
}
|
|
1629
1641
|
export interface InstanceFleetProvisioningSpecifications {
|
|
1630
1642
|
/**
|
|
1631
|
-
* The launch specification for Spot
|
|
1643
|
+
* The launch specification for Spot instances in the fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.
|
|
1632
1644
|
*/
|
|
1633
1645
|
SpotSpecification?: SpotProvisioningSpecification;
|
|
1634
1646
|
/**
|
|
@@ -1636,6 +1648,16 @@ declare namespace EMR {
|
|
|
1636
1648
|
*/
|
|
1637
1649
|
OnDemandSpecification?: OnDemandProvisioningSpecification;
|
|
1638
1650
|
}
|
|
1651
|
+
export interface InstanceFleetResizingSpecifications {
|
|
1652
|
+
/**
|
|
1653
|
+
* The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.
|
|
1654
|
+
*/
|
|
1655
|
+
SpotResizeSpecification?: SpotResizingSpecification;
|
|
1656
|
+
/**
|
|
1657
|
+
* The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.
|
|
1658
|
+
*/
|
|
1659
|
+
OnDemandResizeSpecification?: OnDemandResizingSpecification;
|
|
1660
|
+
}
|
|
1639
1661
|
export type InstanceFleetState = "PROVISIONING"|"BOOTSTRAPPING"|"RUNNING"|"RESIZING"|"SUSPENDED"|"TERMINATING"|"TERMINATED"|string;
|
|
1640
1662
|
export interface InstanceFleetStateChangeReason {
|
|
1641
1663
|
/**
|
|
@@ -2746,6 +2768,12 @@ declare namespace EMR {
|
|
|
2746
2768
|
*/
|
|
2747
2769
|
CapacityReservationOptions?: OnDemandCapacityReservationOptions;
|
|
2748
2770
|
}
|
|
2771
|
+
export interface OnDemandResizingSpecification {
|
|
2772
|
+
/**
|
|
2773
|
+
* On-Demand resize timeout in minutes. If On-Demand Instances are not provisioned within this time, the resize workflow stops. The minimum value is 5 minutes, and the maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.
|
|
2774
|
+
*/
|
|
2775
|
+
TimeoutDurationMinutes: WholeNumber;
|
|
2776
|
+
}
|
|
2749
2777
|
export type OptionalArnType = string;
|
|
2750
2778
|
export interface PlacementGroupConfig {
|
|
2751
2779
|
/**
|
|
@@ -3206,7 +3234,7 @@ declare namespace EMR {
|
|
|
3206
3234
|
export type SpotProvisioningAllocationStrategy = "capacity-optimized"|string;
|
|
3207
3235
|
export interface SpotProvisioningSpecification {
|
|
3208
3236
|
/**
|
|
3209
|
-
* The
|
|
3237
|
+
* The Spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.
|
|
3210
3238
|
*/
|
|
3211
3239
|
TimeoutDurationMinutes: WholeNumber;
|
|
3212
3240
|
/**
|
|
@@ -3223,6 +3251,12 @@ declare namespace EMR {
|
|
|
3223
3251
|
AllocationStrategy?: SpotProvisioningAllocationStrategy;
|
|
3224
3252
|
}
|
|
3225
3253
|
export type SpotProvisioningTimeoutAction = "SWITCH_TO_ON_DEMAND"|"TERMINATE_CLUSTER"|string;
|
|
3254
|
+
export interface SpotResizingSpecification {
|
|
3255
|
+
/**
|
|
3256
|
+
* Spot resize timeout in minutes. If Spot Instances are not provisioned within this time, the resize workflow will stop provisioning of Spot instances. Minimum value is 5 minutes and maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.
|
|
3257
|
+
*/
|
|
3258
|
+
TimeoutDurationMinutes: WholeNumber;
|
|
3259
|
+
}
|
|
3226
3260
|
export interface StartNotebookExecutionInput {
|
|
3227
3261
|
/**
|
|
3228
3262
|
* The unique identifier of the EMR Notebook to use for notebook execution.
|
|
@@ -67,6 +67,14 @@ declare class FraudDetector extends Service {
|
|
|
67
67
|
* Creates a detector version. The detector version starts in a DRAFT status.
|
|
68
68
|
*/
|
|
69
69
|
createDetectorVersion(callback?: (err: AWSError, data: FraudDetector.Types.CreateDetectorVersionResult) => void): Request<FraudDetector.Types.CreateDetectorVersionResult, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Creates a list. List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
|
|
72
|
+
*/
|
|
73
|
+
createList(params: FraudDetector.Types.CreateListRequest, callback?: (err: AWSError, data: FraudDetector.Types.CreateListResult) => void): Request<FraudDetector.Types.CreateListResult, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Creates a list. List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
|
|
76
|
+
*/
|
|
77
|
+
createList(callback?: (err: AWSError, data: FraudDetector.Types.CreateListResult) => void): Request<FraudDetector.Types.CreateListResult, AWSError>;
|
|
70
78
|
/**
|
|
71
79
|
* Creates a model using the specified model type.
|
|
72
80
|
*/
|
|
@@ -179,6 +187,14 @@ declare class FraudDetector extends Service {
|
|
|
179
187
|
* Deletes a label. You cannot delete labels that are included in an event type in Amazon Fraud Detector. You cannot delete a label assigned to an event ID. You must first delete the relevant event ID. When you delete a label, Amazon Fraud Detector permanently deletes that label and the data is no longer stored in Amazon Fraud Detector.
|
|
180
188
|
*/
|
|
181
189
|
deleteLabel(callback?: (err: AWSError, data: FraudDetector.Types.DeleteLabelResult) => void): Request<FraudDetector.Types.DeleteLabelResult, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Deletes the list, provided it is not used in a rule. When you delete a list, Amazon Fraud Detector permanently deletes that list and the elements in the list.
|
|
192
|
+
*/
|
|
193
|
+
deleteList(params: FraudDetector.Types.DeleteListRequest, callback?: (err: AWSError, data: FraudDetector.Types.DeleteListResult) => void): Request<FraudDetector.Types.DeleteListResult, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Deletes the list, provided it is not used in a rule. When you delete a list, Amazon Fraud Detector permanently deletes that list and the elements in the list.
|
|
196
|
+
*/
|
|
197
|
+
deleteList(callback?: (err: AWSError, data: FraudDetector.Types.DeleteListResult) => void): Request<FraudDetector.Types.DeleteListResult, AWSError>;
|
|
182
198
|
/**
|
|
183
199
|
* Deletes a model. You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version. When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.
|
|
184
200
|
*/
|
|
@@ -335,6 +351,22 @@ declare class FraudDetector extends Service {
|
|
|
335
351
|
* Gets all labels or a specific label if name is provided. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 10 and 50. To get the next page results, provide the pagination token from the GetGetLabelsResponse as part of your request. A null pagination token fetches the records from the beginning.
|
|
336
352
|
*/
|
|
337
353
|
getLabels(callback?: (err: AWSError, data: FraudDetector.Types.GetLabelsResult) => void): Request<FraudDetector.Types.GetLabelsResult, AWSError>;
|
|
354
|
+
/**
|
|
355
|
+
* Gets all the elements in the specified list.
|
|
356
|
+
*/
|
|
357
|
+
getListElements(params: FraudDetector.Types.GetListElementsRequest, callback?: (err: AWSError, data: FraudDetector.Types.GetListElementsResult) => void): Request<FraudDetector.Types.GetListElementsResult, AWSError>;
|
|
358
|
+
/**
|
|
359
|
+
* Gets all the elements in the specified list.
|
|
360
|
+
*/
|
|
361
|
+
getListElements(callback?: (err: AWSError, data: FraudDetector.Types.GetListElementsResult) => void): Request<FraudDetector.Types.GetListElementsResult, AWSError>;
|
|
362
|
+
/**
|
|
363
|
+
* Gets the metadata of either all the lists under the account or the specified list.
|
|
364
|
+
*/
|
|
365
|
+
getListsMetadata(params: FraudDetector.Types.GetListsMetadataRequest, callback?: (err: AWSError, data: FraudDetector.Types.GetListsMetadataResult) => void): Request<FraudDetector.Types.GetListsMetadataResult, AWSError>;
|
|
366
|
+
/**
|
|
367
|
+
* Gets the metadata of either all the lists under the account or the specified list.
|
|
368
|
+
*/
|
|
369
|
+
getListsMetadata(callback?: (err: AWSError, data: FraudDetector.Types.GetListsMetadataResult) => void): Request<FraudDetector.Types.GetListsMetadataResult, AWSError>;
|
|
338
370
|
/**
|
|
339
371
|
* Gets the details of the specified model version.
|
|
340
372
|
*/
|
|
@@ -503,6 +535,14 @@ declare class FraudDetector extends Service {
|
|
|
503
535
|
* Updates the specified event with a new label.
|
|
504
536
|
*/
|
|
505
537
|
updateEventLabel(callback?: (err: AWSError, data: FraudDetector.Types.UpdateEventLabelResult) => void): Request<FraudDetector.Types.UpdateEventLabelResult, AWSError>;
|
|
538
|
+
/**
|
|
539
|
+
* Updates a list.
|
|
540
|
+
*/
|
|
541
|
+
updateList(params: FraudDetector.Types.UpdateListRequest, callback?: (err: AWSError, data: FraudDetector.Types.UpdateListResult) => void): Request<FraudDetector.Types.UpdateListResult, AWSError>;
|
|
542
|
+
/**
|
|
543
|
+
* Updates a list.
|
|
544
|
+
*/
|
|
545
|
+
updateList(callback?: (err: AWSError, data: FraudDetector.Types.UpdateListResult) => void): Request<FraudDetector.Types.UpdateListResult, AWSError>;
|
|
506
546
|
/**
|
|
507
547
|
* Updates model description.
|
|
508
548
|
*/
|
|
@@ -618,6 +658,33 @@ declare namespace FraudDetector {
|
|
|
618
658
|
*/
|
|
619
659
|
logOddsMetrics?: ListOfAggregatedLogOddsMetrics;
|
|
620
660
|
}
|
|
661
|
+
export interface AllowDenyList {
|
|
662
|
+
/**
|
|
663
|
+
* The name of the list.
|
|
664
|
+
*/
|
|
665
|
+
name: noDashIdentifier;
|
|
666
|
+
/**
|
|
667
|
+
* The description of the list.
|
|
668
|
+
*/
|
|
669
|
+
description?: description;
|
|
670
|
+
/**
|
|
671
|
+
* The variable type of the list.
|
|
672
|
+
*/
|
|
673
|
+
variableType?: variableType;
|
|
674
|
+
/**
|
|
675
|
+
* The time the list was created.
|
|
676
|
+
*/
|
|
677
|
+
createdTime?: time;
|
|
678
|
+
/**
|
|
679
|
+
* The time the list was last updated.
|
|
680
|
+
*/
|
|
681
|
+
updatedTime?: time;
|
|
682
|
+
/**
|
|
683
|
+
* The ARN of the list.
|
|
684
|
+
*/
|
|
685
|
+
arn?: fraudDetectorArn;
|
|
686
|
+
}
|
|
687
|
+
export type AllowDenyLists = AllowDenyList[];
|
|
621
688
|
export type AsyncJobStatus = "IN_PROGRESS_INITIALIZING"|"IN_PROGRESS"|"CANCEL_IN_PROGRESS"|"CANCELED"|"COMPLETE"|"FAILED"|string;
|
|
622
689
|
export interface BatchCreateVariableError {
|
|
623
690
|
/**
|
|
@@ -924,6 +991,30 @@ declare namespace FraudDetector {
|
|
|
924
991
|
*/
|
|
925
992
|
status?: DetectorVersionStatus;
|
|
926
993
|
}
|
|
994
|
+
export interface CreateListRequest {
|
|
995
|
+
/**
|
|
996
|
+
* The name of the list.
|
|
997
|
+
*/
|
|
998
|
+
name: noDashIdentifier;
|
|
999
|
+
/**
|
|
1000
|
+
* The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.
|
|
1001
|
+
*/
|
|
1002
|
+
elements?: ElementsList;
|
|
1003
|
+
/**
|
|
1004
|
+
* The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.
|
|
1005
|
+
*/
|
|
1006
|
+
variableType?: variableType;
|
|
1007
|
+
/**
|
|
1008
|
+
* The description of the list.
|
|
1009
|
+
*/
|
|
1010
|
+
description?: description;
|
|
1011
|
+
/**
|
|
1012
|
+
* A collection of the key and value pairs.
|
|
1013
|
+
*/
|
|
1014
|
+
tags?: tagList;
|
|
1015
|
+
}
|
|
1016
|
+
export interface CreateListResult {
|
|
1017
|
+
}
|
|
927
1018
|
export interface CreateModelRequest {
|
|
928
1019
|
/**
|
|
929
1020
|
* The model ID.
|
|
@@ -1178,6 +1269,14 @@ declare namespace FraudDetector {
|
|
|
1178
1269
|
}
|
|
1179
1270
|
export interface DeleteLabelResult {
|
|
1180
1271
|
}
|
|
1272
|
+
export interface DeleteListRequest {
|
|
1273
|
+
/**
|
|
1274
|
+
* The name of the list to delete.
|
|
1275
|
+
*/
|
|
1276
|
+
name: noDashIdentifier;
|
|
1277
|
+
}
|
|
1278
|
+
export interface DeleteListResult {
|
|
1279
|
+
}
|
|
1181
1280
|
export interface DeleteModelRequest {
|
|
1182
1281
|
/**
|
|
1183
1282
|
* The model ID of the model to delete.
|
|
@@ -1340,6 +1439,8 @@ declare namespace FraudDetector {
|
|
|
1340
1439
|
}
|
|
1341
1440
|
export type DetectorVersionSummaryList = DetectorVersionSummary[];
|
|
1342
1441
|
export type DetectorsMaxResults = number;
|
|
1442
|
+
export type Elements = string;
|
|
1443
|
+
export type ElementsList = Elements[];
|
|
1343
1444
|
export interface Entity {
|
|
1344
1445
|
/**
|
|
1345
1446
|
* The entity type.
|
|
@@ -2063,6 +2164,54 @@ declare namespace FraudDetector {
|
|
|
2063
2164
|
*/
|
|
2064
2165
|
nextToken?: string;
|
|
2065
2166
|
}
|
|
2167
|
+
export interface GetListElementsRequest {
|
|
2168
|
+
/**
|
|
2169
|
+
* The name of the list.
|
|
2170
|
+
*/
|
|
2171
|
+
name: noDashIdentifier;
|
|
2172
|
+
/**
|
|
2173
|
+
* The next token for the subsequent request.
|
|
2174
|
+
*/
|
|
2175
|
+
nextToken?: nextToken;
|
|
2176
|
+
/**
|
|
2177
|
+
* The maximum number of objects to return for the request.
|
|
2178
|
+
*/
|
|
2179
|
+
maxResults?: ListsElementsMaxResults;
|
|
2180
|
+
}
|
|
2181
|
+
export interface GetListElementsResult {
|
|
2182
|
+
/**
|
|
2183
|
+
* The list elements.
|
|
2184
|
+
*/
|
|
2185
|
+
elements?: ElementsList;
|
|
2186
|
+
/**
|
|
2187
|
+
* The next page token.
|
|
2188
|
+
*/
|
|
2189
|
+
nextToken?: nextToken;
|
|
2190
|
+
}
|
|
2191
|
+
export interface GetListsMetadataRequest {
|
|
2192
|
+
/**
|
|
2193
|
+
* The name of the list.
|
|
2194
|
+
*/
|
|
2195
|
+
name?: noDashIdentifier;
|
|
2196
|
+
/**
|
|
2197
|
+
* The next token for the subsequent request.
|
|
2198
|
+
*/
|
|
2199
|
+
nextToken?: nextToken;
|
|
2200
|
+
/**
|
|
2201
|
+
* The maximum number of objects to return for the request.
|
|
2202
|
+
*/
|
|
2203
|
+
maxResults?: ListsMetadataMaxResults;
|
|
2204
|
+
}
|
|
2205
|
+
export interface GetListsMetadataResult {
|
|
2206
|
+
/**
|
|
2207
|
+
* The metadata of the specified list or all lists under the account.
|
|
2208
|
+
*/
|
|
2209
|
+
lists?: AllowDenyLists;
|
|
2210
|
+
/**
|
|
2211
|
+
* The next page token.
|
|
2212
|
+
*/
|
|
2213
|
+
nextToken?: nextToken;
|
|
2214
|
+
}
|
|
2066
2215
|
export interface GetModelVersionRequest {
|
|
2067
2216
|
/**
|
|
2068
2217
|
* The model ID.
|
|
@@ -2380,6 +2529,9 @@ declare namespace FraudDetector {
|
|
|
2380
2529
|
*/
|
|
2381
2530
|
nextToken?: string;
|
|
2382
2531
|
}
|
|
2532
|
+
export type ListUpdateMode = "REPLACE"|"APPEND"|"REMOVE"|string;
|
|
2533
|
+
export type ListsElementsMaxResults = number;
|
|
2534
|
+
export type ListsMetadataMaxResults = number;
|
|
2383
2535
|
export interface LogOddsMetric {
|
|
2384
2536
|
/**
|
|
2385
2537
|
* The name of the variable.
|
|
@@ -3147,6 +3299,30 @@ declare namespace FraudDetector {
|
|
|
3147
3299
|
}
|
|
3148
3300
|
export interface UpdateEventLabelResult {
|
|
3149
3301
|
}
|
|
3302
|
+
export interface UpdateListRequest {
|
|
3303
|
+
/**
|
|
3304
|
+
* The name of the list to update.
|
|
3305
|
+
*/
|
|
3306
|
+
name: noDashIdentifier;
|
|
3307
|
+
/**
|
|
3308
|
+
* One or more list elements to add or replace. If you are providing the elements, make sure to specify the updateMode to use. If you are deleting all elements from the list, use REPLACE for the updateMode and provide an empty list (0 elements).
|
|
3309
|
+
*/
|
|
3310
|
+
elements?: ElementsList;
|
|
3311
|
+
/**
|
|
3312
|
+
* The new description.
|
|
3313
|
+
*/
|
|
3314
|
+
description?: description;
|
|
3315
|
+
/**
|
|
3316
|
+
* The update mode (type). Use APPEND if you are adding elements to the list. Use REPLACE if you replacing existing elements in the list. Use REMOVE if you are removing elements from the list.
|
|
3317
|
+
*/
|
|
3318
|
+
updateMode?: ListUpdateMode;
|
|
3319
|
+
/**
|
|
3320
|
+
* The variable type you want to assign to the list. You cannot update a variable type of a list that already has a variable type assigned to it. You can assign a variable type to a list only if the list does not already have a variable type.
|
|
3321
|
+
*/
|
|
3322
|
+
variableType?: variableType;
|
|
3323
|
+
}
|
|
3324
|
+
export interface UpdateListResult {
|
|
3325
|
+
}
|
|
3150
3326
|
export interface UpdateModelRequest {
|
|
3151
3327
|
/**
|
|
3152
3328
|
* The model ID.
|
|
@@ -3411,6 +3587,8 @@ declare namespace FraudDetector {
|
|
|
3411
3587
|
export type modelList = Model[];
|
|
3412
3588
|
export type modelVersionDetailList = ModelVersionDetail[];
|
|
3413
3589
|
export type modelsMaxPageSize = number;
|
|
3590
|
+
export type nextToken = string;
|
|
3591
|
+
export type noDashIdentifier = string;
|
|
3414
3592
|
export type ruleExpression = string;
|
|
3415
3593
|
export type s3BucketLocation = string;
|
|
3416
3594
|
export type sageMakerEndpointIdentifier = string;
|
|
@@ -3422,6 +3600,7 @@ declare namespace FraudDetector {
|
|
|
3422
3600
|
export type time = string;
|
|
3423
3601
|
export type utcTimestampISO8601 = string;
|
|
3424
3602
|
export type variableName = string;
|
|
3603
|
+
export type variableType = string;
|
|
3425
3604
|
export type variableValue = string;
|
|
3426
3605
|
export type wholeNumberVersionString = string;
|
|
3427
3606
|
/**
|
|
@@ -2803,6 +2803,7 @@ declare namespace Glue {
|
|
|
2803
2803
|
* Specifies a target that writes to a Hudi data source in Amazon S3.
|
|
2804
2804
|
*/
|
|
2805
2805
|
S3HudiDirectTarget?: S3HudiDirectTarget;
|
|
2806
|
+
DirectJDBCSource?: DirectJDBCSource;
|
|
2806
2807
|
}
|
|
2807
2808
|
export type CodeGenConfigurationNodes = {[key: string]: CodeGenConfigurationNode};
|
|
2808
2809
|
export interface CodeGenEdge {
|
|
@@ -5337,6 +5338,32 @@ declare namespace Glue {
|
|
|
5337
5338
|
export type DevEndpointList = DevEndpoint[];
|
|
5338
5339
|
export type DevEndpointNameList = NameString[];
|
|
5339
5340
|
export type DevEndpointNames = GenericString[];
|
|
5341
|
+
export interface DirectJDBCSource {
|
|
5342
|
+
/**
|
|
5343
|
+
* The name of the JDBC source connection.
|
|
5344
|
+
*/
|
|
5345
|
+
Name: NodeName;
|
|
5346
|
+
/**
|
|
5347
|
+
* The database of the JDBC source connection.
|
|
5348
|
+
*/
|
|
5349
|
+
Database: EnclosedInStringProperty;
|
|
5350
|
+
/**
|
|
5351
|
+
* The table of the JDBC source connection.
|
|
5352
|
+
*/
|
|
5353
|
+
Table: EnclosedInStringProperty;
|
|
5354
|
+
/**
|
|
5355
|
+
* The connection name of the JDBC source.
|
|
5356
|
+
*/
|
|
5357
|
+
ConnectionName: EnclosedInStringProperty;
|
|
5358
|
+
/**
|
|
5359
|
+
* The connection type of the JDBC source.
|
|
5360
|
+
*/
|
|
5361
|
+
ConnectionType: JDBCConnectionType;
|
|
5362
|
+
/**
|
|
5363
|
+
* The temp directory of the JDBC Redshift source.
|
|
5364
|
+
*/
|
|
5365
|
+
RedshiftTmpDir?: EnclosedInStringProperty;
|
|
5366
|
+
}
|
|
5340
5367
|
export interface DirectKafkaSource {
|
|
5341
5368
|
/**
|
|
5342
5369
|
* The name of the data store.
|
|
@@ -7672,6 +7699,7 @@ declare namespace Glue {
|
|
|
7672
7699
|
export type IntegerFlag = number;
|
|
7673
7700
|
export type IntegerValue = number;
|
|
7674
7701
|
export type IsVersionValid = boolean;
|
|
7702
|
+
export type JDBCConnectionType = "sqlserver"|"mysql"|"oracle"|"postgresql"|"redshift"|string;
|
|
7675
7703
|
export interface JDBCConnectorOptions {
|
|
7676
7704
|
/**
|
|
7677
7705
|
* Extra condition clause to filter data from source. For example: BillingCity='Mountain View' When using a query instead of a table name, you should validate that the query works with the specified filterPredicate.
|
|
@@ -289,6 +289,10 @@ declare namespace Grafana {
|
|
|
289
289
|
* The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.
|
|
290
290
|
*/
|
|
291
291
|
configuration?: OverridableConfigurationJson;
|
|
292
|
+
/**
|
|
293
|
+
* Configuration for network access to your workspace. When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required. If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
|
|
294
|
+
*/
|
|
295
|
+
networkAccessControl?: NetworkAccessConfiguration;
|
|
292
296
|
/**
|
|
293
297
|
* The name of an IAM role that already exists to use with Organizations to access Amazon Web Services data sources and notification channels in other accounts in an organization.
|
|
294
298
|
*/
|
|
@@ -513,6 +517,16 @@ declare namespace Grafana {
|
|
|
513
517
|
workspaces: WorkspaceList;
|
|
514
518
|
}
|
|
515
519
|
export type LoginValidityDuration = number;
|
|
520
|
+
export interface NetworkAccessConfiguration {
|
|
521
|
+
/**
|
|
522
|
+
* An array of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace. You create a prefix list using the Amazon VPC console. Prefix list IDs have the format pl-1a2b3c4d . For more information about prefix lists, see Group CIDR blocks using managed prefix listsin the Amazon Virtual Private Cloud User Guide.
|
|
523
|
+
*/
|
|
524
|
+
prefixListIds: PrefixListIds;
|
|
525
|
+
/**
|
|
526
|
+
* An array of Amazon VPC endpoint IDs for the workspace. You can create VPC endpoints to your Amazon Managed Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration is specified then only VPC endpoints specified here will be allowed to access the workspace. VPC endpoint IDs have the format vpce-1a2b3c4d . For more information about creating an interface VPC endpoint, see Interface VPC endpoints in the Amazon Managed Grafana User Guide. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.[region].grafana-workspace service endpoint). Other VPC endpoints will be ignored.
|
|
527
|
+
*/
|
|
528
|
+
vpceIds: VpceIds;
|
|
529
|
+
}
|
|
516
530
|
export type NotificationDestinationType = "SNS"|string;
|
|
517
531
|
export type NotificationDestinationsList = NotificationDestinationType[];
|
|
518
532
|
export type OrganizationRoleName = string;
|
|
@@ -532,6 +546,8 @@ declare namespace Grafana {
|
|
|
532
546
|
}
|
|
533
547
|
export type PermissionEntryList = PermissionEntry[];
|
|
534
548
|
export type PermissionType = "CUSTOMER_MANAGED"|"SERVICE_MANAGED"|string;
|
|
549
|
+
export type PrefixListId = string;
|
|
550
|
+
export type PrefixListIds = PrefixListId[];
|
|
535
551
|
export type Role = "ADMIN"|"EDITOR"|"VIEWER"|string;
|
|
536
552
|
export type RoleValue = string;
|
|
537
553
|
export type RoleValueList = RoleValue[];
|
|
@@ -700,14 +716,22 @@ declare namespace Grafana {
|
|
|
700
716
|
* Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If you specify ORGANIZATION, you must specify which organizational units the workspace can access in the workspaceOrganizationalUnits parameter.
|
|
701
717
|
*/
|
|
702
718
|
accountAccessType?: AccountAccessType;
|
|
719
|
+
/**
|
|
720
|
+
* The configuration settings for network access to your workspace. When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required. If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
|
|
721
|
+
*/
|
|
722
|
+
networkAccessControl?: NetworkAccessConfiguration;
|
|
703
723
|
/**
|
|
704
724
|
* The name of an IAM role that already exists to use to access resources through Organizations.
|
|
705
725
|
*/
|
|
706
726
|
organizationRoleName?: OrganizationRoleName;
|
|
707
727
|
/**
|
|
708
|
-
* If you specify
|
|
728
|
+
* If you specify SERVICE_MANAGED, Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels. If you specify CUSTOMER_MANAGED, you will manage those roles and permissions yourself. If you are creating this workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, you must choose CUSTOMER_MANAGED. For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels
|
|
709
729
|
*/
|
|
710
730
|
permissionType?: PermissionType;
|
|
731
|
+
/**
|
|
732
|
+
* Whether to remove the network access configuration from the workspace. Setting this to true and providing a networkAccessControl to set will return an error. If you remove this configuration by setting this to true, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
|
|
733
|
+
*/
|
|
734
|
+
removeNetworkAccessConfiguration?: Boolean;
|
|
711
735
|
/**
|
|
712
736
|
* Whether to remove the VPC configuration from the workspace. Setting this to true and providing a vpcConfiguration to set will return an error.
|
|
713
737
|
*/
|
|
@@ -769,14 +793,16 @@ declare namespace Grafana {
|
|
|
769
793
|
export type UserType = "SSO_USER"|"SSO_GROUP"|string;
|
|
770
794
|
export interface VpcConfiguration {
|
|
771
795
|
/**
|
|
772
|
-
* The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
|
|
796
|
+
* The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
|
|
773
797
|
*/
|
|
774
798
|
securityGroupIds: SecurityGroupIds;
|
|
775
799
|
/**
|
|
776
|
-
* The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
|
|
800
|
+
* The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
|
|
777
801
|
*/
|
|
778
802
|
subnetIds: SubnetIds;
|
|
779
803
|
}
|
|
804
|
+
export type VpceId = string;
|
|
805
|
+
export type VpceIds = VpceId[];
|
|
780
806
|
export interface WorkspaceDescription {
|
|
781
807
|
/**
|
|
782
808
|
* Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.
|
|
@@ -834,6 +860,10 @@ declare namespace Grafana {
|
|
|
834
860
|
* The name of the workspace.
|
|
835
861
|
*/
|
|
836
862
|
name?: WorkspaceName;
|
|
863
|
+
/**
|
|
864
|
+
* The configuration settings for network access to your workspace.
|
|
865
|
+
*/
|
|
866
|
+
networkAccessControl?: NetworkAccessConfiguration;
|
|
837
867
|
/**
|
|
838
868
|
* The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.
|
|
839
869
|
*/
|
|
@@ -847,7 +877,7 @@ declare namespace Grafana {
|
|
|
847
877
|
*/
|
|
848
878
|
organizationalUnits?: OrganizationalUnitList;
|
|
849
879
|
/**
|
|
850
|
-
* If this is
|
|
880
|
+
* If this is SERVICE_MANAGED, Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels. If this is CUSTOMER_MANAGED, you manage those roles and permissions yourself. If you are creating this workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, you must choose CUSTOMER_MANAGED. For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels
|
|
851
881
|
*/
|
|
852
882
|
permissionType?: PermissionType;
|
|
853
883
|
/**
|