aws-sdk 2.997.0 → 2.1001.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 (59) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/apprunner-2020-05-15.min.json +10 -10
  7. package/apis/backup-2018-11-15.min.json +54 -42
  8. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  9. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  10. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  11. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  12. package/apis/codebuild-2016-10-06.min.json +74 -73
  13. package/apis/dataexchange-2017-07-25.min.json +277 -38
  14. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  15. package/apis/ec2-2016-11-15.min.json +1212 -879
  16. package/apis/ec2-2016-11-15.paginators.json +6 -0
  17. package/apis/ec2-2016-11-15.waiters2.json +6 -0
  18. package/apis/glue-2017-03-31.min.json +3 -0
  19. package/apis/kms-2014-11-01.examples.json +608 -8
  20. package/apis/location-2020-11-19.min.json +9 -6
  21. package/apis/macie2-2020-01-01.min.json +79 -67
  22. package/apis/metadata.json +6 -0
  23. package/apis/network-firewall-2020-11-12.min.json +65 -31
  24. package/apis/ssm-2014-11-06.min.json +3 -0
  25. package/apis/synthetics-2017-10-11.min.json +39 -9
  26. package/apis/workmail-2017-10-01.min.json +179 -27
  27. package/apis/workmail-2017-10-01.paginators.json +5 -0
  28. package/apis/workspaces-2015-04-08.min.json +83 -50
  29. package/clients/account.d.ts +136 -0
  30. package/clients/account.js +18 -0
  31. package/clients/all.d.ts +2 -0
  32. package/clients/all.js +3 -1
  33. package/clients/applicationautoscaling.d.ts +38 -38
  34. package/clients/apprunner.d.ts +55 -54
  35. package/clients/backup.d.ts +22 -10
  36. package/clients/cloudcontrol.d.ts +385 -0
  37. package/clients/cloudcontrol.js +19 -0
  38. package/clients/codebuild.d.ts +8 -3
  39. package/clients/dataexchange.d.ts +226 -2
  40. package/clients/ec2.d.ts +377 -2
  41. package/clients/glue.d.ts +7 -0
  42. package/clients/kms.d.ts +2 -2
  43. package/clients/location.d.ts +37 -24
  44. package/clients/macie2.d.ts +29 -12
  45. package/clients/networkfirewall.d.ts +61 -10
  46. package/clients/ssm.d.ts +7 -3
  47. package/clients/synthetics.d.ts +40 -0
  48. package/clients/workmail.d.ts +214 -0
  49. package/clients/workspaces.d.ts +87 -40
  50. package/dist/aws-sdk-core-react-native.js +2 -3
  51. package/dist/aws-sdk-react-native.js +102 -37
  52. package/dist/aws-sdk.js +1319 -977
  53. package/dist/aws-sdk.min.js +77 -77
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/lib/event_listeners.js +0 -1
  57. package/lib/services/s3.js +0 -15
  58. package/package.json +1 -1
  59. package/scripts/region-checker/allowlist.js +7 -7
@@ -117,6 +117,18 @@ declare class Synthetics extends Service {
117
117
  updateCanary(callback?: (err: AWSError, data: Synthetics.Types.UpdateCanaryResponse) => void): Request<Synthetics.Types.UpdateCanaryResponse, AWSError>;
118
118
  }
