aws-sdk-core 2.11.585 → 2.11.586

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee43dd3cac07f71c137c5f0c4c7591cca4bbba78b76bcad5731dc45f62bda424
4
- data.tar.gz: 8cc230c90d4cfc0dec84704d29f1983700df95f3b527795aefa2f0c4e819d284
3
+ metadata.gz: 97a82d41beb446d67ccc0dfdd4588136cca27a6d9caea0d7a73b506fa5433505
4
+ data.tar.gz: 366ebb3b5d5a4b938f1ee61c9cf14575cb09d771ff5e974446040bd5a589edd9
5
5
  SHA512:
6
- metadata.gz: e88fbab4286a80a8e03405146e15ad493da6400367ae435b7ff7bba64d85c42e9abc9c8b7619626a3cab2230437da162750ac69a60c4f2fa90906c9954d11a83
7
- data.tar.gz: b57b1044c5cf6749a091abe10ca7e23877cd5eea70f200b42c919f7a300adcf14bbbcd759a20453c8779f1fbf1ddfcd3e56f70f6c2df1c642a46c438986cce21
6
+ metadata.gz: 6313c86b8820e3606b2b590cb51d917679b752be563afe338fdd1f8a0043d5219f113f2c31fc301562486d173c1c95c882cf836315ef5926b83ed45f16843c52
7
+ data.tar.gz: c1d8488604ca17c575b707bd17db477936134009d805af81e683d9cdbec87e61195b23bc4469d44a9545c06f23b95b4ff0c7bfa36be22c09e466852ff5cfdd42
@@ -651,7 +651,7 @@
651
651
  },
652
652
  "NotificationThreshold":{
653
653
  "type":"double",
654
- "max":1000000000,
654
+ "max":40000000000,
655
655
  "min":0
656
656
  },
657
657
  "NotificationType":{
@@ -675,7 +675,7 @@
675
675
  "NotificationWithSubscribersList":{
676
676
  "type":"list",
677
677
  "member":{"shape":"NotificationWithSubscribers"},
678
- "max":5
678
+ "max":10
679
679
  },
680
680
  "Notifications":{
681
681
  "type":"list",
@@ -1,4 +1,28 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeBudgetPerformanceHistory": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "BudgetPerformanceHistory"
8
+ },
9
+ "DescribeBudgets": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "Budgets"
14
+ },
15
+ "DescribeNotificationsForBudget": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "Notifications"
20
+ },
21
+ "DescribeSubscribersForNotification": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "Subscribers"
26
+ }
3
27
  }
4
- }
28
+ }
@@ -18543,6 +18543,13 @@
18543
18543
  "t3a.large",
18544
18544
  "t3a.xlarge",
18545
18545
  "t3a.2xlarge",
18546
+ "t4g.nano",
18547
+ "t4g.micro",
18548
+ "t4g.small",
18549
+ "t4g.medium",
18550
+ "t4g.large",
18551
+ "t4g.xlarge",
18552
+ "t4g.2xlarge",
18546
18553
  "m1.small",
18547
18554
  "m1.medium",
18548
18555
  "m1.large",
@@ -12,6 +12,35 @@
12
12
  "signatureVersion": "v4"
13
13
  },
14
14
  "operations": {
15
+ "BatchAssociateScramSecret" : {
16
+ "name" : "BatchAssociateScramSecret",
17
+ "http" : {
18
+ "method" : "POST",
19
+ "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets",
20
+ "responseCode" : 200
21
+ },
22
+ "input" : {
23
+ "shape" : "BatchAssociateScramSecretRequest"
24
+ },
25
+ "output" : {
26
+ "shape" : "BatchAssociateScramSecretResponse"
27
+ },
28
+ "errors" : [ {
29
+ "shape" : "BadRequestException"
30
+ }, {
31
+ "shape" : "UnauthorizedException"
32
+ }, {
33
+ "shape" : "InternalServerErrorException"
34
+ }, {
35
+ "shape" : "ForbiddenException"
36
+ }, {
37
+ "shape" : "NotFoundException"
38
+ }, {
39
+ "shape" : "ServiceUnavailableException"
40
+ }, {
41
+ "shape" : "TooManyRequestsException"
42
+ } ]
43
+ },
15
44
  "CreateCluster": {
16
45
  "name": "CreateCluster",
17
46
  "http": {
@@ -272,6 +301,35 @@
272
301
  }
273
302
  ]
274
303
  },
