aws-sdk 2.1352.0 → 2.1354.0
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/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +196 -187
- package/apis/docdb-2014-10-31.min.json +2 -1
- package/apis/lambda-2015-03-31.min.json +122 -36
- package/apis/marketplace-catalog-2018-09-17.min.json +82 -15
- package/apis/mediaconvert-2017-08-29.min.json +56 -32
- package/apis/quicksight-2018-04-01.min.json +535 -151
- package/apis/rekognition-2016-06-27.min.json +224 -138
- package/clients/connect.d.ts +15 -4
- package/clients/docdb.d.ts +6 -2
- package/clients/ecs.d.ts +24 -24
- package/clients/fsx.d.ts +31 -31
- package/clients/lambda.d.ts +137 -37
- package/clients/marketplacecatalog.d.ts +67 -7
- package/clients/mediaconvert.d.ts +20 -1
- package/clients/omics.d.ts +2 -2
- package/clients/quicksight.d.ts +379 -1
- package/clients/redshiftdata.d.ts +18 -18
- package/clients/rekognition.d.ts +114 -16
- package/clients/servicecatalog.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +2535 -878
- package/dist/aws-sdk.js +627 -379
- package/dist/aws-sdk.min.js +79 -79
- package/dist/xml2js.js +2579 -922
- package/lib/core.js +1 -1
- package/package.json +2 -2
    
        package/clients/fsx.d.ts
    CHANGED
    
    | @@ -44,11 +44,11 @@ declare class FSx extends Service { | |
| 44 44 | 
             
               */
         | 
| 45 45 | 
             
              createBackup(callback?: (err: AWSError, data: FSx.Types.CreateBackupResponse) => void): Request<FSx.Types.CreateBackupResponse, AWSError>;
         | 
| 46 46 | 
             
              /**
         | 
| 47 | 
            -
               * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported  | 
| 47 | 
            +
               * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported for all file systems except for Scratch_1 deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket.   CreateDataRepositoryAssociation isn't supported on Amazon File Cache resources. To create a DRA on Amazon File Cache, use the CreateFileCache operation. 
         | 
| 48 48 | 
             
               */
         | 
| 49 49 | 
             
              createDataRepositoryAssociation(params: FSx.Types.CreateDataRepositoryAssociationRequest, callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryAssociationResponse) => void): Request<FSx.Types.CreateDataRepositoryAssociationResponse, AWSError>;
         | 
| 50 50 | 
             
              /**
         | 
| 51 | 
            -
               * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported  | 
| 51 | 
            +
               * Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported for all file systems except for Scratch_1 deployment type. Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket.   CreateDataRepositoryAssociation isn't supported on Amazon File Cache resources. To create a DRA on Amazon File Cache, use the CreateFileCache operation. 
         | 
| 52 52 | 
             
               */
         | 
| 53 53 | 
             
              createDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.CreateDataRepositoryAssociationResponse) => void): Request<FSx.Types.CreateDataRepositoryAssociationResponse, AWSError>;
         | 
| 54 54 | 
             
              /**
         | 
| @@ -124,11 +124,11 @@ declare class FSx extends Service { | |
| 124 124 | 
             
               */
         | 
| 125 125 | 
             
              deleteBackup(callback?: (err: AWSError, data: FSx.Types.DeleteBackupResponse) => void): Request<FSx.Types.DeleteBackupResponse, AWSError>;
         | 
| 126 126 | 
             
              /**
         | 
| 127 | 
            -
               * Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported  | 
| 127 | 
            +
               * Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported for all file systems except for Scratch_1 deployment type.
         | 
| 128 128 | 
             
               */
         | 
| 129 129 | 
             
              deleteDataRepositoryAssociation(params: FSx.Types.DeleteDataRepositoryAssociationRequest, callback?: (err: AWSError, data: FSx.Types.DeleteDataRepositoryAssociationResponse) => void): Request<FSx.Types.DeleteDataRepositoryAssociationResponse, AWSError>;
         | 