119
119
  declare namespace Synthetics {
120
+ export interface ArtifactConfigInput {
121
+ /**
122
+ * A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts
123
+ */
124
+ S3Encryption?: S3EncryptionConfig;
125
+ }
126
+ export interface ArtifactConfigOutput {
127
+ /**
128
+ * A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
129
+ */
130
+ S3Encryption?: S3EncryptionConfig;
131
+ }
120
132
  export interface BaseScreenshot {
121
133
  /**
122
134
  * The name of the screenshot. This is generated the first time the canary is run after the UpdateCanary operation that specified for this canary to perform visual monitoring.
@@ -189,6 +201,10 @@ declare namespace Synthetics {
189
201
  * The list of key-value pairs that are associated with the canary.
190
202
  */
191
203
  Tags?: TagMap;
204
+ /**
205
+ * A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
206
+ */
207
+ ArtifactConfig?: ArtifactConfigOutput;
192
208
  }
193
209
  export type CanaryArn = string;
194
210
  export interface CanaryCodeInput {
@@ -414,6 +430,10 @@ declare namespace Synthetics {
414
430
  * A list of key-value pairs to associate with the canary. You can associate as many as 50 tags with a canary. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only the resources that have certain tag values.
415
431
  */
416
432
  Tags?: TagMap;
433
+ /**
434
+ * A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
435
+ */
436
+ ArtifactConfig?: ArtifactConfigInput;
417
437
  }
418
438
  export interface CreateCanaryResponse {
419
439
  /**
@@ -489,6 +509,7 @@ declare namespace Synthetics {
489
509
  */
490
510
  NextToken?: Token;
491
511
  }
512
+ export type EncryptionMode = "SSE_S3"|"SSE_KMS"|string;
492
513
  export type EnvironmentVariableName = string;
493
514
  export type EnvironmentVariableValue = string;
494
515
  export type EnvironmentVariablesMap = {[key: string]: EnvironmentVariableValue};
@@ -529,6 +550,7 @@ declare namespace Synthetics {
529
550
  */
530
551
  NextToken?: Token;
531
552
  }
553
+ export type KmsKeyArn = string;
532
554
  export interface ListTagsForResourceRequest {
533
555
  /**
534
556
  * The ARN of the canary that you want to view tags for. The ARN format of a canary is arn:aws:synthetics:Region:account-id:canary:canary-name .
@@ -568,6 +590,16 @@ declare namespace Synthetics {
568
590
  DeprecationDate?: Timestamp;
569
591
  }
570
592
  export type RuntimeVersionList = RuntimeVersion[];
593
+ export interface S3EncryptionConfig {
594
+ /**
595
+ * The encryption method to use for artifacts created by this canary. Specify SSE_S3 to use server-side encryption (SSE) with an Amazon S3-managed key. Specify SSE-KMS to use server-side encryption with a customer-managed KMS key. If you omit this parameter, an Amazon Web Services-managed KMS key is used.
596
+ */
597
+ EncryptionMode?: EncryptionMode;
598
+ /**
599
+ * The ARN of the customer-managed KMS key to use, if you specify SSE-KMS for EncryptionMode
600
+ */
601
+ KmsKeyArn?: KmsKeyArn;
602
+ }
571
603
  export type SecurityGroupId = string;
572
604
  export type SecurityGroupIds = SecurityGroupId[];
573
605
  export interface StartCanaryRequest {
@@ -661,6 +693,14 @@ declare namespace Synthetics {
661
693
  * Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future runs of this canary. If you omit this parameter, no changes are made to any baseline screenshots that the canary might be using already. Visual monitoring is supported only on canaries running the syn-puppeteer-node-3.2 runtime or later. For more information, see Visual monitoring and Visual monitoring blueprint
662
694
  */
663
695
  VisualReference?: VisualReferenceInput;
696
+ /**
697
+ * The location in Amazon S3 where Synthetics stores artifacts from the test runs of this canary. Artifacts include the log file, screenshots, and HAR files. The name of the S3 bucket can't include a period (.).
698
+ */
699
+ ArtifactS3Location?: String;
700
+ /**
701
+ * A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
702
+ */
703
+ ArtifactConfig?: ArtifactConfigInput;
664
704
  }
665
705
  export interface UpdateCanaryResponse {
666
706
  }
@@ -115,6 +115,14 @@ declare class WorkMail extends Service {
115
115
  * Deletes permissions granted to a member (user or group).
116
116
  */
117
117
  deleteMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.DeleteMailboxPermissionsResponse) => void): Request<WorkMail.Types.DeleteMailboxPermissionsResponse, AWSError>;
118
+ /**
119
+ * Deletes the mobile device access override for the given WorkMail organization, user, and device.
120
+ */
121
+ deleteMobileDeviceAccessOverride(params: WorkMail.Types.DeleteMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse, AWSError>;
122
+ /**
123
+ * Deletes the mobile device access override for the given WorkMail organization, user, and device.
124
+ */
125
+ deleteMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse, AWSError>;
118
126
  /**
119
127
  * Deletes a mobile device access rule for the specified Amazon WorkMail organization.
120
128
  */
@@ -171,6 +179,14 @@ declare class WorkMail extends Service {
171
179
  * Returns the data available for the group.
172
180
  */
173
181
  describeGroup(callback?: (err: AWSError, data: WorkMail.Types.DescribeGroupResponse) => void): Request<WorkMail.Types.DescribeGroupResponse, AWSError>;
182
+ /**
183
+ * Lists the settings in a DMARC policy for a specified organization.
184
+ */
185
+ describeInboundDmarcSettings(params: WorkMail.Types.DescribeInboundDmarcSettingsRequest, callback?: (err: AWSError, data: WorkMail.Types.DescribeInboundDmarcSettingsResponse) => void): Request<WorkMail.Types.DescribeInboundDmarcSettingsResponse, AWSError>;
186
+ /**
187
+ * Lists the settings in a DMARC policy for a specified organization.
188
+ */
189
+ describeInboundDmarcSettings(callback?: (err: AWSError, data: WorkMail.Types.DescribeInboundDmarcSettingsResponse) => void): Request<WorkMail.Types.DescribeInboundDmarcSettingsResponse, AWSError>;
174
190
  /**
175
191
  * Describes the current status of a mailbox export job.
176
192
  */
@@ -251,6 +267,14 @@ declare class WorkMail extends Service {
251
267
  * Simulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access rules for the Amazon WorkMail organization for a particular user's attributes.
252
268
  */
253
269
  getMobileDeviceAccessEffect(callback?: (err: AWSError, data: WorkMail.Types.GetMobileDeviceAccessEffectResponse) => void): Request<WorkMail.Types.GetMobileDeviceAccessEffectResponse, AWSError>;
270
+ /**
271
+ * Gets the mobile device access override for the given WorkMail organization, user, and device.
272
+ */
273
+ getMobileDeviceAccessOverride(params: WorkMail.Types.GetMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.GetMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.GetMobileDeviceAccessOverrideResponse, AWSError>;
274
+ /**
275
+ * Gets the mobile device access override for the given WorkMail organization, user, and device.
276
+ */
277
+ getMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.GetMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.GetMobileDeviceAccessOverrideResponse, AWSError>;
254
278
  /**
255
279
  * Lists the access control rules for the specified organization.
256
280
  */
@@ -299,6 +323,14 @@ declare class WorkMail extends Service {
299
323
  * Lists the mailbox permissions associated with a user, group, or resource mailbox.
300
324
  */
301
325
  listMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.ListMailboxPermissionsResponse) => void): Request<WorkMail.Types.ListMailboxPermissionsResponse, AWSError>;
326
+ /**
327
+ * Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.
328
+ */
329
+ listMobileDeviceAccessOverrides(params: WorkMail.Types.ListMobileDeviceAccessOverridesRequest, callback?: (err: AWSError, data: WorkMail.Types.ListMobileDeviceAccessOverridesResponse) => void): Request<WorkMail.Types.ListMobileDeviceAccessOverridesResponse, AWSError>;
330
+ /**
331
+ * Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.
332
+ */
333
+ listMobileDeviceAccessOverrides(callback?: (err: AWSError, data: WorkMail.Types.ListMobileDeviceAccessOverridesResponse) => void): Request<WorkMail.Types.ListMobileDeviceAccessOverridesResponse, AWSError>;
302
334
  /**
303
335
  * Lists the mobile device access rules for the specified Amazon WorkMail organization.
304
336
  */
@@ -355,6 +387,14 @@ declare class WorkMail extends Service {
355
387
  * Adds a new access control rule for the specified organization. The rule allows or denies access to the organization for the specified IPv4 addresses, access protocol actions, and user IDs. Adding a new rule with the same name as an existing rule replaces the older rule.
356
388
  */
357
389
  putAccessControlRule(callback?: (err: AWSError, data: WorkMail.Types.PutAccessControlRuleResponse) => void): Request<WorkMail.Types.PutAccessControlRuleResponse, AWSError>;
390
+ /**
391
+ * Enables or disables a DMARC policy for a given organization.
392
+ */
393
+ putInboundDmarcSettings(params: WorkMail.Types.PutInboundDmarcSettingsRequest, callback?: (err: AWSError, data: WorkMail.Types.PutInboundDmarcSettingsResponse) => void): Request<WorkMail.Types.PutInboundDmarcSettingsResponse, AWSError>;
394
+ /**
395
+ * Enables or disables a DMARC policy for a given organization.
396
+ */
397
+ putInboundDmarcSettings(callback?: (err: AWSError, data: WorkMail.Types.PutInboundDmarcSettingsResponse) => void): Request<WorkMail.Types.PutInboundDmarcSettingsResponse, AWSError>;
358
398
  /**
359
399
  * Sets permissions for a user, group, or resource. This replaces any pre-existing permissions.
360
400
  */
@@ -363,6 +403,14 @@ declare class WorkMail extends Service {
363
403
  * Sets permissions for a user, group, or resource. This replaces any pre-existing permissions.
364
404
  */
365
405
  putMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.PutMailboxPermissionsResponse) => void): Request<WorkMail.Types.PutMailboxPermissionsResponse, AWSError>;
406
+ /**
407
+ * Creates or updates a mobile device access override for the given WorkMail organization, user, and device.
408
+ */
409
+ putMobileDeviceAccessOverride(params: WorkMail.Types.PutMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.PutMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.PutMobileDeviceAccessOverrideResponse, AWSError>;
410
+ /**
411
+ * Creates or updates a mobile device access override for the given WorkMail organization, user, and device.
412
+ */
413
+ putMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.PutMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.PutMobileDeviceAccessOverrideResponse, AWSError>;
366
414
  /**
367
415
  * Puts a retention policy to the specified organization.
368
416
  */
@@ -547,6 +595,7 @@ declare namespace WorkMail {
547
595
  AutoDeclineConflictingRequests?: Boolean;
548
596
  }
549
597
  export type Boolean = boolean;
598
+ export type BooleanObject = boolean;
550
599
  export interface CancelMailboxExportJobRequest {
551
600
  /**
552
601
  * The idempotency token for the client request.
@@ -797,6 +846,22 @@ declare namespace WorkMail {
797
846
  }
798
847
  export interface DeleteMailboxPermissionsResponse {
799
848
  }
849
+ export interface DeleteMobileDeviceAccessOverrideRequest {
850
+ /**
851
+ * The Amazon WorkMail organization for which the access override will be deleted.
852
+ */
853
+ OrganizationId: OrganizationId;
854
+ /**
855
+ * The WorkMail user for which you want to delete the override. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
856
+ */
857
+ UserId: EntityIdentifier;
858
+ /**
859
+ * The mobile device for which you delete the override. DeviceId is case insensitive.
860
+ */
861
+ DeviceId: DeviceId;
862
+ }
863
+ export interface DeleteMobileDeviceAccessOverrideResponse {
864
+ }
800
865
  export interface DeleteMobileDeviceAccessRuleRequest {
801
866
  /**
802
867
  * The Amazon WorkMail organization under which the rule will be deleted.
@@ -917,6 +982,18 @@ declare namespace WorkMail {
917
982
  */
918
983
  DisabledDate?: Timestamp;
919
984
  }
985
+ export interface DescribeInboundDmarcSettingsRequest {
986
+ /**
987
+ * Lists the ID of the given organization.
988
+ */
989
+ OrganizationId: OrganizationId;
990
+ }
991
+ export interface DescribeInboundDmarcSettingsResponse {
992
+ /**
993
+ * Lists the enforcement setting of the applied policy.
994
+ */
995
+ Enforced?: Boolean;
996
+ }
920
997
  export interface DescribeMailboxExportJobRequest {
921
998
  /**
922
999
  * The mailbox export job ID.
@@ -1110,6 +1187,7 @@ declare namespace WorkMail {
1110
1187
  DisabledDate?: Timestamp;
1111
1188
  }
1112
1189
  export type Description = string;
1190
+ export type DeviceId = string;
1113
1191
  export type DeviceModel = string;
1114
1192
  export type DeviceModelList = DeviceModel[];
1115
1193
  export type DeviceOperatingSystem = string;
@@ -1164,6 +1242,7 @@ declare namespace WorkMail {
1164
1242
  export type DomainName = string;
1165
1243
  export type Domains = Domain[];
1166
1244
  export type EmailAddress = string;
1245
+ export type EntityIdentifier = string;
1167
1246
  export type EntityState = "ENABLED"|"DISABLED"|"DELETED"|string;
1168
1247
  export interface FolderConfiguration {
1169
1248
  /**
@@ -1285,6 +1364,46 @@ declare namespace WorkMail {
1285
1364
  */
1286
1365
  MatchedRules?: MobileDeviceAccessMatchedRuleList;
1287
1366
  }
1367
+ export interface GetMobileDeviceAccessOverrideRequest {
1368
+ /**
1369
+ * The Amazon WorkMail organization to which you want to apply the override.
1370
+ */
1371
+ OrganizationId: OrganizationId;
1372
+ /**
1373
+ * Identifies the WorkMail user for the override. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
1374
+ */
1375
+ UserId: EntityIdentifier;
1376
+ /**
1377
+ * The mobile device to which the override applies. DeviceId is case insensitive.
1378
+ */
1379
+ DeviceId: DeviceId;
1380
+ }
1381
+ export interface GetMobileDeviceAccessOverrideResponse {
1382
+ /**
1383
+ * The WorkMail user to which the access override applies.
1384
+ */
1385
+ UserId?: WorkMailIdentifier;
1386
+ /**
1387
+ * The device to which the access override applies.
1388
+ */
1389
+ DeviceId?: DeviceId;
1390
+ /**
1391
+ * The effect of the override, ALLOW or DENY.
1392
+ */
1393
+ Effect?: MobileDeviceAccessRuleEffect;
1394
+ /**
1395
+ * A description of the override.
1396
+ */
1397
+ Description?: MobileDeviceAccessRuleDescription;
1398
+ /**
1399
+ * The date the override was first created.
1400
+ */
1401
+ DateCreated?: Timestamp;
1402
+ /**
1403
+ * The date the description was last modified.
1404
+ */
1405
+ DateModified?: Timestamp;
1406
+ }
1288
1407
  export interface Group {
1289
1408
  /**
1290
1409
  * The identifier of the group.
@@ -1464,6 +1583,38 @@ declare namespace WorkMail {
1464
1583
  */
1465
1584
  NextToken?: NextToken;
1466
1585
  }
1586
+ export interface ListMobileDeviceAccessOverridesRequest {
1587
+ /**
1588
+ * The Amazon WorkMail organization under which to list mobile device access overrides.
1589
+ */
1590
+ OrganizationId: OrganizationId;
1591
+ /**
1592
+ * The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
1593
+ */
1594
+ UserId?: EntityIdentifier;
1595
+ /**
1596
+ * The mobile device to which the access override applies.
1597
+ */
1598
+ DeviceId?: DeviceId;
1599
+ /**
1600
+ * The token to use to retrieve the next page of results. The first call does not require a token.
1601
+ */
1602
+ NextToken?: NextToken;
1603
+ /**
1604
+ * The maximum number of results to return in a single call.
1605
+ */
1606
+ MaxResults?: MaxResults;
1607
+ }
1608
+ export interface ListMobileDeviceAccessOverridesResponse {
1609
+ /**
1610
+ * The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and user.
1611
+ */
1612
+ Overrides?: MobileDeviceAccessOverridesList;
1613
+ /**
1614
+ * The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.
1615
+ */
1616
+ NextToken?: NextToken;
1617
+ }
1467
1618
  export interface ListMobileDeviceAccessRulesRequest {
1468
1619
  /**
1469
1620
  * The Amazon WorkMail organization for which to list the rules.
@@ -1667,6 +1818,33 @@ declare namespace WorkMail {
1667
1818
  Name?: MobileDeviceAccessRuleName;
1668
1819
  }
1669
1820
  export type MobileDeviceAccessMatchedRuleList = MobileDeviceAccessMatchedRule[];
1821
+ export interface MobileDeviceAccessOverride {
1822
+ /**
1823
+ * The WorkMail user to which the access override applies.
1824
+ */
1825
+ UserId?: WorkMailIdentifier;
1826
+ /**
1827
+ * The device to which the override applies.
1828
+ */
1829
+ DeviceId?: DeviceId;
1830
+ /**
1831
+ * The effect of the override, ALLOW or DENY.
1832
+ */
1833
+ Effect?: MobileDeviceAccessRuleEffect;
1834
+ /**
1835
+ * A description of the override.
1836
+ */
1837
+ Description?: MobileDeviceAccessRuleDescription;
1838
+ /**
1839
+ * The date the override was first created.
1840
+ */
1841
+ DateCreated?: Timestamp;
1842
+ /**
1843
+ * The date the override was last modified.
1844
+ */
1845
+ DateModified?: Timestamp;
1846
+ }
1847
+ export type MobileDeviceAccessOverridesList = MobileDeviceAccessOverride[];
1670
1848
  export interface MobileDeviceAccessRule {
1671
1849
  /**
1672
1850
  * The ID assigned to a mobile access rule.
@@ -1820,6 +1998,18 @@ declare namespace WorkMail {
1820
1998
  }
1821
1999
  export interface PutAccessControlRuleResponse {
1822
2000
  }
2001
+ export interface PutInboundDmarcSettingsRequest {
2002
+ /**
2003
+ * The ID of the organization that you are applying the DMARC policy to.
2004
+ */
2005
+ OrganizationId: OrganizationId;
2006
+ /**
2007
+ * Enforces or suspends a policy after it's applied.
2008
+ */
2009
+ Enforced: BooleanObject;
2010
+ }
2011
+ export interface PutInboundDmarcSettingsResponse {
2012
+ }
1823
2013
  export interface PutMailboxPermissionsRequest {
1824
2014
  /**
1825
2015
  * The identifier of the organization under which the user, group, or resource exists.
@@ -1840,6 +2030,30 @@ declare namespace WorkMail {
1840
2030
  }
1841
2031
  export interface PutMailboxPermissionsResponse {
1842
2032
  }
2033
+ export interface PutMobileDeviceAccessOverrideRequest {
2034
+ /**
2035
+ * Identifies the Amazon WorkMail organization for which you create the override.
2036
+ */
2037
+ OrganizationId: OrganizationId;
2038
+ /**
2039
+ * The WorkMail user for which you create the override. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
2040
+ */
2041
+ UserId: EntityIdentifier;
2042
+ /**
2043
+ * The mobile device for which you create the override. DeviceId is case insensitive.
2044
+ */
2045
+ DeviceId: DeviceId;
2046
+ /**
2047
+ * The effect of the override, ALLOW or DENY.
2048
+ */
2049
+ Effect: MobileDeviceAccessRuleEffect;
2050
+ /**
2051
+ * A description of the override.
2052
+ */
2053
+ Description?: MobileDeviceAccessRuleDescription;
2054
+ }
2055
+ export interface PutMobileDeviceAccessOverrideResponse {
2056
+ }
1843
2057
  export interface PutRetentionPolicyRequest {
1844
2058
  /**
1845
2059
  * The organization ID.