304
+ "BatchDisassociateScramSecret" : {
305
+ "name" : "BatchDisassociateScramSecret",
306
+ "http" : {
307
+ "method" : "PATCH",
308
+ "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets",
309
+ "responseCode" : 200
310
+ },
311
+ "input" : {
312
+ "shape" : "BatchDisassociateScramSecretRequest"
313
+ },
314
+ "output" : {
315
+ "shape" : "BatchDisassociateScramSecretResponse"
316
+ },
317
+ "errors" : [ {
318
+ "shape" : "BadRequestException"
319
+ }, {
320
+ "shape" : "UnauthorizedException"
321
+ }, {
322
+ "shape" : "InternalServerErrorException"
323
+ }, {
324
+ "shape" : "ForbiddenException"
325
+ }, {
326
+ "shape" : "NotFoundException"
327
+ }, {
328
+ "shape" : "ServiceUnavailableException"
329
+ }, {
330
+ "shape" : "TooManyRequestsException"
331
+ } ]
332
+ },
275
333
  "GetBootstrapBrokers": {
276
334
  "name": "GetBootstrapBrokers",
277
335
  "http": {
@@ -517,6 +575,35 @@
517
575
  }
518
576
  ]
519
577
  },
578
+ "ListScramSecrets" : {
579
+ "name" : "ListScramSecrets",
580
+ "http" : {
581
+ "method" : "GET",
582
+ "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets",
583
+ "responseCode" : 200
584
+ },
585
+ "input" : {
586
+ "shape" : "ListScramSecretsRequest"
587
+ },
588
+ "output" : {
589
+ "shape" : "ListScramSecretsResponse"
590
+ },
591
+ "errors" : [ {
592
+ "shape" : "BadRequestException"
593
+ }, {
594
+ "shape" : "UnauthorizedException"
595
+ }, {
596
+ "shape" : "InternalServerErrorException"
597
+ }, {
598
+ "shape" : "ForbiddenException"
599
+ }, {
600
+ "shape" : "NotFoundException"
601
+ }, {
602
+ "shape" : "ServiceUnavailableException"
603
+ }, {
604
+ "shape" : "TooManyRequestsException"
605
+ } ]
606
+ },
520
607
  "ListTagsForResource": {
521
608
  "name": "ListTagsForResource",
522
609
  "http": {
@@ -814,6 +901,34 @@
814
901
  }
815
902
  },
816
903
  "shapes": {
904
+ "BatchAssociateScramSecretRequest" : {
905
+ "type" : "structure",
906
+ "members" : {
907
+ "ClusterArn" : {
908
+ "shape" : "__string",
909
+ "location" : "uri",
910
+ "locationName" : "clusterArn"
911
+ },
912
+ "SecretArnList" : {
913
+ "shape" : "__listOf__string",
914
+ "locationName" : "secretArnList"
915
+ }
916
+ },
917
+ "required" : [ "ClusterArn", "SecretArnList" ]
918
+ },
919
+ "BatchAssociateScramSecretResponse" : {
920
+ "type" : "structure",
921
+ "members" : {
922
+ "ClusterArn" : {
923
+ "shape" : "__string",
924
+ "locationName" : "clusterArn"
925
+ },
926
+ "UnprocessedScramSecrets" : {
927
+ "shape" : "__listOfUnprocessedScramSecret",
928
+ "locationName" : "unprocessedScramSecrets"
929
+ }
930
+ }
931
+ },
817
932
  "BadRequestException": {
818
933
  "type": "structure",
819
934
  "members": {
@@ -946,12 +1061,16 @@
946
1061
  }
947
1062
  }
948
1063
  },