| 130 130 | 
             
              /**
         | 
| 131 | 
            -
               * Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported  | 
| 131 | 
            +
               * Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported for all file systems except for Scratch_1 deployment type.
         | 
| 132 132 | 
             
               */
         | 
| 133 133 | 
             
              deleteDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.DeleteDataRepositoryAssociationResponse) => void): Request<FSx.Types.DeleteDataRepositoryAssociationResponse, AWSError>;
         | 
| 134 134 | 
             
              /**
         | 
| @@ -180,11 +180,11 @@ declare class FSx extends Service { | |
| 180 180 | 
             
               */
         | 
| 181 181 | 
             
              describeBackups(callback?: (err: AWSError, data: FSx.Types.DescribeBackupsResponse) => void): Request<FSx.Types.DescribeBackupsResponse, AWSError>;
         | 
| 182 182 | 
             
              /**
         | 
| 183 | 
            -
               * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported  | 
| 183 | 
            +
               * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported on Amazon File Cache resources and all Amazon FSx for Lustre file systems excluding Scratch_1 deployment types. You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or caches (use the file-cache-id filter with the ID of the cache), or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3 or NFS). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations remain, a NextToken value is returned in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.
         | 
| 184 184 | 
             
               */
         | 
| 185 185 | 
             
              describeDataRepositoryAssociations(params: FSx.Types.DescribeDataRepositoryAssociationsRequest, callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryAssociationsResponse) => void): Request<FSx.Types.DescribeDataRepositoryAssociationsResponse, AWSError>;
         | 
| 186 186 | 
             
              /**
         | 
| 187 | 
            -
               * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported  | 
| 187 | 
            +
               * Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported on Amazon File Cache resources and all Amazon FSx for Lustre file systems excluding Scratch_1 deployment types. You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or caches (use the file-cache-id filter with the ID of the cache), or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3 or NFS). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations remain, a NextToken value is returned in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.
         | 
| 188 188 | 
             
               */
         | 
| 189 189 | 
             
              describeDataRepositoryAssociations(callback?: (err: AWSError, data: FSx.Types.DescribeDataRepositoryAssociationsResponse) => void): Request<FSx.Types.DescribeDataRepositoryAssociationsResponse, AWSError>;
         | 
| 190 190 | 
             
              /**
         | 
| @@ -292,11 +292,11 @@ declare class FSx extends Service { | |
| 292 292 | 
             
               */
         | 
| 293 293 | 
             
              untagResource(callback?: (err: AWSError, data: FSx.Types.UntagResourceResponse) => void): Request<FSx.Types.UntagResourceResponse, AWSError>;
         | 
| 294 294 | 
             
              /**
         | 
| 295 | 
            -
               * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported  | 
| 295 | 
            +
               * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported for all file systems except for Scratch_1 deployment type.
         | 
| 296 296 | 
             
               */
         | 
| 297 297 | 
             
              updateDataRepositoryAssociation(params: FSx.Types.UpdateDataRepositoryAssociationRequest, callback?: (err: AWSError, data: FSx.Types.UpdateDataRepositoryAssociationResponse) => void): Request<FSx.Types.UpdateDataRepositoryAssociationResponse, AWSError>;
         | 
| 298 298 | 
             
              /**
         | 
| 299 | 
            -
               * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported  | 
| 299 | 
            +
               * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported for all file systems except for Scratch_1 deployment type.
         | 
| 300 300 | 
             
               */
         | 
| 301 301 | 
             
              updateDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.UpdateDataRepositoryAssociationResponse) => void): Request<FSx.Types.UpdateDataRepositoryAssociationResponse, AWSError>;
         | 
| 302 302 | 
             
              /**
         | 
| @@ -308,11 +308,11 @@ declare class FSx extends Service { | |
| 308 308 | 
             
               */
         | 
| 309 309 | 
             
              updateFileCache(callback?: (err: AWSError, data: FSx.Types.UpdateFileCacheResponse) => void): Request<FSx.Types.UpdateFileCacheResponse, AWSError>;
         | 
