@aws-sdk/client-medialive 3.295.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 (77) hide show
  1. package/dist-types/MediaLive.d.ts +60 -0
  2. package/dist-types/MediaLiveClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchStartCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchStopCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +16 -0
  8. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +16 -0
  9. package/dist-types/commands/ClaimDeviceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateInputCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +16 -0
  15. package/dist-types/commands/CreatePartnerInputCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteMultiplexCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReservationCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeMultiplexCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  35. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +16 -0
  37. package/dist-types/commands/ListInputDevicesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListInputsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListMultiplexesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  45. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  46. package/dist-types/commands/RebootInputDeviceCommand.d.ts +16 -0
  47. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +16 -0
  48. package/dist-types/commands/StartChannelCommand.d.ts +16 -0
  49. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +16 -0
  50. package/dist-types/commands/StartMultiplexCommand.d.ts +16 -0
  51. package/dist-types/commands/StopChannelCommand.d.ts +16 -0
  52. package/dist-types/commands/StopMultiplexCommand.d.ts +16 -0
  53. package/dist-types/commands/TransferInputDeviceCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateChannelClassCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateMultiplexCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateReservationCommand.d.ts +16 -0
  62. package/dist-types/models/MediaLiveServiceException.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +612 -0
  64. package/dist-types/models/models_1.d.ts +518 -0
  65. package/dist-types/models/models_2.d.ts +25 -0
  66. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +3 -0
  67. package/dist-types/pagination/Interfaces.d.ts +3 -0
  68. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListInputsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
  77. package/package.json +32 -32
@@ -1,11 +1,13 @@
1
1
  import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexState, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
2
2
  import { Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation } from "./models_1";
3
3
  /**
4
+ * @public
4
5
  * Placeholder documentation for StartInputDeviceMaintenanceWindowResponse
5
6
  */
6
7
  export interface StartInputDeviceMaintenanceWindowResponse {
7
8
  }
8
9
  /**
10
+ * @public
9
11
  * Placeholder documentation for StartMultiplexRequest
10
12
  */
