@aws-sdk/client-backup-gateway 3.312.0 → 3.316.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.
@@ -25,219 +25,169 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
25
25
  import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
26
26
  import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
27
27
  import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "./commands/UpdateHypervisorCommand";
28
- /**
29
- * @public
30
- * <fullname>Backup gateway</fullname>
31
- * <p>Backup gateway connects Backup to your hypervisor, so you can
32
- * create, store, and restore backups of your virtual machines (VMs) anywhere, whether
33
- * on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
34
- * <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
35
- * <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
36
- * on-demand backups. Once you have backed up your resources, you can view them and restore them
37
- * like any resource supported by Backup.</p>
38
- * <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
39
- */
40
- export declare class BackupGateway extends BackupGatewayClient {
28
+ export interface BackupGateway {
41
29
  /**
42
- * @public
43
- * <p>Associates a backup gateway with your server. After you complete the association process,
44
- * you can back up and restore your VMs through the gateway.</p>
30
+ * @see {@link AssociateGatewayToServerCommand}
45
31
  */
46
32
  associateGatewayToServer(args: AssociateGatewayToServerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateGatewayToServerCommandOutput>;
47
33
  associateGatewayToServer(args: AssociateGatewayToServerCommandInput, cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void): void;
48
34
  associateGatewayToServer(args: AssociateGatewayToServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void): void;
49
35
  /**
50
- * @public
51
- * <p>Creates a backup gateway. After you create a gateway, you can associate it with a server
52
- * using the <code>AssociateGatewayToServer</code> operation.</p>
36
+ * @see {@link CreateGatewayCommand}
53
37
  */
54
38
  createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
55
39
  createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
56
40
  createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
57
41
  /**
58
- * @public
59
- * <p>Deletes a backup gateway.</p>
42
+ * @see {@link DeleteGatewayCommand}
60
43
  */
61
44
  deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
62
45
  deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
63
46
  deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
64
47
  /**
65
- * @public
66
- * <p>Deletes a hypervisor.</p>
48
+ * @see {@link DeleteHypervisorCommand}
67
49
  */
68
50
  deleteHypervisor(args: DeleteHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHypervisorCommandOutput>;
69
51
  deleteHypervisor(args: DeleteHypervisorCommandInput, cb: (err: any, data?: DeleteHypervisorCommandOutput) => void): void;
70
52
  deleteHypervisor(args: DeleteHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHypervisorCommandOutput) => void): void;
71
53
  /**
72
- * @public
73
- * <p>Disassociates a backup gateway from the specified server. After the disassociation process
74
- * finishes, the gateway can no longer access the virtual machines on the server.</p>
54
+ * @see {@link DisassociateGatewayFromServerCommand}
75
55
  */
76
56
  disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateGatewayFromServerCommandOutput>;
77
57
  disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void): void;
78
58
  disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void): void;
79
59
  /**
80
- * @public
81
- * <p>Retrieves the bandwidth rate limit schedule for a specified gateway.
82
- * By default, gateways do not have bandwidth rate limit schedules, which means
83
- * no bandwidth rate limiting is in effect. Use this to get a gateway's
84
- * bandwidth rate limit schedule.</p>
60
+ * @see {@link GetBandwidthRateLimitScheduleCommand}
85
61
  */
86
62
  getBandwidthRateLimitSchedule(args: GetBandwidthRateLimitScheduleCommandInput, options?: __HttpHandlerOptions): Promise<GetBandwidthRateLimitScheduleCommandOutput>;
87
63
  getBandwidthRateLimitSchedule(args: GetBandwidthRateLimitScheduleCommandInput, cb: (err: any, data?: GetBandwidthRateLimitScheduleCommandOutput) => void): void;
88
64
  getBandwidthRateLimitSchedule(args: GetBandwidthRateLimitScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBandwidthRateLimitScheduleCommandOutput) => void): void;
