@aws-sdk/client-medialive 3.315.0 → 3.319.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.
@@ -171,7 +171,7 @@ const se_CreateChannelCommand = async (input, context) => {
171
171
  logLevel: [, , `LogLevel`],
172
172
  maintenance: [, (_) => se_MaintenanceCreateSettings(_, context), `Maintenance`],
173
173
  name: [, , `Name`],
174
- requestId: [, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
174
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
175
175
  reserved: [, , `Reserved`],
176
176
  roleArn: [, , `RoleArn`],
177
177
  tags: [, (_) => (0, smithy_client_1._json)(_), `Tags`],
@@ -201,7 +201,7 @@ const se_CreateInputCommand = async (input, context) => {
201
201
  inputSecurityGroups: [, (_) => (0, smithy_client_1._json)(_), `InputSecurityGroups`],
202
202
  mediaConnectFlows: [, (_) => se___listOfMediaConnectFlowRequest(_, context), `MediaConnectFlows`],
203
203
  name: [, , `Name`],
204
- requestId: [, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
204
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
205
205
  roleArn: [, , `RoleArn`],
206
206
  sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`],
207
207
  tags: [, (_) => (0, smithy_client_1._json)(_), `Tags`],
@@ -252,7 +252,7 @@ const se_CreateMultiplexCommand = async (input, context) => {
252
252
  availabilityZones: [, (_) => (0, smithy_client_1._json)(_), `AvailabilityZones`],
253
253
  multiplexSettings: [, (_) => se_MultiplexSettings(_, context), `MultiplexSettings`],
254
254
  name: [, , `Name`],
255
- requestId: [, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
255
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
256
256
  tags: [, (_) => (0, smithy_client_1._json)(_), `Tags`],
257
257
  }));
258
258
  return new protocol_http_1.HttpRequest({
@@ -277,7 +277,7 @@ const se_CreateMultiplexProgramCommand = async (input, context) => {
277
277
  body = JSON.stringify((0, smithy_client_1.take)(input, {
278
278
  multiplexProgramSettings: [, (_) => se_MultiplexProgramSettings(_, context), `MultiplexProgramSettings`],
279
279
  programName: [, , `ProgramName`],
280
- requestId: [, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
280
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
281
281
  }));
282
282
  return new protocol_http_1.HttpRequest({
283
283
  protocol,
@@ -299,7 +299,7 @@ const se_CreatePartnerInputCommand = async (input, context) => {
299
299
  resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "InputId", () => input.InputId, "{InputId}", false);
300
300
  let body;
301
301
  body = JSON.stringify((0, smithy_client_1.take)(input, {
302
- requestId: [, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
302
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
303
303
  tags: [, (_) => (0, smithy_client_1._json)(_), `Tags`],
304
304
  }));
305
305
  return new protocol_http_1.HttpRequest({
@@ -900,7 +900,7 @@ const se_PurchaseOfferingCommand = async (input, context) => {
900
900
  count: [, , `Count`],
901
901
  name: [, , `Name`],
902
902
  renewalSettings: [, (_) => se_RenewalSettings(_, context), `RenewalSettings`],
903
- requestId: [, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
903
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)(), `RequestId`],
904
904
  start: [, , `Start`],
905
905
  tags: [, (_) => (0, smithy_client_1._json)(_), `Tags`],
906
906
  }));