949
- "ClientAuthentication": {
950
- "type": "structure",
951
- "members": {
952
- "Tls": {
953
- "shape": "Tls",
954
- "locationName": "tls"
1064
+ "ClientAuthentication" : {
1065
+ "type" : "structure",
1066
+ "members" : {
1067
+ "Sasl" : {
1068
+ "shape" : "Sasl",
1069
+ "locationName" : "sasl"
1070
+ },
1071
+ "Tls" : {
1072
+ "shape" : "Tls",
1073
+ "locationName" : "tls"
955
1074
  }
956
1075
  }
957
1076
  },
@@ -1558,6 +1677,34 @@
1558
1677
  }
1559
1678
  }
1560
1679
  },
1680
+ "BatchDisassociateScramSecretRequest" : {
1681
+ "type" : "structure",
1682
+ "members" : {
1683
+ "ClusterArn" : {
1684
+ "shape" : "__string",
1685
+ "location" : "uri",
1686
+ "locationName" : "clusterArn"
1687
+ },
1688
+ "SecretArnList" : {
1689
+ "shape" : "__listOf__string",
1690
+ "locationName" : "secretArnList"
1691
+ }
1692
+ },
1693
+ "required" : [ "ClusterArn", "SecretArnList" ]
1694
+ },
1695
+ "BatchDisassociateScramSecretResponse" : {
1696
+ "type" : "structure",
1697
+ "members" : {
1698
+ "ClusterArn" : {
1699
+ "shape" : "__string",
1700
+ "locationName" : "clusterArn"
1701
+ },
1702
+ "UnprocessedScramSecrets" : {
1703
+ "shape" : "__listOfUnprocessedScramSecret",
1704
+ "locationName" : "unprocessedScramSecrets"
1705
+ }
1706
+ }
1707
+ },
1561
1708
  "EBSStorageInfo": {
1562
1709
  "type": "structure",
1563
1710
  "members": {
@@ -1693,6 +1840,10 @@
1693
1840
  "BootstrapBrokerStringTls": {
1694
1841
  "shape": "__string",
1695
1842
  "locationName": "bootstrapBrokerStringTls"
1843
+ },
1844
+ "BootstrapBrokerStringSaslScram": {
1845
+ "shape": "__string",
1846
+ "locationName": "bootstrapBrokerStringSaslScram"
1696
1847
  }
1697
1848
  }
1698
1849
  },
@@ -1949,6 +2100,40 @@
1949
2100
  }
1950
2101
  }
1951
2102
  },
2103
+ "ListScramSecretsRequest" : {
2104
+ "type" : "structure",
2105
+ "members" : {
2106
+ "ClusterArn" : {
2107
+ "shape" : "__string",
2108
+ "location" : "uri",
2109
+ "locationName" : "clusterArn"
2110
+ },
2111
+ "MaxResults" : {
2112
+ "shape" : "MaxResults",
2113
+ "location" : "querystring",
2114
+ "locationName" : "maxResults"
2115
+ },
2116
+ "NextToken" : {
2117
+ "shape" : "__string",
2118
+ "location" : "querystring",
2119
+ "locationName" : "nextToken"
2120
+ }
2121
+ },
2122
+ "required" : [ "ClusterArn" ]
2123
+ },
2124
+ "ListScramSecretsResponse" : {
2125
+ "type" : "structure",
2126
+ "members" : {
2127
+ "NextToken" : {
2128
+ "shape" : "__string",
2129
+ "locationName" : "nextToken"
2130
+ },
2131
+ "SecretArnList" : {
2132
+ "shape" : "__listOf__string",
2133
+ "locationName" : "secretArnList"
2134
+ }
2135
+ }
2136
+ },
1952
2137
  "ListTagsForResourceRequest": {
1953
2138
  "type": "structure",
1954
2139
  "members": {
@@ -2071,6 +2256,24 @@
2071
2256
  "httpStatusCode": 404
2072
2257
  }
2073
2258
  },
2259
+ "Sasl" : {
2260
+ "type" : "structure",
2261
+ "members" : {
2262
+ "Scram" : {
2263
+ "shape" : "Scram",
2264
+ "locationName" : "scram"
2265
+ }
2266
+ }
2267
+ },
2268
+ "Scram" : {
2269
+ "type" : "structure",
2270
+ "members" : {
2271
+ "Enabled" : {
2272
+ "shape" : "__boolean",
2273
+ "locationName" : "enabled"
2274
+ }
2275
+ }
2276
+ },
2074
2277
  "ServiceUnavailableException": {
2075
2278
  "type": "structure",
2076
2279
  "members": {
@@ -2171,6 +2374,23 @@
2171
2374
  "httpStatusCode": 401
2172
2375
  }
2173
2376
  },