89
65
  /**
90
- * @public
91
- * <p>By providing the ARN (Amazon Resource Name), this
92
- * API returns the gateway.</p>
66
+ * @see {@link GetGatewayCommand}
93
67
  */
94
68
  getGateway(args: GetGatewayCommandInput, options?: __HttpHandlerOptions): Promise<GetGatewayCommandOutput>;
95
69
  getGateway(args: GetGatewayCommandInput, cb: (err: any, data?: GetGatewayCommandOutput) => void): void;
96
70
  getGateway(args: GetGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGatewayCommandOutput) => void): void;
97
71
  /**
98
- * @public
99
- * <p>This action requests information about the specified hypervisor to which the gateway will connect.
100
- * A hypervisor is hardware, software, or firmware that creates and manages virtual machines,
101
- * and allocates resources to them.</p>
72
+ * @see {@link GetHypervisorCommand}
102
73
  */
103
74
  getHypervisor(args: GetHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<GetHypervisorCommandOutput>;
104
75
  getHypervisor(args: GetHypervisorCommandInput, cb: (err: any, data?: GetHypervisorCommandOutput) => void): void;
105
76
  getHypervisor(args: GetHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHypervisorCommandOutput) => void): void;
106
77
  /**
107
- * @public
108
- * <p>This action retrieves the property mappings for the specified hypervisor.
109
- * A hypervisor property mapping displays the relationship of entity properties
110
- * available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>
78
+ * @see {@link GetHypervisorPropertyMappingsCommand}
111
79
  */
112
80
  getHypervisorPropertyMappings(args: GetHypervisorPropertyMappingsCommandInput, options?: __HttpHandlerOptions): Promise<GetHypervisorPropertyMappingsCommandOutput>;
113
81
  getHypervisorPropertyMappings(args: GetHypervisorPropertyMappingsCommandInput, cb: (err: any, data?: GetHypervisorPropertyMappingsCommandOutput) => void): void;
114
82
  getHypervisorPropertyMappings(args: GetHypervisorPropertyMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHypervisorPropertyMappingsCommandOutput) => void): void;
115
83
  /**
116
- * @public
117
- * <p>By providing the ARN (Amazon Resource Name), this API returns the virtual machine.</p>
84
+ * @see {@link GetVirtualMachineCommand}
118
85
  */
119
86
  getVirtualMachine(args: GetVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<GetVirtualMachineCommandOutput>;
120
87
  getVirtualMachine(args: GetVirtualMachineCommandInput, cb: (err: any, data?: GetVirtualMachineCommandOutput) => void): void;
121
88
  getVirtualMachine(args: GetVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVirtualMachineCommandOutput) => void): void;
122
89
  /**
123
- * @public
124
- * <p>Connect to a hypervisor by importing its configuration.</p>
90
+ * @see {@link ImportHypervisorConfigurationCommand}
125
91
  */
126
92
  importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ImportHypervisorConfigurationCommandOutput>;
127
93
  importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void): void;
128
94
  importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void): void;
129
95
  /**
130
- * @public
131
- * <p>Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).</p>
96
+ * @see {@link ListGatewaysCommand}
132
97
  */
133
98
  listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
134
99
  listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
135
100
  listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
136
101
  /**
137
- * @public
138
- * <p>Lists your hypervisors.</p>
102
+ * @see {@link ListHypervisorsCommand}
139
103
  */
140
104
  listHypervisors(args: ListHypervisorsCommandInput, options?: __HttpHandlerOptions): Promise<ListHypervisorsCommandOutput>;
