@aws-sdk/client-storage-gateway 3.774.0 → 3.777.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 (103) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/StorageGatewayClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/ActivateGatewayCommand.d.ts +11 -11
  8. package/dist-types/commands/AddCacheCommand.d.ts +6 -6
  9. package/dist-types/commands/AddTagsToResourceCommand.d.ts +8 -8
  10. package/dist-types/commands/AddUploadBufferCommand.d.ts +6 -6
  11. package/dist-types/commands/AddWorkingStorageCommand.d.ts +6 -6
  12. package/dist-types/commands/AssignTapePoolCommand.d.ts +1 -0
  13. package/dist-types/commands/AssociateFileSystemCommand.d.ts +1 -0
  14. package/dist-types/commands/AttachVolumeCommand.d.ts +1 -0
  15. package/dist-types/commands/CancelArchivalCommand.d.ts +6 -6
  16. package/dist-types/commands/CancelCacheReportCommand.d.ts +1 -0
  17. package/dist-types/commands/CancelRetrievalCommand.d.ts +6 -6
  18. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +11 -11
  19. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateSnapshotCommand.d.ts +7 -7
  22. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +8 -8
  23. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +12 -12
  24. package/dist-types/commands/CreateTapePoolCommand.d.ts +1 -0
  25. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +7 -7
  26. package/dist-types/commands/CreateTapesCommand.d.ts +9 -9
  27. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +6 -6
  29. package/dist-types/commands/DeleteCacheReportCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +7 -7
  31. package/dist-types/commands/DeleteFileShareCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteGatewayCommand.d.ts +5 -5
  33. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +5 -5
  34. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +5 -5
  35. package/dist-types/commands/DeleteTapeCommand.d.ts +6 -6
  36. package/dist-types/commands/DeleteTapePoolCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteVolumeCommand.d.ts +5 -5
  38. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +7 -7
  40. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +1 -0
  41. package/dist-types/commands/DescribeCacheCommand.d.ts +11 -11
  42. package/dist-types/commands/DescribeCacheReportCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +16 -16
  44. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +9 -9
  45. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +1 -0
  46. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +14 -14
  47. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +9 -9
  48. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +1 -0
  49. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +9 -9
  52. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +17 -17
  53. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +1 -37
  54. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +1 -27
  55. package/dist-types/commands/DescribeTapesCommand.d.ts +17 -17
  56. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +18 -19
  57. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +37 -37
  58. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +8 -8
  59. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -0
  60. package/dist-types/commands/DisableGatewayCommand.d.ts +5 -5
  61. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +1 -0
  62. package/dist-types/commands/EvictFilesFailingUploadCommand.d.ts +1 -0
  63. package/dist-types/commands/JoinDomainCommand.d.ts +1 -0
  64. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +1 -0
  65. package/dist-types/commands/ListCacheReportsCommand.d.ts +1 -0
  66. package/dist-types/commands/ListFileSharesCommand.d.ts +1 -0
  67. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +1 -0
  68. package/dist-types/commands/ListGatewaysCommand.d.ts +9 -9
  69. package/dist-types/commands/ListLocalDisksCommand.d.ts +19 -19
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -11
  71. package/dist-types/commands/ListTapePoolsCommand.d.ts +1 -0
  72. package/dist-types/commands/ListTapesCommand.d.ts +1 -0
  73. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +1 -0
  74. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +9 -9
  75. package/dist-types/commands/ListVolumesCommand.d.ts +21 -21
  76. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +1 -0
  77. package/dist-types/commands/RefreshCacheCommand.d.ts +1 -0
  78. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -6
  79. package/dist-types/commands/ResetCacheCommand.d.ts +5 -5
  80. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +6 -6
  81. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +6 -6
  82. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +6 -6
  83. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +1 -0
  84. package/dist-types/commands/ShutdownGatewayCommand.d.ts +5 -5
  85. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +1 -0
  86. package/dist-types/commands/StartCacheReportCommand.d.ts +1 -0
  87. package/dist-types/commands/StartGatewayCommand.d.ts +5 -5
  88. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +1 -0
  89. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +7 -7
  90. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +1 -0
  91. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +9 -9
  92. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +1 -0
  93. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +8 -8
  94. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +5 -5
  95. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +8 -8
  96. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +1 -0
  97. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +1 -0
  98. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +1 -0
  99. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +1 -0
  100. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +1 -0
  101. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +8 -8
  102. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +6 -6
  103. package/package.json +33 -33
@@ -75,23 +75,23 @@ declare const UpdateGatewaySoftwareNowCommand_base: {
75
75
  * @throws {@link StorageGatewayServiceException}
76
76
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
77
77
  *
78
- * @public
78
+ *
79
79
  * @example To update a gateway's VM software
80
80
  * ```javascript
81
81
  * // Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.
82
82
  * const input = {
83
- * "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
83
+ * GatewayARN: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
84
84
  * };
85
85
  * const command = new UpdateGatewaySoftwareNowCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
89
+ * GatewayARN: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
90
90
  * }
91
91
  * *\/
92
- * // example id: to-update-a-gateways-vm-software-1472152020929
93
92
  * ```
94
93
  *
94
+ * @public
95
95
  */
96
96
  export declare class UpdateGatewaySoftwareNowCommand extends UpdateGatewaySoftwareNowCommand_base {
97
97
  /** @internal type navigation helper, not in runtime. */
@@ -84,26 +84,26 @@ declare const UpdateMaintenanceStartTimeCommand_base: {
84
84
  * @throws {@link StorageGatewayServiceException}
85
85
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
86
86
  *
87
- * @public
87
+ *
88
88
  * @example To update a gateway's maintenance start time
89
89
  * ```javascript
90
90
  * // Updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is in your gateway's time zone.
91
91
  * const input = {
92
- * "DayOfWeek": 2,
93
- * "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
94
- * "HourOfDay": 0,
95
- * "MinuteOfHour": 30
92
+ * DayOfWeek: 2,
93
+ * GatewayARN: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
94
+ * HourOfDay: 0,
95
+ * MinuteOfHour: 30
96
96
  * };
97
97
  * const command = new UpdateMaintenanceStartTimeCommand(input);
98
98
  * const response = await client.send(command);
99
- * /* response ==
99
+ * /* response is
100
100
  * {
101
- * "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
101
+ * GatewayARN: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
102
102
  * }
103
103
  * *\/
104
- * // example id: to-update-a-gateways-maintenance-start-time-1472152552031
105
104
  * ```
106
105
  *
106
+ * @public
107
107
  */
108
108
  export declare class UpdateMaintenanceStartTimeCommand extends UpdateMaintenanceStartTimeCommand_base {
109
109
  /** @internal type navigation helper, not in runtime. */
@@ -109,6 +109,7 @@ declare const UpdateNFSFileShareCommand_base: {
109
109
  * @throws {@link StorageGatewayServiceException}
110
110
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class UpdateNFSFileShareCommand extends UpdateNFSFileShareCommand_base {
@@ -105,6 +105,7 @@ declare const UpdateSMBFileShareCommand_base: {
105
105
  * @throws {@link StorageGatewayServiceException}
106
106
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class UpdateSMBFileShareCommand extends UpdateSMBFileShareCommand_base {
@@ -64,6 +64,7 @@ declare const UpdateSMBFileShareVisibilityCommand_base: {
64
64
  * @throws {@link StorageGatewayServiceException}
65
65
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class UpdateSMBFileShareVisibilityCommand extends UpdateSMBFileShareVisibilityCommand_base {
@@ -68,6 +68,7 @@ declare const UpdateSMBLocalGroupsCommand_base: {
68
68
  * @throws {@link StorageGatewayServiceException}
69
69
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class UpdateSMBLocalGroupsCommand extends UpdateSMBLocalGroupsCommand_base {
@@ -70,6 +70,7 @@ declare const UpdateSMBSecurityStrategyCommand_base: {
70
70
  * @throws {@link StorageGatewayServiceException}
71
71
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class UpdateSMBSecurityStrategyCommand extends UpdateSMBSecurityStrategyCommand_base {
@@ -78,26 +78,26 @@ declare const UpdateSnapshotScheduleCommand_base: {
78
78
  * @throws {@link StorageGatewayServiceException}
79
79
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
80
80
  *
81
- * @public
81
+ *
82
82
  * @example To update a volume snapshot schedule
83
83
  * ```javascript
84
84
  * // Updates a snapshot schedule configured for a gateway volume.
85
85
  * const input = {
86
- * "Description": "Hourly snapshot",
87
- * "RecurrenceInHours": 1,
88
- * "StartAt": 0,
89
- * "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
86
+ * Description: "Hourly snapshot",
87
+ * RecurrenceInHours: 1,
88
+ * StartAt: 0,
89
+ * VolumeARN: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
90
90
  * };
91
91
  * const command = new UpdateSnapshotScheduleCommand(input);
92
92
  * const response = await client.send(command);
93
- * /* response ==
93
+ * /* response is
94
94
  * {
95
- * "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
95
+ * VolumeARN: "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
96
96
  * }
97
97
  * *\/
98
- * // example id: to-update-a-volume-snapshot-schedule-1472152757068
99
98
  * ```
100
99
  *
100
+ * @public
101
101
  */
102
102
  export declare class UpdateSnapshotScheduleCommand extends UpdateSnapshotScheduleCommand_base {
103
103
  /** @internal type navigation helper, not in runtime. */
@@ -66,24 +66,24 @@ declare const UpdateVTLDeviceTypeCommand_base: {
66
66
  * @throws {@link StorageGatewayServiceException}
67
67
  * <p>Base exception class for all service exceptions from StorageGateway service.</p>
68
68
  *
69
- * @public
69
+ *
70
70
  * @example To update a VTL device type
71
71
  * ```javascript
72
72
  * // Updates the type of medium changer in a gateway-VTL after a gateway-VTL is activated.
73
73
  * const input = {
74
- * "DeviceType": "Medium Changer",
75
- * "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001"
74
+ * DeviceType: "Medium Changer",
75
+ * VTLDeviceARN: "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001"
76
76
  * };
77
77
  * const command = new UpdateVTLDeviceTypeCommand(input);
78
78
  * const response = await client.send(command);
79
- * /* response ==
79
+ * /* response is
80
80
  * {
81
- * "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001"
81
+ * VTLDeviceARN: "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001"
82
82
  * }
83
83
  * *\/
84
- * // example id: to-update-a-vtl-device-type-1472153012967
85
84
  * ```
86
85
  *
86
+ * @public
87
87
  */
88
88
  export declare class UpdateVTLDeviceTypeCommand extends UpdateVTLDeviceTypeCommand_base {
89
89
  /** @internal type navigation helper, not in runtime. */
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.774.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-storage-gateway",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "tslib": "^2.6.2"
60
60
  },