aws-sdk-core 2.11.588 → 2.11.593

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,21 @@
28
28
  {"shape":"ServiceQuotaExceededException"}
29
29
  ]
30
30
  },
31
+ "DeleteQueuedSavingsPlan":{
32
+ "name":"DeleteQueuedSavingsPlan",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/DeleteQueuedSavingsPlan"
36
+ },
37
+ "input":{"shape":"DeleteQueuedSavingsPlanRequest"},
38
+ "output":{"shape":"DeleteQueuedSavingsPlanResponse"},
39
+ "errors":[
40
+ {"shape":"ValidationException"},
41
+ {"shape":"ResourceNotFoundException"},
42
+ {"shape":"InternalServerException"},
43
+ {"shape":"ServiceQuotaExceededException"}
44
+ ]
45
+ },
31
46
  "DescribeSavingsPlanRates":{
32
47
  "name":"DescribeSavingsPlanRates",
33
48
  "http":{
@@ -137,6 +152,7 @@
137
152
  "savingsPlanOfferingId":{"shape":"SavingsPlanOfferingId"},
138
153
  "commitment":{"shape":"Amount"},
139
154
  "upfrontPaymentAmount":{"shape":"Amount"},
155
+ "purchaseTime":{"shape":"DateTime"},
140
156
  "clientToken":{
141
157
  "shape":"ClientToken",
142
158
  "idempotencyToken":true
@@ -161,6 +177,19 @@
161
177
  "type":"list",
162
178
  "member":{"shape":"CurrencyCode"}
163
179
  },
180
+ "DateTime":{"type":"timestamp"},
181
+ "DeleteQueuedSavingsPlanRequest":{
182
+ "type":"structure",
183
+ "required":["savingsPlanId"],
184
+ "members":{
185
+ "savingsPlanId":{"shape":"SavingsPlanId"}
186
+ }
187
+ },
188
+ "DeleteQueuedSavingsPlanResponse":{
189
+ "type":"structure",
190
+ "members":{
191
+ }
192
+ },
164
193
  "DescribeSavingsPlanRatesRequest":{
165
194
  "type":"structure",
166
195
  "required":["savingsPlanId"],
@@ -596,7 +625,6 @@
596
625
  "enum":[
597
626
  "AmazonEC2",
598
627
  "AmazonECS",
599
- "AmazonEKS",
600
628
  "AWSLambda"
601
629
  ]
602
630
  },
@@ -636,7 +664,9 @@
636
664
  "payment-pending",
637
665
  "payment-failed",
638
666
  "active",
639
- "retired"
667
+ "retired",
668
+ "queued",
669
+ "queued-deleted"
640
670
  ]
641
671
  },
642
672
  "SavingsPlanStateList":{
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.0",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Amazon DynamoDB Streams",
9
+ "serviceId":"DynamoDB Streams",
9
10
  "signatureVersion":"v4",
10
11
  "signingName":"dynamodb",
11
12
  "targetPrefix":"DynamoDBStreams_20120810",
@@ -196,10 +196,6 @@
196
196
  }
197
197
  },
198
198
  "shapes":{
199
- "Arn":{
200
- "type":"string",
201
- "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
202
- },
203
199
  "Blob":{
204
200
  "type":"blob",
205
201
  "max":10000000,
@@ -219,7 +215,7 @@
219
215
  "Id":{"shape":"UUID"},
220
216
  "Name":{"shape":"CanaryName"},
221
217
  "Code":{"shape":"CanaryCodeOutput"},
222
- "ExecutionRoleArn":{"shape":"Arn"},
218
+ "ExecutionRoleArn":{"shape":"RoleArn"},
223
219
  "Schedule":{"shape":"CanaryScheduleOutput"},
224
220
  "RunConfig":{"shape":"CanaryRunConfigOutput"},
225
221
  "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
@@ -227,12 +223,18 @@
227
223
  "Status":{"shape":"CanaryStatus"},
228
224
  "Timeline":{"shape":"CanaryTimeline"},
229
225
  "ArtifactS3Location":{"shape":"String"},
230
- "EngineArn":{"shape":"Arn"},
226
+ "EngineArn":{"shape":"FunctionArn"},
231
227
  "RuntimeVersion":{"shape":"String"},
232
228
  "VpcConfig":{"shape":"VpcConfigOutput"},
233
229
  "Tags":{"shape":"TagMap"}
234
230
  }
235
231
  },