2377
+ "UnprocessedScramSecret" : {
2378
+ "type" : "structure",
2379
+ "members" : {
2380
+ "ErrorCode" : {
2381
+ "shape" : "__string",
2382
+ "locationName" : "errorCode"
2383
+ },
2384
+ "ErrorMessage" : {
2385
+ "shape" : "__string",
2386
+ "locationName" : "errorMessage"
2387
+ },
2388
+ "SecretArn" : {
2389
+ "shape" : "__string",
2390
+ "locationName" : "secretArn"
2391
+ }
2392
+ }
2393
+ },
2174
2394
  "UntagResourceRequest": {
2175
2395
  "type": "structure",
2176
2396
  "members": {
@@ -2642,6 +2862,12 @@
2642
2862
  "shape": "NodeInfo"
2643
2863
  }
2644
2864
  },
2865
+ "__listOfUnprocessedScramSecret" : {
2866
+ "type" : "list",
2867
+ "member" : {
2868
+ "shape" : "UnprocessedScramSecret"
2869
+ }
2870
+ },
2645
2871
  "__listOf__string": {
2646
2872
  "type": "list",
2647
2873
  "member": {
@@ -35,6 +35,12 @@
35
35
  "output_token": "NextToken",
36
36
  "limit_key": "MaxResults",
37
37
  "result_key": "Revisions"
38
+ },
39
+ "ListScramSecrets": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "MaxResults",
43
+ "result_key": "SecretArnList"
38
44
  }
39
45
  }
40
- }
46
+ }
@@ -1195,6 +1195,7 @@
1195
1195
  "type":"structure",
1196
1196
  "members":{
1197
1197
  "DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
1198
+ "DocumentAttributeValueType":{"shape":"DocumentAttributeValueType"},
1198
1199
  "DocumentAttributeValueCountPairs":{"shape":"DocumentAttributeValueCountPairList"}
1199
1200
  }
1200
1201
  },
@@ -1887,7 +1888,8 @@
1887
1888
  "enum":[
1888
1889
  "VERY_HIGH",
1889
1890
  "HIGH",
1890
- "MEDIUM"
1891
+ "MEDIUM",
1892
+ "LOW"
1891
1893
  ]
1892
1894
  },
1893
1895
  "Search":{
@@ -1989,11 +1989,13 @@
1989
1989
  },
1990
1990
  "AribDestinationSettings": {
1991
1991
  "type": "structure",
1992
- "members": {}
1992
+ "members": {
1993
+ }
1993
1994
  },
1994
1995
  "AribSourceSettings": {
1995
1996
  "type": "structure",
1996
- "members": {}
1997
+ "members": {
1998
+ }
1997
1999
  },
1998
2000
  "AudioChannelMapping": {
1999
2001
  "type": "structure",
@@ -2945,7 +2947,8 @@
2945
2947
  },
2946
2948
  "ColorSpacePassthroughSettings": {
2947
2949
  "type": "structure",
2948
- "members": {}
2950
+ "members": {
2951
+ }
2949
2952
  },
2950
2953
  "ConflictException": {
2951
2954
  "type": "structure",
@@ -3491,7 +3494,8 @@
3491
3494
  },
3492
3495
  "DeleteInputResponse": {
3493
3496
  "type": "structure",
3494
- "members": {}
3497
+ "members": {
3498
+ }
3495
3499
  },
3496
3500
  "DeleteInputSecurityGroupRequest": {
3497
3501
  "type": "structure",
@@ -3508,7 +3512,8 @@
3508
3512
  },
3509
3513
  "DeleteInputSecurityGroupResponse": {
3510
3514
  "type": "structure",
3511
- "members": {}
3515
+ "members": {
3516
+ }
3512
3517
  },
3513
3518
  "DeleteMultiplexProgramRequest": {
3514
3519
  "type": "structure",
@@ -3713,7 +3718,8 @@
3713
3718
  },