| 310 310 | 
             
              /**
         | 
| 311 | 
            -
               * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For  | 
| 311 | 
            +
               * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For FSx for Windows File Server file systems, you can update the following properties:    AuditLogConfiguration     AutomaticBackupRetentionDays     DailyAutomaticBackupStartTime     SelfManagedActiveDirectoryConfiguration     StorageCapacity     ThroughputCapacity     WeeklyMaintenanceStartTime    For FSx for Lustre file systems, you can update the following properties:    AutoImportPolicy     AutomaticBackupRetentionDays     DailyAutomaticBackupStartTime     DataCompressionType     LustreRootSquashConfiguration     StorageCapacity     WeeklyMaintenanceStartTime    For FSx for ONTAP file systems, you can update the following properties:    AddRouteTableIds     AutomaticBackupRetentionDays     DailyAutomaticBackupStartTime     DiskIopsConfiguration     FsxAdminPassword     RemoveRouteTableIds     StorageCapacity     ThroughputCapacity     WeeklyMaintenanceStartTime    For FSx for OpenZFS file systems, you can update the following properties:    AutomaticBackupRetentionDays     CopyTagsToBackups     CopyTagsToVolumes     DailyAutomaticBackupStartTime     DiskIopsConfiguration     StorageCapacity     ThroughputCapacity     WeeklyMaintenanceStartTime   
         | 
| 312 312 | 
             
               */
         | 
