aws-sdk-core 2.11.586 → 2.11.591

Sign up to get free protection for your applications and to get access to all the features.
@@ -461,7 +461,8 @@
461
461
  "input":{"shape":"DescribeProvisionedProductInput"},
462
462
  "output":{"shape":"DescribeProvisionedProductOutput"},
463
463
  "errors":[
464
- {"shape":"ResourceNotFoundException"}
464
+ {"shape":"ResourceNotFoundException"},
465
+ {"shape":"InvalidParametersException"}
465
466
  ]
466
467
  },
467
468
  "DescribeProvisionedProductPlan":{
@@ -1852,10 +1853,10 @@
1852
1853
  },
1853
1854
  "DescribeProvisionedProductInput":{
1854
1855
  "type":"structure",
1855
- "required":["Id"],
1856
1856
  "members":{
1857
1857
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1858
- "Id":{"shape":"Id"}
1858
+ "Id":{"shape":"Id"},
1859
+ "Name":{"shape":"ProvisionedProductName"}
1859
1860
  }
1860
1861
  },
1861
1862
  "DescribeProvisionedProductOutput":{
@@ -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"
@@ -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
@@ -15,6 +15,11 @@
15
15
  "output_token": "NextToken",
16
16
  "limit_key": "MaxResults"
17
17
  },
18
+ "ListMailboxExportJobs": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
18
23
  "ListMailboxPermissions": {
19
24
  "input_token": "NextToken",
20
25
  "output_token": "NextToken",
@@ -247,6 +247,7 @@
247
247
  "protocols" : [ "https" ]
248
248
  },
249
249
  "endpoints" : {
250
+ "af-south-1" : { },
250
251
  "ap-east-1" : { },
251
252
  "ap-northeast-1" : { },
252
253
  "ap-northeast-2" : { },
@@ -256,6 +257,7 @@
256
257
  "ca-central-1" : { },
257
258
  "eu-central-1" : { },
258
259
  "eu-north-1" : { },
260
+ "eu-south-1" : { },
259
261
  "eu-west-1" : { },
260
262
  "eu-west-2" : { },
261
263
  "eu-west-3" : { },
@@ -1125,6 +1127,7 @@
1125
1127
  "ca-central-1" : { },
1126
1128
  "eu-central-1" : { },
1127
1129
  "eu-north-1" : { },
1130
+ "eu-south-1" : { },
1128
1131
  "eu-west-1" : { },
1129
1132
  "eu-west-2" : { },
1130
1133
  "eu-west-3" : { },
@@ -2064,6 +2067,7 @@
2064
2067
  "sa-east-1" : { },
2065
2068
  "us-east-1" : { },
2066
2069
  "us-east-2" : { },
2070
+ "us-west-1" : { },
2067
2071
  "us-west-2" : { }
2068
2072
  }
2069
2073
  },
@@ -3272,6 +3276,7 @@
3272
3276
  "ca-central-1" : { },
3273
3277
  "eu-central-1" : { },
3274
3278
  "eu-north-1" : { },
3279
+ "eu-south-1" : { },
3275
3280
  "eu-west-1" : { },
3276
3281
  "eu-west-2" : { },
3277
3282
  "eu-west-3" : { },
@@ -4010,6 +4015,24 @@
4010
4015
  },
4011
4016
  "oidc" : {
4012
4017
  "endpoints" : {
4018
+ "ap-northeast-1" : {
4019
+ "credentialScope" : {
4020
+ "region" : "ap-northeast-1"
4021
+ },
4022
+ "hostname" : "oidc.ap-northeast-1.amazonaws.com"
4023
+ },
4024
+ "ap-northeast-2" : {
4025
+ "credentialScope" : {
4026
+ "region" : "ap-northeast-2"
4027
+ },
4028
+ "hostname" : "oidc.ap-northeast-2.amazonaws.com"
4029
+ },
4030
+ "ap-south-1" : {
4031
+ "credentialScope" : {
4032
+ "region" : "ap-south-1"
4033
+ },
4034
+ "hostname" : "oidc.ap-south-1.amazonaws.com"
4035
+ },
4013
4036
  "ap-southeast-1" : {
4014
4037
  "credentialScope" : {
4015
4038
  "region" : "ap-southeast-1"
@@ -4490,6 +4513,12 @@
4490
4513
  "eu-central-1" : { },
4491
4514
  "eu-west-1" : { },
4492
4515
  "eu-west-2" : { },
4516
+ "rekognition-fips.ca-central-1" : {
4517
+ "credentialScope" : {
4518
+ "region" : "ca-central-1"
4519
+ },
4520
+ "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
4521
+ },
4493
4522
  "rekognition-fips.us-east-1" : {
4494
4523
  "credentialScope" : {
4495
4524
  "region" : "us-east-1"
@@ -5323,6 +5352,12 @@
5323
5352
  },
5324
5353
  "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com"
5325
5354
  },
5355
+ "fips-ap-northeast-3" : {
5356
+ "credentialScope" : {
5357
+ "region" : "ap-northeast-3"
5358
+ },
5359
+ "hostname" : "snowball-fips.ap-northeast-3.amazonaws.com"
5360
+ },
5326
5361
  "fips-ap-south-1" : {
5327
5362
  "credentialScope" : {
5328
5363
  "region" : "ap-south-1"
@@ -7527,6 +7562,12 @@
7527
7562
  }
7528
7563
  }
7529
7564
  },
7565
+ "ebs" : {
7566
+ "endpoints" : {
7567
+ "us-gov-east-1" : { },
7568
+ "us-gov-west-1" : { }
7569
+ }
7570
+ },
7530
7571
  "ec2" : {
7531
7572
  "endpoints" : {
7532
7573
  "us-gov-east-1" : {
@@ -7779,7 +7820,12 @@
7779
7820
  },
7780
7821
  "health" : {
7781
7822
  "endpoints" : {
7782
- "us-gov-west-1" : { }
7823
+ "fips-us-gov-west-1" : {
7824
+ "credentialScope" : {
7825
+ "region" : "us-gov-west-1"
7826
+ },
7827
+ "hostname" : "health-fips.us-gov-west-1.amazonaws.com"
7828
+ }
7783
7829
  }
7784
7830
  },
7785
7831
  "iam" : {