3714
3719
  "DeleteScheduleResponse": {
3715
3720
  "type": "structure",
3716
- "members": {}
3721
+ "members": {
3722
+ }
3717
3723
  },
3718
3724
  "DeleteTagsRequest": {
3719
3725
  "type": "structure",
@@ -4766,11 +4772,13 @@
4766
4772
  },
4767
4773
  "EmbeddedDestinationSettings": {
4768
4774
  "type": "structure",
4769
- "members": {}
4775
+ "members": {
4776
+ }
4770
4777
  },
4771
4778
  "EmbeddedPlusScte20DestinationSettings": {
4772
4779
  "type": "structure",
4773
- "members": {}
4780
+ "members": {
4781
+ }
4774
4782
  },
4775
4783
  "EmbeddedScte20Detection": {
4776
4784
  "type": "string",
@@ -4802,7 +4810,8 @@
4802
4810
  },
4803
4811
  "Empty": {
4804
4812
  "type": "structure",
4805
- "members": {}
4813
+ "members": {
4814
+ }
4806
4815
  },
4807
4816
  "EncoderSettings": {
4808
4817
  "type": "structure",
@@ -6306,7 +6315,8 @@
6306
6315
  },
6307
6316
  "ImmediateModeScheduleActionStartSettings": {
6308
6317
  "type": "structure",
6309
- "members": {}
6318
+ "members": {
6319
+ }
6310
6320
  },
6311
6321
  "Input": {
6312
6322
  "type": "structure",
@@ -7085,7 +7095,8 @@
7085
7095
  "URL_PULL",
7086
7096
  "MP4_FILE",
7087
7097
  "MEDIACONNECT",
7088
- "INPUT_DEVICE"
7098
+ "INPUT_DEVICE",
7099
+ "AWS_CDI"
7089
7100
  ]
7090
7101
  },
7091
7102
  "InputVpcRequest": {
@@ -8113,7 +8124,8 @@
8113
8124
  },
8114
8125
  "MediaPackageOutputSettings": {
8115
8126
  "type": "structure",
8116
- "members": {}
8127
+ "members": {
8128
+ }
8117
8129
  },
8118
8130
  "Mp2CodingMode": {
8119
8131
  "type": "string",
@@ -8303,7 +8315,8 @@
8303
8315
  },
8304
8316
  "MultiplexGroupSettings": {
8305
8317
  "type": "structure",
8306
- "members": {}
8318
+ "members": {
8319
+ }
8307
8320
  },
8308
8321
  "MultiplexMediaConnectOutputDestinationSettings": {
8309
8322
  "type": "structure",
@@ -8885,7 +8898,8 @@
8885
8898
  },
8886
8899
  "PassThroughSettings": {
8887
8900
  "type": "structure",
8888
- "members": {}
8901
+ "members": {
8902
+ }
8889
8903
  },
8890
8904
  "PauseStateScheduleActionSettings": {
8891
8905
  "type": "structure",
@@ -9024,11 +9038,13 @@
9024
9038
  },
9025
9039
  "Rec601Settings": {
9026
9040
  "type": "structure",
9027
- "members": {}
9041
+ "members": {
9042
+ }
9028
9043
  },
9029
9044
  "Rec709Settings": {
9030
9045
  "type": "structure",
9031
- "members": {}
9046
+ "members": {
9047
+ }
9032
9048
  },
9033
9049
  "RemixSettings": {
9034
9050
  "type": "structure",
@@ -9133,7 +9149,8 @@
9133
9149
  "MPEG2",
9134
9150
  "AVC",
9135
9151
  "HEVC",
9136
- "AUDIO"
9152
+ "AUDIO",
9153
+ "LINK"
9137
9154
  ]
9138
9155
  },
9139
9156
  "ReservationMaximumBitrate": {
@@ -9265,7 +9282,8 @@
9265
9282
  },
9266
9283
  "RtmpCaptionInfoDestinationSettings": {
9267
9284
  "type": "structure",
9268
- "members": {}
9285
+ "members": {
9286
+ }
9269
9287
  },
9270
9288
  "RtmpGroupSettings": {
9271
9289
  "type": "structure",
@@ -9413,7 +9431,8 @@
9413
9431
  },