141
105
  listHypervisors(args: ListHypervisorsCommandInput, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
142
106
  listHypervisors(args: ListHypervisorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
143
107
  /**
144
- * @public
145
- * <p>Lists the tags applied to the resource identified by its Amazon Resource Name
146
- * (ARN).</p>
108
+ * @see {@link ListTagsForResourceCommand}
147
109
  */
148
110
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
149
111
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
150
112
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
151
113
  /**
152
- * @public
153
- * <p>Lists your virtual machines.</p>
114
+ * @see {@link ListVirtualMachinesCommand}
154
115
  */
155
116
  listVirtualMachines(args: ListVirtualMachinesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualMachinesCommandOutput>;
156
117
  listVirtualMachines(args: ListVirtualMachinesCommandInput, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
157
118
  listVirtualMachines(args: ListVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
158
119
  /**
159
- * @public
160
- * <p>This action sets the bandwidth rate limit schedule for a specified gateway.
161
- * By default, gateways do not have a bandwidth rate limit schedule, which means
162
- * no bandwidth rate limiting is in effect. Use this to initiate a
163
- * gateway's bandwidth rate limit schedule.</p>
120
+ * @see {@link PutBandwidthRateLimitScheduleCommand}
164
121
  */
165
122
  putBandwidthRateLimitSchedule(args: PutBandwidthRateLimitScheduleCommandInput, options?: __HttpHandlerOptions): Promise<PutBandwidthRateLimitScheduleCommandOutput>;
166
123
  putBandwidthRateLimitSchedule(args: PutBandwidthRateLimitScheduleCommandInput, cb: (err: any, data?: PutBandwidthRateLimitScheduleCommandOutput) => void): void;
167
124
  putBandwidthRateLimitSchedule(args: PutBandwidthRateLimitScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBandwidthRateLimitScheduleCommandOutput) => void): void;
168
125
  /**
169
- * @public
170
- * <p>This action sets the property mappings for the specified hypervisor.
171
- * A hypervisor property mapping displays the relationship of entity properties
172
- * available from the on-premises hypervisor to the properties available in Amazon Web Services.</p>
126
+ * @see {@link PutHypervisorPropertyMappingsCommand}
173
127
  */
174
128
  putHypervisorPropertyMappings(args: PutHypervisorPropertyMappingsCommandInput, options?: __HttpHandlerOptions): Promise<PutHypervisorPropertyMappingsCommandOutput>;
175
129
  putHypervisorPropertyMappings(args: PutHypervisorPropertyMappingsCommandInput, cb: (err: any, data?: PutHypervisorPropertyMappingsCommandOutput) => void): void;
176
130
  putHypervisorPropertyMappings(args: PutHypervisorPropertyMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutHypervisorPropertyMappingsCommandOutput) => void): void;
177
131
  /**
178
- * @public
179
- * <p>Set the maintenance start time for a gateway.</p>
132
+ * @see {@link PutMaintenanceStartTimeCommand}
180
133
  */
181
134
  putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, options?: __HttpHandlerOptions): Promise<PutMaintenanceStartTimeCommandOutput>;
182
135
  putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void): void;
183
136
  putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void): void;
184
137
  /**
185
- * @public
186
- * <p>This action sends a request to sync metadata across the specified virtual machines.</p>
138
+ * @see {@link StartVirtualMachinesMetadataSyncCommand}
187
139
  */
188
140
  startVirtualMachinesMetadataSync(args: StartVirtualMachinesMetadataSyncCommandInput, options?: __HttpHandlerOptions): Promise<StartVirtualMachinesMetadataSyncCommandOutput>;
189
141
  startVirtualMachinesMetadataSync(args: StartVirtualMachinesMetadataSyncCommandInput, cb: (err: any, data?: StartVirtualMachinesMetadataSyncCommandOutput) => void): void;
190
142
  startVirtualMachinesMetadataSync(args: StartVirtualMachinesMetadataSyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartVirtualMachinesMetadataSyncCommandOutput) => void): void;
191
143
  /**
192
- * @public
193
- * <p>Tag the resource.</p>
144
+ * @see {@link TagResourceCommand}
194
145
  */
195
146
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
196
147
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
197
148
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
198
149
  /**
199
- * @public
200
- * <p>Tests your hypervisor configuration to validate that backup gateway can connect with the
201
- * hypervisor and its resources.</p>
150
+ * @see {@link TestHypervisorConfigurationCommand}
202
151
  */
203
152
  testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<TestHypervisorConfigurationCommandOutput>;
204
153
  testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void): void;
205
154
  testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void): void;
206
155
  /**
207
- * @public
208
- * <p>Removes tags from the resource.</p>
156
+ * @see {@link UntagResourceCommand}
209
157
  */
210
158
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
211
159
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
212
160
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
213
161
  /**
214
- * @public
215
- * <p>Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name
216
- * (ARN) of the gateway in your request.</p>
162
+ * @see {@link UpdateGatewayInformationCommand}
217
163
  */
218
164
  updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayInformationCommandOutput>;
219
165
  updateGatewayInformation(args: UpdateGatewayInformationCommandInput, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
220
166
  updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
221
167
  /**
222
- * @public
223
- * <p>Updates the gateway virtual machine (VM) software.
224
- * The request immediately triggers the software update.</p>
225
- * <note>
226
- * <p>When you make this request, you get a <code>200 OK</code>
227
- * success response immediately. However, it might take some
228
- * time for the update to complete.</p>
229
- * </note>
168
+ * @see {@link UpdateGatewaySoftwareNowCommand}
230
169
  */
231
170
  updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewaySoftwareNowCommandOutput>;
232
171
  updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
233
172
  updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
234
173
  /**
235
- * @public
236
- * <p>Updates a hypervisor metadata, including its host, username, and password. Specify which
237
- * hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your
238
- * request.</p>
174
+ * @see {@link UpdateHypervisorCommand}
239
175
  */
240
176
  updateHypervisor(args: UpdateHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHypervisorCommandOutput>;
241
177
  updateHypervisor(args: UpdateHypervisorCommandInput, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
242
178
  updateHypervisor(args: UpdateHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
243
179
  }
180
+ /**
181
+ * @public
182
+ * <fullname>Backup gateway</fullname>
183
+ * <p>Backup gateway connects Backup to your hypervisor, so you can
184
+ * create, store, and restore backups of your virtual machines (VMs) anywhere, whether
185
+ * on-premises or in the VMware Cloud (VMC) on Amazon Web Services.</p>
186
+ * <p>Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.</p>
187
+ * <p>Use Backup to assign virtual or on-premises resources to a backup plan, or run
188
+ * on-demand backups. Once you have backed up your resources, you can view them and restore them
189
+ * like any resource supported by Backup.</p>
190
+ * <p>To download the Amazon Web Services software to get started, navigate to the Backup console, choose <b>Gateways</b>, then choose <b>Create gateway</b>.</p>
191
+ */
192
+ export declare class BackupGateway extends BackupGatewayClient implements BackupGateway {
193
+ }
@@ -100,7 +100,7 @@ import {
100
100
  UpdateHypervisorCommandInput,
101
101
  UpdateHypervisorCommandOutput,
102
102
  } from "./commands/UpdateHypervisorCommand";
103
- export declare class BackupGateway extends BackupGatewayClient {
103
+ export interface BackupGateway {
104
104
  associateGatewayToServer(
105
105
  args: AssociateGatewayToServerCommandInput,
106
106
  options?: __HttpHandlerOptions
@@ -427,3 +427,6 @@ export declare class BackupGateway extends BackupGatewayClient {
427
427
  cb: (err: any, data?: UpdateHypervisorCommandOutput) => void
428
428
  ): void;
429
429
  }
430
+ export declare class BackupGateway
431
+ extends BackupGatewayClient
432
+ implements BackupGateway {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup-gateway",
3
3
  "description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.312.0",
4
+ "version": "3.316.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,9 +21,9 @@
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.312.0",
24
+ "@aws-sdk/client-sts": "3.316.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.316.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
51
  "@aws-sdk/util-endpoints": "3.310.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",