@aws-sdk/client-workmail 3.315.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.
@@ -4270,14 +4270,14 @@ const de_UnsupportedOperationExceptionRes = async (parsedOutput, context) => {
4270
4270
  };
4271
4271
  const se_CancelMailboxExportJobRequest = (input, context) => {
4272
4272
  return (0, smithy_client_1.take)(input, {
4273
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4273
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4274
4274
  JobId: [],
4275
4275
  OrganizationId: [],
4276
4276
  });
4277
4277
  };
4278
4278
  const se_CreateAvailabilityConfigurationRequest = (input, context) => {
4279
4279
  return (0, smithy_client_1.take)(input, {
4280
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4280
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4281
4281
  DomainName: [],
4282
4282
  EwsProvider: smithy_client_1._json,
4283
4283
  LambdaProvider: smithy_client_1._json,
@@ -4286,7 +4286,7 @@ const se_CreateAvailabilityConfigurationRequest = (input, context) => {
4286
4286
  };
4287
4287
  const se_CreateImpersonationRoleRequest = (input, context) => {
4288
4288
  return (0, smithy_client_1.take)(input, {
4289
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4289
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4290
4290
  Description: [],
4291
4291
  Name: [],
4292
4292
  OrganizationId: [],
@@ -4296,7 +4296,7 @@ const se_CreateImpersonationRoleRequest = (input, context) => {
4296
4296
  };
4297
4297
  const se_CreateMobileDeviceAccessRuleRequest = (input, context) => {
4298
4298
  return (0, smithy_client_1.take)(input, {
4299
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4299
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4300
4300
  Description: [],
4301
4301
  DeviceModels: smithy_client_1._json,
4302
4302
  DeviceOperatingSystems: smithy_client_1._json,
@@ -4314,7 +4314,7 @@ const se_CreateMobileDeviceAccessRuleRequest = (input, context) => {
4314
4314
  const se_CreateOrganizationRequest = (input, context) => {
4315
4315
  return (0, smithy_client_1.take)(input, {
4316
4316
  Alias: [],
4317
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4317
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4318
4318
  DirectoryId: [],
4319
4319
  Domains: smithy_client_1._json,
4320
4320
  EnableInteroperability: [],
@@ -4323,21 +4323,21 @@ const se_CreateOrganizationRequest = (input, context) => {
4323
4323
  };
4324
4324
  const se_DeleteOrganizationRequest = (input, context) => {
4325
4325
  return (0, smithy_client_1.take)(input, {
4326
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4326
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4327
4327
  DeleteDirectory: [],
4328
4328
  OrganizationId: [],
4329
4329
  });
4330
4330
  };
4331
4331
  const se_RegisterMailDomainRequest = (input, context) => {
4332
4332
  return (0, smithy_client_1.take)(input, {
4333
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4333
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4334
4334
  DomainName: [],
4335
4335
  OrganizationId: [],
4336
4336
  });
4337
4337
  };
4338
4338
  const se_StartMailboxExportJobRequest = (input, context) => {
4339
4339
  return (0, smithy_client_1.take)(input, {
4340
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
4340
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4341
4341
  Description: [],
4342
4342
  EntityId: [],
4343
4343
  KmsKeyArn: [],