9414
9432
  "ScheduleDeleteResultModel": {
9415
9433
  "type": "structure",
9416
- "members": {}
9434
+ "members": {
9435
+ }
9417
9436
  },
9418
9437
  "ScheduleDescribeResultModel": {
9419
9438
  "type": "structure",
@@ -9440,7 +9459,8 @@
9440
9459
  },
9441
9460
  "Scte20PlusEmbeddedDestinationSettings": {
9442
9461
  "type": "structure",
9443
- "members": {}
9462
+ "members": {
9463
+ }
9444
9464
  },
9445
9465
  "Scte20SourceSettings": {
9446
9466
  "type": "structure",
@@ -9457,7 +9477,8 @@
9457
9477
  },
9458
9478
  "Scte27DestinationSettings": {
9459
9479
  "type": "structure",
9460
- "members": {}
9480
+ "members": {
9481
+ }
9461
9482
  },
9462
9483
  "Scte27SourceSettings": {
9463
9484
  "type": "structure",
@@ -9778,7 +9799,8 @@
9778
9799
  },
9779
9800
  "SmpteTtDestinationSettings": {
9780
9801
  "type": "structure",
9781
- "members": {}
9802
+ "members": {
9803
+ }
9782
9804
  },
9783
9805
  "StandardHlsSettings": {
9784
9806
  "type": "structure",
@@ -10187,7 +10209,8 @@
10187
10209
  },
10188
10210
  "TeletextDestinationSettings": {
10189
10211
  "type": "structure",
10190
- "members": {}
10212
+ "members": {
10213
+ }
10191
10214
  },
10192
10215
  "TeletextSourceSettings": {
10193
10216
  "type": "structure",
@@ -11011,23 +11034,8 @@
11011
11034
  },
11012
11035
  "WebvttDestinationSettings": {
11013
11036
  "type": "structure",
11014
- "members": {}
11015
- },
11016
- "AcceptHeader": {
11017
- "type": "string",
11018
- "enum": [
11019
- "image/jpeg"
11020
- ]
11021
- },
11022
- "ContentType": {
11023
- "type": "string",
11024
- "enum": [
11025
- "image/jpeg"
11026
- ]
11027
- },
11028
- "InputDeviceThumbnail": {
11029
- "type": "blob",
11030
- "streaming": true
11037
+ "members": {
11038
+ }
11031
11039
  },
11032
11040
  "__boolean": {
11033
11041
  "type": "boolean"
@@ -11616,6 +11624,22 @@
11616
11624
  "type": "timestamp",
11617
11625
  "timestampFormat": "unixTimestamp"
11618
11626
  },
11627
+ "InputDeviceThumbnail": {
11628
+ "type": "blob",
11629
+ "streaming": true
11630
+ },
11631
+ "AcceptHeader": {
11632
+ "type": "string",
11633
+ "enum": [
11634
+ "image/jpeg"
11635
+ ]
11636
+ },
11637
+ "ContentType": {
11638
+ "type": "string",
11639
+ "enum": [
11640
+ "image/jpeg"
11641
+ ]
11642
+ },
11619
11643
  "__timestamp": {
11620
11644
  "type": "timestamp"
11621
11645
  }
@@ -528,6 +528,7 @@
528
528
  {"shape":"ConcurrentModificationException"},
529
529
  {"shape":"HandshakeConstraintViolationException"},
530
530
  {"shape":"DuplicateHandshakeException"},
531
+ {"shape":"ConstraintViolationException"},
531
532
  {"shape":"InvalidInputException"},
532
533
  {"shape":"FinalizingOrganizationException"},
533
534
  {"shape":"ServiceException"},
@@ -1223,7 +1224,8 @@
1223
1224
  "Email":{"shape":"Email"},
1224
1225
  "AccountName":{"shape":"AccountName"},
1225
1226
  "RoleName":{"shape":"RoleName"},
1226
- "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
1227
+ "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
1228
+ "Tags":{"shape":"Tags"}
1227
1229
  }
1228
1230
  },
