@aws-sdk/client-storage-gateway 3.427.0 → 3.429.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/dist-types/models/models_0.d.ts +26 -26
- package/dist-types/ts3.4/models/models_0.d.ts +26 -26
- package/package.json +31 -31
|
@@ -244,7 +244,7 @@ export interface StorageGatewayError {
|
|
|
244
244
|
* @public
|
|
245
245
|
* <p>Additional information about the error.</p>
|
|
246
246
|
*/
|
|
247
|
-
errorCode?: ErrorCode
|
|
247
|
+
errorCode?: ErrorCode;
|
|
248
248
|
/**
|
|
249
249
|
* @public
|
|
250
250
|
* <p>Human-readable text that provides detail about the error that occurred.</p>
|
|
@@ -1245,7 +1245,7 @@ export interface CreateNFSFileShareInput {
|
|
|
1245
1245
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
1246
1246
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
1247
1247
|
*/
|
|
1248
|
-
ObjectACL?: ObjectACL
|
|
1248
|
+
ObjectACL?: ObjectACL;
|
|
1249
1249
|
/**
|
|
1250
1250
|
* @public
|
|
1251
1251
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
@@ -1469,7 +1469,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1469
1469
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
1470
1470
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
1471
1471
|
*/
|
|
1472
|
-
ObjectACL?: ObjectACL
|
|
1472
|
+
ObjectACL?: ObjectACL;
|
|
1473
1473
|
/**
|
|
1474
1474
|
* @public
|
|
1475
1475
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
@@ -1571,7 +1571,7 @@ export interface CreateSMBFileShareInput {
|
|
|
1571
1571
|
* <code>CaseSensitive</code>, the gateway determines the case sensitivity. The default
|
|
1572
1572
|
* value is <code>ClientSpecified</code>.</p>
|
|
1573
1573
|
*/
|
|
1574
|
-
CaseSensitivity?: CaseSensitivity
|
|
1574
|
+
CaseSensitivity?: CaseSensitivity;
|
|
1575
1575
|
/**
|
|
1576
1576
|
* @public
|
|
1577
1577
|
* <p>A list of up to 50 tags that can be assigned to the NFS file share. Each tag is a
|
|
@@ -1969,7 +1969,7 @@ export interface CreateTapePoolInput {
|
|
|
1969
1969
|
* application to eject the tape, the tape is archived directly into the storage class (S3
|
|
1970
1970
|
* Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
1971
1971
|
*/
|
|
1972
|
-
StorageClass: TapeStorageClass |
|
|
1972
|
+
StorageClass: TapeStorageClass | undefined;
|
|
1973
1973
|
/**
|
|
1974
1974
|
* @public
|
|
1975
1975
|
* <p>Tape retention lock can be configured in two modes. When configured in governance mode,
|
|
@@ -1977,7 +1977,7 @@ export interface CreateTapePoolInput {
|
|
|
1977
1977
|
* tape retention lock from archived virtual tapes. When configured in compliance mode, the
|
|
1978
1978
|
* tape retention lock cannot be removed by any user, including the root Amazon Web Services account.</p>
|
|
1979
1979
|
*/
|
|
1980
|
-
RetentionLockType?: RetentionLockType
|
|
1980
|
+
RetentionLockType?: RetentionLockType;
|
|
1981
1981
|
/**
|
|
1982
1982
|
* @public
|
|
1983
1983
|
* <p>Tape retention lock time is set in days. Tape retention lock can be enabled for up to
|
|
@@ -2515,7 +2515,7 @@ export interface DescribeAvailabilityMonitorTestOutput {
|
|
|
2515
2515
|
* <p>The status of the high availability monitoring test. If a test hasn't been
|
|
2516
2516
|
* performed, the value of this field is null.</p>
|
|
2517
2517
|
*/
|
|
2518
|
-
Status?: AvailabilityMonitorTestStatus
|
|
2518
|
+
Status?: AvailabilityMonitorTestStatus;
|
|
2519
2519
|
/**
|
|
2520
2520
|
* @public
|
|
2521
2521
|
* <p>The time the high availability monitoring test was started. If a test hasn't been
|
|
@@ -2975,7 +2975,7 @@ export interface DescribeGatewayInformationOutput {
|
|
|
2975
2975
|
* @public
|
|
2976
2976
|
* <p>The type of hardware or software platform on which the gateway is running.</p>
|
|
2977
2977
|
*/
|
|
2978
|
-
HostEnvironment?: HostEnvironment
|
|
2978
|
+
HostEnvironment?: HostEnvironment;
|
|
2979
2979
|
/**
|
|
2980
2980
|
* @public
|
|
2981
2981
|
* <p>The type of endpoint for your gateway.</p>
|
|
@@ -2998,13 +2998,13 @@ export interface DescribeGatewayInformationOutput {
|
|
|
2998
2998
|
* @public
|
|
2999
2999
|
* <p>Specifies the size of the gateway's metadata cache.</p>
|
|
3000
3000
|
*/
|
|
3001
|
-
GatewayCapacity?: GatewayCapacity
|
|
3001
|
+
GatewayCapacity?: GatewayCapacity;
|
|
3002
3002
|
/**
|
|
3003
3003
|
* @public
|
|
3004
3004
|
* <p>A list of the metadata cache sizes that the gateway can support based on its current
|
|
3005
3005
|
* hardware specifications.</p>
|
|
3006
3006
|
*/
|
|
3007
|
-
SupportedGatewayCapacities?:
|
|
3007
|
+
SupportedGatewayCapacities?: GatewayCapacity[];
|
|
3008
3008
|
/**
|
|
3009
3009
|
* @public
|
|
3010
3010
|
* <p>A unique identifier for the specific instance of the host platform running the gateway.
|
|
@@ -3221,7 +3221,7 @@ export interface NFSFileShareInfo {
|
|
|
3221
3221
|
* that an S3 File Gateway puts objects into. The default value is
|
|
3222
3222
|
* <code>private</code>.</p>
|
|
3223
3223
|
*/
|
|
3224
|
-
ObjectACL?: ObjectACL
|
|
3224
|
+
ObjectACL?: ObjectACL;
|
|
3225
3225
|
/**
|
|
3226
3226
|
* @public
|
|
3227
3227
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
@@ -3472,7 +3472,7 @@ export interface SMBFileShareInfo {
|
|
|
3472
3472
|
* that an S3 File Gateway puts objects into. The default value is
|
|
3473
3473
|
* <code>private</code>.</p>
|
|
3474
3474
|
*/
|
|
3475
|
-
ObjectACL?: ObjectACL
|
|
3475
|
+
ObjectACL?: ObjectACL;
|
|
3476
3476
|
/**
|
|
3477
3477
|
* @public
|
|
3478
3478
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
@@ -3568,7 +3568,7 @@ export interface SMBFileShareInfo {
|
|
|
3568
3568
|
* <code>CaseSensitive</code>, the gateway determines the case sensitivity. The default
|
|
3569
3569
|
* value is <code>ClientSpecified</code>.</p>
|
|
3570
3570
|
*/
|
|
3571
|
-
CaseSensitivity?: CaseSensitivity
|
|
3571
|
+
CaseSensitivity?: CaseSensitivity;
|
|
3572
3572
|
/**
|
|
3573
3573
|
* @public
|
|
3574
3574
|
* <p>A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key
|
|
@@ -3754,7 +3754,7 @@ export interface DescribeSMBSettingsOutput {
|
|
|
3754
3754
|
* </li>
|
|
3755
3755
|
* </ul>
|
|
3756
3756
|
*/
|
|
3757
|
-
ActiveDirectoryStatus?: ActiveDirectoryStatus
|
|
3757
|
+
ActiveDirectoryStatus?: ActiveDirectoryStatus;
|
|
3758
3758
|
/**
|
|
3759
3759
|
* @public
|
|
3760
3760
|
* <p>This value is <code>true</code> if a password for the guest user <code>smbguest</code>
|
|
@@ -3789,7 +3789,7 @@ export interface DescribeSMBSettingsOutput {
|
|
|
3789
3789
|
* </li>
|
|
3790
3790
|
* </ul>
|
|
3791
3791
|
*/
|
|
3792
|
-
SMBSecurityStrategy?: SMBSecurityStrategy
|
|
3792
|
+
SMBSecurityStrategy?: SMBSecurityStrategy;
|
|
3793
3793
|
/**
|
|
3794
3794
|
* @public
|
|
3795
3795
|
* <p>The shares on this gateway appear when listing shares. Only supported for S3 File
|
|
@@ -4767,7 +4767,7 @@ export interface FileShareInfo {
|
|
|
4767
4767
|
* @public
|
|
4768
4768
|
* <p>The type of the file share.</p>
|
|
4769
4769
|
*/
|
|
4770
|
-
FileShareType?: FileShareType
|
|
4770
|
+
FileShareType?: FileShareType;
|
|
4771
4771
|
/**
|
|
4772
4772
|
* @public
|
|
4773
4773
|
* <p>The Amazon Resource Name (ARN) of the file share.</p>
|
|
@@ -4873,7 +4873,7 @@ export interface GatewayInfo {
|
|
|
4873
4873
|
* @public
|
|
4874
4874
|
* <p>The type of hardware or software platform on which the gateway is running.</p>
|
|
4875
4875
|
*/
|
|
4876
|
-
HostEnvironment?: HostEnvironment
|
|
4876
|
+
HostEnvironment?: HostEnvironment;
|
|
4877
4877
|
/**
|
|
4878
4878
|
* @public
|
|
4879
4879
|
* <p>A unique identifier for the specific instance of the host platform running the gateway.
|
|
@@ -4983,7 +4983,7 @@ export interface JoinDomainOutput {
|
|
|
4983
4983
|
* </li>
|
|
4984
4984
|
* </ul>
|
|
4985
4985
|
*/
|
|
4986
|
-
ActiveDirectoryStatus?: ActiveDirectoryStatus
|
|
4986
|
+
ActiveDirectoryStatus?: ActiveDirectoryStatus;
|
|
4987
4987
|
}
|
|
4988
4988
|
/**
|
|
4989
4989
|
* @public
|
|
@@ -5288,7 +5288,7 @@ export interface PoolInfo {
|
|
|
5288
5288
|
* application to eject the tape, the tape is archived directly into the storage class (S3
|
|
5289
5289
|
* Glacier or S3 Glacier Deep Archive) that corresponds to the pool.</p>
|
|
5290
5290
|
*/
|
|
5291
|
-
StorageClass?: TapeStorageClass
|
|
5291
|
+
StorageClass?: TapeStorageClass;
|
|
5292
5292
|
/**
|
|
5293
5293
|
* @public
|
|
5294
5294
|
* <p>Tape retention lock type, which can be configured in two modes. When configured in
|
|
@@ -5297,7 +5297,7 @@ export interface PoolInfo {
|
|
|
5297
5297
|
* compliance mode, the tape retention lock cannot be removed by any user, including the root
|
|
5298
5298
|
* Amazon Web Services account.</p>
|
|
5299
5299
|
*/
|
|
5300
|
-
RetentionLockType?: RetentionLockType
|
|
5300
|
+
RetentionLockType?: RetentionLockType;
|
|
5301
5301
|
/**
|
|
5302
5302
|
* @public
|
|
5303
5303
|
* <p>Tape retention lock time is set in days. Tape retention lock can be enabled for up to
|
|
@@ -5309,7 +5309,7 @@ export interface PoolInfo {
|
|
|
5309
5309
|
* <p>Status of the custom tape pool. Pool can be <code>ACTIVE</code> or
|
|
5310
5310
|
* <code>DELETED</code>.</p>
|
|
5311
5311
|
*/
|
|
5312
|
-
PoolStatus?: PoolStatus
|
|
5312
|
+
PoolStatus?: PoolStatus;
|
|
5313
5313
|
}
|
|
5314
5314
|
/**
|
|
5315
5315
|
* @public
|
|
@@ -6230,7 +6230,7 @@ export interface UpdateGatewayInformationInput {
|
|
|
6230
6230
|
* @public
|
|
6231
6231
|
* <p>Specifies the size of the gateway's metadata cache.</p>
|
|
6232
6232
|
*/
|
|
6233
|
-
GatewayCapacity?: GatewayCapacity
|
|
6233
|
+
GatewayCapacity?: GatewayCapacity;
|
|
6234
6234
|
}
|
|
6235
6235
|
/**
|
|
6236
6236
|
* @public
|
|
@@ -6393,7 +6393,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
6393
6393
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
6394
6394
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
6395
6395
|
*/
|
|
6396
|
-
ObjectACL?: ObjectACL
|
|
6396
|
+
ObjectACL?: ObjectACL;
|
|
6397
6397
|
/**
|
|
6398
6398
|
* @public
|
|
6399
6399
|
* <p>The list of clients that are allowed to access the S3 File Gateway. The list must
|
|
@@ -6547,7 +6547,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6547
6547
|
* <p>A value that sets the access control list (ACL) permission for objects in the S3 bucket
|
|
6548
6548
|
* that a S3 File Gateway puts objects into. The default value is <code>private</code>.</p>
|
|
6549
6549
|
*/
|
|
6550
|
-
ObjectACL?: ObjectACL
|
|
6550
|
+
ObjectACL?: ObjectACL;
|
|
6551
6551
|
/**
|
|
6552
6552
|
* @public
|
|
6553
6553
|
* <p>A value that sets the write status of a file share. Set this value to <code>true</code>
|
|
@@ -6638,7 +6638,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
6638
6638
|
* <code>CaseSensitive</code>, the gateway determines the case sensitivity. The default
|
|
6639
6639
|
* value is <code>ClientSpecified</code>.</p>
|
|
6640
6640
|
*/
|
|
6641
|
-
CaseSensitivity?: CaseSensitivity
|
|
6641
|
+
CaseSensitivity?: CaseSensitivity;
|
|
6642
6642
|
/**
|
|
6643
6643
|
* @public
|
|
6644
6644
|
* <p>The name of the file share. Optional.</p>
|
|
@@ -6780,7 +6780,7 @@ export interface UpdateSMBSecurityStrategyInput {
|
|
|
6780
6780
|
* environments that handle sensitive data. This option works with SMB clients on Microsoft
|
|
6781
6781
|
* Windows 8, Windows Server 2012 or newer.</p>
|
|
6782
6782
|
*/
|
|
6783
|
-
SMBSecurityStrategy: SMBSecurityStrategy |
|
|
6783
|
+
SMBSecurityStrategy: SMBSecurityStrategy | undefined;
|
|
6784
6784
|
}
|
|
6785
6785
|
/**
|
|
6786
6786
|
* @public
|
|
@@ -83,7 +83,7 @@ export declare const ErrorCode: {
|
|
|
83
83
|
};
|
|
84
84
|
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
85
85
|
export interface StorageGatewayError {
|
|
86
|
-
errorCode?: ErrorCode
|
|
86
|
+
errorCode?: ErrorCode;
|
|
87
87
|
errorDetails?: Record<string, string>;
|
|
88
88
|
}
|
|
89
89
|
export declare class InternalServerError extends __BaseException {
|
|
@@ -296,7 +296,7 @@ export interface CreateNFSFileShareInput {
|
|
|
296
296
|
Role: string | undefined;
|
|
297
297
|
LocationARN: string | undefined;
|
|
298
298
|
DefaultStorageClass?: string;
|
|
299
|
-
ObjectACL?: ObjectACL
|
|
299
|
+
ObjectACL?: ObjectACL;
|
|
300
300
|
ClientList?: string[];
|
|
301
301
|
Squash?: string;
|
|
302
302
|
ReadOnly?: boolean;
|
|
@@ -321,7 +321,7 @@ export interface CreateSMBFileShareInput {
|
|
|
321
321
|
Role: string | undefined;
|
|
322
322
|
LocationARN: string | undefined;
|
|
323
323
|
DefaultStorageClass?: string;
|
|
324
|
-
ObjectACL?: ObjectACL
|
|
324
|
+
ObjectACL?: ObjectACL;
|
|
325
325
|
ReadOnly?: boolean;
|
|
326
326
|
GuessMIMETypeEnabled?: boolean;
|
|
327
327
|
RequesterPays?: boolean;
|
|
@@ -332,7 +332,7 @@ export interface CreateSMBFileShareInput {
|
|
|
332
332
|
InvalidUserList?: string[];
|
|
333
333
|
AuditDestinationARN?: string;
|
|
334
334
|
Authentication?: string;
|
|
335
|
-
CaseSensitivity?: CaseSensitivity
|
|
335
|
+
CaseSensitivity?: CaseSensitivity;
|
|
336
336
|
Tags?: Tag[];
|
|
337
337
|
FileShareName?: string;
|
|
338
338
|
CacheAttributes?: CacheAttributes;
|
|
@@ -402,8 +402,8 @@ export type TapeStorageClass =
|
|
|
402
402
|
(typeof TapeStorageClass)[keyof typeof TapeStorageClass];
|
|
403
403
|
export interface CreateTapePoolInput {
|
|
404
404
|
PoolName: string | undefined;
|
|
405
|
-
StorageClass: TapeStorageClass |
|
|
406
|
-
RetentionLockType?: RetentionLockType
|
|
405
|
+
StorageClass: TapeStorageClass | undefined;
|
|
406
|
+
RetentionLockType?: RetentionLockType;
|
|
407
407
|
RetentionLockTimeInDays?: number;
|
|
408
408
|
Tags?: Tag[];
|
|
409
409
|
}
|
|
@@ -510,7 +510,7 @@ export interface DescribeAvailabilityMonitorTestInput {
|
|
|
510
510
|
}
|
|
511
511
|
export interface DescribeAvailabilityMonitorTestOutput {
|
|
512
512
|
GatewayARN?: string;
|
|
513
|
-
Status?: AvailabilityMonitorTestStatus
|
|
513
|
+
Status?: AvailabilityMonitorTestStatus;
|
|
514
514
|
StartTime?: Date;
|
|
515
515
|
}
|
|
516
516
|
export interface DescribeBandwidthRateLimitInput {
|
|
@@ -612,12 +612,12 @@ export interface DescribeGatewayInformationOutput {
|
|
|
612
612
|
Tags?: Tag[];
|
|
613
613
|
VPCEndpoint?: string;
|
|
614
614
|
CloudWatchLogGroupARN?: string;
|
|
615
|
-
HostEnvironment?: HostEnvironment
|
|
615
|
+
HostEnvironment?: HostEnvironment;
|
|
616
616
|
EndpointType?: string;
|
|
617
617
|
SoftwareUpdatesEndDate?: string;
|
|
618
618
|
DeprecationDate?: string;
|
|
619
|
-
GatewayCapacity?: GatewayCapacity
|
|
620
|
-
SupportedGatewayCapacities?:
|
|
619
|
+
GatewayCapacity?: GatewayCapacity;
|
|
620
|
+
SupportedGatewayCapacities?: GatewayCapacity[];
|
|
621
621
|
HostEnvironmentId?: string;
|
|
622
622
|
SoftwareVersion?: string;
|
|
623
623
|
}
|
|
@@ -647,7 +647,7 @@ export interface NFSFileShareInfo {
|
|
|
647
647
|
Role?: string;
|
|
648
648
|
LocationARN?: string;
|
|
649
649
|
DefaultStorageClass?: string;
|
|
650
|
-
ObjectACL?: ObjectACL
|
|
650
|
+
ObjectACL?: ObjectACL;
|
|
651
651
|
ClientList?: string[];
|
|
652
652
|
Squash?: string;
|
|
653
653
|
ReadOnly?: boolean;
|
|
@@ -678,7 +678,7 @@ export interface SMBFileShareInfo {
|
|
|
678
678
|
Role?: string;
|
|
679
679
|
LocationARN?: string;
|
|
680
680
|
DefaultStorageClass?: string;
|
|
681
|
-
ObjectACL?: ObjectACL
|
|
681
|
+
ObjectACL?: ObjectACL;
|
|
682
682
|
ReadOnly?: boolean;
|
|
683
683
|
GuessMIMETypeEnabled?: boolean;
|
|
684
684
|
RequesterPays?: boolean;
|
|
@@ -689,7 +689,7 @@ export interface SMBFileShareInfo {
|
|
|
689
689
|
InvalidUserList?: string[];
|
|
690
690
|
AuditDestinationARN?: string;
|
|
691
691
|
Authentication?: string;
|
|
692
|
-
CaseSensitivity?: CaseSensitivity
|
|
692
|
+
CaseSensitivity?: CaseSensitivity;
|
|
693
693
|
Tags?: Tag[];
|
|
694
694
|
FileShareName?: string;
|
|
695
695
|
CacheAttributes?: CacheAttributes;
|
|
@@ -717,9 +717,9 @@ export type SMBSecurityStrategy =
|
|
|
717
717
|
export interface DescribeSMBSettingsOutput {
|
|
718
718
|
GatewayARN?: string;
|
|
719
719
|
DomainName?: string;
|
|
720
|
-
ActiveDirectoryStatus?: ActiveDirectoryStatus
|
|
720
|
+
ActiveDirectoryStatus?: ActiveDirectoryStatus;
|
|
721
721
|
SMBGuestPasswordSet?: boolean;
|
|
722
|
-
SMBSecurityStrategy?: SMBSecurityStrategy
|
|
722
|
+
SMBSecurityStrategy?: SMBSecurityStrategy;
|
|
723
723
|
FileSharesVisible?: boolean;
|
|
724
724
|
SMBLocalGroups?: SMBLocalGroups;
|
|
725
725
|
}
|
|
@@ -900,7 +900,7 @@ export declare const FileShareType: {
|
|
|
900
900
|
};
|
|
901
901
|
export type FileShareType = (typeof FileShareType)[keyof typeof FileShareType];
|
|
902
902
|
export interface FileShareInfo {
|
|
903
|
-
FileShareType?: FileShareType
|
|
903
|
+
FileShareType?: FileShareType;
|
|
904
904
|
FileShareARN?: string;
|
|
905
905
|
FileShareId?: string;
|
|
906
906
|
FileShareStatus?: string;
|
|
@@ -920,7 +920,7 @@ export interface GatewayInfo {
|
|
|
920
920
|
GatewayName?: string;
|
|
921
921
|
Ec2InstanceId?: string;
|
|
922
922
|
Ec2InstanceRegion?: string;
|
|
923
|
-
HostEnvironment?: HostEnvironment
|
|
923
|
+
HostEnvironment?: HostEnvironment;
|
|
924
924
|
HostEnvironmentId?: string;
|
|
925
925
|
}
|
|
926
926
|
export interface JoinDomainInput {
|
|
@@ -934,7 +934,7 @@ export interface JoinDomainInput {
|
|
|
934
934
|
}
|
|
935
935
|
export interface JoinDomainOutput {
|
|
936
936
|
GatewayARN?: string;
|
|
937
|
-
ActiveDirectoryStatus?: ActiveDirectoryStatus
|
|
937
|
+
ActiveDirectoryStatus?: ActiveDirectoryStatus;
|
|
938
938
|
}
|
|
939
939
|
export interface ListAutomaticTapeCreationPoliciesInput {
|
|
940
940
|
GatewayARN?: string;
|
|
@@ -1000,10 +1000,10 @@ export type PoolStatus = (typeof PoolStatus)[keyof typeof PoolStatus];
|
|
|
1000
1000
|
export interface PoolInfo {
|
|
1001
1001
|
PoolARN?: string;
|
|
1002
1002
|
PoolName?: string;
|
|
1003
|
-
StorageClass?: TapeStorageClass
|
|
1004
|
-
RetentionLockType?: RetentionLockType
|
|
1003
|
+
StorageClass?: TapeStorageClass;
|
|
1004
|
+
RetentionLockType?: RetentionLockType;
|
|
1005
1005
|
RetentionLockTimeInDays?: number;
|
|
1006
|
-
PoolStatus?: PoolStatus
|
|
1006
|
+
PoolStatus?: PoolStatus;
|
|
1007
1007
|
}
|
|
1008
1008
|
export interface ListTapePoolsOutput {
|
|
1009
1009
|
PoolInfos?: PoolInfo[];
|
|
@@ -1188,7 +1188,7 @@ export interface UpdateGatewayInformationInput {
|
|
|
1188
1188
|
GatewayName?: string;
|
|
1189
1189
|
GatewayTimezone?: string;
|
|
1190
1190
|
CloudWatchLogGroupARN?: string;
|
|
1191
|
-
GatewayCapacity?: GatewayCapacity
|
|
1191
|
+
GatewayCapacity?: GatewayCapacity;
|
|
1192
1192
|
}
|
|
1193
1193
|
export interface UpdateGatewayInformationOutput {
|
|
1194
1194
|
GatewayARN?: string;
|
|
@@ -1216,7 +1216,7 @@ export interface UpdateNFSFileShareInput {
|
|
|
1216
1216
|
KMSKey?: string;
|
|
1217
1217
|
NFSFileShareDefaults?: NFSFileShareDefaults;
|
|
1218
1218
|
DefaultStorageClass?: string;
|
|
1219
|
-
ObjectACL?: ObjectACL
|
|
1219
|
+
ObjectACL?: ObjectACL;
|
|
1220
1220
|
ClientList?: string[];
|
|
1221
1221
|
Squash?: string;
|
|
1222
1222
|
ReadOnly?: boolean;
|
|
@@ -1235,7 +1235,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
1235
1235
|
KMSEncrypted?: boolean;
|
|
1236
1236
|
KMSKey?: string;
|
|
1237
1237
|
DefaultStorageClass?: string;
|
|
1238
|
-
ObjectACL?: ObjectACL
|
|
1238
|
+
ObjectACL?: ObjectACL;
|
|
1239
1239
|
ReadOnly?: boolean;
|
|
1240
1240
|
GuessMIMETypeEnabled?: boolean;
|
|
1241
1241
|
RequesterPays?: boolean;
|
|
@@ -1245,7 +1245,7 @@ export interface UpdateSMBFileShareInput {
|
|
|
1245
1245
|
ValidUserList?: string[];
|
|
1246
1246
|
InvalidUserList?: string[];
|
|
1247
1247
|
AuditDestinationARN?: string;
|
|
1248
|
-
CaseSensitivity?: CaseSensitivity
|
|
1248
|
+
CaseSensitivity?: CaseSensitivity;
|
|
1249
1249
|
FileShareName?: string;
|
|
1250
1250
|
CacheAttributes?: CacheAttributes;
|
|
1251
1251
|
NotificationPolicy?: string;
|
|
@@ -1270,7 +1270,7 @@ export interface UpdateSMBLocalGroupsOutput {
|
|
|
1270
1270
|
}
|
|
1271
1271
|
export interface UpdateSMBSecurityStrategyInput {
|
|
1272
1272
|
GatewayARN: string | undefined;
|
|
1273
|
-
SMBSecurityStrategy: SMBSecurityStrategy |
|
|
1273
|
+
SMBSecurityStrategy: SMBSecurityStrategy | undefined;
|
|
1274
1274
|
}
|
|
1275
1275
|
export interface UpdateSMBSecurityStrategyOutput {
|
|
1276
1276
|
GatewayARN?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-storage-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|