232
+ "CanaryArn":{
233
+ "type":"string",
234
+ "max":2048,
235
+ "min":1,
236
+ "pattern":"arn:(aws[a-zA-Z-]*)?:synthetics:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:canary:[0-9a-z_\\-]{1,21}"
237
+ },
236
238
  "CanaryCodeInput":{
237
239
  "type":"structure",
238
240
  "required":["Handler"],
@@ -267,6 +269,7 @@
267
269
  "CanaryRun":{
268
270
  "type":"structure",
269
271
  "members":{
272
+ "Id":{"shape":"UUID"},
270
273
  "Name":{"shape":"CanaryName"},
271
274
  "Status":{"shape":"CanaryRunStatus"},
272
275
  "Timeline":{"shape":"CanaryRunTimeline"},
@@ -275,17 +278,18 @@
275
278
  },
276
279
  "CanaryRunConfigInput":{
277
280
  "type":"structure",
278
- "required":["TimeoutInSeconds"],
279
281
  "members":{
280
282
  "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
281
- "MemoryInMB":{"shape":"MaxSize3008"}
283
+ "MemoryInMB":{"shape":"MaxSize3008"},
284
+ "ActiveTracing":{"shape":"NullableBoolean"}
282
285
  }
283
286
  },
284
287
  "CanaryRunConfigOutput":{
285
288
  "type":"structure",
286
289
  "members":{
287
290
  "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
288
- "MemoryInMB":{"shape":"MaxSize3008"}
291
+ "MemoryInMB":{"shape":"MaxSize3008"},
292
+ "ActiveTracing":{"shape":"NullableBoolean"}
289
293
  }
290
294
  },
291
295
  "CanaryRunState":{
@@ -394,7 +398,7 @@
394
398
  "Name":{"shape":"CanaryName"},
395
399
  "Code":{"shape":"CanaryCodeInput"},
396
400
  "ArtifactS3Location":{"shape":"String"},
397
- "ExecutionRoleArn":{"shape":"Arn"},
401
+ "ExecutionRoleArn":{"shape":"RoleArn"},
398
402
  "Schedule":{"shape":"CanaryScheduleInput"},
399
403
  "RunConfig":{"shape":"CanaryRunConfigInput"},
400
404
  "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
@@ -469,6 +473,12 @@
469
473
  }
470
474
  },
471
475
  "ErrorMessage":{"type":"string"},
476
+ "FunctionArn":{
477
+ "type":"string",
478
+ "max":2048,
479
+ "min":1,
480
+ "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
481
+ },
472
482
  "GetCanaryRequest":{
473
483
  "type":"structure",
474
484
  "required":["Name"],
@@ -519,7 +529,7 @@
519
529
  "required":["ResourceArn"],
520
530
  "members":{
521
531
  "ResourceArn":{
522
- "shape":"Arn",
532
+ "shape":"CanaryArn",
523
533
  "location":"uri",
524
534
  "locationName":"resourceArn"
525
535
  }
@@ -538,8 +548,8 @@
538
548
  },
539
549
  "MaxFifteenMinutesInSeconds":{
540
550
  "type":"integer",
541
- "max":900,
542
- "min":60
551
+ "max":840,
552
+ "min":3
543
553
  },
544
554
  "MaxOneYearInSeconds":{
545
555
  "type":"long",
@@ -561,6 +571,7 @@
561
571
  "max":3008,
562
572
  "min":960
563
573
  },
574
+ "NullableBoolean":{"type":"boolean"},
564
575
  "ResourceNotFoundException":{
565
576
  "type":"structure",
566
577
  "members":{
@@ -569,6 +580,12 @@
569
580
  "error":{"httpStatusCode":404},
570
581
  "exception":true
571
582
  },
583
+ "RoleArn":{
584
+ "type":"string",
585
+ "max":2048,
586
+ "min":1,
587
+ "pattern":"arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
588
+ },
572
589
  "RuntimeVersion":{
573
590
  "type":"structure",
574
591
  "members":{
@@ -660,7 +677,7 @@
660
677
  ],
661
678
  "members":{
662
679
  "ResourceArn":{
663
- "shape":"Arn",
680
+ "shape":"CanaryArn",
664
681
  "location":"uri",
665
682
  "locationName":"resourceArn"
666
683
  },
@@ -679,7 +696,8 @@
679
696
  "Timestamp":{"type":"timestamp"},
680
697
  "Token":{
681
698
  "type":"string",
682
- "pattern":"^[a-zA-Z0-9=/+_.-]{4,252}$"
699
+ "max":252,
700
+ "min":4
683
701
  },
684
702
  "UUID":{
685
703
  "type":"string",
@@ -693,7 +711,7 @@
693
711
  ],
694
712
  "members":{
695
713
  "ResourceArn":{
696
- "shape":"Arn",
714
+ "shape":"CanaryArn",
697
715
  "location":"uri",
698
716
  "locationName":"resourceArn"
699
717
  },
@@ -719,7 +737,7 @@
719
737
  "locationName":"name"
720
738
  },
721
739
  "Code":{"shape":"CanaryCodeInput"},
722
- "ExecutionRoleArn":{"shape":"Arn"},
740
+ "ExecutionRoleArn":{"shape":"RoleArn"},
723
741
  "RuntimeVersion":{"shape":"String"},
724
742
  "Schedule":{"shape":"CanaryScheduleInput"},
725
743
  "RunConfig":{"shape":"CanaryRunConfigInput"},
@@ -67,7 +67,8 @@
67
67
  {"shape":"ProvisionedThroughputExceededException"},
68
68
  {"shape":"InvalidJobIdException"},
69
69
  {"shape":"InternalServerError"},
70
- {"shape":"ThrottlingException"}
70
+ {"shape":"ThrottlingException"},
71
+ {"shape":"InvalidS3ObjectException"}
71
72
  ]
72
73
  },
73
74
  "GetDocumentTextDetection":{
@@ -84,7 +85,8 @@
84
85
  {"shape":"ProvisionedThroughputExceededException"},
85
86
  {"shape":"InvalidJobIdException"},
86
87
  {"shape":"InternalServerError"},
87
- {"shape":"ThrottlingException"}
88
+ {"shape":"ThrottlingException"},
89
+ {"shape":"InvalidS3ObjectException"}
88
90
  ]
89
91
  },
90
92
  "StartDocumentAnalysis":{
@@ -488,6 +490,14 @@
488
490
  "RoleArn":{"shape":"RoleArn"}
489
491
  }
490
492
  },
493
+ "OutputConfig":{
494
+ "type":"structure",
495
+ "required":["S3Bucket"],
496
+ "members":{
497
+ "S3Bucket":{"shape":"S3Bucket"},
498
+ "S3Prefix":{"shape":"S3ObjectName"}
499
+ }
500
+ },
491
501
  "Pages":{
492
502
  "type":"list",
493
503
  "member":{"shape":"UInteger"}
@@ -535,7 +545,8 @@
535
545
  "type":"string",
536
546
  "enum":[
537
547
  "VALUE",
538
- "CHILD"
548
+ "CHILD",
549
+ "COMPLEX_FEATURES"
539
550
  ]
540
551
  },
541
552
  "RoleArn":{
@@ -594,7 +605,8 @@
594
605
  "FeatureTypes":{"shape":"FeatureTypes"},
595
606
  "ClientRequestToken":{"shape":"ClientRequestToken"},
596
607
  "JobTag":{"shape":"JobTag"},
597
- "NotificationChannel":{"shape":"NotificationChannel"}
608
+ "NotificationChannel":{"shape":"NotificationChannel"},
609
+ "OutputConfig":{"shape":"OutputConfig"}
598
610
  }
599
611
  },
600
612
  "StartDocumentAnalysisResponse":{
@@ -610,7 +622,8 @@
610
622
  "DocumentLocation":{"shape":"DocumentLocation"},
611
623
  "ClientRequestToken":{"shape":"ClientRequestToken"},
612
624
  "JobTag":{"shape":"JobTag"},
613
- "NotificationChannel":{"shape":"NotificationChannel"}
625
+ "NotificationChannel":{"shape":"NotificationChannel"},
626
+ "OutputConfig":{"shape":"OutputConfig"}
614
627
  }
615
628
  },
616
629
  "StartDocumentTextDetectionResponse":{
@@ -904,7 +904,10 @@
904
904
  "mp3",
905
905
  "mp4",
906
906
  "wav",
907
- "flac"
907
+ "flac",
908
+ "ogg",
909
+ "amr",
910
+ "webm"
908
911
  ]
909
912
  },
910
913
  "MediaSampleRateHertz":{
@@ -1008,6 +1011,12 @@
1008
1011
  "max":64,
1009
1012
  "pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"
1010
1013
  },
1014
+ "OutputKey":{
1015
+ "type":"string",
1016
+ "max":1024,
1017
+ "min":1,
1018
+ "pattern":"[a-zA-Z0-9-_.!*'()/]{1,1024}$"
1019
+ },
1011
1020
  "OutputLocationType":{
1012
1021
  "type":"string",
1013
1022
  "enum":[
@@ -1070,6 +1079,7 @@
1070
1079
  "MediaFormat":{"shape":"MediaFormat"},
1071
1080
  "Media":{"shape":"Media"},
1072
1081
  "OutputBucketName":{"shape":"OutputBucketName"},
1082
+ "OutputKey":{"shape":"OutputKey"},
1073
1083
  "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
1074
1084
  "Settings":{"shape":"MedicalTranscriptionSetting"},
1075
1085
  "Specialty":{"shape":"Specialty"},
@@ -1095,6 +1105,7 @@
1095
1105
  "MediaFormat":{"shape":"MediaFormat"},
1096
1106
  "Media":{"shape":"Media"},
1097
1107
  "OutputBucketName":{"shape":"OutputBucketName"},
1108
+ "OutputKey":{"shape":"OutputKey"},
1098
1109
  "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
1099
1110
  "Settings":{"shape":"Settings"},
1100
1111
  "ModelSettings":{"shape":"ModelSettings"},
@@ -23,6 +23,7 @@
23
23
  "errors":[
24
24
  {"shape":"ResourceNotFoundException"},
25
25
  {"shape":"TooManyRequestsException"},
26
+ {"shape":"InvalidParameterValueException"},
26
27
  {"shape":"InternalServerException"}
27
28
  ]
28
29
  },
@@ -515,7 +516,8 @@
515
516
  },
516
517
  "TerminologyArn":{
517
518
  "type":"string",
518
- "pattern":"^arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:translate:[a-zA-Z0-9-]+:[0-9]{12}:terminology/.+?/.+?$"
519
+ "max":512,
520
+ "min":1
519
521
  },
520
522
  "TerminologyData":{
521
523
  "type":"structure",
@@ -49,6 +49,22 @@
49
49
  ],
50
50
  "idempotent":true
51
51
  },
52
+ "CancelMailboxExportJob":{
53
+ "name":"CancelMailboxExportJob",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/"
57
+ },
58
+ "input":{"shape":"CancelMailboxExportJobRequest"},
59
+ "output":{"shape":"CancelMailboxExportJobResponse"},
60
+ "errors":[
61
+ {"shape":"InvalidParameterException"},
62
+ {"shape":"OrganizationNotFoundException"},
63
+ {"shape":"OrganizationStateException"},
64
+ {"shape":"EntityNotFoundException"}
65
+ ],
66
+ "idempotent":true
67
+ },
52
68
  "CreateAlias":{
53
69
  "name":"CreateAlias",
54
70
  "http":{
@@ -279,6 +295,22 @@
279
295
  ],
280
296
  "idempotent":true
281
297
  },
298
+ "DescribeMailboxExportJob":{
299
+ "name":"DescribeMailboxExportJob",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"DescribeMailboxExportJobRequest"},
305
+ "output":{"shape":"DescribeMailboxExportJobResponse"},
306
+ "errors":[
307
+ {"shape":"InvalidParameterException"},
308
+ {"shape":"OrganizationNotFoundException"},
309
+ {"shape":"OrganizationStateException"},
310
+ {"shape":"EntityNotFoundException"}
311
+ ],
312
+ "idempotent":true
313
+ },
282
314
  "DescribeOrganization":{
283
315
  "name":"DescribeOrganization",
284
316
  "http":{
@@ -471,6 +503,21 @@
471
503
  ],
472
504
  "idempotent":true
473
505
  },
506
+ "ListMailboxExportJobs":{
507
+ "name":"ListMailboxExportJobs",
508
+ "http":{
509
+ "method":"POST",
510
+ "requestUri":"/"
511
+ },
512
+ "input":{"shape":"ListMailboxExportJobsRequest"},
513
+ "output":{"shape":"ListMailboxExportJobsResponse"},
514
+ "errors":[
515
+ {"shape":"InvalidParameterException"},
516
+ {"shape":"OrganizationNotFoundException"},
517
+ {"shape":"OrganizationStateException"}
518
+ ],
519
+ "idempotent":true
520
+ },
474
521
  "ListMailboxPermissions":{
475
522
  "name":"ListMailboxPermissions",
476
523
  "http":{
@@ -652,6 +699,23 @@
652
699
  ],
653
700
  "idempotent":true
654
701
  },
702
+ "StartMailboxExportJob":{
703
+ "name":"StartMailboxExportJob",
704
+ "http":{
705
+ "method":"POST",
706
+ "requestUri":"/"
707
+ },
708
+ "input":{"shape":"StartMailboxExportJobRequest"},
709
+ "output":{"shape":"StartMailboxExportJobResponse"},
710
+ "errors":[
711
+ {"shape":"InvalidParameterException"},
712
+ {"shape":"OrganizationNotFoundException"},
713
+ {"shape":"OrganizationStateException"},
714
+ {"shape":"EntityNotFoundException"},
715
+ {"shape":"LimitExceededException"}
716
+ ],
717
+ "idempotent":true
718
+ },
655
719
  "TagResource":{
656
720
  "name":"TagResource",
657
721
  "http":{
@@ -856,6 +920,27 @@
856
920
  }
857
921
  },
858
922
  "Boolean":{"type":"boolean"},
923
+ "CancelMailboxExportJobRequest":{
924
+ "type":"structure",
925
+ "required":[
926
+ "ClientToken",
927
+ "JobId",
928
+ "OrganizationId"
929
+ ],
930
+ "members":{
931
+ "ClientToken":{
932
+ "shape":"IdempotencyClientToken",
933
+ "idempotencyToken":true
934
+ },
935
+ "JobId":{"shape":"MailboxExportJobId"},
936
+ "OrganizationId":{"shape":"OrganizationId"}
937
+ }
938
+ },
939
+ "CancelMailboxExportJobResponse":{
940
+ "type":"structure",
941
+ "members":{
942
+ }
943
+ },
859
944
  "CreateAliasRequest":{
860
945
  "type":"structure",
861
946
  "required":[
@@ -1096,6 +1181,34 @@
1096
1181
  "DisabledDate":{"shape":"Timestamp"}
1097
1182
  }
1098
1183
  },
1184
+ "DescribeMailboxExportJobRequest":{
1185
+ "type":"structure",
1186
+ "required":[
1187
+ "JobId",
1188
+ "OrganizationId"
1189
+ ],
1190
+ "members":{
1191
+ "JobId":{"shape":"MailboxExportJobId"},
1192
+ "OrganizationId":{"shape":"OrganizationId"}
1193
+ }
1194
+ },
1195
+ "DescribeMailboxExportJobResponse":{
1196
+ "type":"structure",
1197
+ "members":{
1198
+ "EntityId":{"shape":"WorkMailIdentifier"},
1199
+ "Description":{"shape":"Description"},
1200
+ "RoleArn":{"shape":"RoleArn"},
1201
+ "KmsKeyArn":{"shape":"KmsKeyArn"},
1202
+ "S3BucketName":{"shape":"S3BucketName"},
1203
+ "S3Prefix":{"shape":"S3ObjectKey"},
1204
+ "S3Path":{"shape":"S3ObjectKey"},
1205
+ "EstimatedProgress":{"shape":"Percentage"},
1206
+ "State":{"shape":"MailboxExportJobState"},
1207
+ "ErrorInfo":{"shape":"MailboxExportErrorInfo"},
1208
+ "StartTime":{"shape":"Timestamp"},
1209
+ "EndTime":{"shape":"Timestamp"}
1210
+ }
1211
+ },
1099
1212
  "DescribeOrganizationRequest":{
1100
1213
  "type":"structure",
1101
1214
  "required":["OrganizationId"],
@@ -1165,6 +1278,12 @@
1165
1278
  "DisabledDate":{"shape":"Timestamp"}
1166
1279
  }
1167
1280
  },
1281
+ "Description":{
1282
+ "type":"string",
1283
+ "max":1023,
1284
+ "min":0,
1285
+ "pattern":"[\\S\\s]*"
1286
+ },
1168
1287
  "DirectoryServiceAuthenticationFailedException":{
1169
1288
  "type":"structure",
1170
1289
  "members":{
@@ -1360,6 +1479,12 @@
1360
1479
  "type":"list",
1361
1480
  "member":{"shape":"Group"}
1362
1481
  },
1482
+ "IdempotencyClientToken":{
1483
+ "type":"string",
1484
+ "max":128,
1485
+ "min":1,
1486
+ "pattern":"[\\x21-\\x7e]+"
1487
+ },
1363
1488
  "InvalidConfigurationException":{
1364
1489
  "type":"structure",
1365
1490
  "members":{
@@ -1399,6 +1524,16 @@
1399
1524
  "max":10,
1400
1525
  "min":0
1401
1526
  },
1527
+ "Jobs":{
1528
+ "type":"list",
1529
+ "member":{"shape":"MailboxExportJob"}
1530
+ },
1531
+ "KmsKeyArn":{
1532
+ "type":"string",
1533
+ "max":2048,
1534
+ "min":20,
1535
+ "pattern":"arn:aws:kms:[a-z0-9-]*:[a-z0-9-]+:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}"
1536
+ },
1402
1537
  "LimitExceededException":{
1403
1538
  "type":"structure",
1404
1539
  "members":{
@@ -1475,6 +1610,22 @@
1475
1610
  "NextToken":{"shape":"NextToken"}
1476
1611
  }
1477
1612
  },
1613
+ "ListMailboxExportJobsRequest":{
1614
+ "type":"structure",
1615
+ "required":["OrganizationId"],
1616
+ "members":{
1617
+ "OrganizationId":{"shape":"OrganizationId"},
1618
+ "NextToken":{"shape":"NextToken"},
1619
+ "MaxResults":{"shape":"MaxResults"}
1620
+ }
1621
+ },
1622
+ "ListMailboxExportJobsResponse":{
1623
+ "type":"structure",
1624
+ "members":{
1625
+ "Jobs":{"shape":"Jobs"},
1626
+ "NextToken":{"shape":"NextToken"}
1627
+ }
1628
+ },
1478
1629
  "ListMailboxPermissionsRequest":{
1479
1630
  "type":"structure",
1480
1631
  "required":[
@@ -1588,6 +1739,41 @@
1588
1739
  },
1589
1740
  "exception":true
1590
1741
  },
1742
+ "MailboxExportErrorInfo":{
1743
+ "type":"string",
1744
+ "max":1024,
1745
+ "min":1,
1746
+ "pattern":"[\\S\\s]*"
1747
+ },
1748
+ "MailboxExportJob":{
1749
+ "type":"structure",
1750
+ "members":{
1751
+ "JobId":{"shape":"MailboxExportJobId"},
1752
+ "EntityId":{"shape":"WorkMailIdentifier"},
1753
+ "Description":{"shape":"Description"},
1754
+ "S3BucketName":{"shape":"S3BucketName"},
1755
+ "S3Path":{"shape":"S3ObjectKey"},
1756
+ "EstimatedProgress":{"shape":"Percentage"},
1757
+ "State":{"shape":"MailboxExportJobState"},
1758
+ "StartTime":{"shape":"Timestamp"},
1759
+ "EndTime":{"shape":"Timestamp"}
1760
+ }
1761
+ },
1762
+ "MailboxExportJobId":{
1763
+ "type":"string",
1764
+ "max":63,
1765
+ "min":1,
1766
+ "pattern":"[A-Za-z0-9-]+"
1767
+ },
1768
+ "MailboxExportJobState":{
1769
+ "type":"string",
1770
+ "enum":[
1771
+ "RUNNING",
1772
+ "COMPLETED",
1773
+ "FAILED",
1774
+ "CANCELLED"
1775
+ ]
1776
+ },
1591
1777
  "MailboxQuota":{
1592
1778
  "type":"integer",
1593
1779
  "box":true,
@@ -1680,6 +1866,11 @@
1680
1866
  "pattern":"[\\u0020-\\u00FF]+",
1681
1867
  "sensitive":true
1682
1868
  },
1869
+ "Percentage":{
1870
+ "type":"integer",
1871
+ "max":100,
1872
+ "min":0
1873
+ },
1683
1874
  "Permission":{
1684
1875
  "type":"structure",
1685
1876
  "required":[
@@ -1712,7 +1903,8 @@
1712
1903
  "PolicyDescription":{
1713
1904
  "type":"string",
1714
1905
  "max":256,
1715
- "pattern":"[\\w\\d\\s\\S\\-!?=,.;:'_]+"
1906
+ "pattern":"[\\w\\d\\s\\S\\-!?=,.;:'_]+",
1907
+ "sensitive":true
1716
1908
  },
1717
1909
  "PutAccessControlRuleRequest":{
1718
1910
  "type":"structure",
@@ -1881,12 +2073,60 @@
1881
2073
  "max":730,
1882
2074
  "min":1
1883
2075
  },
2076
+ "RoleArn":{
2077
+ "type":"string",
2078
+ "max":2048,
2079
+ "min":20
2080
+ },
2081
+ "S3BucketName":{
2082
+ "type":"string",
2083
+ "max":63,
2084
+ "min":1,
2085
+ "pattern":"[A-Za-z0-9.-]+"
2086
+ },
2087
+ "S3ObjectKey":{
2088
+ "type":"string",
2089
+ "max":1023,
2090
+ "min":1,
2091
+ "pattern":"[A-Za-z0-9!_.*'()/-]+"
2092
+ },
1884
2093
  "ShortString":{
1885
2094
  "type":"string",
1886
2095
  "max":64,
1887
2096
  "min":1,
1888
2097
  "pattern":"[a-zA-Z0-9_-]+"
1889
2098
  },
2099
+ "StartMailboxExportJobRequest":{
2100
+ "type":"structure",
2101
+ "required":[
2102
+ "ClientToken",
2103
+ "OrganizationId",
2104
+ "EntityId",
2105
+ "RoleArn",
2106
+ "KmsKeyArn",
2107
+ "S3BucketName",
2108
+ "S3Prefix"
2109
+ ],
2110
+ "members":{
2111
+ "ClientToken":{
2112
+ "shape":"IdempotencyClientToken",
2113
+ "idempotencyToken":true
2114
+ },
2115
+ "OrganizationId":{"shape":"OrganizationId"},
2116
+ "EntityId":{"shape":"WorkMailIdentifier"},
2117
+ "Description":{"shape":"Description"},
2118
+ "RoleArn":{"shape":"RoleArn"},
2119
+ "KmsKeyArn":{"shape":"KmsKeyArn"},
2120
+ "S3BucketName":{"shape":"S3BucketName"},
2121
+ "S3Prefix":{"shape":"S3ObjectKey"}
2122
+ }
2123
+ },
2124
+ "StartMailboxExportJobResponse":{
2125
+ "type":"structure",
2126
+ "members":{
2127
+ "JobId":{"shape":"MailboxExportJobId"}
2128
+ }
2129
+ },
1890
2130
  "String":{
1891
2131
  "type":"string",
1892
2132
  "max":256