@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
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 +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -35,6 +35,14 @@ declare class EFS extends Service {
|
|
|
35
35
|
* Creates a mount target for a file system. You can then mount the file system on EC2 instances by using the mount target. You can create one mount target in each Availability Zone in your VPC. All EC2 instances in a VPC within a given Availability Zone share a single mount target for a given file system. If you have multiple subnets in an Availability Zone, you create a mount target in one of the subnets. EC2 instances do not need to be in the same subnet as the mount target in order to access their file system. You can create only one mount target for an EFS file system using One Zone storage classes. You must create that mount target in the same Availability Zone in which the file system is located. Use the AvailabilityZoneName and AvailabiltyZoneId properties in the DescribeFileSystems response object to get this information. Use the subnetId associated with the file system's Availability Zone when creating the mount target. For more information, see Amazon EFS: How it Works. To create a mount target for a file system, the file system's lifecycle state must be available. For more information, see DescribeFileSystems. In the request, provide the following: The file system ID for which you are creating the mount target. A subnet ID, which determines the following: The VPC in which Amazon EFS creates the mount target The Availability Zone in which Amazon EFS creates the mount target The IP address range from which Amazon EFS selects the IP address of the mount target (if you don't specify an IP address in the request) After creating the mount target, Amazon EFS returns a response that includes, a MountTargetId and an IpAddress. You use this IP address when mounting the file system in an EC2 instance. You can also use the mount target's DNS name when mounting the file system. The EC2 instance on which you mount the file system by using the mount target can resolve the mount target's DNS name to its IP address. For more information, see How it Works: Implementation Overview. Note that you can create mount targets for a file system in only one VPC, and there can be only one mount target per Availability Zone. That is, if the file system already has one or more mount targets created for it, the subnet specified in the request to add another mount target must meet the following requirements: Must belong to the same VPC as the subnets of the existing mount targets Must not be in the same Availability Zone as any of the subnets of the existing mount targets If the request satisfies the requirements, Amazon EFS does the following: Creates a new mount target in the specified subnet. Also creates a new network interface in the subnet as follows: If the request provides an IpAddress, Amazon EFS assigns that IP address to the network interface. Otherwise, Amazon EFS assigns a free address in the subnet (in the same way that the Amazon EC2 CreateNetworkInterface call does when a request does not specify a primary private IP address). If the request provides SecurityGroups, this network interface is associated with those security groups. Otherwise, it belongs to the default security group for the subnet's VPC. Assigns the description Mount target fsmt-id for file system fs-id where fsmt-id is the mount target ID, and fs-id is the FileSystemId. Sets the requesterManaged property of the network interface to true, and the requesterId value to EFS. Each Amazon EFS mount target has one corresponding requester-managed EC2 network interface. After the network interface is created, Amazon EFS sets the NetworkInterfaceId field in the mount target's description to the network interface ID, and the IpAddress field to its address. If network interface creation fails, the entire CreateMountTarget operation fails. The CreateMountTarget call returns only after creating the network interface, but while the mount target state is still creating, you can check the mount target creation status by calling the DescribeMountTargets operation, which among other things returns the mount target state. We recommend that you create a mount target in each of the Availability Zones. There are cost considerations for using a file system in an Availability Zone through a mount target created in another Availability Zone. For more information, see Amazon EFS. In addition, by always using a mount target local to the instance's Availability Zone, you eliminate a partial failure scenario. If the Availability Zone in which your mount target is created goes down, then you can't access your file system through that mount target. This operation requires permissions for the following action on the file system: elasticfilesystem:CreateMountTarget This operation also requires permissions for the following Amazon EC2 actions: ec2:DescribeSubnets ec2:DescribeNetworkInterfaces ec2:CreateNetworkInterface
|
|
36
36
|
*/
|
|
37
37
|
createMountTarget(callback?: (err: AWSError, data: EFS.Types.MountTargetDescription) => void): Request<EFS.Types.MountTargetDescription, AWSError>;
|
|
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. 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. Amazon Web Services Region - The Amazon Web Services Region in which the destination file system is created. EFS Replication is available in all Amazon Web Services Region that Amazon EFS is available in, except the following regions: Asia Pacific (Hong Kong) Europe (Milan), Middle East (Bahrain), Africa (Cape Town), and Asia Pacific (Jakarta). Availability zone - If you want the destination file system to use 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 KMS key that is used to encrypt the destination file system. Your service-managed KMS key for Amazon EFS is used if you don't specify a KMS key. You cannot change this after the file system is created. The following properties are set by default: Performance mode - The destination file system's performance mode will match that of the source file system, unless the destination file system uses 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 use the Bursting throughput mode by default. You can modify the throughput mode once the file system is created. The following properties are turned off by default: Lifecycle management - EFS lifecycle management and intelligent tiering are not enabled on the destination file system. You can enable EFS lifecycle management and intelligent tiering after the destination file system is created. Automatic backups - Automatic daily backups not enabled on the destination file system. You can change this setting after the file system is created. For more information, see Amazon EFS replication.
|
|
40
|
+
*/
|
|
41
|
+
createReplicationConfiguration(params: EFS.Types.CreateReplicationConfigurationRequest, callback?: (err: AWSError, data: EFS.Types.ReplicationConfigurationDescription) => void): Request<EFS.Types.ReplicationConfigurationDescription, AWSError>;
|
|
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. 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. Amazon Web Services Region - The Amazon Web Services Region in which the destination file system is created. EFS Replication is available in all Amazon Web Services Region that Amazon EFS is available in, except the following regions: Asia Pacific (Hong Kong) Europe (Milan), Middle East (Bahrain), Africa (Cape Town), and Asia Pacific (Jakarta). Availability zone - If you want the destination file system to use 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 KMS key that is used to encrypt the destination file system. Your service-managed KMS key for Amazon EFS is used if you don't specify a KMS key. You cannot change this after the file system is created. The following properties are set by default: Performance mode - The destination file system's performance mode will match that of the source file system, unless the destination file system uses 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 use the Bursting throughput mode by default. You can modify the throughput mode once the file system is created. The following properties are turned off by default: Lifecycle management - EFS lifecycle management and intelligent tiering are not enabled on the destination file system. You can enable EFS lifecycle management and intelligent tiering after the destination file system is created. Automatic backups - Automatic daily backups not enabled on the destination file system. You can change this setting after the file system is created. For more information, see Amazon EFS replication.
|
|
44
|
+
*/
|
|
45
|
+
createReplicationConfiguration(callback?: (err: AWSError, data: EFS.Types.ReplicationConfigurationDescription) => void): Request<EFS.Types.ReplicationConfigurationDescription, AWSError>;
|
|
38
46
|
/**
|
|
39
47
|
* DEPRECATED - CreateTags is deprecated and not maintained. Please use the API action to create tags for EFS resources. Creates or overwrites tags associated with a file system. Each tag is a key-value pair. If a tag key specified in the request already exists on the file system, this operation overwrites its value with the value provided in the request. If you add the Name tag to your file system, Amazon EFS returns it in the response to the DescribeFileSystems operation. This operation requires permission for the elasticfilesystem:CreateTags action.
|
|
40
48
|
*/
|
|
@@ -75,6 +83,14 @@ declare class EFS extends Service {
|
|
|
75
83
|
* Deletes the specified mount target. This operation forcibly breaks any mounts of the file system by using the mount target that is being deleted, which might disrupt instances or applications using those mounts. To avoid applications getting cut off abruptly, you might consider unmounting any mounts of the mount target, if feasible. The operation also deletes the associated network interface. Uncommitted writes might be lost, but breaking a mount target using this operation does not corrupt the file system itself. The file system you created remains. You can mount an EC2 instance in your VPC by using another mount target. This operation requires permissions for the following action on the file system: elasticfilesystem:DeleteMountTarget The DeleteMountTarget call returns while the mount target state is still deleting. You can check the mount target deletion by calling the DescribeMountTargets operation, which returns a list of mount target descriptions for the given file system. The operation also requires permissions for the following Amazon EC2 action on the mount target's network interface: ec2:DeleteNetworkInterface
|
|
76
84
|
*/
|
|
77
85
|
deleteMountTarget(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Deletes an existing replication configuration. To delete a replication configuration, you must make the request from the Amazon Web Services Region in which the destination file system is located. Deleting a replication configuration ends the replication process. You can write to the destination file system once it's status becomes Writeable.
|
|
88
|
+
*/
|
|
89
|
+
deleteReplicationConfiguration(params: EFS.Types.DeleteReplicationConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Deletes an existing replication configuration. To delete a replication configuration, you must make the request from the Amazon Web Services Region in which the destination file system is located. Deleting a replication configuration ends the replication process. You can write to the destination file system once it's status becomes Writeable.
|
|
92
|
+
*/
|
|
93
|
+
deleteReplicationConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
78
94
|
/**
|
|
79
95
|
* DEPRECATED - DeleteTags is deprecated and not maintained. Please use the API action to remove tags from EFS resources. Deletes the specified tags from a file system. If the DeleteTags request includes a tag key that doesn't exist, Amazon EFS ignores it and doesn't cause an error. For more information about tags and related restrictions, see Tag restrictions in the Billing and Cost Management User Guide. This operation requires permissions for the elasticfilesystem:DeleteTags action.
|
|
80
96
|
*/
|
|
@@ -147,6 +163,14 @@ declare class EFS extends Service {
|
|
|
147
163
|
* Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified. This operation requires permissions for the elasticfilesystem:DescribeMountTargets action, on either the file system ID that you specify in FileSystemId, or on the file system of the mount target that you specify in MountTargetId.
|
|
148
164
|
*/
|
|
149
165
|
describeMountTargets(callback?: (err: AWSError, data: EFS.Types.DescribeMountTargetsResponse) => void): Request<EFS.Types.DescribeMountTargetsResponse, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Retrieves the replication configurations for either a specific file system, or all configurations for the Amazon Web Services account in an Amazon Web Services Region if a file system is not specified.
|
|
168
|
+
*/
|
|
169
|
+
describeReplicationConfigurations(params: EFS.Types.DescribeReplicationConfigurationsRequest, callback?: (err: AWSError, data: EFS.Types.DescribeReplicationConfigurationsResponse) => void): Request<EFS.Types.DescribeReplicationConfigurationsResponse, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Retrieves the replication configurations for either a specific file system, or all configurations for the Amazon Web Services account in an Amazon Web Services Region if a file system is not specified.
|
|
172
|
+
*/
|
|
173
|
+
describeReplicationConfigurations(callback?: (err: AWSError, data: EFS.Types.DescribeReplicationConfigurationsResponse) => void): Request<EFS.Types.DescribeReplicationConfigurationsResponse, AWSError>;
|
|
150
174
|
/**
|
|
151
175
|
* DEPRECATED - The DeleteTags action is deprecated and not maintained. Please use the API action to remove tags from EFS resources. Returns the tags associated with a file system. The order of tags returned in the response of one DescribeTags call and the order of tags returned across the responses of a multiple-call iteration (when using pagination) is unspecified. This operation requires permissions for the elasticfilesystem:DescribeTags action.
|
|
152
176
|
*/
|
|
@@ -324,11 +348,11 @@ declare namespace EFS {
|
|
|
324
348
|
*/
|
|
325
349
|
PerformanceMode?: PerformanceMode;
|
|
326
350
|
/**
|
|
327
|
-
* A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying
|
|
351
|
+
* A Boolean value that, if true, creates an encrypted file system. When creating an encrypted file system, you have the option of specifying an existing Key Management Service key (KMS key). If you don't specify a KMS key, then the default KMS key for Amazon EFS, /aws/elasticfilesystem, is used to protect the encrypted file system.
|
|
328
352
|
*/
|
|
329
353
|
Encrypted?: Encrypted;
|
|
330
354
|
/**
|
|
331
|
-
* The ID of the KMS
|
|
355
|
+
* The ID of the KMS key that you want to use to protect the encrypted file system. This parameter is only required if you want to use a non-default KMS key. If this parameter is not specified, the default KMS key for Amazon EFS is used. You can specify a KMS key ID using the following formats: Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. Key alias - A previously created display name for a key, for example alias/projectKey1. Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1. If you use KmsKeyId, you must set the CreateFileSystemRequest$Encrypted parameter to true. EFS accepts only symmetric KMS keys. You cannot use asymmetric KMS keys with Amazon EFS file systems.
|
|
332
356
|
*/
|
|
333
357
|
KmsKeyId?: KmsKeyId;
|
|
334
358
|
/**
|
|
@@ -344,7 +368,7 @@ declare namespace EFS {
|
|
|
344
368
|
*/
|
|
345
369
|
AvailabilityZoneName?: AvailabilityZoneName;
|
|
346
370
|
/**
|
|
347
|
-
* Specifies whether automatic backups are enabled on the file system that you are creating. Set the value to true to enable automatic backups. If you are creating a file system that uses One Zone storage classes, automatic backups are enabled by default. For more information, see Automatic backups in the Amazon EFS User Guide. Default is false. However, if you specify an AvailabilityZoneName, the default is true. Backup is not available in all Amazon Web Services
|
|
371
|
+
* Specifies whether automatic backups are enabled on the file system that you are creating. Set the value to true to enable automatic backups. If you are creating a file system that uses One Zone storage classes, automatic backups are enabled by default. For more information, see Automatic backups in the Amazon EFS User Guide. Default is false. However, if you specify an AvailabilityZoneName, the default is true. Backup is not available in all Amazon Web Services Regions where Amazon EFS is available.
|
|
348
372
|
*/
|
|
349
373
|
Backup?: Backup;
|
|
350
374
|
/**
|
|
@@ -370,6 +394,16 @@ declare namespace EFS {
|
|
|
370
394
|
*/
|
|
371
395
|
SecurityGroups?: SecurityGroups;
|
|
372
396
|
}
|
|
397
|
+
export interface CreateReplicationConfigurationRequest {
|
|
398
|
+
/**
|
|
399
|
+
* Specifies the Amazon EFS file system that you want to replicate. This file system cannot already be a source or destination file system in another replication configuration.
|
|
400
|
+
*/
|
|
401
|
+
SourceFileSystemId: FileSystemId;
|
|
402
|
+
/**
|
|
403
|
+
* An array of destination configuration objects. Only one destination configuration object is supported.
|
|
404
|
+
*/
|
|
405
|
+
Destinations: DestinationsToCreate;
|
|
406
|
+
}
|
|
373
407
|
export interface CreateTagsRequest {
|
|
374
408
|
/**
|
|
375
409
|
* The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.
|
|
@@ -419,6 +453,12 @@ declare namespace EFS {
|
|
|
419
453
|
*/
|
|
420
454
|
MountTargetId: MountTargetId;
|
|
421
455
|
}
|
|
456
|
+
export interface DeleteReplicationConfigurationRequest {
|
|
457
|
+
/**
|
|
458
|
+
* The ID of the source file system in the replication configuration.
|
|
459
|
+
*/
|
|
460
|
+
SourceFileSystemId: FileSystemId;
|
|
461
|
+
}
|
|
422
462
|
export interface DeleteTagsRequest {
|
|
423
463
|
/**
|
|
424
464
|
* The ID of the file system whose tags you want to delete (String).
|
|
@@ -575,6 +615,30 @@ declare namespace EFS {
|
|
|
575
615
|
*/
|
|
576
616
|
NextMarker?: Marker;
|
|
577
617
|
}
|
|
618
|
+
export interface DescribeReplicationConfigurationsRequest {
|
|
619
|
+
/**
|
|
620
|
+
* You can retrieve replication configurations for a specific file system by providing a file system ID.
|
|
621
|
+
*/
|
|
622
|
+
FileSystemId?: FileSystemId;
|
|
623
|
+
/**
|
|
624
|
+
* NextToken is present if the response is paginated. You can use NextMarker in a subsequent request to fetch the next page of output.
|
|
625
|
+
*/
|
|
626
|
+
NextToken?: Token;
|
|
627
|
+
/**
|
|
628
|
+
* (Optional) You can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
|
|
629
|
+
*/
|
|
630
|
+
MaxResults?: MaxResults;
|
|
631
|
+
}
|
|
632
|
+
export interface DescribeReplicationConfigurationsResponse {
|
|
633
|
+
/**
|
|
634
|
+
* The collection of replication configurations returned.
|
|
635
|
+
*/
|
|
636
|
+
Replications?: ReplicationConfigurationDescriptions;
|
|
637
|
+
/**
|
|
638
|
+
* You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.
|
|
639
|
+
*/
|
|
640
|
+
NextToken?: Token;
|
|
641
|
+
}
|
|
578
642
|
export interface DescribeTagsRequest {
|
|
579
643
|
/**
|
|
580
644
|
* (Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
|
|
@@ -603,6 +667,40 @@ declare namespace EFS {
|
|
|
603
667
|
*/
|
|
604
668
|
NextMarker?: Marker;
|
|
605
669
|
}
|
|
670
|
+
export interface Destination {
|
|
671
|
+
/**
|
|
672
|
+
* Describes the status of the destination Amazon EFS file system.
|
|
673
|
+
*/
|
|
674
|
+
Status: ReplicationStatus;
|
|
675
|
+
/**
|
|
676
|
+
* The ID of the destination Amazon EFS file system.
|
|
677
|
+
*/
|
|
678
|
+
FileSystemId: FileSystemId;
|
|
679
|
+
/**
|
|
680
|
+
* The Amazon Web Services Region in which the destination file system is located.
|
|
681
|
+
*/
|
|
682
|
+
Region: RegionName;
|
|
683
|
+
/**
|
|
684
|
+
* The time when the most recent sync successfully completed on the destination file system. Any changes to data on the source file system that occurred prior to this time were successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.
|
|
685
|
+
*/
|
|
686
|
+
LastReplicatedTimestamp?: Timestamp;
|
|
687
|
+
}
|
|
688
|
+
export interface DestinationToCreate {
|
|
689
|
+
/**
|
|
690
|
+
* To create a file system that uses regional storage, specify the Amazon Web Services Region in which to create the destination file system.
|
|
691
|
+
*/
|
|
692
|
+
Region?: RegionName;
|
|
693
|
+
/**
|
|
694
|
+
* To create a file system that uses One Zone storage, specify the name of the Availability Zone in which to create the destination file system.
|
|
695
|
+
*/
|
|
696
|
+
AvailabilityZoneName?: AvailabilityZoneName;
|
|
697
|
+
/**
|
|
698
|
+
* Specifies the KMS key you want to use to encrypt the destination file system. If you do not specify a KMS key, EFS uses your default KMS key for Amazon EFS, /aws/elasticfilesystem. This ID can be in one of the following formats: Key ID - A unique identifier of the key, for example 1234abcd-12ab-34cd-56ef-1234567890ab. ARN - An Amazon Resource Name (ARN) for the key, for example arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. Key alias - A previously created display name for a key, for example alias/projectKey1. Key alias ARN - An ARN for a key alias, for example arn:aws:kms:us-west-2:444455556666:alias/projectKey1.
|
|
699
|
+
*/
|
|
700
|
+
KmsKeyId?: KmsKeyId;
|
|
701
|
+
}
|
|
702
|
+
export type Destinations = Destination[];
|
|
703
|
+
export type DestinationsToCreate = DestinationToCreate[];
|
|
606
704
|
export type Encrypted = boolean;
|
|
607
705
|
export type FileSystemArn = string;
|
|
608
706
|
export interface FileSystemDescription {
|
|
@@ -651,7 +749,7 @@ declare namespace EFS {
|
|
|
651
749
|
*/
|
|
652
750
|
Encrypted?: Encrypted;
|
|
653
751
|
/**
|
|
654
|
-
* The ID of an
|
|
752
|
+
* The ID of an KMS key used to protect the encrypted file system.
|
|
655
753
|
*/
|
|
656
754
|
KmsKeyId?: KmsKeyId;
|
|
657
755
|
/**
|
|
@@ -876,6 +974,35 @@ declare namespace EFS {
|
|
|
876
974
|
*/
|
|
877
975
|
LifecyclePolicies: LifecyclePolicies;
|
|
878
976
|
}
|
|
977
|
+
export type RegionName = string;
|
|
978
|
+
export interface ReplicationConfigurationDescription {
|
|
979
|
+
/**
|
|
980
|
+
* The ID of the source Amazon EFS file system that is being replicated.
|
|
981
|
+
*/
|
|
982
|
+
SourceFileSystemId: FileSystemId;
|
|
983
|
+
/**
|
|
984
|
+
* The Amazon Web Services Region in which the source Amazon EFS file system is located.
|
|
985
|
+
*/
|
|
986
|
+
SourceFileSystemRegion: RegionName;
|
|
987
|
+
/**
|
|
988
|
+
* The ARN of the current source file system in the replication configuration.
|
|
989
|
+
*/
|
|
990
|
+
SourceFileSystemArn: FileSystemArn;
|
|
991
|
+
/**
|
|
992
|
+
* The Amazon Resource Name (ARN) of the original source Amazon EFS file system in the replication configuration.
|
|
993
|
+
*/
|
|
994
|
+
OriginalSourceFileSystemArn: FileSystemArn;
|
|
995
|
+
/**
|
|
996
|
+
* Describes when the replication configuration was created.
|
|
997
|
+
*/
|
|
998
|
+
CreationTime: Timestamp;
|
|
999
|
+
/**
|
|
1000
|
+
* Array of destination objects. Only one destination object is supported.
|
|
1001
|
+
*/
|
|
1002
|
+
Destinations: Destinations;
|
|
1003
|
+
}
|
|
1004
|
+
export type ReplicationConfigurationDescriptions = ReplicationConfigurationDescription[];
|
|
1005
|
+
export type ReplicationStatus = "ENABLED"|"ENABLING"|"DELETING"|"ERROR"|string;
|
|
879
1006
|
export type Resource = "FILE_SYSTEM"|"MOUNT_TARGET"|string;
|
|
880
1007
|
export type ResourceId = string;
|
|
881
1008
|
export interface ResourceIdPreference {
|
|
@@ -948,7 +948,7 @@ declare namespace ElastiCache {
|
|
|
948
948
|
*/
|
|
949
949
|
CacheParameterGroupName?: String;
|
|
950
950
|
/**
|
|
951
|
-
* The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.
|
|
951
|
+
* The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x |
|
|
952
952
|
*/
|
|
953
953
|
CacheParameterGroupFamily?: String;
|
|
954
954
|
/**
|
|
@@ -1217,7 +1217,7 @@ declare namespace ElastiCache {
|
|
|
1217
1217
|
*/
|
|
1218
1218
|
SnapshotName?: String;
|
|
1219
1219
|
/**
|
|
1220
|
-
* Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
|
|
1220
|
+
* Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
|
|
1221
1221
|
*/
|
|
1222
1222
|
PreferredMaintenanceWindow?: String;
|
|
1223
1223
|
/**
|
|
@@ -1270,7 +1270,7 @@ declare namespace ElastiCache {
|
|
|
1270
1270
|
*/
|
|
1271
1271
|
CacheParameterGroupName: String;
|
|
1272
1272
|
/**
|
|
1273
|
-
* The name of the cache parameter group family that the cache parameter group can be used with. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.
|
|
1273
|
+
* The name of the cache parameter group family that the cache parameter group can be used with. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x
|
|
1274
1274
|
*/
|
|
1275
1275
|
CacheParameterGroupFamily: String;
|
|
1276
1276
|
/**
|
|
@@ -29,11 +29,11 @@ declare class EMR extends Service {
|
|
|
29
29
|
*/
|
|
30
30
|
addInstanceGroups(callback?: (err: AWSError, data: EMR.Types.AddInstanceGroupsOutput) => void): Request<EMR.Types.AddInstanceGroupsOutput, AWSError>;
|
|
31
31
|
/**
|
|
32
|
-
* AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING.
|
|
32
|
+
* AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. The string values passed into HadoopJarStep object cannot exceed a total of 10240 characters.
|
|
33
33
|
*/
|
|
34
34
|
addJobFlowSteps(params: EMR.Types.AddJobFlowStepsInput, callback?: (err: AWSError, data: EMR.Types.AddJobFlowStepsOutput) => void): Request<EMR.Types.AddJobFlowStepsOutput, AWSError>;
|
|
35
35
|
/**
|
|
36
|
-
* AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING.
|
|
36
|
+
* AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING. The string values passed into HadoopJarStep object cannot exceed a total of 10240 characters.
|
|
37
37
|
*/
|
|
38
38
|
addJobFlowSteps(callback?: (err: AWSError, data: EMR.Types.AddJobFlowStepsOutput) => void): Request<EMR.Types.AddJobFlowStepsOutput, AWSError>;
|
|
39
39
|
/**
|
|
@@ -309,11 +309,11 @@ declare class EMR extends Service {
|
|
|
309
309
|
*/
|
|
310
310
|
putAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoScalingPolicyOutput) => void): Request<EMR.Types.PutAutoScalingPolicyOutput, AWSError>;
|
|
311
311
|
/**
|
|
312
|
-
* Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
|
312
|
+
* Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and later. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
|
313
313
|
*/
|
|
314
314
|
putAutoTerminationPolicy(params: EMR.Types.PutAutoTerminationPolicyInput, callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
|
|
315
315
|
/**
|
|
316
|
-
* Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
|
316
|
+
* Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and later. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
|
317
317
|
*/
|
|
318
318
|
putAutoTerminationPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
|
|
319
319
|
/**
|
|
@@ -381,11 +381,11 @@ declare class EMR extends Service {
|
|
|
381
381
|
*/
|
|
382
382
|
setTerminationProtection(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
383
383
|
/**
|
|
384
|
-
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
384
|
+
* The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be visible to all users in your account. To restrict cluster access using an IAM policy, see Identity and Access Management for EMR. Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
385
385
|
*/
|
|
386
386
|
setVisibleToAllUsers(params: EMR.Types.SetVisibleToAllUsersInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
387
387
|
/**
|
|
388
|
-
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
388
|
+
* The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be visible to all users in your account. To restrict cluster access using an IAM policy, see Identity and Access Management for EMR. Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
389
389
|
*/
|
|
390
390
|
setVisibleToAllUsers(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
391
391
|
/**
|
|
@@ -769,7 +769,7 @@ declare namespace EMR {
|
|
|
769
769
|
*/
|
|
770
770
|
TerminationProtected?: Boolean;
|
|
771
771
|
/**
|
|
772
|
-
* Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console.
|
|
772
|
+
* Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console.
|
|
773
773
|
*/
|
|
774
774
|
VisibleToAllUsers?: Boolean;
|
|
775
775
|
/**
|
|
@@ -1782,7 +1782,7 @@ declare namespace EMR {
|
|
|
1782
1782
|
*/
|
|
1783
1783
|
InstanceRunningCount: Integer;
|
|
1784
1784
|
/**
|
|
1785
|
-
* State of instance group. The following values are
|
|
1785
|
+
* State of instance group. The following values are no longer supported: STARTING, TERMINATED, and FAILED.
|
|
1786
1786
|
*/
|
|
1787
1787
|
State: InstanceGroupState;
|
|
1788
1788
|
/**
|
|
@@ -2047,7 +2047,7 @@ declare namespace EMR {
|
|
|
2047
2047
|
*/
|
|
2048
2048
|
SupportedProducts?: SupportedProductsList;
|
|
2049
2049
|
/**
|
|
2050
|
-
* Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console.
|
|
2050
|
+
* Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console.
|
|
2051
2051
|
*/
|
|
2052
2052
|
VisibleToAllUsers?: Boolean;
|
|
2053
2053
|
/**
|
|
@@ -2886,7 +2886,7 @@ declare namespace EMR {
|
|
|
2886
2886
|
*/
|
|
2887
2887
|
NewSupportedProducts?: NewSupportedProductsList;
|
|
2888
2888
|
/**
|
|
2889
|
-
* Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the Amazon
|
|
2889
|
+
* Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the Amazon EMRRelease Guide.
|
|
2890
2890
|
*/
|
|
2891
2891
|
Applications?: ApplicationList;
|
|
2892
2892
|
/**
|
|
@@ -2894,7 +2894,7 @@ declare namespace EMR {
|
|
|
2894
2894
|
*/
|
|
2895
2895
|
Configurations?: ConfigurationList;
|
|
2896
2896
|
/**
|
|
2897
|
-
* Set this value to true so that IAM principals in the Amazon Web Services account associated with the cluster can perform EMR actions on the cluster that their IAM policies allow. This value defaults to true for clusters created using the EMR API or the CLI create-cluster command. When set to false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions for the cluster, regardless of the IAM permissions policies attached to other IAM principals. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
2897
|
+
* The VisibleToAllUsers parameter is no longer supported. By default, the value is set to true. Setting it to false now has no effect. Set this value to true so that IAM principals in the Amazon Web Services account associated with the cluster can perform EMR actions on the cluster that their IAM policies allow. This value defaults to true for clusters created using the EMR API or the CLI create-cluster command. When set to false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions for the cluster, regardless of the IAM permissions policies attached to other IAM principals. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
2898
2898
|
*/
|
|
2899
2899
|
VisibleToAllUsers?: Boolean;
|
|
2900
2900
|
/**
|
|
@@ -3152,7 +3152,7 @@ declare namespace EMR {
|
|
|
3152
3152
|
*/
|
|
3153
3153
|
TimeoutAction: SpotProvisioningTimeoutAction;
|
|
3154
3154
|
/**
|
|
3155
|
-
* The defined duration for Spot Instances (also known as Spot blocks) in minutes. When specified, the Spot Instance does not terminate before the defined duration expires, and defined duration pricing for Spot Instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot Instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.
|
|
3155
|
+
* The defined duration for Spot Instances (also known as Spot blocks) in minutes. When specified, the Spot Instance does not terminate before the defined duration expires, and defined duration pricing for Spot Instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot Instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates. Spot Instances with a defined duration (also known as Spot blocks) are no longer available to new customers from July 1, 2021. For customers who have previously used the feature, we will continue to support Spot Instances with a defined duration until December 31, 2022.
|
|
3156
3156
|
*/
|
|
3157
3157
|
BlockDurationMinutes?: WholeNumber;
|
|
3158
3158
|
/**
|
|
@@ -3468,7 +3468,7 @@ declare namespace EMR {
|
|
|
3468
3468
|
export type SupportedProductsList = XmlStringMaxLen256[];
|
|
3469
3469
|
export interface Tag {
|
|
3470
3470
|
/**
|
|
3471
|
-
* A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag
|
|
3471
|
+
* A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag.
|
|
3472
3472
|
*/
|
|
3473
3473
|
Key?: String;
|
|
3474
3474
|
/**
|
|
@@ -3530,7 +3530,7 @@ declare namespace EMR {
|
|
|
3530
3530
|
}
|
|
3531
3531
|
export interface VolumeSpecification {
|
|
3532
3532
|
/**
|
|
3533
|
-
* The volume type. Volume types supported are gp2, io1, standard.
|
|
3533
|
+
* The volume type. Volume types supported are gp2, io1, and standard.
|
|
3534
3534
|
*/
|
|
3535
3535
|
VolumeType: String;
|
|
3536
3536
|
/**
|
|
@@ -111,6 +111,14 @@ declare class ES extends Service {
|
|
|
111
111
|
* Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
|
|
112
112
|
*/
|
|
113
113
|
describeDomainAutoTunes(callback?: (err: AWSError, data: ES.Types.DescribeDomainAutoTunesResponse) => void): Request<ES.Types.DescribeDomainAutoTunesResponse, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
* Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
|
|
116
|
+
*/
|
|
117
|
+
describeDomainChangeProgress(params: ES.Types.DescribeDomainChangeProgressRequest, callback?: (err: AWSError, data: ES.Types.DescribeDomainChangeProgressResponse) => void): Request<ES.Types.DescribeDomainChangeProgressResponse, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
* Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
|
|
120
|
+
*/
|
|
121
|
+
describeDomainChangeProgress(callback?: (err: AWSError, data: ES.Types.DescribeDomainChangeProgressResponse) => void): Request<ES.Types.DescribeDomainChangeProgressResponse, AWSError>;
|
|
114
122
|
/**
|
|
115
123
|
* Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
|
|
116
124
|
*/
|
|
@@ -571,6 +579,67 @@ declare namespace ES {
|
|
|
571
579
|
*/
|
|
572
580
|
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
573
581
|
}
|
|
582
|
+
export interface ChangeProgressDetails {
|
|
583
|
+
/**
|
|
584
|
+
* The unique change identifier associated with a specific domain configuration change.
|
|
585
|
+
*/
|
|
586
|
+
ChangeId?: GUID;
|
|
587
|
+
/**
|
|
588
|
+
* Contains an optional message associated with the domain configuration change.
|
|
589
|
+
*/
|
|
590
|
+
Message?: Message;
|
|
591
|
+
}
|
|
592
|
+
export interface ChangeProgressStage {
|
|
593
|
+
/**
|
|
594
|
+
* The name of the specific progress stage.
|
|
595
|
+
*/
|
|
596
|
+
Name?: ChangeProgressStageName;
|
|
597
|
+
/**
|
|
598
|
+
* The overall status of a specific progress stage.
|
|
599
|
+
*/
|
|
600
|
+
Status?: ChangeProgressStageStatus;
|
|
601
|
+
/**
|
|
602
|
+
* The description of the progress stage.
|
|
603
|
+
*/
|
|
604
|
+
Description?: Description;
|
|
605
|
+
/**
|
|
606
|
+
* The last updated timestamp of the progress stage.
|
|
607
|
+
*/
|
|
608
|
+
LastUpdated?: LastUpdated;
|
|
609
|
+
}
|
|
610
|
+
export type ChangeProgressStageList = ChangeProgressStage[];
|
|
611
|
+
export type ChangeProgressStageName = string;
|
|
612
|
+
export type ChangeProgressStageStatus = string;
|
|
613
|
+
export interface ChangeProgressStatusDetails {
|
|
614
|
+
/**
|
|
615
|
+
* The unique change identifier associated with a specific domain configuration change.
|
|
616
|
+
*/
|
|
617
|
+
ChangeId?: GUID;
|
|
618
|
+
/**
|
|
619
|
+
* The time at which the configuration change is made on the domain.
|
|
620
|
+
*/
|
|
621
|
+
StartTime?: UpdateTimestamp;
|
|
622
|
+
/**
|
|
623
|
+
* The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED
|
|
624
|
+
*/
|
|
625
|
+
Status?: OverallChangeStatus;
|
|
626
|
+
/**
|
|
627
|
+
* The list of properties involved in the domain configuration change that are still in pending.
|
|
628
|
+
*/
|
|
629
|
+
PendingProperties?: StringList;
|
|
630
|
+
/**
|
|
631
|
+
* The list of properties involved in the domain configuration change that are completed.
|
|
632
|
+
*/
|
|
633
|
+
CompletedProperties?: StringList;
|
|
634
|
+
/**
|
|
635
|
+
* The total number of stages required for the configuration change.
|
|
636
|
+
*/
|
|
637
|
+
TotalNumberOfStages?: TotalNumberOfStages;
|
|
638
|
+
/**
|
|
639
|
+
* The specific stages that the domain is going through to perform the configuration change.
|
|
640
|
+
*/
|
|
641
|
+
ChangeProgressStages?: ChangeProgressStageList;
|
|
642
|
+
}
|
|
574
643
|
export type CloudWatchLogsLogGroupArn = string;
|
|
575
644
|
export interface CognitoOptions {
|
|
576
645
|
/**
|
|
@@ -826,6 +895,22 @@ declare namespace ES {
|
|
|
826
895
|
*/
|
|
827
896
|
NextToken?: NextToken;
|
|
828
897
|
}
|
|
898
|
+
export interface DescribeDomainChangeProgressRequest {
|
|
899
|
+
/**
|
|
900
|
+
* The domain you want to get the progress information about.
|
|
901
|
+
*/
|
|
902
|
+
DomainName: DomainName;
|
|
903
|
+
/**
|
|
904
|
+
* The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.
|
|
905
|
+
*/
|
|
906
|
+
ChangeId?: GUID;
|
|
907
|
+
}
|
|
908
|
+
export interface DescribeDomainChangeProgressResponse {
|
|
909
|
+
/**
|
|
910
|
+
* Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request.
|
|
911
|
+
*/
|
|
912
|
+
ChangeProgressStatus?: ChangeProgressStatusDetails;
|
|
913
|
+
}
|
|
829
914
|
export interface DescribeElasticsearchDomainConfigRequest {
|
|
830
915
|
/**
|
|
831
916
|
* The Elasticsearch domain that you want to get information about.
|
|
@@ -1010,6 +1095,7 @@ declare namespace ES {
|
|
|
1010
1095
|
*/
|
|
1011
1096
|
ReservedElasticsearchInstances?: ReservedElasticsearchInstanceList;
|
|
1012
1097
|
}
|
|
1098
|
+
export type Description = string;
|
|
1013
1099
|
export type DisableTimestamp = Date;
|
|
1014
1100
|
export interface DissociatePackageRequest {
|
|
1015
1101
|
/**
|
|
@@ -1282,6 +1368,10 @@ declare namespace ES {
|
|
|
1282
1368
|
* Specifies AutoTuneOptions for the domain.
|
|
1283
1369
|
*/
|
|
1284
1370
|
AutoTuneOptions?: AutoTuneOptionsStatus;
|
|
1371
|
+
/**
|
|
1372
|
+
* Specifies change details of the domain configuration change.
|
|
1373
|
+
*/
|
|
1374
|
+
ChangeProgressDetails?: ChangeProgressDetails;
|
|
1285
1375
|
}
|
|
1286
1376
|
export interface ElasticsearchDomainStatus {
|
|
1287
1377
|
/**
|
|
@@ -1377,6 +1467,10 @@ declare namespace ES {
|
|
|
1377
1467
|
* The current status of the Elasticsearch domain's Auto-Tune options.
|
|
1378
1468
|
*/
|
|
1379
1469
|
AutoTuneOptions?: AutoTuneOptionsOutput;
|
|
1470
|
+
/**
|
|
1471
|
+
* Specifies change details of the domain configuration change.
|
|
1472
|
+
*/
|
|
1473
|
+
ChangeProgressDetails?: ChangeProgressDetails;
|
|
1380
1474
|
}
|
|
1381
1475
|
export type ElasticsearchDomainStatusList = ElasticsearchDomainStatus[];
|
|
1382
1476
|
export type ElasticsearchInstanceTypeList = ESPartitionInstanceType[];
|
|
@@ -1776,6 +1870,7 @@ declare namespace ES {
|
|
|
1776
1870
|
}
|
|
1777
1871
|
export type OutboundCrossClusterSearchConnectionStatusCode = "PENDING_ACCEPTANCE"|"VALIDATING"|"VALIDATION_FAILED"|"PROVISIONING"|"ACTIVE"|"REJECTED"|"DELETING"|"DELETED"|string;
|
|
1778
1872
|
export type OutboundCrossClusterSearchConnections = OutboundCrossClusterSearchConnection[];
|
|
1873
|
+
export type OverallChangeStatus = "PENDING"|"PROCESSING"|"COMPLETED"|"FAILED"|string;
|
|
1779
1874
|
export type OwnerId = string;
|
|
1780
1875
|
export type PackageDescription = string;
|
|
1781
1876
|
export interface PackageDetails {
|
|
@@ -2187,6 +2282,7 @@ declare namespace ES {
|
|
|
2187
2282
|
export type TagList = Tag[];
|
|
2188
2283
|
export type TagValue = string;
|
|
2189
2284
|
export type TimeUnit = "HOURS"|string;
|
|
2285
|
+
export type TotalNumberOfStages = number;
|
|
2190
2286
|
export type UIntValue = number;
|
|
2191
2287
|
export interface UpdateElasticsearchDomainConfigRequest {
|
|
2192
2288
|
/**
|
|
@@ -2303,6 +2399,7 @@ declare namespace ES {
|
|
|
2303
2399
|
* This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
|
|
2304
2400
|
*/
|
|
2305
2401
|
PerformCheckOnly?: Boolean;
|
|
2402
|
+
ChangeProgressDetails?: ChangeProgressDetails;
|
|
2306
2403
|
}
|
|
2307
2404
|
export interface UpgradeHistory {
|
|
2308
2405
|
/**
|