@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.
@@ -4104,14 +4104,14 @@ const de_UnsupportedOperationExceptionRes = async (parsedOutput, context) => {
4104
4104
  };
4105
4105
  const se_CancelMailboxExportJobRequest = (input, context) => {
4106
4106
  return take(input, {
4107
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4107
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4108
4108
  JobId: [],
4109
4109
  OrganizationId: [],
4110
4110
  });
4111
4111
  };
4112
4112
  const se_CreateAvailabilityConfigurationRequest = (input, context) => {
4113
4113
  return take(input, {
4114
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4114
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4115
4115
  DomainName: [],
4116
4116
  EwsProvider: _json,
4117
4117
  LambdaProvider: _json,
@@ -4120,7 +4120,7 @@ const se_CreateAvailabilityConfigurationRequest = (input, context) => {
4120
4120
  };
4121
4121
  const se_CreateImpersonationRoleRequest = (input, context) => {
4122
4122
  return take(input, {
4123
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4123
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4124
4124
  Description: [],
4125
4125
  Name: [],
4126
4126
  OrganizationId: [],
@@ -4130,7 +4130,7 @@ const se_CreateImpersonationRoleRequest = (input, context) => {
4130
4130
  };
4131
4131
  const se_CreateMobileDeviceAccessRuleRequest = (input, context) => {
4132
4132
  return take(input, {
4133
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4133
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4134
4134
  Description: [],
4135
4135
  DeviceModels: _json,
4136
4136
  DeviceOperatingSystems: _json,
@@ -4148,7 +4148,7 @@ const se_CreateMobileDeviceAccessRuleRequest = (input, context) => {
4148
4148
  const se_CreateOrganizationRequest = (input, context) => {
4149
4149
  return take(input, {
4150
4150
  Alias: [],
4151
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4151
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4152
4152
  DirectoryId: [],
4153
4153
  Domains: _json,
4154
4154
  EnableInteroperability: [],
@@ -4157,21 +4157,21 @@ const se_CreateOrganizationRequest = (input, context) => {
4157
4157
  };
4158
4158
  const se_DeleteOrganizationRequest = (input, context) => {
4159
4159
  return take(input, {
4160
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4160
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4161
4161
  DeleteDirectory: [],
4162
4162
  OrganizationId: [],
4163
4163
  });
4164
4164
  };
4165
4165
  const se_RegisterMailDomainRequest = (input, context) => {
4166
4166
  return take(input, {
4167
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4167
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4168
4168
  DomainName: [],
4169
4169
  OrganizationId: [],
4170
4170
  });
4171
4171
  };
4172
4172
  const se_StartMailboxExportJobRequest = (input, context) => {
4173
4173
  return take(input, {
4174
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
4174
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
4175
4175
  Description: [],
4176
4176
  EntityId: [],
4177
4177
  KmsKeyArn: [],