@aws-sdk/client-storage-gateway 3.296.0 → 3.297.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 (107) hide show
  1. package/dist-types/StorageGateway.d.ts +91 -0
  2. package/dist-types/StorageGatewayClient.d.ts +24 -4
  3. package/dist-types/commands/ActivateGatewayCommand.d.ts +16 -0
  4. package/dist-types/commands/AddCacheCommand.d.ts +16 -0
  5. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  6. package/dist-types/commands/AddUploadBufferCommand.d.ts +16 -0
  7. package/dist-types/commands/AddWorkingStorageCommand.d.ts +16 -0
  8. package/dist-types/commands/AssignTapePoolCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateFileSystemCommand.d.ts +16 -0
  10. package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
  11. package/dist-types/commands/CancelArchivalCommand.d.ts +16 -0
  12. package/dist-types/commands/CancelRetrievalCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateTapePoolCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateTapesCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteFileShareCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteGatewayCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteTapeCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteTapePoolCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeCacheCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeTapesCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +16 -0
  52. package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
  53. package/dist-types/commands/DisableGatewayCommand.d.ts +16 -0
  54. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +16 -0
  55. package/dist-types/commands/JoinDomainCommand.d.ts +16 -0
  56. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListFileSharesCommand.d.ts +16 -0
  58. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListGatewaysCommand.d.ts +16 -0
  60. package/dist-types/commands/ListLocalDisksCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTapePoolsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTapesCommand.d.ts +16 -0
  64. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListVolumesCommand.d.ts +16 -0
  67. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +16 -0
  68. package/dist-types/commands/RefreshCacheCommand.d.ts +16 -0
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/ResetCacheCommand.d.ts +16 -0
  71. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +16 -0
  72. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +16 -0
  73. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +16 -0
  74. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +16 -0
  75. package/dist-types/commands/ShutdownGatewayCommand.d.ts +16 -0
  76. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +16 -0
  77. package/dist-types/commands/StartGatewayCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +16 -0
  93. package/dist-types/models/StorageGatewayServiceException.d.ts +2 -0
  94. package/dist-types/models/models_0.d.ts +400 -12
  95. package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/DescribeTapesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +3 -0
  99. package/dist-types/pagination/Interfaces.d.ts +3 -0
  100. package/dist-types/pagination/ListFileSharesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListGatewaysPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTapePoolsPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListTapesPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListVolumesPaginator.d.ts +3 -0
  107. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ShutdownGatewayInput, ShutdownGatewayOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ShutdownGatewayCommand}.
8
10
  */
9
11
  export interface ShutdownGatewayCommandInput extends ShutdownGatewayInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ShutdownGatewayCommand}.
13
17
  */
14
18
  export interface ShutdownGatewayCommandOutput extends ShutdownGatewayOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource
18
23
  * Name (ARN) of the gateway in the body of your request.</p>
19
24
  *
@@ -48,6 +53,8 @@ export interface ShutdownGatewayCommandOutput extends ShutdownGatewayOutput, __M
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param ShutdownGatewayCommandInput - {@link ShutdownGatewayCommandInput}
57
+ * @returns {@link ShutdownGatewayCommandOutput}
51
58
  * @see {@link ShutdownGatewayCommandInput} for command's `input` shape.
52
59
  * @see {@link ShutdownGatewayCommandOutput} for command's `response` shape.
53
60
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -81,11 +88,20 @@ export interface ShutdownGatewayCommandOutput extends ShutdownGatewayOutput, __M
81
88
  export declare class ShutdownGatewayCommand extends $Command<ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
82
89
  readonly input: ShutdownGatewayCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: ShutdownGatewayCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartAvailabilityMonitorTestInput, StartAvailabilityMonitorTestOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartAvailabilityMonitorTestCommand}.
8
10
  */
9
11
  export interface StartAvailabilityMonitorTestCommandInput extends StartAvailabilityMonitorTestInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartAvailabilityMonitorTestCommand}.
13
17
  */
14
18
  export interface StartAvailabilityMonitorTestCommandOutput extends StartAvailabilityMonitorTestOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Start a test that verifies that the specified gateway is configured for High
