@aws-sdk/client-medialive 3.130.0 → 3.137.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 (156) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/MediaLive.js +30 -0
  3. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
  5. package/dist-cjs/commands/BatchStartCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStopCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
  8. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
  9. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
  10. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInputCommand.js +2 -2
  12. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
  16. package/dist-cjs/commands/CreateTagsCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteInputCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  25. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeInputCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  36. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
  37. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
  38. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
  39. package/dist-cjs/commands/ListInputsCommand.js +2 -2
  40. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
  41. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
  42. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  46. package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
  48. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  49. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
  50. package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
  51. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  52. package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
  53. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateInputCommand.js +3 -2
  57. package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
  62. package/dist-cjs/commands/index.js +2 -0
  63. package/dist-cjs/models/models_0.js +574 -858
  64. package/dist-cjs/models/models_1.js +779 -1164
  65. package/dist-cjs/models/models_2.js +45 -37
  66. package/dist-cjs/protocols/Aws_restJson1.js +171 -3
  67. package/dist-es/MediaLive.js +30 -0
  68. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
  69. package/dist-es/commands/BatchDeleteCommand.js +3 -3
  70. package/dist-es/commands/BatchStartCommand.js +3 -3
  71. package/dist-es/commands/BatchStopCommand.js +3 -3
  72. package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
  73. package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
  74. package/dist-es/commands/ClaimDeviceCommand.js +3 -3
  75. package/dist-es/commands/CreateChannelCommand.js +3 -3
  76. package/dist-es/commands/CreateInputCommand.js +3 -3
  77. package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateMultiplexCommand.js +3 -3
  79. package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
  80. package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
  81. package/dist-es/commands/CreateTagsCommand.js +2 -2
  82. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  83. package/dist-es/commands/DeleteInputCommand.js +3 -3
  84. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
  85. package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
  86. package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
  87. package/dist-es/commands/DeleteReservationCommand.js +3 -3
  88. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  89. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  90. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  91. package/dist-es/commands/DescribeInputCommand.js +3 -3
  92. package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
  93. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  94. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
  95. package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
  96. package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
  97. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  98. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  99. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  100. package/dist-es/commands/ListChannelsCommand.js +3 -3
  101. package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
  102. package/dist-es/commands/ListInputDevicesCommand.js +3 -3
  103. package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
  104. package/dist-es/commands/ListInputsCommand.js +3 -3
  105. package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
  106. package/dist-es/commands/ListMultiplexesCommand.js +3 -3
  107. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  108. package/dist-es/commands/ListReservationsCommand.js +3 -3
  109. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  110. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  111. package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
  112. package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
  113. package/dist-es/commands/StartChannelCommand.js +3 -3
  114. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
  115. package/dist-es/commands/StartMultiplexCommand.js +3 -3
  116. package/dist-es/commands/StopChannelCommand.js +3 -3
  117. package/dist-es/commands/StopMultiplexCommand.js +3 -3
  118. package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
  119. package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
  120. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  121. package/dist-es/commands/UpdateInputCommand.js +4 -3
  122. package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
  123. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
  124. package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
  125. package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
  126. package/dist-es/commands/UpdateReservationCommand.js +3 -3
  127. package/dist-es/commands/index.js +2 -0
  128. package/dist-es/models/models_0.js +142 -568
  129. package/dist-es/models/models_1.js +197 -772
  130. package/dist-es/models/models_2.js +11 -24
  131. package/dist-es/protocols/Aws_restJson1.js +224 -0
  132. package/dist-types/MediaLive.d.ts +14 -0
  133. package/dist-types/MediaLiveClient.d.ts +4 -2
  134. package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
  135. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
  136. package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  139. package/dist-types/commands/index.d.ts +2 -0
  140. package/dist-types/models/models_0.d.ts +568 -852
  141. package/dist-types/models/models_1.d.ts +788 -1251
  142. package/dist-types/models/models_2.d.ts +155 -37
  143. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  144. package/dist-types/ts3.4/MediaLive.d.ts +10 -0
  145. package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
  146. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
  149. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  152. package/dist-types/ts3.4/models/models_0.d.ts +284 -568
  153. package/dist-types/ts3.4/models/models_1.d.ts +397 -820
  154. package/dist-types/ts3.4/models/models_2.d.ts +81 -25
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  156. package/package.json +7 -7
@@ -1,4 +1,62 @@
1
- import { Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
1
+ import { DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputWhitelistRuleCidr } from "./models_0";
2
+ import { InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
3
+
4
+ export interface UpdateInputResponse {
5
+
6
+ Input?: Input;
7
+ }
8
+
9
+ export interface UpdateInputDeviceRequest {
10
+
11
+ HdDeviceSettings?: InputDeviceConfigurableSettings;
12
+
13
+ InputDeviceId: string | undefined;
14
+
15
+ Name?: string;
16
+
17
+ UhdDeviceSettings?: InputDeviceConfigurableSettings;
18
+ }
19
+
20
+ export interface UpdateInputDeviceResponse {
21
+
22
+ Arn?: string;
23
+
24
+ ConnectionState?: InputDeviceConnectionState | string;
25
+
26
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
27
+
28
+ DeviceUpdateStatus?: DeviceUpdateStatus | string;
29
+
30
+ HdDeviceSettings?: InputDeviceHdSettings;
31
+
32
+ Id?: string;
33
+
34
+ MacAddress?: string;
35
+
36
+ Name?: string;
37
+
38
+ NetworkSettings?: InputDeviceNetworkSettings;
39
+
40
+ SerialNumber?: string;
41
+
42
+ Type?: InputDeviceType | string;
43
+
44
+ UhdDeviceSettings?: InputDeviceUhdSettings;
45
+ }
46
+
47
+ export interface UpdateInputSecurityGroupRequest {
48
+
49
+ InputSecurityGroupId: string | undefined;
50
+
51
+ Tags?: Record<string, string>;
52
+
53
+ WhitelistRules?: InputWhitelistRuleCidr[];
54
+ }
55
+
56
+ export interface UpdateInputSecurityGroupResponse {
57
+
58
+ SecurityGroup?: InputSecurityGroup;
59
+ }
2
60
 
3
61
  export interface UpdateMultiplexRequest {
4
62
 
@@ -8,19 +66,11 @@ export interface UpdateMultiplexRequest {
8
66
 
9
67
  Name?: string;
10
68
  }
11
- export declare namespace UpdateMultiplexRequest {
12
-
13
- const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
14
- }
15
69
 
16
70
  export interface UpdateMultiplexResponse {
17
71
 
18
72
  Multiplex?: Multiplex;
19
73
  }
20
- export declare namespace UpdateMultiplexResponse {
21
-
22
- const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
23
- }
24
74
 
25
75
  export interface UpdateMultiplexProgramRequest {
26
76
 
@@ -30,19 +80,11 @@ export interface UpdateMultiplexProgramRequest {
30
80
 
31
81
  ProgramName: string | undefined;
32
82
  }
33
- export declare namespace UpdateMultiplexProgramRequest {
34
-
35
- const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
36
- }
37
83
 
38
84
  export interface UpdateMultiplexProgramResponse {
39
85
 
40
86
  MultiplexProgram?: MultiplexProgram;
41
87
  }
42
- export declare namespace UpdateMultiplexProgramResponse {
43
-
44
- const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
45
- }
46
88
 
47
89
  export interface UpdateReservationRequest {
48
90
 
@@ -52,16 +94,30 @@ export interface UpdateReservationRequest {
52
94
 
53
95
  ReservationId: string | undefined;
54
96
  }
55
- export declare namespace UpdateReservationRequest {
56
-
57
- const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
58
- }
59
97
 
60
98
  export interface UpdateReservationResponse {
61
99
 
62
100
  Reservation?: Reservation;
63
101
  }
64
- export declare namespace UpdateReservationResponse {
65
-
66
- const filterSensitiveLog: (obj: UpdateReservationResponse) => any;
67
- }
102
+
103
+ export declare const UpdateInputResponseFilterSensitiveLog: (obj: UpdateInputResponse) => any;
104
+
105
+ export declare const UpdateInputDeviceRequestFilterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
106
+
107
+ export declare const UpdateInputDeviceResponseFilterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
108
+
109
+ export declare const UpdateInputSecurityGroupRequestFilterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
110
+
111
+ export declare const UpdateInputSecurityGroupResponseFilterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
112
+
113
+ export declare const UpdateMultiplexRequestFilterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
114
+
115
+ export declare const UpdateMultiplexResponseFilterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
116
+
117
+ export declare const UpdateMultiplexProgramRequestFilterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
118
+
119
+ export declare const UpdateMultiplexProgramResponseFilterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
120
+
121
+ export declare const UpdateReservationRequestFilterSensitiveLog: (obj: UpdateReservationRequest) => any;
122
+
123
+ export declare const UpdateReservationResponseFilterSensitiveLog: (obj: UpdateReservationResponse) => any;
@@ -43,8 +43,10 @@ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../comman
43
43
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
44
44
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
45
45
  import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
46
+ import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "../commands/RebootInputDeviceCommand";
46
47
  import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "../commands/RejectInputDeviceTransferCommand";
47
48
  import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
49
+ import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "../commands/StartInputDeviceMaintenanceWindowCommand";
48
50
  import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "../commands/StartMultiplexCommand";
49
51
  import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
50
52
  import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "../commands/StopMultiplexCommand";
@@ -100,8 +102,10 @@ export declare const serializeAws_restJson1ListOfferingsCommand: (input: ListOff
100
102
  export declare const serializeAws_restJson1ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
103
  export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
104
  export declare const serializeAws_restJson1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_restJson1RebootInputDeviceCommand: (input: RebootInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
106
  export declare const serializeAws_restJson1RejectInputDeviceTransferCommand: (input: RejectInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
107
  export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ export declare const serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (input: StartInputDeviceMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
109
  export declare const serializeAws_restJson1StartMultiplexCommand: (input: StartMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
110
  export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
111
  export declare const serializeAws_restJson1StopMultiplexCommand: (input: StopMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -157,8 +161,10 @@ export declare const deserializeAws_restJson1ListOfferingsCommand: (output: __Ht
157
161
  export declare const deserializeAws_restJson1ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
158
162
  export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
159
163
  export declare const deserializeAws_restJson1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
164
+ export declare const deserializeAws_restJson1RebootInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootInputDeviceCommandOutput>;
160
165
  export declare const deserializeAws_restJson1RejectInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInputDeviceTransferCommandOutput>;
161
166
  export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
167
+ export declare const deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
162
168
  export declare const deserializeAws_restJson1StartMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMultiplexCommandOutput>;
163
169
  export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
164
170
  export declare const deserializeAws_restJson1StopMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMultiplexCommandOutput>;
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.130.0",
4
+ "version": "3.137.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",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.130.0",
21
+ "@aws-sdk/client-sts": "3.137.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.130.0",
24
- "@aws-sdk/fetch-http-handler": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.137.0",
24
+ "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
27
27
  "@aws-sdk/middleware-content-length": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",