1229
1231
  "CreateAccountRequestId":{
@@ -1283,7 +1285,8 @@
1283
1285
  "Email":{"shape":"Email"},
1284
1286
  "AccountName":{"shape":"AccountName"},
1285
1287
  "RoleName":{"shape":"RoleName"},
1286
- "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
1288
+ "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
1289
+ "Tags":{"shape":"Tags"}
1287
1290
  }
1288
1291
  },
1289
1292
  "CreateGovCloudAccountResponse":{
@@ -1312,7 +1315,8 @@
1312
1315
  ],
1313
1316
  "members":{
1314
1317
  "ParentId":{"shape":"ParentId"},
1315
- "Name":{"shape":"OrganizationalUnitName"}
1318
+ "Name":{"shape":"OrganizationalUnitName"},
1319
+ "Tags":{"shape":"Tags"}
1316
1320
  }
1317
1321
  },
1318
1322
  "CreateOrganizationalUnitResponse":{
@@ -1333,7 +1337,8 @@
1333
1337
  "Content":{"shape":"PolicyContent"},
1334
1338
  "Description":{"shape":"PolicyDescription"},
1335
1339
  "Name":{"shape":"PolicyName"},
1336
- "Type":{"shape":"PolicyType"}
1340
+ "Type":{"shape":"PolicyType"},
1341
+ "Tags":{"shape":"Tags"}
1337
1342
  }
1338
1343
  },
1339
1344
  "CreatePolicyResponse":{
@@ -1850,6 +1855,7 @@
1850
1855
  "UNRECOGNIZED_SERVICE_PRINCIPAL",
1851
1856
  "INVALID_ROLE_NAME",
1852
1857
  "INVALID_SYSTEM_TAGS_PARAMETER",
1858
+ "DUPLICATE_TAG_KEY",
1853
1859
  "TARGET_NOT_SUPPORTED"
1854
1860
  ]
1855
1861
  },
@@ -1858,7 +1864,8 @@
1858
1864
  "required":["Target"],
1859
1865
  "members":{
1860
1866
  "Target":{"shape":"HandshakeParty"},
1861
- "Notes":{"shape":"HandshakeNotes"}
1867
+ "Notes":{"shape":"HandshakeNotes"},
1868
+ "Tags":{"shape":"Tags"}
1862
1869
  }
1863
1870
  },
1864
1871
  "InviteAccountToOrganizationResponse":{
@@ -2523,8 +2530,8 @@
2523
2530
  },
2524
2531
  "TaggableResourceId":{
2525
2532
  "type":"string",
2526
- "max":12,
2527
- "pattern":"^\\d{12}$"
2533
+ "max":130,
2534
+ "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})|(^p-[0-9a-zA-Z_]{8,128})$"
2528
2535
  },
2529
2536
  "Tags":{
2530
2537
  "type":"list",
@@ -5497,7 +5497,8 @@
5497
5497
  "LabelingJobDataSource":{
5498
5498
  "type":"structure",
5499
5499
  "members":{
5500
- "S3DataSource":{"shape":"LabelingJobS3DataSource"}
5500
+ "S3DataSource":{"shape":"LabelingJobS3DataSource"},
5501
+ "SnsDataSource":{"shape":"LabelingJobSnsDataSource"}
5501
5502
  }
5502
5503
  },
5503
5504
  "LabelingJobForWorkteamSummary":{
@@ -5547,7 +5548,8 @@
5547
5548
  "required":["S3OutputPath"],
5548
5549
  "members":{
5549
5550
  "S3OutputPath":{"shape":"S3Uri"},
5550
- "KmsKeyId":{"shape":"KmsKeyId"}
5551
+ "KmsKeyId":{"shape":"KmsKeyId"},
5552
+ "SnsTopicArn":{"shape":"SnsTopicArn"}
5551
5553
  }
5552
5554
  },
5553
5555
  "LabelingJobResourceConfig":{
@@ -5563,6 +5565,13 @@
5563
5565
  "ManifestS3Uri":{"shape":"S3Uri"}
5564
5566
  }
5565
5567
  },
