aws-sdk 2.1004.0 → 2.1008.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 (35) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.min.json +62 -56
  4. package/apis/ec2-2016-11-15.min.json +813 -781
  5. package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
  6. package/apis/frauddetector-2019-11-15.min.json +358 -75
  7. package/apis/frauddetector-2019-11-15.paginators.json +5 -0
  8. package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
  9. package/apis/medialive-2017-10-14.min.json +297 -227
  10. package/apis/mediatailor-2018-04-23.min.json +288 -75
  11. package/apis/mediatailor-2018-04-23.paginators.json +6 -0
  12. package/apis/robomaker-2018-06-29.min.json +213 -200
  13. package/apis/sagemaker-2017-07-24.min.json +1 -2
  14. package/apis/storagegateway-2013-06-30.min.json +53 -9
  15. package/apis/workmail-2017-10-01.min.json +156 -27
  16. package/apis/workmail-2017-10-01.paginators.json +5 -0
  17. package/clients/autoscaling.d.ts +12 -8
  18. package/clients/configservice.d.ts +1 -1
  19. package/clients/ec2.d.ts +128 -86
  20. package/clients/ecs.d.ts +4 -4
  21. package/clients/elbv2.d.ts +18 -1
  22. package/clients/frauddetector.d.ts +434 -26
  23. package/clients/kinesisanalyticsv2.d.ts +30 -30
  24. package/clients/medialive.d.ts +76 -5
  25. package/clients/mediatailor.d.ts +224 -0
  26. package/clients/robomaker.d.ts +54 -9
  27. package/clients/sagemaker.d.ts +2 -2
  28. package/clients/storagegateway.d.ts +85 -33
  29. package/clients/workmail.d.ts +171 -7
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +15 -15
  32. package/dist/aws-sdk.js +963 -875
  33. package/dist/aws-sdk.min.js +70 -70
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -12,11 +12,11 @@ declare class StorageGateway extends Service {
12
12
  constructor(options?: StorageGateway.Types.ClientConfiguration)
13
13
  config: Config & StorageGateway.Types.ClientConfiguration;
14
14
  /**
15
- * Activates the gateway you previously deployed on your host. In the activation process, you specify information such as the Region that you want to use for storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account. For more information, see UpdateGatewayInformation. You must turn on the gateway VM before you can activate your gateway.
15
+ * Activates the gateway you previously deployed on your host. In the activation process, you specify information such as the Amazon Web Services Region that you want to use for storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account. For more information, see UpdateGatewayInformation. You must turn on the gateway VM before you can activate your gateway.
16
16
  */
17
17
  activateGateway(params: StorageGateway.Types.ActivateGatewayInput, callback?: (err: AWSError, data: StorageGateway.Types.ActivateGatewayOutput) => void): Request<StorageGateway.Types.ActivateGatewayOutput, AWSError>;
18
18
  /**
19
- * Activates the gateway you previously deployed on your host. In the activation process, you specify information such as the Region that you want to use for storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account. For more information, see UpdateGatewayInformation. You must turn on the gateway VM before you can activate your gateway.
19
+ * Activates the gateway you previously deployed on your host. In the activation process, you specify information such as the Amazon Web Services Region that you want to use for storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot schedule window, an activation key, and a name for your gateway. The activation process also associates your gateway with your account. For more information, see UpdateGatewayInformation. You must turn on the gateway VM before you can activate your gateway.
20
20
  */
21
21
  activateGateway(callback?: (err: AWSError, data: StorageGateway.Types.ActivateGatewayOutput) => void): Request<StorageGateway.Types.ActivateGatewayOutput, AWSError>;
22
22
  /**
@@ -100,19 +100,19 @@ declare class StorageGateway extends Service {
100
100
  */
101
101
  createCachediSCSIVolume(callback?: (err: AWSError, data: StorageGateway.Types.CreateCachediSCSIVolumeOutput) => void): Request<StorageGateway.Types.CreateCachediSCSIVolumeOutput, AWSError>;
102
102
  /**
103
- * Creates a Network File System (NFS) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for S3 File Gateways. S3 File gateway requires Security Token Service (STS) to be activated to enable you to create a file share. Make sure STS is activated in the Region you are creating your S3 File Gateway in. If STS is not activated in the Region, activate it. For information about how to activate STS, see Activating and deactivating STS in an Region in the Identity and Access Management User Guide. S3 File Gateways do not support creating hard or symbolic links on a file share.
103
+ * Creates a Network File System (NFS) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for S3 File Gateways. S3 File gateway requires Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your S3 File Gateway in. If Amazon Web Services STS is not activated in the Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide. S3 File Gateways do not support creating hard or symbolic links on a file share.
104
104
  */
105
105
  createNFSFileShare(params: StorageGateway.Types.CreateNFSFileShareInput, callback?: (err: AWSError, data: StorageGateway.Types.CreateNFSFileShareOutput) => void): Request<StorageGateway.Types.CreateNFSFileShareOutput, AWSError>;
106
106
  /**
107
- * Creates a Network File System (NFS) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for S3 File Gateways. S3 File gateway requires Security Token Service (STS) to be activated to enable you to create a file share. Make sure STS is activated in the Region you are creating your S3 File Gateway in. If STS is not activated in the Region, activate it. For information about how to activate STS, see Activating and deactivating STS in an Region in the Identity and Access Management User Guide. S3 File Gateways do not support creating hard or symbolic links on a file share.
107
+ * Creates a Network File System (NFS) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation is only supported for S3 File Gateways. S3 File gateway requires Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your S3 File Gateway in. If Amazon Web Services STS is not activated in the Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide. S3 File Gateways do not support creating hard or symbolic links on a file share.
108
108
  */
109
109
  createNFSFileShare(callback?: (err: AWSError, data: StorageGateway.Types.CreateNFSFileShareOutput) => void): Request<StorageGateway.Types.CreateNFSFileShareOutput, AWSError>;
110
110
  /**
111
- * Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation is only supported for S3 File Gateways. S3 File Gateways require Security Token Service (STS) to be activated to enable you to create a file share. Make sure that STS is activated in the Region you are creating your S3 File Gateway in. If STS is not activated in this Region, activate it. For information about how to activate STS, see Activating and deactivating STS in an Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
111
+ * Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation is only supported for S3 File Gateways. S3 File Gateways require Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure that Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your S3 File Gateway in. If Amazon Web Services STS is not activated in this Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
112
112
  */
113
113
  createSMBFileShare(params: StorageGateway.Types.CreateSMBFileShareInput, callback?: (err: AWSError, data: StorageGateway.Types.CreateSMBFileShareOutput) => void): Request<StorageGateway.Types.CreateSMBFileShareOutput, AWSError>;
114
114
  /**
115
- * Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation is only supported for S3 File Gateways. S3 File Gateways require Security Token Service (STS) to be activated to enable you to create a file share. Make sure that STS is activated in the Region you are creating your S3 File Gateway in. If STS is not activated in this Region, activate it. For information about how to activate STS, see Activating and deactivating STS in an Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
115
+ * Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system mount point backed by Amazon S3 cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation is only supported for S3 File Gateways. S3 File Gateways require Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure that Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your S3 File Gateway in. If Amazon Web Services STS is not activated in this Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
116
116
  */
117
117
  createSMBFileShare(callback?: (err: AWSError, data: StorageGateway.Types.CreateSMBFileShareOutput) => void): Request<StorageGateway.Types.CreateSMBFileShareOutput, AWSError>;
118
118
  /**
@@ -460,11 +460,11 @@ declare class StorageGateway extends Service {
460
460
  */
461
461
  listFileSystemAssociations(callback?: (err: AWSError, data: StorageGateway.Types.ListFileSystemAssociationsOutput) => void): Request<StorageGateway.Types.ListFileSystemAssociationsOutput, AWSError>;
462
462
  /**
463
- * Lists gateways owned by an account in an Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN). By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response. If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.
463
+ * Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN). By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response. If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.
464
464
  */
465
465
  listGateways(params: StorageGateway.Types.ListGatewaysInput, callback?: (err: AWSError, data: StorageGateway.Types.ListGatewaysOutput) => void): Request<StorageGateway.Types.ListGatewaysOutput, AWSError>;
466
466
  /**
467
- * Lists gateways owned by an account in an Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN). By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response. If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.
467
+ * Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN). By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response. If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.
468
468
  */
469
469
  listGateways(callback?: (err: AWSError, data: StorageGateway.Types.ListGatewaysOutput) => void): Request<StorageGateway.Types.ListGatewaysOutput, AWSError>;
470
470
  /**
@@ -684,11 +684,11 @@ declare class StorageGateway extends Service {
684
684
  */
685
685
  updateNFSFileShare(callback?: (err: AWSError, data: StorageGateway.Types.UpdateNFSFileShareOutput) => void): Request<StorageGateway.Types.UpdateNFSFileShareOutput, AWSError>;
686
686
  /**
687
- * Updates a Server Message Block (SMB) file share. This operation is only supported for S3 File Gateways. To leave a file share field unchanged, set the corresponding input field to null. File gateways require Security Token Service (STS) to be activated to enable you to create a file share. Make sure that STS is activated in the Region you are creating your file gateway in. If STS is not activated in this Region, activate it. For information about how to activate STS, see Activating and deactivating STS in an Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
687
+ * Updates a Server Message Block (SMB) file share. This operation is only supported for S3 File Gateways. To leave a file share field unchanged, set the corresponding input field to null. File gateways require Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure that Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your file gateway in. If Amazon Web Services STS is not activated in this Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
688
688
  */
689
689
  updateSMBFileShare(params: StorageGateway.Types.UpdateSMBFileShareInput, callback?: (err: AWSError, data: StorageGateway.Types.UpdateSMBFileShareOutput) => void): Request<StorageGateway.Types.UpdateSMBFileShareOutput, AWSError>;
690
690
  /**
691
- * Updates a Server Message Block (SMB) file share. This operation is only supported for S3 File Gateways. To leave a file share field unchanged, set the corresponding input field to null. File gateways require Security Token Service (STS) to be activated to enable you to create a file share. Make sure that STS is activated in the Region you are creating your file gateway in. If STS is not activated in this Region, activate it. For information about how to activate STS, see Activating and deactivating STS in an Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
691
+ * Updates a Server Message Block (SMB) file share. This operation is only supported for S3 File Gateways. To leave a file share field unchanged, set the corresponding input field to null. File gateways require Security Token Service (Amazon Web Services STS) to be activated to enable you to create a file share. Make sure that Amazon Web Services STS is activated in the Amazon Web Services Region you are creating your file gateway in. If Amazon Web Services STS is not activated in this Amazon Web Services Region, activate it. For information about how to activate Amazon Web Services STS, see Activating and deactivating Amazon Web Services STS in an Amazon Web Services Region in the Identity and Access Management User Guide. File gateways don't support creating hard or symbolic links on a file share.
692
692
  */
693
693
  updateSMBFileShare(callback?: (err: AWSError, data: StorageGateway.Types.UpdateSMBFileShareOutput) => void): Request<StorageGateway.Types.UpdateSMBFileShareOutput, AWSError>;
694
694
  /**
@@ -699,6 +699,14 @@ declare class StorageGateway extends Service {
699
699
  * Controls whether the shares on an S3 File Gateway are visible in a net view or browse list. The operation is only supported for S3 File Gateways.
700
700
  */
701
701
  updateSMBFileShareVisibility(callback?: (err: AWSError, data: StorageGateway.Types.UpdateSMBFileShareVisibilityOutput) => void): Request<StorageGateway.Types.UpdateSMBFileShareVisibilityOutput, AWSError>;
702
+ /**
703
+ * Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
704
+ */
705
+ updateSMBLocalGroups(params: StorageGateway.Types.UpdateSMBLocalGroupsInput, callback?: (err: AWSError, data: StorageGateway.Types.UpdateSMBLocalGroupsOutput) => void): Request<StorageGateway.Types.UpdateSMBLocalGroupsOutput, AWSError>;
706
+ /**
707
+ * Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
708
+ */
709
+ updateSMBLocalGroups(callback?: (err: AWSError, data: StorageGateway.Types.UpdateSMBLocalGroupsOutput) => void): Request<StorageGateway.Types.UpdateSMBLocalGroupsOutput, AWSError>;
702
710
  /**
703
711
  * Updates the SMB security strategy on a file gateway. This action is only supported in file gateways. This API is called Security level in the User Guide. A higher security level can affect performance of the gateway.
704
712
  */
@@ -739,7 +747,7 @@ declare namespace StorageGateway {
739
747
  */
740
748
  GatewayTimezone: GatewayTimezone;
741
749
  /**
742
- * A value that indicates the Region where you want to store your data. The gateway Region specified must be the same Region as the Region in your Host header in the request. For more information about available Regions and endpoints for Storage Gateway, see Storage Gateway endpoints and quotas in the Amazon Web Services General Reference. Valid Values: See Storage Gateway endpoints and quotas in the Amazon Web Services General Reference.
750
+ * A value that indicates the Amazon Web Services Region where you want to store your data. The gateway Amazon Web Services Region specified must be the same Amazon Web Services Region as the Amazon Web Services Region in your Host header in the request. For more information about available Amazon Web Services Regions and endpoints for Storage Gateway, see Storage Gateway endpoints and quotas in the Amazon Web Services General Reference. Valid Values: See Storage Gateway endpoints and quotas in the Amazon Web Services General Reference.
743
751
  */
744
752
  GatewayRegion: RegionId;
745
753
  /**
@@ -1152,7 +1160,7 @@ declare namespace StorageGateway {
1152
1160
  */
1153
1161
  Role: Role;
1154
1162
  /**
1155
- * The ARN of the backend storage used for storing file data. A prefix name can be added to the S3 bucket name. It must end with a "/". You can specify a bucket attached to an access point using a complete ARN that includes the bucket region as shown: arn:aws:s3:region:account-id:accesspoint/access-point-name If you specify a bucket attached to an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide.
1163
+ * A custom ARN for the backend storage used for storing data for file shares. It includes a resource ARN with an optional prefix concatenation. The prefix must end with a forward slash (/). You can specify LocationARN as a bucket ARN, access point ARN or access point alias, as shown in the following examples. Bucket ARN: arn:aws:s3:::my-bucket/prefix/ Access point ARN: arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/ If you specify an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide. Access point alias: test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias
1156
1164
  */
1157
1165
  LocationARN: LocationARN;
1158
1166
  /**
@@ -1188,7 +1196,7 @@ declare namespace StorageGateway {
1188
1196
  */
1189
1197
  Tags?: Tags;
1190
1198
  /**
1191
- * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN.
1199
+ * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.
1192
1200
  */
1193
1201
  FileShareName?: FileShareName;
1194
1202
  /**
@@ -1207,6 +1215,10 @@ declare namespace StorageGateway {
1207
1215
  * Specifies the Region of the S3 bucket where the NFS file share stores files. This parameter is required for NFS file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.
1208
1216
  */
1209
1217
  BucketRegion?: RegionId;
1218
+ /**
1219
+ * The Amazon Resource Name (ARN) of the storage used for audit logs.
1220
+ */
1221
+ AuditDestinationARN?: AuditDestinationARN;
1210
1222
  }
1211
1223
  export interface CreateNFSFileShareOutput {
1212
1224
  /**
@@ -1236,7 +1248,7 @@ declare namespace StorageGateway {
1236
1248
  */
1237
1249
  Role: Role;
1238
1250
  /**
1239
- * The ARN of the backend storage used for storing file data. A prefix name can be added to the S3 bucket name. It must end with a "/". You can specify a bucket attached to an access point using a complete ARN that includes the bucket region as shown: arn:aws:s3:region:account-id:accesspoint/access-point-name If you specify a bucket attached to an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide.
1251
+ * A custom ARN for the backend storage used for storing data for file shares. It includes a resource ARN with an optional prefix concatenation. The prefix must end with a forward slash (/). You can specify LocationARN as a bucket ARN, access point ARN or access point alias, as shown in the following examples. Bucket ARN: arn:aws:s3:::my-bucket/prefix/ Access point ARN: arn:aws:s3:region:account-id:accesspoint/access-point-name/prefix/ If you specify an access point, the bucket policy must be configured to delegate access control to the access point. For information, see Delegating access control to access points in the Amazon S3 User Guide. Access point alias: test-ap-ab123cdef4gehijklmn5opqrstuvuse1a-s3alias
1240
1252
  */
1241
1253
  LocationARN: LocationARN;
1242
1254
  /**
@@ -1296,7 +1308,7 @@ declare namespace StorageGateway {
1296
1308
  */
1297
1309
  Tags?: Tags;
1298
1310
  /**
1299
- * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN.
1311
+ * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.
1300
1312
  */
1301
1313
  FileShareName?: FileShareName;
1302
1314
  /**
@@ -1437,7 +1449,7 @@ declare namespace StorageGateway {
1437
1449
  */
1438
1450
  StorageClass: TapeStorageClass;
1439
1451
  /**
1440
- * Tape retention lock can be configured in two modes. When configured in governance mode, accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root account.
1452
+ * Tape retention lock can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
1441
1453
  */
1442
1454
  RetentionLockType?: RetentionLockType;
1443
1455
  /**
@@ -1451,13 +1463,13 @@ declare namespace StorageGateway {
1451
1463
  }
1452
1464
  export interface CreateTapePoolOutput {
1453
1465
  /**
1454
- * The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Region.
1466
+ * The unique Amazon Resource Name (ARN) that represents the custom tape pool. Use the ListTapePools operation to return a list of tape pools for your account and Amazon Web Services Region.
1455
1467
  */
1456
1468
  PoolARN?: PoolARN;
1457
1469
  }
1458
1470
  export interface CreateTapeWithBarcodeInput {
1459
1471
  /**
1460
- * The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with. Use the ListGateways operation to return a list of gateways for your account and Region.
1472
+ * The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
1461
1473
  */
1462
1474
  GatewayARN: GatewayARN;
1463
1475
  /**
@@ -1497,7 +1509,7 @@ declare namespace StorageGateway {
1497
1509
  }
1498
1510
  export interface CreateTapesInput {
1499
1511
  /**
1500
- * The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tapes with. Use the ListGateways operation to return a list of gateways for your account and Region.
1512
+ * The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tapes with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
1501
1513
  */
1502
1514
  GatewayARN: GatewayARN;
1503
1515
  /**
@@ -1636,7 +1648,7 @@ declare namespace StorageGateway {
1636
1648
  }
1637
1649
  export interface DeleteTapeInput {
1638
1650
  /**
1639
- * The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Region.
1651
+ * The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
1640
1652
  */
1641
1653
  GatewayARN: GatewayARN;
1642
1654
  /**
@@ -1825,7 +1837,7 @@ declare namespace StorageGateway {
1825
1837
  */
1826
1838
  Ec2InstanceId?: Ec2InstanceId;
1827
1839
  /**
1828
- * The Region where the Amazon EC2 instance is located.
1840
+ * The Amazon Web Services Region where the Amazon EC2 instance is located.
1829
1841
  */
1830
1842
  Ec2InstanceRegion?: Ec2InstanceRegion;
1831
1843
  /**
@@ -1940,6 +1952,10 @@ declare namespace StorageGateway {
1940
1952
  * The shares on this gateway appear when listing shares. Only supported for S3 File Gateways.
1941
1953
  */
1942
1954
  FileSharesVisible?: Boolean;
1955
+ /**
1956
+ * A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
1957
+ */
1958
+ SMBLocalGroups?: SMBLocalGroups;
1943
1959
  }
1944
1960
  export interface DescribeSnapshotScheduleInput {
1945
1961
  /**
@@ -2271,9 +2287,20 @@ declare namespace StorageGateway {
2271
2287
  * Specifies network configuration information for the gateway associated with the Amazon FSx file system. If multiple file systems are associated with this gateway, this parameter's IpAddresses field is required.
2272
2288
  */
2273
2289
  EndpointNetworkConfiguration?: EndpointNetworkConfiguration;
2290
+ /**
2291
+ * An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.
2292
+ */
2293
+ FileSystemAssociationStatusDetails?: FileSystemAssociationStatusDetails;
2274
2294
  }
2275
2295
  export type FileSystemAssociationInfoList = FileSystemAssociationInfo[];
2276
2296
  export type FileSystemAssociationStatus = string;
2297
+ export interface FileSystemAssociationStatusDetail {
2298
+ /**
2299
+ * The error code for a given file system association status.
2300
+ */
2301
+ ErrorCode?: FileSystemAssociationSyncErrorCode;
2302
+ }
2303
+ export type FileSystemAssociationStatusDetails = FileSystemAssociationStatusDetail[];
2277
2304
  export interface FileSystemAssociationSummary {
2278
2305
  /**
2279
2306
  * The ID of the file system association.
@@ -2290,6 +2317,7 @@ declare namespace StorageGateway {
2290
2317
  GatewayARN?: GatewayARN;
2291
2318
  }
2292
2319
  export type FileSystemAssociationSummaryList = FileSystemAssociationSummary[];
2320
+ export type FileSystemAssociationSyncErrorCode = string;
2293
2321
  export type FileSystemLocationARN = string;
2294
2322
  export type Folder = string;
2295
2323
  export type FolderList = Folder[];
@@ -2302,7 +2330,7 @@ declare namespace StorageGateway {
2302
2330
  */
2303
2331
  GatewayId?: GatewayId;
2304
2332
  /**
2305
- * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Region.
2333
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
2306
2334
  */
2307
2335
  GatewayARN?: GatewayARN;
2308
2336
  /**
@@ -2322,7 +2350,7 @@ declare namespace StorageGateway {
2322
2350
  */
2323
2351
  Ec2InstanceId?: Ec2InstanceId;
2324
2352
  /**
2325
- * The Region where the Amazon EC2 instance is located.
2353
+ * The Amazon Web Services Region where the Amazon EC2 instance is located.
2326
2354
  */
2327
2355
  Ec2InstanceRegion?: Ec2InstanceRegion;
2328
2356
  }
@@ -2345,7 +2373,7 @@ declare namespace StorageGateway {
2345
2373
  export type IqnName = string;
2346
2374
  export interface JoinDomainInput {
2347
2375
  /**
2348
- * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Region.
2376
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
2349
2377
  */
2350
2378
  GatewayARN: GatewayARN;
2351
2379
  /**
@@ -2653,7 +2681,7 @@ declare namespace StorageGateway {
2653
2681
  */
2654
2682
  Tags?: Tags;
2655
2683
  /**
2656
- * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN.
2684
+ * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.
2657
2685
  */
2658
2686
  FileShareName?: FileShareName;
2659
2687
  /**
@@ -2672,6 +2700,10 @@ declare namespace StorageGateway {
2672
2700
  * Specifies the Region of the S3 bucket where the NFS file share stores files. This parameter is required for NFS file shares that connect to Amazon S3 through a VPC endpoint, a VPC access point, or an access point alias that points to a VPC access point.
2673
2701
  */
2674
2702
  BucketRegion?: RegionId;
2703
+ /**
2704
+ * The Amazon Resource Name (ARN) of the storage used for audit logs.
2705
+ */
2706
+ AuditDestinationARN?: AuditDestinationARN;
2675
2707
  }
2676
2708
  export type NFSFileShareInfoList = NFSFileShareInfo[];
2677
2709
  export interface NetworkInterface {
@@ -2710,7 +2742,7 @@ declare namespace StorageGateway {
2710
2742
  export type PoolId = string;
2711
2743
  export interface PoolInfo {
2712
2744
  /**
2713
- * The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to return a list of custom tape pools for your account and Region.
2745
+ * The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to return a list of custom tape pools for your account and Amazon Web Services Region.
2714
2746
  */
2715
2747
  PoolARN?: PoolARN;
2716
2748
  /**
@@ -2722,7 +2754,7 @@ declare namespace StorageGateway {
2722
2754
  */
2723
2755
  StorageClass?: TapeStorageClass;
2724
2756
  /**
2725
- * Tape retention lock type, which can be configured in two modes. When configured in governance mode, accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root account.
2757
+ * Tape retention lock type, which can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account.
2726
2758
  */
2727
2759
  RetentionLockType?: RetentionLockType;
2728
2760
  /**
@@ -2789,7 +2821,7 @@ declare namespace StorageGateway {
2789
2821
  */
2790
2822
  TapeARN: TapeARN;
2791
2823
  /**
2792
- * The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Region. You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
2824
+ * The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
2793
2825
  */
2794
2826
  GatewayARN: GatewayARN;
2795
2827
  }
@@ -2880,7 +2912,7 @@ declare namespace StorageGateway {
2880
2912
  */
2881
2913
  Tags?: Tags;
2882
2914
  /**
2883
- * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN.
2915
+ * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.
2884
2916
  */
2885
2917
  FileShareName?: FileShareName;
2886
2918
  /**
@@ -2906,6 +2938,12 @@ declare namespace StorageGateway {
2906
2938
  }
2907
2939
  export type SMBFileShareInfoList = SMBFileShareInfo[];
2908
2940
  export type SMBGuestPassword = string;
2941
+ export interface SMBLocalGroups {
2942
+ /**
2943
+ * A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1. Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
2944
+ */
2945
+ GatewayAdmins?: UserList;
2946
+ }
2909
2947
  export type SMBSecurityStrategy = "ClientSpecified"|"MandatorySigning"|"MandatoryEncryption"|string;
2910
2948
  export interface SetLocalConsolePasswordInput {
2911
2949
  GatewayARN: GatewayARN;
@@ -3155,7 +3193,7 @@ declare namespace StorageGateway {
3155
3193
  */
3156
3194
  TapeStatus?: TapeStatus;
3157
3195
  /**
3158
- * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Region.
3196
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
3159
3197
  */
3160
3198
  GatewayARN?: GatewayARN;
3161
3199
  /**
@@ -3385,17 +3423,21 @@ declare namespace StorageGateway {
3385
3423
  */
3386
3424
  RequesterPays?: Boolean;
3387
3425
  /**
3388
- * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN.
3426
+ * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.
3389
3427
  */
3390
3428
  FileShareName?: FileShareName;
3391
3429
  /**
3392
- * specifies refresh cache information for the file share.
3430
+ * Specifies refresh cache information for the file share.
3393
3431
  */
3394
3432
  CacheAttributes?: CacheAttributes;
3395
3433
  /**
3396
3434
  * The notification policy of the file share. SettlingTimeInSeconds controls the number of seconds to wait after the last point in time a client wrote to a file before generating an ObjectUploaded notification. Because clients can make many small writes to files, it's best to set this parameter for as long as possible to avoid generating multiple notifications for the same file in a small time period. SettlingTimeInSeconds has no effect on the timing of the object uploading to Amazon S3, only the timing of the notification. The following example sets NotificationPolicy on with SettlingTimeInSeconds set to 60. {\"Upload\": {\"SettlingTimeInSeconds\": 60}} The following example sets NotificationPolicy off. {}
3397
3435
  */
3398
3436
  NotificationPolicy?: NotificationPolicy;
3437
+ /**
3438
+ * The Amazon Resource Name (ARN) of the storage used for audit logs.
3439
+ */
3440
+ AuditDestinationARN?: AuditDestinationARN;
3399
3441
  }
3400
3442
  export interface UpdateNFSFileShareOutput {
3401
3443
  /**
@@ -3465,7 +3507,7 @@ declare namespace StorageGateway {
3465
3507
  */
3466
3508
  CaseSensitivity?: CaseSensitivity;
3467
3509
  /**
3468
- * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN.
3510
+ * The name of the file share. Optional. FileShareName must be set if an S3 prefix name is set in LocationARN, or if an access point or access point alias is used.
3469
3511
  */
3470
3512
  FileShareName?: FileShareName;
3471
3513
  /**
@@ -3497,6 +3539,16 @@ declare namespace StorageGateway {
3497
3539
  export interface UpdateSMBFileShareVisibilityOutput {
3498
3540
  GatewayARN?: GatewayARN;
3499
3541
  }
3542
+ export interface UpdateSMBLocalGroupsInput {
3543
+ GatewayARN: GatewayARN;
3544
+ /**
3545
+ * A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.
3546
+ */
3547
+ SMBLocalGroups: SMBLocalGroups;
3548
+ }
3549
+ export interface UpdateSMBLocalGroupsOutput {
3550
+ GatewayARN?: GatewayARN;
3551
+ }
3500
3552
  export interface UpdateSMBSecurityStrategyInput {
3501
3553
  GatewayARN: GatewayARN;
3502
3554
  /**