| 313 313 | 
             
              updateFileSystem(params: FSx.Types.UpdateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
         | 
| 314 314 | 
             
              /**
         | 
| 315 | 
            -
               * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For  | 
| 315 | 
            +
               * Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For FSx for Windows File Server file systems, you can update the following properties:    AuditLogConfiguration     AutomaticBackupRetentionDays     DailyAutomaticBackupStartTime     SelfManagedActiveDirectoryConfiguration     StorageCapacity     ThroughputCapacity     WeeklyMaintenanceStartTime    For FSx for Lustre file systems, you can update the following properties:    AutoImportPolicy     AutomaticBackupRetentionDays     DailyAutomaticBackupStartTime     DataCompressionType     LustreRootSquashConfiguration     StorageCapacity     WeeklyMaintenanceStartTime    For FSx for ONTAP file systems, you can update the following properties:    AddRouteTableIds     AutomaticBackupRetentionDays     DailyAutomaticBackupStartTime     DiskIopsConfiguration     FsxAdminPassword     RemoveRouteTableIds     StorageCapacity     ThroughputCapacity     WeeklyMaintenanceStartTime    For FSx for OpenZFS file systems, you can update the following properties:    AutomaticBackupRetentionDays     CopyTagsToBackups     CopyTagsToVolumes     DailyAutomaticBackupStartTime     DiskIopsConfiguration     StorageCapacity     ThroughputCapacity     WeeklyMaintenanceStartTime   
         | 
| 316 316 | 
             
               */
         | 
| 317 317 | 
             
              updateFileSystem(callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
         | 
| 318 318 | 
             
              /**
         | 
| @@ -521,7 +521,7 @@ declare namespace FSx { | |
| 521 521 | 
             
                 */
         | 
| 522 522 | 
             
                Enabled: Flag;
         | 
| 523 523 | 
             
                /**
         | 
| 524 | 
            -
                 * Required if Enabled is set to true. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode. | 
| 524 | 
            +
                 * Required if Enabled is set to true. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode.
         | 
| 525 525 | 
             
                 */
         | 
| 526 526 | 
             
                Path?: ArchivePath;
         | 
| 527 527 | 
             
                /**
         | 
| @@ -561,7 +561,7 @@ declare namespace FSx { | |
| 561 561 | 
             
                 */
         | 
| 562 562 | 
             
                FileSystemId?: FileSystemId;
         | 
| 563 563 | 
             
                /**
         | 
| 564 | 
            -
                 * (Optional) A string of up to  | 
| 564 | 
            +
                 * (Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
         | 
| 565 565 | 
             
                 */
         | 
| 566 566 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 567 567 | 
             
                /**
         | 
| @@ -655,7 +655,7 @@ declare namespace FSx { | |
| 655 655 | 
             
              }
         | 
| 656 656 | 
             
              export interface CreateFileCacheRequest {
         | 
| 657 657 | 
             
                /**
         | 
| 658 | 
            -
                 * An idempotency token for resource creation, in a string of up to  | 
| 658 | 
            +
                 * An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. By using the idempotent operation, you can retry a CreateFileCache operation without the risk of creating an extra cache. This approach can be useful when an initial call fails in a way that makes it unclear whether a cache was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a cache, the client receives success as long as the parameters are the same.
         | 
| 659 659 | 
             
                 */
         | 
| 660 660 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 661 661 | 
             
                /**
         | 
| @@ -702,7 +702,7 @@ declare namespace FSx { | |
| 702 702 | 
             
              export interface CreateFileSystemFromBackupRequest {
         | 
| 703 703 | 
             
                BackupId: BackupId;
         | 
| 704 704 | 
             
                /**
         | 
| 705 | 
            -
                 * A string of up to  | 
| 705 | 
            +
                 * A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
         | 
| 706 706 | 
             
                 */
         | 
| 707 707 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 708 708 | 
             
                /**
         | 
| @@ -752,15 +752,15 @@ declare namespace FSx { | |
| 752 752 | 
             
                 */
         | 
| 753 753 | 
             
                WeeklyMaintenanceStartTime?: WeeklyTime;
         | 
| 754 754 | 
             
                /**
         | 
| 755 | 
            -
                 * (Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system. The root of your FSx for Lustre file system will be mapped to the root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix. If you specify a prefix after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.  This parameter is not supported for file systems with  | 
| 755 | 
            +
                 * (Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system. The root of your FSx for Lustre file system will be mapped to the root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix. If you specify a prefix after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.  This parameter is not supported for file systems with a data repository association. 
         | 
| 756 756 | 
             
                 */
         | 
| 757 757 | 
             
                ImportPath?: ArchivePath;
         | 
| 758 758 | 
             
                /**
         | 
| 759 | 
            -
                 * (Optional)  | 
| 759 | 
            +
                 * (Optional) Specifies the path in the Amazon S3 bucket where the root of your Amazon FSx file system is exported. The path must use the same Amazon S3 bucket as specified in ImportPath. You can provide an optional prefix to which new and changed data is to be exported from your Amazon FSx for Lustre file system. If an ExportPath value is not provided, Amazon FSx sets a default export path, s3://import-bucket/FSxLustre[creation-timestamp]. The timestamp is in UTC format, for example s3://import-bucket/FSxLustre20181105T222312Z. The Amazon S3 export bucket must be the same as the import bucket specified by ImportPath. If you specify only a bucket name, such as s3://import-bucket, you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping means that the input data in S3 is overwritten on export. If you provide a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix], Amazon FSx exports the contents of your file system to that export prefix in the Amazon S3 bucket.  This parameter is not supported for file systems with a data repository association. 
         | 
| 760 760 | 
             
                 */
         | 
| 761 761 | 
             
                ExportPath?: ArchivePath;
         | 
| 762 762 | 
             
                /**
         | 
| 763 | 
            -
                 * (Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system. The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB. | 
| 763 | 
            +
                 * (Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system. The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.  This parameter is not supported for file systems with a data repository association. 
         | 
| 764 764 | 
             
                 */
         | 
| 765 765 | 
             
                ImportedFileChunkSize?: Megabytes;
         | 
| 766 766 | 
             
                /**
         | 
| @@ -768,7 +768,7 @@ declare namespace FSx { | |
| 768 768 | 
             
                 */
         | 
| 769 769 | 
             
                DeploymentType?: LustreDeploymentType;
         | 
| 770 770 | 
             
                /**
         | 
| 771 | 
            -
                 *  (Optional)  | 
| 771 | 
            +
                 *  (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this parameter to choose how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:    NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.    NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.     NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.    NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.   For more information, see  Automatically import updates from your S3 bucket.  This parameter is not supported for file systems with a data repository association. 
         | 
| 772 772 | 
             
                 */
         | 
| 773 773 | 
             
                AutoImportPolicy?: AutoImportPolicyType;
         | 
| 774 774 | 
             
                /**
         | 
| @@ -806,7 +806,7 @@ declare namespace FSx { | |
| 806 806 | 
             
                 */
         | 
| 807 807 | 
             
                DeploymentType: OntapDeploymentType;
         | 
| 808 808 | 
             
                /**
         | 
| 809 | 
            -
                 * (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.
         | 
| 809 | 
            +
                 * (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
         | 
| 810 810 | 
             
                 */
         | 
| 811 811 | 
             
                EndpointIpAddressRange?: IpAddressRange;
         | 
| 812 812 | 
             
                /**
         | 
| @@ -859,7 +859,7 @@ declare namespace FSx { | |
| 859 859 | 
             
              }
         | 
| 860 860 | 
             
              export interface CreateFileSystemRequest {
         | 
| 861 861 | 
             
                /**
         | 
| 862 | 
            -
                 * A string of up to  | 
| 862 | 
            +
                 * A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
         | 
| 863 863 | 
             
                 */
         | 
| 864 864 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 865 865 | 
             
                /**
         | 
| @@ -953,7 +953,7 @@ declare namespace FSx { | |
| 953 953 | 
             
              }
         | 
| 954 954 | 
             
              export interface CreateOntapVolumeConfiguration {
         | 
| 955 955 | 
             
                /**
         | 
| 956 | 
            -
                 * Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.
         | 
| 956 | 
            +
                 * Specifies the location in the SVM's namespace where the volume is mounted. This parameter is required. The JunctionPath must have a leading forward slash, such as /vol3.
         | 
| 957 957 | 
             
                 */
         | 
| 958 958 | 
             
                JunctionPath?: JunctionPath;
         | 
| 959 959 | 
             
                /**
         | 
| @@ -961,11 +961,11 @@ declare namespace FSx { | |
| 961 961 | 
             
                 */
         | 
| 962 962 | 
             
                SecurityStyle?: SecurityStyle;
         | 
| 963 963 | 
             
                /**
         | 
| 964 | 
            -
                 * Specifies the size of the volume, in megabytes (MB), that you are creating.
         | 
| 964 | 
            +
                 * Specifies the size of the volume, in megabytes (MB), that you are creating. Provide any whole number in the range of 20–104857600 to specify the size of the volume.
         | 
| 965 965 | 
             
                 */
         | 
| 966 966 | 
             
                SizeInMegabytes: VolumeCapacity;
         | 
| 967 967 | 
             
                /**
         | 
| 968 | 
            -
                 * Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.
         | 
| 968 | 
            +
                 * Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume, or set to false to disable them. This parameter is required.
         | 
| 969 969 | 
             
                 */
         | 
| 970 970 | 
             
                StorageEfficiencyEnabled?: Flag;
         | 
| 971 971 | 
             
                /**
         | 
| @@ -1227,7 +1227,7 @@ declare namespace FSx { | |
| 1227 1227 | 
             
                 */
         | 
| 1228 1228 | 
             
                Lifecycle: DataRepositoryTaskLifecycle;
         | 
| 1229 1229 | 
             
                /**
         | 
| 1230 | 
            -
                 * The type of data repository task.    EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data repository.    IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon FSx for Lustre file system.    AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.  
         | 
| 1230 | 
            +
                 * The type of data repository task.    EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data repository.    IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon FSx for Lustre file system.    AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.    RELEASE_DATA_FROM_FILESYSTEM tasks are not supported.  
         | 
| 1231 1231 | 
             
                 */
         | 
| 1232 1232 | 
             
                Type: DataRepositoryTaskType;
         | 
| 1233 1233 | 
             
                CreationTime: CreationTime;
         | 
| @@ -1317,7 +1317,7 @@ declare namespace FSx { | |
| 1317 1317 | 
             
                 */
         | 
| 1318 1318 | 
             
                BackupId: BackupId;
         | 
| 1319 1319 | 
             
                /**
         | 
| 1320 | 
            -
                 * A string of up to  | 
| 1320 | 
            +
                 * A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.
         | 
| 1321 1321 | 
             
                 */
         | 
| 1322 1322 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 1323 1323 | 
             
              }
         | 
| @@ -1420,7 +1420,7 @@ declare namespace FSx { | |
| 1420 1420 | 
             
                 */
         | 
| 1421 1421 | 
             
                FileSystemId: FileSystemId;
         | 
| 1422 1422 | 
             
                /**
         | 
| 1423 | 
            -
                 * A string of up to  | 
| 1423 | 
            +
                 * A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
         | 
| 1424 1424 | 
             
                 */
         | 
| 1425 1425 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 1426 1426 | 
             
                WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
         | 
| @@ -1945,7 +1945,7 @@ declare namespace FSx { | |
| 1945 1945 | 
             
              export type FileCaches = FileCache[];
         | 
| 1946 1946 | 
             
              export interface FileSystem {
         | 
| 1947 1947 | 
             
                /**
         | 
| 1948 | 
            -
                 * The Amazon Web Services account that created the file system. If the file system was created by  | 
| 1948 | 
            +
                 * The Amazon Web Services account that created the file system. If the file system was created by a user in IAM Identity Center, the Amazon Web Services account to which the IAM user belongs is the owner.
         | 
| 1949 1949 | 
             
                 */
         | 
| 1950 1950 | 
             
                OwnerId?: AWSAccountId;
         | 
| 1951 1951 | 
             
                /**
         | 
| @@ -2221,7 +2221,7 @@ declare namespace FSx { | |
| 2221 2221 | 
             
                 */
         | 
| 2222 2222 | 
             
                DeploymentType?: OntapDeploymentType;
         | 
| 2223 2223 | 
             
                /**
         | 
| 2224 | 
            -
                 * (Multi-AZ only)  | 
| 2224 | 
            +
                 * (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.
         | 
| 2225 2225 | 
             
                 */
         | 
| 2226 2226 | 
             
                EndpointIpAddressRange?: IpAddressRange;
         | 
| 2227 2227 | 
             
                /**
         | 
| @@ -2827,7 +2827,7 @@ declare namespace FSx { | |
| 2827 2827 | 
             
                DailyAutomaticBackupStartTime?: DailyTime;
         | 
| 2828 2828 | 
             
                AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
         | 
| 2829 2829 | 
             
                /**
         | 
| 2830 | 
            -
                 *  (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:    NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.    NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.     NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.    NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.    | 
| 2830 | 
            +
                 *  (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:    NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.    NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.     NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.    NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.   This parameter is not supported for file systems with a data repository association.
         | 
| 2831 2831 | 
             
                 */
         | 
| 2832 2832 | 
             
                AutoImportPolicy?: AutoImportPolicyType;
         | 
| 2833 2833 | 
             
                /**
         | 
| @@ -2892,11 +2892,11 @@ declare namespace FSx { | |
| 2892 2892 | 
             
                 */
         | 
| 2893 2893 | 
             
                FileSystemId: FileSystemId;
         | 
| 2894 2894 | 
             
                /**
         | 
| 2895 | 
            -
                 * A string of up to  | 
| 2895 | 
            +
                 * A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
         | 
| 2896 2896 | 
             
                 */
         | 
| 2897 2897 | 
             
                ClientRequestToken?: ClientRequestToken;
         | 
| 2898 2898 | 
             
                /**
         | 
| 2899 | 
            -
                 * Use this parameter to increase the storage capacity of an  | 
| 2899 | 
            +
                 * Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.   You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.  For Lustre file systems, the storage capacity target value can be the following:   For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 SSD deployment types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.   For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be greater than the current storage capacity.   For SCRATCH_1 file systems, you can't increase the storage capacity.   For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide. For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide. For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide. For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.
         | 
| 2900 2900 | 
             
                 */
         | 
| 2901 2901 | 
             
                StorageCapacity?: StorageCapacity;
         | 
| 2902 2902 | 
             
                /**
         |