11
13
  export interface StartMultiplexRequest {
@@ -15,6 +17,7 @@ export interface StartMultiplexRequest {
15
17
  MultiplexId: string | undefined;
16
18
  }
17
19
  /**
20
+ * @public
18
21
  * Placeholder documentation for StartMultiplexResponse
19
22
  */
20
23
  export interface StartMultiplexResponse {
@@ -60,6 +63,7 @@ export interface StartMultiplexResponse {
60
63
  Tags?: Record<string, string>;
61
64
  }
62
65
  /**
66
+ * @public
63
67
  * Placeholder documentation for StopChannelRequest
64
68
  */
65
69
  export interface StopChannelRequest {
@@ -69,6 +73,7 @@ export interface StopChannelRequest {
69
73
  ChannelId: string | undefined;
70
74
  }
71
75
  /**
76
+ * @public
72
77
  * Placeholder documentation for StopChannelResponse
73
78
  */
74
79
  export interface StopChannelResponse {
@@ -148,6 +153,7 @@ export interface StopChannelResponse {
148
153
  Vpc?: VpcOutputSettingsDescription;
149
154
  }
150
155
  /**
156
+ * @public
151
157
  * Placeholder documentation for StopMultiplexRequest
152
158
  */
153
159
  export interface StopMultiplexRequest {
@@ -157,6 +163,7 @@ export interface StopMultiplexRequest {
157
163
  MultiplexId: string | undefined;
158
164
  }
159
165
  /**
166
+ * @public
160
167
  * Placeholder documentation for StopMultiplexResponse
161
168
  */
162
169
  export interface StopMultiplexResponse {
@@ -202,6 +209,7 @@ export interface StopMultiplexResponse {
202
209
  Tags?: Record<string, string>;
203
210
  }
204
211
  /**
212
+ * @public
205
213
  * A request to transfer an input device.
206
214
  */
207
215
  export interface TransferInputDeviceRequest {
@@ -223,11 +231,13 @@ export interface TransferInputDeviceRequest {
223
231
  TransferMessage?: string;
224
232
  }
225
233
  /**
234
+ * @public
226
235
  * Placeholder documentation for TransferInputDeviceResponse
227
236
  */
228
237
  export interface TransferInputDeviceResponse {
229
238
  }
230
239
  /**
240
+ * @public
231
241
  * A request to update a channel.
232
242
  */
233
243
  export interface UpdateChannelRequest {
@@ -273,6 +283,7 @@ export interface UpdateChannelRequest {
273
283
  RoleArn?: string;
274
284
  }
275
285
  /**
286
+ * @public
276
287
  * Placeholder documentation for UpdateChannelResponse
277
288
  */
278
289
  export interface UpdateChannelResponse {
@@ -282,6 +293,7 @@ export interface UpdateChannelResponse {
282
293
  Channel?: Channel;
283
294
  }
284
295
  /**
296
+ * @public
285
297
  * Channel class that the channel should be updated to.
286
298
  */
287
299
  export interface UpdateChannelClassRequest {
@@ -299,6 +311,7 @@ export interface UpdateChannelClassRequest {
299
311
  Destinations?: OutputDestination[];
300
312
  }
301
313
  /**
314
+ * @public
302
315
  * Placeholder documentation for UpdateChannelClassResponse
303
316
  */
304
317
  export interface UpdateChannelClassResponse {
@@ -308,6 +321,7 @@ export interface UpdateChannelClassResponse {
308
321
  Channel?: Channel;
309
322
  }
310
323
  /**
324
+ * @public
311
325
  * A request to update an input.
312
326
  */
313
327
  export interface UpdateInputRequest {
@@ -349,6 +363,7 @@ export interface UpdateInputRequest {
349
363
  Sources?: InputSourceRequest[];
350
364
  }
351
365
  /**
366
+ * @public
352
367
  * Placeholder documentation for UpdateInputResponse
353
368
  */
354
369
  export interface UpdateInputResponse {
@@ -358,6 +373,7 @@ export interface UpdateInputResponse {
358
373
  Input?: Input;
359
374
  }
360
375
  /**
376
+ * @public
361
377
  * A request to update an input device.
362
378
  */
363
379
  export interface UpdateInputDeviceRequest {
@@ -379,6 +395,7 @@ export interface UpdateInputDeviceRequest {
379
395
  UhdDeviceSettings?: InputDeviceConfigurableSettings;
380
396
  }
381
397
  /**
398
+ * @public
382
399
  * Placeholder documentation for UpdateInputDeviceResponse
383
400
  */
384
401
  export interface UpdateInputDeviceResponse {
@@ -432,6 +449,7 @@ export interface UpdateInputDeviceResponse {
432
449
  UhdDeviceSettings?: InputDeviceUhdSettings;
433
450
  }
434
451
  /**
452
+ * @public
435
453
  * The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.
436
454
  */
437
455
  export interface UpdateInputSecurityGroupRequest {
@@ -449,6 +467,7 @@ export interface UpdateInputSecurityGroupRequest {
449
467
  WhitelistRules?: InputWhitelistRuleCidr[];
450
468
  }
451
469
  /**
470
+ * @public
452
471
  * Placeholder documentation for UpdateInputSecurityGroupResponse
453
472
  */
454
473
  export interface UpdateInputSecurityGroupResponse {
@@ -458,6 +477,7 @@ export interface UpdateInputSecurityGroupResponse {
458
477
  SecurityGroup?: InputSecurityGroup;
459
478
  }
460
479
  /**
480
+ * @public
461
481
  * A request to update a multiplex.
462
482
  */
463
483
  export interface UpdateMultiplexRequest {
@@ -475,6 +495,7 @@ export interface UpdateMultiplexRequest {
475
495
  Name?: string;
476
496
  }
477
497
  /**
498
+ * @public
478
499
  * Placeholder documentation for UpdateMultiplexResponse
479
500
  */
480
501
  export interface UpdateMultiplexResponse {
@@ -484,6 +505,7 @@ export interface UpdateMultiplexResponse {
484
505
  Multiplex?: Multiplex;
485
506
  }
486
507
  /**
508
+ * @public
487
509
  * A request to update a program in a multiplex.
488
510
  */
489
511
  export interface UpdateMultiplexProgramRequest {
@@ -501,6 +523,7 @@ export interface UpdateMultiplexProgramRequest {
501
523
  ProgramName: string | undefined;
502
524
  }
503
525
  /**
526
+ * @public
504
527
  * Placeholder documentation for UpdateMultiplexProgramResponse
505
528
  */
506
529
  export interface UpdateMultiplexProgramResponse {
@@ -510,6 +533,7 @@ export interface UpdateMultiplexProgramResponse {
510
533
  MultiplexProgram?: MultiplexProgram;
511
534
  }
512
535
  /**
536
+ * @public
513
537
  * Request to update a reservation
514
538
  */
515
539
  export interface UpdateReservationRequest {
@@ -527,6 +551,7 @@ export interface UpdateReservationRequest {
527
551
  ReservationId: string | undefined;
528
552
  }
529
553
  /**
554
+ * @public
530
555
  * Placeholder documentation for UpdateReservationResponse
531
556
  */
532
557
  export interface UpdateReservationResponse {
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeSchedule(config: MediaLivePaginationConfiguration, input: DescribeScheduleCommandInput, ...additionalArguments: any): Paginator<DescribeScheduleCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { MediaLiveClient } from "../MediaLiveClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface MediaLivePaginationConfiguration extends PaginationConfiguration {
4
7
  client: MediaLiveClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListChannels(config: MediaLivePaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInputDeviceTransfers(config: MediaLivePaginationConfiguration, input: ListInputDeviceTransfersCommandInput, ...additionalArguments: any): Paginator<ListInputDeviceTransfersCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInputDevices(config: MediaLivePaginationConfiguration, input: ListInputDevicesCommandInput, ...additionalArguments: any): Paginator<ListInputDevicesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInputSecurityGroups(config: MediaLivePaginationConfiguration, input: ListInputSecurityGroupsCommandInput, ...additionalArguments: any): Paginator<ListInputSecurityGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListInputs(config: MediaLivePaginationConfiguration, input: ListInputsCommandInput, ...additionalArguments: any): Paginator<ListInputsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMultiplexPrograms(config: MediaLivePaginationConfiguration, input: ListMultiplexProgramsCommandInput, ...additionalArguments: any): Paginator<ListMultiplexProgramsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListMultiplexes(config: MediaLivePaginationConfiguration, input: ListMultiplexesCommandInput, ...additionalArguments: any): Paginator<ListMultiplexesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListOfferings(config: MediaLivePaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
3
3
  import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReservations(config: MediaLivePaginationConfiguration, input: ListReservationsCommandInput, ...additionalArguments: any): Paginator<ListReservationsCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.295.0",
4
+ "version": "3.297.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",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.295.0",
24
- "@aws-sdk/config-resolver": "3.295.0",
25
- "@aws-sdk/credential-provider-node": "3.295.0",
26
- "@aws-sdk/fetch-http-handler": "3.295.0",
27
- "@aws-sdk/hash-node": "3.295.0",
28
- "@aws-sdk/invalid-dependency": "3.295.0",
29
- "@aws-sdk/middleware-content-length": "3.295.0",
30
- "@aws-sdk/middleware-endpoint": "3.295.0",
31
- "@aws-sdk/middleware-host-header": "3.295.0",
32
- "@aws-sdk/middleware-logger": "3.295.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.295.0",
34
- "@aws-sdk/middleware-retry": "3.295.0",
35
- "@aws-sdk/middleware-serde": "3.295.0",
36
- "@aws-sdk/middleware-signing": "3.295.0",
37
- "@aws-sdk/middleware-stack": "3.295.0",
38
- "@aws-sdk/middleware-user-agent": "3.295.0",
39
- "@aws-sdk/node-config-provider": "3.295.0",
40
- "@aws-sdk/node-http-handler": "3.295.0",
41
- "@aws-sdk/protocol-http": "3.295.0",
42
- "@aws-sdk/smithy-client": "3.295.0",
43
- "@aws-sdk/types": "3.295.0",
44
- "@aws-sdk/url-parser": "3.295.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/config-resolver": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/fetch-http-handler": "3.296.0",
27
+ "@aws-sdk/hash-node": "3.296.0",
28
+ "@aws-sdk/invalid-dependency": "3.296.0",
29
+ "@aws-sdk/middleware-content-length": "3.296.0",
30
+ "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-host-header": "3.296.0",
32
+ "@aws-sdk/middleware-logger": "3.296.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
+ "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-serde": "3.296.0",
36
+ "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-stack": "3.296.0",
38
+ "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-http-handler": "3.296.0",
41
+ "@aws-sdk/protocol-http": "3.296.0",
42
+ "@aws-sdk/smithy-client": "3.296.0",
43
+ "@aws-sdk/types": "3.296.0",
44
+ "@aws-sdk/url-parser": "3.296.0",
45
45
  "@aws-sdk/util-base64": "3.295.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
47
  "@aws-sdk/util-body-length-node": "3.295.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.295.0",
50
- "@aws-sdk/util-endpoints": "3.295.0",
51
- "@aws-sdk/util-retry": "3.295.0",
52
- "@aws-sdk/util-stream-browser": "3.295.0",
53
- "@aws-sdk/util-stream-node": "3.295.0",
54
- "@aws-sdk/util-user-agent-browser": "3.295.0",
55
- "@aws-sdk/util-user-agent-node": "3.295.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-endpoints": "3.296.0",
51
+ "@aws-sdk/util-retry": "3.296.0",
52
+ "@aws-sdk/util-stream-browser": "3.296.0",
53
+ "@aws-sdk/util-stream-node": "3.296.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.296.0",
55
+ "@aws-sdk/util-user-agent-node": "3.296.0",
56
56
  "@aws-sdk/util-utf8": "3.295.0",
57
- "@aws-sdk/util-waiter": "3.295.0",
57
+ "@aws-sdk/util-waiter": "3.296.0",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"
60
60
  },