5568
+ "LabelingJobSnsDataSource":{
5569
+ "type":"structure",
5570
+ "required":["SnsTopicArn"],
5571
+ "members":{
5572
+ "SnsTopicArn":{"shape":"SnsTopicArn"}
5573
+ }
5574
+ },
5566
5575
  "LabelingJobStatus":{
5567
5576
  "type":"string",
5568
5577
  "enum":[
@@ -8098,6 +8107,11 @@
8098
8107
  "type":"string",
8099
8108
  "pattern":"UserName"
8100
8109
  },
8110
+ "SnsTopicArn":{
8111
+ "type":"string",
8112
+ "max":2048,
8113
+ "pattern":"arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*"
8114
+ },
8101
8115
  "SortBy":{
8102
8116
  "type":"string",
8103
8117
  "enum":[
@@ -677,6 +677,7 @@
677
677
  "DownloadUri":{"shape":"Uri"}
678
678
  }
679
679
  },
680
+ "IdentifiedLanguageScore":{"type":"float"},
680
681
  "InputDataConfig":{
681
682
  "type":"structure",
682
683
  "required":[
@@ -765,6 +766,11 @@
765
766
  "InputDataConfig":{"shape":"InputDataConfig"}
766
767
  }
767
768
  },
769
+ "LanguageOptions":{
770
+ "type":"list",
771
+ "member":{"shape":"LanguageCode"},
772
+ "min":2
773
+ },
768
774
  "LimitExceededException":{
769
775
  "type":"structure",
770
776
  "members":{
@@ -1080,7 +1086,6 @@
1080
1086
  "type":"structure",
1081
1087
  "required":[
1082
1088
  "TranscriptionJobName",
1083
- "LanguageCode",
1084
1089
  "Media"
1085
1090
  ],
1086
1091
  "members":{
@@ -1094,7 +1099,9 @@
1094
1099
  "Settings":{"shape":"Settings"},
1095
1100
  "ModelSettings":{"shape":"ModelSettings"},
1096
1101
  "JobExecutionSettings":{"shape":"JobExecutionSettings"},
1097
- "ContentRedaction":{"shape":"ContentRedaction"}
1102
+ "ContentRedaction":{"shape":"ContentRedaction"},
1103
+ "IdentifyLanguage":{"shape":"Boolean"},
1104
+ "LanguageOptions":{"shape":"LanguageOptions"}
1098
1105
  }
1099
1106
  },
1100
1107
  "StartTranscriptionJobResponse":{
@@ -1128,7 +1135,10 @@
1128
1135
  "Settings":{"shape":"Settings"},
1129
1136
  "ModelSettings":{"shape":"ModelSettings"},
1130
1137
  "JobExecutionSettings":{"shape":"JobExecutionSettings"},
1131
- "ContentRedaction":{"shape":"ContentRedaction"}
1138
+ "ContentRedaction":{"shape":"ContentRedaction"},
1139
+ "IdentifyLanguage":{"shape":"Boolean"},
1140
+ "LanguageOptions":{"shape":"LanguageOptions"},
1141
+ "IdentifiedLanguageScore":{"shape":"IdentifiedLanguageScore"}
1132
1142
  }
1133
1143
  },
1134
1144
  "TranscriptionJobName":{
@@ -1162,7 +1172,9 @@
1162
1172
  "FailureReason":{"shape":"FailureReason"},
1163
1173
  "OutputLocationType":{"shape":"OutputLocationType"},
1164
1174
  "ContentRedaction":{"shape":"ContentRedaction"},
1165
- "ModelSettings":{"shape":"ModelSettings"}
1175
+ "ModelSettings":{"shape":"ModelSettings"},
1176
+ "IdentifyLanguage":{"shape":"Boolean"},
1177
+ "IdentifiedLanguageScore":{"shape":"IdentifiedLanguageScore"}
1166
1178
  }
1167
1179
  },
1168
1180
  "Type":{
@@ -4486,6 +4486,7 @@
4486
4486
  "ap-south-1" : { },
4487
4487
  "ap-southeast-1" : { },
4488
4488
  "ap-southeast-2" : { },
4489
+ "ca-central-1" : { },
4489
4490
  "eu-central-1" : { },
4490
4491
  "eu-west-1" : { },
4491
4492
  "eu-west-2" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.585'
2
+ VERSION = '2.11.586'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.585
4
+ version: 2.11.586
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-14 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath