aws-sdk-core 2.11.587 → 2.11.592

Sign up to get free protection for your applications and to get access to all the features.
@@ -1824,7 +1824,8 @@
1824
1824
  "DataSetArns":{"shape":"DataSetArnsList"},
1825
1825
  "ThemeArn":{"shape":"Arn"},
1826
1826
  "CreatedTime":{"shape":"Timestamp"},
1827
- "LastUpdatedTime":{"shape":"Timestamp"}
1827
+ "LastUpdatedTime":{"shape":"Timestamp"},
1828
+ "Sheets":{"shape":"SheetList"}
1828
1829
  }
1829
1830
  },
1830
1831
  "AnalysisError":{
@@ -2879,7 +2880,8 @@
2879
2880
  "SourceEntityArn":{"shape":"Arn"},
2880
2881
  "DataSetArns":{"shape":"DataSetArnsList"},
2881
2882
  "Description":{"shape":"VersionDescription"},
2882
- "ThemeArn":{"shape":"Arn"}
2883
+ "ThemeArn":{"shape":"Arn"},
2884
+ "Sheets":{"shape":"SheetList"}
2883
2885
  }
2884
2886
  },
2885
2887
  "DashboardVersionSummary":{
@@ -6364,12 +6366,24 @@
6364
6366
  "error":{"httpStatusCode":400},
6365
6367
  "exception":true
6366
6368
  },
6369
+ "Sheet":{
6370
+ "type":"structure",
6371
+ "members":{
6372
+ "SheetId":{"shape":"RestrictiveResourceId"},
6373
+ "Name":{"shape":"NonEmptyString"}
6374
+ }
6375
+ },
6367
6376
  "SheetControlsOption":{
6368
6377
  "type":"structure",
6369
6378
  "members":{
6370
6379
  "VisibilityState":{"shape":"DashboardUIState"}
6371
6380
  }
6372
6381
  },
6382
+ "SheetList":{
6383
+ "type":"list",
6384
+ "member":{"shape":"Sheet"},
6385
+ "max":20
6386
+ },
6373
6387
  "SheetStyle":{
6374
6388
  "type":"structure",
6375
6389
  "members":{
@@ -6623,7 +6637,8 @@
6623
6637
  "DataSetConfigurations":{"shape":"DataSetConfigurationList"},
6624
6638
  "Description":{"shape":"VersionDescription"},
6625
6639
  "SourceEntityArn":{"shape":"Arn"},
6626
- "ThemeArn":{"shape":"Arn"}
6640
+ "ThemeArn":{"shape":"Arn"},
6641
+ "Sheets":{"shape":"SheetList"}
6627
6642
  }
6628
6643
  },
6629
6644
  "TemplateVersionSummary":{
@@ -3,17 +3,20 @@
3
3
  "ListGroupResources": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "ResourceIdentifiers"
7
8
  },
8
9
  "ListGroups": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "GroupIdentifiers"
12
14
  },
13
15
  "SearchResources": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ResourceIdentifiers"
17
20
  }
18
21
  }
19
22
  }
@@ -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",
@@ -136,6 +136,10 @@
136
136
  "max":48000,
137
137
  "min":8000
138
138
  },
139
+ "NumberOfChannels":{
140
+ "type":"integer",
141
+ "min":2
142
+ },
139
143
  "RequestId":{"type":"string"},
140
144
  "Result":{
141
145
  "type":"structure",
@@ -144,7 +148,8 @@
144
148
  "StartTime":{"shape":"Double"},
145
149
  "EndTime":{"shape":"Double"},
146
150
  "IsPartial":{"shape":"Boolean"},
147
- "Alternatives":{"shape":"AlternativeList"}
151
+ "Alternatives":{"shape":"AlternativeList"},
152
+ "ChannelId":{"shape":"String"}
148
153
  }
149
154
  },
150
155
  "ResultList":{
@@ -161,6 +166,8 @@
161
166
  },
162
167
  "SessionId":{
163
168
  "type":"string",
169
+ "max":36,
170
+ "min":36,
164
171
  "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
165
172
  },
166
173
  "StartStreamTranscriptionRequest":{
@@ -212,6 +219,16 @@
212
219
  "shape":"Boolean",
213
220
  "location":"header",
214
221
  "locationName":"x-amzn-transcribe-show-speaker-label"
222
+ },
223
+ "EnableChannelIdentification":{
224
+ "shape":"Boolean",
225
+ "location":"header",
226
+ "locationName":"x-amzn-transcribe-enable-channel-identification"
227
+ },
228
+ "NumberOfChannels":{
229
+ "shape":"NumberOfChannels",
230
+ "location":"header",
231
+ "locationName":"x-amzn-transcribe-number-of-channels"
215
232
  }
216
233
  },
217
234
  "payload":"AudioStream"
@@ -264,6 +281,16 @@
264
281
  "shape":"Boolean",
265
282
  "location":"header",
266
283
  "locationName":"x-amzn-transcribe-show-speaker-label"
284
+ },
285
+ "EnableChannelIdentification":{
286
+ "shape":"Boolean",
287
+ "location":"header",
288
+ "locationName":"x-amzn-transcribe-enable-channel-identification"
289
+ },
290
+ "NumberOfChannels":{
291
+ "shape":"NumberOfChannels",
292
+ "location":"header",
293
+ "locationName":"x-amzn-transcribe-number-of-channels"
267
294
  }
268
295
  },
269
296
  "payload":"TranscriptResultStream"
@@ -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