18
23
  * Availability monitoring in your host environment. This request only initiates the test and
19
24
  * that a successful response only indicates that the test was started. It doesn't
@@ -32,6 +37,8 @@ export interface StartAvailabilityMonitorTestCommandOutput extends StartAvailabi
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param StartAvailabilityMonitorTestCommandInput - {@link StartAvailabilityMonitorTestCommandInput}
41
+ * @returns {@link StartAvailabilityMonitorTestCommandOutput}
35
42
  * @see {@link StartAvailabilityMonitorTestCommandInput} for command's `input` shape.
36
43
  * @see {@link StartAvailabilityMonitorTestCommandOutput} for command's `response` shape.
37
44
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -49,11 +56,20 @@ export interface StartAvailabilityMonitorTestCommandOutput extends StartAvailabi
49
56
  export declare class StartAvailabilityMonitorTestCommand extends $Command<StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput, StorageGatewayClientResolvedConfig> {
50
57
  readonly input: StartAvailabilityMonitorTestCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: StartAvailabilityMonitorTestCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartGatewayInput, StartGatewayOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartGatewayCommand}.
8
10
  */
9
11
  export interface StartGatewayCommandInput extends StartGatewayInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartGatewayCommand}.
13
17
  */
14
18
  export interface StartGatewayCommandOutput extends StartGatewayOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a gateway that you previously shut down (see <a>ShutdownGateway</a>).
18
23
  * After the gateway starts, you can then make other API calls, your applications can read
19
24
  * from or write to the gateway's storage volumes and you will be able to take snapshot
@@ -37,6 +42,8 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param StartGatewayCommandInput - {@link StartGatewayCommandInput}
46
+ * @returns {@link StartGatewayCommandOutput}
40
47
  * @see {@link StartGatewayCommandInput} for command's `input` shape.
41
48
  * @see {@link StartGatewayCommandOutput} for command's `response` shape.
42
49
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -70,11 +77,20 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat
70
77
  export declare class StartGatewayCommand extends $Command<StartGatewayCommandInput, StartGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
71
78
  readonly input: StartGatewayCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: StartGatewayCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartGatewayCommandInput, StartGatewayCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateAutomaticTapeCreationPolicyInput, UpdateAutomaticTapeCreationPolicyOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAutomaticTapeCreationPolicyCommand}.
8
10
  */
9
11
  export interface UpdateAutomaticTapeCreationPolicyCommandInput extends UpdateAutomaticTapeCreationPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAutomaticTapeCreationPolicyCommand}.
13
17
  */
14
18
  export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAutomaticTapeCreationPolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the automatic tape creation policy of a gateway. Use this to update the policy
18
23
  * with a new set of automatic tape creation rules. This is only supported for tape
19
24
  * gateways.</p>
@@ -33,6 +38,8 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAu
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdateAutomaticTapeCreationPolicyCommandInput - {@link UpdateAutomaticTapeCreationPolicyCommandInput}
42
+ * @returns {@link UpdateAutomaticTapeCreationPolicyCommandOutput}
36
43
  * @see {@link UpdateAutomaticTapeCreationPolicyCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdateAutomaticTapeCreationPolicyCommandOutput} for command's `response` shape.
38
45
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -50,11 +57,20 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAu
50
57
  export declare class UpdateAutomaticTapeCreationPolicyCommand extends $Command<UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig> {
51
58
  readonly input: UpdateAutomaticTapeCreationPolicyCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: UpdateAutomaticTapeCreationPolicyCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateBandwidthRateLimitInput, UpdateBandwidthRateLimitOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBandwidthRateLimitCommand}.
8
10
  */
9
11
  export interface UpdateBandwidthRateLimitCommandInput extends UpdateBandwidthRateLimitInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBandwidthRateLimitCommand}.
13
17
  */
14
18
  export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRateLimitOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the bandwidth rate limits of a gateway. You can update both the upload and
18
23
  * download bandwidth rate limit or specify only one of the two. If you don't set a
19
24
  * bandwidth rate limit, the existing rate limit remains. This operation is supported only for
@@ -36,6 +41,8 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param UpdateBandwidthRateLimitCommandInput - {@link UpdateBandwidthRateLimitCommandInput}
45
+ * @returns {@link UpdateBandwidthRateLimitCommandOutput}
39
46
  * @see {@link UpdateBandwidthRateLimitCommandInput} for command's `input` shape.
40
47
  * @see {@link UpdateBandwidthRateLimitCommandOutput} for command's `response` shape.
41
48
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -71,11 +78,20 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa
71
78
  export declare class UpdateBandwidthRateLimitCommand extends $Command<UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
72
79
  readonly input: UpdateBandwidthRateLimitCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: UpdateBandwidthRateLimitCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateBandwidthRateLimitScheduleInput, UpdateBandwidthRateLimitScheduleOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBandwidthRateLimitScheduleCommand}.
8
10
  */
9
11
  export interface UpdateBandwidthRateLimitScheduleCommandInput extends UpdateBandwidthRateLimitScheduleInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBandwidthRateLimitScheduleCommand}.
13
17
  */
14
18
  export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBandwidthRateLimitScheduleOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Updates the bandwidth rate limit schedule for a specified gateway. By default, gateways
18
23
  * do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in
19
24
  * effect. Use this to initiate or update a gateway's bandwidth rate limit schedule. This
@@ -29,6 +34,8 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBan
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateBandwidthRateLimitScheduleCommandInput - {@link UpdateBandwidthRateLimitScheduleCommandInput}
38
+ * @returns {@link UpdateBandwidthRateLimitScheduleCommandOutput}
32
39
  * @see {@link UpdateBandwidthRateLimitScheduleCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateBandwidthRateLimitScheduleCommandOutput} for command's `response` shape.
34
41
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBan
46
53
  export declare class UpdateBandwidthRateLimitScheduleCommand extends $Command<UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
47
54
  readonly input: UpdateBandwidthRateLimitScheduleCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateBandwidthRateLimitScheduleCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateChapCredentialsInput, UpdateChapCredentialsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateChapCredentialsCommand}.
8
10
  */
9
11
  export interface UpdateChapCredentialsCommandInput extends UpdateChapCredentialsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateChapCredentialsCommand}.
13
17
  */
14
18
  export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredentialsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a
18
23
  * specified iSCSI target. By default, a gateway does not have CHAP enabled; however, for
19
24
  * added security, you might use it. This operation is supported in the volume and tape
@@ -33,6 +38,8 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdateChapCredentialsCommandInput - {@link UpdateChapCredentialsCommandInput}
42
+ * @returns {@link UpdateChapCredentialsCommandOutput}
36
43
  * @see {@link UpdateChapCredentialsCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdateChapCredentialsCommandOutput} for command's `response` shape.
38
45
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -70,11 +77,20 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential
70
77
  export declare class UpdateChapCredentialsCommand extends $Command<UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
71
78
  readonly input: UpdateChapCredentialsCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: UpdateChapCredentialsCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateFileSystemAssociationInput, UpdateFileSystemAssociationOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFileSystemAssociationCommand}.
8
10
  */
9
11
  export interface UpdateFileSystemAssociationCommandInput extends UpdateFileSystemAssociationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFileSystemAssociationCommand}.
13
17
  */
14
18
  export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSystemAssociationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a file system association. This operation is only supported in the FSx File
18
23
  * Gateways.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateFileSystemAssociationCommandInput - {@link UpdateFileSystemAssociationCommandInput}
35
+ * @returns {@link UpdateFileSystemAssociationCommandOutput}
29
36
  * @see {@link UpdateFileSystemAssociationCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateFileSystemAssociationCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst
43
50
  export declare class UpdateFileSystemAssociationCommand extends $Command<UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput, StorageGatewayClientResolvedConfig> {
44
51
  readonly input: UpdateFileSystemAssociationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateFileSystemAssociationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGatewayInformationCommand}.
8
10
  */
9
11
  export interface UpdateGatewayInformationCommandInput extends UpdateGatewayInformationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGatewayInformationCommand}.
13
17
  */
14
18
  export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInformationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a gateway's metadata, which includes the gateway's name and time zone.
18
23
  * To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in
19
24
  * your request.</p>
@@ -33,6 +38,8 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdateGatewayInformationCommandInput - {@link UpdateGatewayInformationCommandInput}
42
+ * @returns {@link UpdateGatewayInformationCommandOutput}
36
43
  * @see {@link UpdateGatewayInformationCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdateGatewayInformationCommandOutput} for command's `response` shape.
38
45
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -69,11 +76,20 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
69
76
  export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig> {
70
77
  readonly input: UpdateGatewayInformationCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: UpdateGatewayInformationCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGatewaySoftwareNowCommand}.
8
10
  */
9
11
  export interface UpdateGatewaySoftwareNowCommandInput extends UpdateGatewaySoftwareNowInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGatewaySoftwareNowCommand}.
13
17
  */
14
18
  export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoftwareNowOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the gateway virtual machine (VM) software. The request immediately triggers the
18
23
  * software update.</p>
19
24
  *
@@ -40,6 +45,8 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param UpdateGatewaySoftwareNowCommandInput - {@link UpdateGatewaySoftwareNowCommandInput}
49
+ * @returns {@link UpdateGatewaySoftwareNowCommandOutput}
43
50
  * @see {@link UpdateGatewaySoftwareNowCommandInput} for command's `input` shape.
44
51
  * @see {@link UpdateGatewaySoftwareNowCommandOutput} for command's `response` shape.
45
52
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -73,11 +80,20 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
73
80
  export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, StorageGatewayClientResolvedConfig> {
74
81
  readonly input: UpdateGatewaySoftwareNowCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: UpdateGatewaySoftwareNowCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateMaintenanceStartTimeInput, UpdateMaintenanceStartTimeOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMaintenanceStartTimeCommand}.
8
10
  */
9
11
  export interface UpdateMaintenanceStartTimeCommandInput extends UpdateMaintenanceStartTimeInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMaintenanceStartTimeCommand}.
13
17
  */
14
18
  export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenanceStartTimeOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a gateway's weekly maintenance start time information, including day and
18
23
  * time of the week. The maintenance time is the time in your gateway's time zone.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateMaintenanceStartTimeCommandInput - {@link UpdateMaintenanceStartTimeCommandInput}
35
+ * @returns {@link UpdateMaintenanceStartTimeCommandOutput}
29
36
  * @see {@link UpdateMaintenanceStartTimeCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateMaintenanceStartTimeCommandOutput} for command's `response` shape.
31
38
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -62,11 +69,20 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan
62
69
  export declare class UpdateMaintenanceStartTimeCommand extends $Command<UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig> {
63
70
  readonly input: UpdateMaintenanceStartTimeCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: UpdateMaintenanceStartTimeCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateNFSFileShareInput, UpdateNFSFileShareOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateNFSFileShareCommand}.
8
10
  */
9
11
  export interface UpdateNFSFileShareCommandInput extends UpdateNFSFileShareInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateNFSFileShareCommand}.
13
17
  */
14
18
  export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a Network File System (NFS) file share. This operation is only supported in S3
18
23
  * File Gateways.</p>
19
24
  *
@@ -51,6 +56,8 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu
51
56
  * const response = await client.send(command);
52
57
  * ```
53
58
  *
59
+ * @param UpdateNFSFileShareCommandInput - {@link UpdateNFSFileShareCommandInput}
60
+ * @returns {@link UpdateNFSFileShareCommandOutput}
54
61
  * @see {@link UpdateNFSFileShareCommandInput} for command's `input` shape.
55
62
  * @see {@link UpdateNFSFileShareCommandOutput} for command's `response` shape.
56
63
  * @see {@link StorageGatewayClientResolvedConfig | config} for StorageGatewayClient's `config` shape.
@@ -68,11 +75,20 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu
68
75
  export declare class UpdateNFSFileShareCommand extends $Command<UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
69
76
  readonly input: UpdateNFSFileShareCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: UpdateNFSFileShareCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: StorageGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }