aws-sdk 2.1395.0 → 2.1397.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/README.md +1 -1
  3. package/apis/amplifyuibuilder-2021-08-11.min.json +362 -0
  4. package/apis/amplifyuibuilder-2021-08-11.paginators.json +6 -0
  5. package/apis/cloudtrail-2013-11-01.min.json +33 -33
  6. package/apis/codeguru-security-2018-05-10.examples.json +5 -0
  7. package/apis/codeguru-security-2018-05-10.min.json +703 -0
  8. package/apis/codeguru-security-2018-05-10.paginators.json +22 -0
  9. package/apis/drs-2020-02-26.min.json +392 -97
  10. package/apis/drs-2020-02-26.paginators.json +6 -0
  11. package/apis/ec2-2016-11-15.min.json +1178 -1013
  12. package/apis/ec2-2016-11-15.paginators.json +6 -0
  13. package/apis/fsx-2018-03-01.min.json +82 -75
  14. package/apis/lightsail-2016-11-28.min.json +4 -2
  15. package/apis/metadata.json +7 -0
  16. package/apis/opensearch-2021-01-01.min.json +86 -77
  17. package/apis/rekognition-2016-06-27.examples.json +286 -109
  18. package/apis/rekognition-2016-06-27.min.json +530 -217
  19. package/apis/rekognition-2016-06-27.paginators.json +6 -0
  20. package/apis/s3-2006-03-01.examples.json +121 -121
  21. package/apis/securityhub-2018-10-26.examples.json +276 -0
  22. package/apis/securityhub-2018-10-26.min.json +957 -559
  23. package/apis/verifiedpermissions-2021-12-01.examples.json +5 -0
  24. package/apis/verifiedpermissions-2021-12-01.min.json +1215 -0
  25. package/apis/verifiedpermissions-2021-12-01.paginators.json +28 -0
  26. package/apis/verifiedpermissions-2021-12-01.waiters2.json +5 -0
  27. package/apis/wafv2-2019-07-29.min.json +241 -169
  28. package/apis/wellarchitected-2020-03-31.min.json +655 -75
  29. package/apis/wellarchitected-2020-03-31.paginators.json +15 -0
  30. package/clients/all.d.ts +2 -0
  31. package/clients/all.js +3 -1
  32. package/clients/amplifyuibuilder.d.ts +358 -2
  33. package/clients/cloudtrail.d.ts +28 -13
  34. package/clients/codegurusecurity.d.ts +761 -0
  35. package/clients/codegurusecurity.js +18 -0
  36. package/clients/drs.d.ts +354 -3
  37. package/clients/dynamodb.d.ts +2 -2
  38. package/clients/dynamodbstreams.d.ts +4 -4
  39. package/clients/ec2.d.ts +225 -48
  40. package/clients/fsx.d.ts +44 -24
  41. package/clients/imagebuilder.d.ts +1 -1
  42. package/clients/lightsail.d.ts +12 -4
  43. package/clients/opensearch.d.ts +16 -1
  44. package/clients/rekognition.d.ts +407 -0
  45. package/clients/s3.d.ts +1 -1
  46. package/clients/sagemaker.d.ts +13 -13
  47. package/clients/securityhub.d.ts +470 -0
  48. package/clients/simspaceweaver.d.ts +2 -2
  49. package/clients/verifiedpermissions.d.ts +1392 -0
  50. package/clients/verifiedpermissions.js +19 -0
  51. package/clients/wafv2.d.ts +105 -27
  52. package/clients/wellarchitected.d.ts +533 -7
  53. package/dist/aws-sdk-core-react-native.js +2 -2
  54. package/dist/aws-sdk-react-native.js +101 -20
  55. package/dist/aws-sdk.js +1763 -1266
  56. package/dist/aws-sdk.min.js +80 -80
  57. package/lib/config_service_placeholders.d.ts +4 -0
  58. package/lib/core.js +1 -1
  59. package/package.json +1 -1
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 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.
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 on all FSx for Lustre 2.12 and newer file systems, excluding 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 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.
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 on all FSx for Lustre 2.12 and newer file systems, excluding 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 for all file systems except for Scratch_1 deployment type.
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 on all FSx for Lustre 2.12 and newer file systems, excluding 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 for all file systems except for Scratch_1 deployment type.
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 on all FSx for Lustre 2.12 and newer file systems, excluding 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 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.
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 FSx for Lustre 2.12 and newer file systems, excluding scratch_1 deployment type. 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 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.
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 FSx for Lustre 2.12 and newer file systems, excluding scratch_1 deployment type. 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 for all file systems except for Scratch_1 deployment type.
295
+ * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported on all FSx for Lustre 2.12 and newer file systems, excluding 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 for all file systems except for Scratch_1 deployment type.
299
+ * Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported on all FSx for Lustre 2.12 and newer file systems, excluding scratch_1 deployment type.
300
300
  */
301
301
  updateDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.UpdateDataRepositoryAssociationResponse) => void): Request<FSx.Types.UpdateDataRepositoryAssociationResponse, AWSError>;
302
302
  /**
@@ -324,11 +324,11 @@ declare class FSx extends Service {
324
324
  */
325
325
  updateSnapshot(callback?: (err: AWSError, data: FSx.Types.UpdateSnapshotResponse) => void): Request<FSx.Types.UpdateSnapshotResponse, AWSError>;
326
326
  /**
327
- * Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
327
+ * Updates an FSx for ONTAP storage virtual machine (SVM).
328
328
  */
329
329
  updateStorageVirtualMachine(params: FSx.Types.UpdateStorageVirtualMachineRequest, callback?: (err: AWSError, data: FSx.Types.UpdateStorageVirtualMachineResponse) => void): Request<FSx.Types.UpdateStorageVirtualMachineResponse, AWSError>;
330
330
  /**
331
- * Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
331
+ * Updates an FSx for ONTAP storage virtual machine (SVM).
332
332
  */
333
333
  updateStorageVirtualMachine(callback?: (err: AWSError, data: FSx.Types.UpdateStorageVirtualMachineResponse) => void): Request<FSx.Types.UpdateStorageVirtualMachineResponse, AWSError>;
334
334
  /**
@@ -843,11 +843,11 @@ declare namespace FSx {
843
843
  CopyTagsToVolumes?: Flag;
844
844
  DailyAutomaticBackupStartTime?: DailyTime;
845
845
  /**
846
- * Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following: SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MB/s. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available, except US West (Oregon). SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MB/s using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions. For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.
846
+ * Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following: SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MBps. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available, except US West (Oregon). SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MBps using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions. For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.
847
847
  */
848
848
  DeploymentType: OpenZFSDeploymentType;
849
849
  /**
850
- * Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s). Valid values depend on the DeploymentType you choose, as follows: For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s. For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s. You pay for additional throughput capacity that you provision.
850
+ * Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps). Valid values depend on the DeploymentType you choose, as follows: For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MBps. For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps. You pay for additional throughput capacity that you provision.
851
851
  */
852
852
  ThroughputCapacity: MegabytesPerSecond;
853
853
  WeeklyMaintenanceStartTime?: WeeklyTime;
@@ -1757,7 +1757,7 @@ declare namespace FSx {
1757
1757
  }
1758
1758
  export interface DiskIopsConfiguration {
1759
1759
  /**
1760
- * Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).
1760
+ * Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using a USER_PROVISIONED value.
1761
1761
  */
1762
1762
  Mode?: DiskIopsConfigurationMode;
1763
1763
  /**
@@ -2239,6 +2239,10 @@ declare namespace FSx {
2239
2239
  RouteTableIds?: RouteTableIds;
2240
2240
  ThroughputCapacity?: MegabytesPerSecond;
2241
2241
  WeeklyMaintenanceStartTime?: WeeklyTime;
2242
+ /**
2243
+ * You can use the fsxadmin user account to access the NetApp ONTAP CLI and REST API. The password value is always redacted in the response.
2244
+ */
2245
+ FsxAdminPassword?: AdminPassword;
2242
2246
  }
2243
2247
  export interface OntapVolumeConfiguration {
2244
2248
  /**
@@ -2563,17 +2567,29 @@ declare namespace FSx {
2563
2567
  }
2564
2568
  export interface SelfManagedActiveDirectoryConfigurationUpdates {
2565
2569
  /**
2566
- * The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.
2570
+ * Specifies the updated user name for the service account on your self-managed AD domain. Amazon FSx uses this account to join to your self-managed AD domain. This account must have the permissions required to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.
2567
2571
  */
2568
2572
  UserName?: DirectoryUserName;
2569
2573
  /**
2570
- * The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
2574
+ * Specifies the updated password for the service account on your self-managed AD domain. Amazon FSx uses this account to join to your self-managed AD domain.
2571
2575
  */
2572
2576
  Password?: DirectoryPassword;
2573
2577
  /**
2574
- * A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
2578
+ * A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.
2575
2579
  */
2576
2580
  DnsIps?: DnsIps;
2581
+ /**
2582
+ * Specifies an updated fully qualified domain name of your self-managed AD configuration.
2583
+ */
2584
+ DomainName?: ActiveDirectoryFullyQualifiedName;
2585
+ /**
2586
+ * Specifies an updated fully qualified distinguished name of the organization unit within your self-managed AD.
2587
+ */
2588
+ OrganizationalUnitDistinguishedName?: OrganizationalUnitDistinguishedName;
2589
+ /**
2590
+ * Specifies the updated name of the self-managed AD domain group whose members are granted administrative privileges for the Amazon FSx resource.
2591
+ */
2592
+ FileSystemAdministratorsGroup?: FileSystemAdministratorsGroupName;
2577
2593
  }
2578
2594
  export interface Snapshot {
2579
2595
  ResourceARN?: ResourceARN;
@@ -2695,7 +2711,7 @@ declare namespace FSx {
2695
2711
  export type SucceededCount = number;
2696
2712
  export interface SvmActiveDirectoryConfiguration {
2697
2713
  /**
2698
- * The NetBIOS name of the Active Directory computer object that is joined to your SVM.
2714
+ * The NetBIOS name of the AD computer object to which the SVM is joined.
2699
2715
  */
2700
2716
  NetBiosName?: NetBiosAlias;
2701
2717
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
@@ -2847,16 +2863,16 @@ declare namespace FSx {
2847
2863
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
2848
2864
  DailyAutomaticBackupStartTime?: DailyTime;
2849
2865
  /**
2850
- * The ONTAP administrative password for the fsxadmin user.
2866
+ * Update the password for the fsxadmin user by entering a new password. You use the fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system resources. For more information, see Managing resources using NetApp Applicaton.
2851
2867
  */
2852
2868
  FsxAdminPassword?: AdminPassword;
2853
2869
  WeeklyMaintenanceStartTime?: WeeklyTime;
2854
2870
  /**
2855
- * The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of an IOPS mode (AUTOMATIC or USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned.
2871
+ * The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of an IOPS mode (AUTOMATIC or USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned. For more information, see Updating SSD storage capacity and IOPS.
2856
2872
  */
2857
2873
  DiskIopsConfiguration?: DiskIopsConfiguration;
2858
2874
  /**
2859
- * Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.
2875
+ * Enter a new value to change the amount of throughput capacity for the file system. Throughput capacity is measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps. For more information, see Managing throughput capacity in the FSx for ONTAP User Guide.
2860
2876
  */
2861
2877
  ThroughputCapacity?: MegabytesPerSecond;
2862
2878
  /**
@@ -2896,7 +2912,7 @@ declare namespace FSx {
2896
2912
  */
2897
2913
  ClientRequestToken?: ClientRequestToken;
2898
2914
  /**
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.
2915
+ * 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 FSxfor 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
2916
  */
2901
2917
  StorageCapacity?: StorageCapacity;
2902
2918
  /**
@@ -2906,7 +2922,7 @@ declare namespace FSx {
2906
2922
  LustreConfiguration?: UpdateFileSystemLustreConfiguration;
2907
2923
  OntapConfiguration?: UpdateFileSystemOntapConfiguration;
2908
2924
  /**
2909
- * The configuration updates for an Amazon FSx for OpenZFS file system.
2925
+ * The configuration updates for an FSx for OpenZFS file system.
2910
2926
  */
2911
2927
  OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
2912
2928
  }
@@ -3021,7 +3037,7 @@ declare namespace FSx {
3021
3037
  }
3022
3038
  export interface UpdateStorageVirtualMachineRequest {
3023
3039
  /**
3024
- * Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
3040
+ * Specifies updates to an SVM's Microsoft Active Directory (AD) configuration.
3025
3041
  */
3026
3042
  ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
3027
3043
  ClientRequestToken?: ClientRequestToken;
@@ -3030,7 +3046,7 @@ declare namespace FSx {
3030
3046
  */
3031
3047
  StorageVirtualMachineId: StorageVirtualMachineId;
3032
3048
  /**
3033
- * Enter a new SvmAdminPassword if you are updating it.
3049
+ * Specifies a new SvmAdminPassword.
3034
3050
  */
3035
3051
  SvmAdminPassword?: AdminPassword;
3036
3052
  }
@@ -3039,6 +3055,10 @@ declare namespace FSx {
3039
3055
  }
3040
3056
  export interface UpdateSvmActiveDirectoryConfiguration {
3041
3057
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
3058
+ /**
3059
+ * Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is joined.
3060
+ */
3061
+ NetBiosName?: NetBiosAlias;
3042
3062
  }
3043
3063
  export interface UpdateVolumeRequest {
3044
3064
  ClientRequestToken?: ClientRequestToken;
@@ -2220,7 +2220,7 @@ declare namespace Imagebuilder {
2220
2220
  */
2221
2221
  dateLastRun?: DateTime;
2222
2222
  /**
2223
- * This is no longer supported, and does not return a value.
2223
+ * The next date when the pipeline is scheduled to run.
2224
2224
  */
2225
2225
  dateNextRun?: DateTime;
2226
2226
  /**
@@ -572,11 +572,11 @@ declare class Lightsail extends Service {
572
572
  */
573
573
  getBundles(callback?: (err: AWSError, data: Lightsail.Types.GetBundlesResult) => void): Request<Lightsail.Types.GetBundlesResult, AWSError>;
574
574
  /**
575
- * Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate, ommit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
575
+ * Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate, omit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
576
576
  */
577
577
  getCertificates(params: Lightsail.Types.GetCertificatesRequest, callback?: (err: AWSError, data: Lightsail.Types.GetCertificatesResult) => void): Request<Lightsail.Types.GetCertificatesResult, AWSError>;
578
578
  /**
579
- * Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate, ommit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
579
+ * Returns information about one or more Amazon Lightsail SSL/TLS certificates. To get a summary of a certificate, omit includeCertificateDetails from your request. The response will include only the certificate Amazon Resource Name (ARN), certificate name, domain name, and tags.
580
580
  */
581
581
  getCertificates(callback?: (err: AWSError, data: Lightsail.Types.GetCertificatesResult) => void): Request<Lightsail.Types.GetCertificatesResult, AWSError>;
582
582
  /**
@@ -4229,12 +4229,20 @@ declare namespace Lightsail {
4229
4229
  * The name for the certificate for which to return information. When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
4230
4230
  */
4231
4231
  certificateName?: CertificateName;
4232
+ /**
4233
+ * The token to advance to the next page of results from your request. To get a page token, perform an initial GetCertificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
4234
+ */
4235
+ pageToken?: string;
4232
4236
  }
4233
4237
  export interface GetCertificatesResult {
4234
4238
  /**
4235
4239
  * An object that describes certificates.
4236
4240
  */
4237
4241
  certificates?: CertificateSummaryList;
4242
+ /**
4243
+ * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
4244
+ */
4245
+ nextPageToken?: string;
4238
4246
  }
4239
4247
  export interface GetCloudFormationStackRecordsRequest {
4240
4248
  /**
@@ -4388,11 +4396,11 @@ declare namespace Lightsail {
4388
4396
  */
4389
4397
  resourceName: ResourceName;
4390
4398
  /**
4391
- * The cost estimate start time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as the start time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
4399
+ * The cost estimate start time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as the start time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
4392
4400
  */
4393
4401
  startTime: IsoDate;
4394
4402
  /**
4395
- * The cost estimate end time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as the end time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
4403
+ * The cost estimate end time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as the end time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
4396
4404
  */
4397
4405
  endTime: IsoDate;
4398
4406
  }
@@ -950,9 +950,13 @@ declare namespace OpenSearch {
950
950
  export type ConnectionMode = "DIRECT"|"VPC_ENDPOINT"|string;
951
951
  export interface ConnectionProperties {
952
952
  /**
953
- * The endpoint of the remote domain.
953
+ * The Endpoint attribute cannot be modified. The endpoint of the remote domain. Applicable for VPC_ENDPOINT connection mode.
954
954
  */
955
955
  Endpoint?: Endpoint;
956
+ /**
957
+ * The connection properties for cross cluster search.
958
+ */
959
+ CrossClusterSearch?: CrossClusterSearchConnectionProperties;
956
960
  }
957
961
  export type ConnectionStatusMessage = string;
958
962
  export interface CreateDomainRequest {
@@ -1052,6 +1056,10 @@ declare namespace OpenSearch {
1052
1056
  * The connection mode.
1053
1057
  */
1054
1058
  ConnectionMode?: ConnectionMode;
1059
+ /**
1060
+ * The ConnectionProperties for the outbound connection.
1061
+ */
1062
+ ConnectionProperties?: ConnectionProperties;
1055
1063
  }
1056
1064
  export interface CreateOutboundConnectionResponse {
1057
1065
  /**
@@ -1128,6 +1136,12 @@ declare namespace OpenSearch {
1128
1136
  VpcEndpoint: VpcEndpoint;
1129
1137
  }
1130
1138
  export type CreatedAt = Date;
1139
+ export interface CrossClusterSearchConnectionProperties {
1140
+ /**
1141
+ * Status of SkipUnavailable param for outbound connection.
1142
+ */
1143
+ SkipUnavailable?: SkipUnavailableStatus;
1144
+ }
1131
1145
  export interface DeleteDomainRequest {
1132
1146
  /**
1133
1147
  * The name of the domain you want to permanently delete.
@@ -2971,6 +2985,7 @@ declare namespace OpenSearch {
2971
2985
  OptionalDeployment?: Boolean;
2972
2986
  }
2973
2987
  export type ServiceUrl = string;
2988
+ export type SkipUnavailableStatus = "ENABLED"|"DISABLED"|string;
2974
2989
  export interface SnapshotOptions {
2975
2990
  /**
2976
2991
  * The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain. Default is 0 hours.