aws-sdk-core 2.11.520 → 2.11.525

Sign up to get free protection for your applications and to get access to all the features.
@@ -4108,7 +4108,9 @@
4108
4108
  "NetworkOut",
4109
4109
  "StatusCheckFailed",
4110
4110
  "StatusCheckFailed_Instance",
4111
- "StatusCheckFailed_System"
4111
+ "StatusCheckFailed_System",
4112
+ "BurstCapacityTime",
4113
+ "BurstCapacityPercentage"
4112
4114
  ]
4113
4115
  },
4114
4116
  "InstanceNetworking":{
@@ -4513,7 +4515,9 @@
4513
4515
  "DiskQueueDepth",
4514
4516
  "FreeStorageSpace",
4515
4517
  "NetworkReceiveThroughput",
4516
- "NetworkTransmitThroughput"
4518
+ "NetworkTransmitThroughput",
4519
+ "BurstCapacityTime",
4520
+ "BurstCapacityPercentage"
4517
4521
  ]
4518
4522
  },
4519
4523
  "MetricPeriod":{
@@ -48,43 +48,6 @@
48
48
  }
49
49
  ]
50
50
  },
51
- "ArchiveFindings": {
52
- "name": "ArchiveFindings",
53
- "http": {
54
- "method": "POST",
55
- "requestUri": "/findings/archive",
56
- "responseCode": 200
57
- },
58
- "input": {
59
- "shape": "ArchiveFindingsRequest"
60
- },
61
- "output": {
62
- "shape": "ArchiveFindingsResponse"
63
- },
64
- "errors": [
65
- {
66
- "shape": "ValidationException"
67
- },
68
- {
69
- "shape": "InternalServerException"
70
- },
71
- {
72
- "shape": "ServiceQuotaExceededException"
73
- },
74
- {
75
- "shape": "AccessDeniedException"
76
- },
77
- {
78
- "shape": "ResourceNotFoundException"
79
- },
80
- {
81
- "shape": "ThrottlingException"
82
- },
83
- {
84
- "shape": "ConflictException"
85
- }
86
- ]
87
- },
88
51
  "BatchGetCustomDataIdentifiers": {
89
52
  "name": "BatchGetCustomDataIdentifiers",
90
53
  "http": {
@@ -1669,43 +1632,6 @@
1669
1632
  }
1670
1633
  ]
1671
1634
  },
1672
- "UnarchiveFindings": {
1673
- "name": "UnarchiveFindings",
1674
- "http": {
1675
- "method": "POST",
1676
- "requestUri": "/findings/unarchive",
1677
- "responseCode": 200
1678
- },
1679
- "input": {
1680
- "shape": "UnarchiveFindingsRequest"
1681
- },
1682
- "output": {
1683
- "shape": "UnarchiveFindingsResponse"
1684
- },
1685
- "errors": [
1686
- {
1687
- "shape": "ValidationException"
1688
- },
1689
- {
1690
- "shape": "InternalServerException"
1691
- },
1692
- {
1693
- "shape": "ServiceQuotaExceededException"
1694
- },
1695
- {
1696
- "shape": "AccessDeniedException"
1697
- },
1698
- {
1699
- "shape": "ResourceNotFoundException"
1700
- },
1701
- {
1702
- "shape": "ThrottlingException"
1703
- },
1704
- {
1705
- "shape": "ConflictException"
1706
- }
1707
- ]
1708
- },
1709
1635
  "UntagResource": {
1710
1636
  "name": "UntagResource",
1711
1637
  "http": {
@@ -2022,22 +1948,6 @@
2022
1948
  }
2023
1949
  }
2024
1950
  },
2025
- "ArchiveFindingsRequest": {
2026
- "type": "structure",
2027
- "members": {
2028
- "findingIds": {
2029
- "shape": "__listOf__string",
2030
- "locationName": "findingIds"
2031
- }
2032
- },
2033
- "required": [
2034
- "findingIds"
2035
- ]
2036
- },
2037
- "ArchiveFindingsResponse": {
2038
- "type": "structure",
2039
- "members": {}
2040
- },
2041
1951
  "AssumedRole": {
2042
1952
  "type": "structure",
2043
1953
  "members": {
@@ -3185,7 +3095,8 @@
3185
3095
  "enum": [
3186
3096
  "NONE",
3187
3097
  "AES256",
3188
- "aws:kms"
3098
+ "aws:kms",
3099
+ "UNKNOWN"
3189
3100
  ]
3190
3101
  },
3191
3102
  "ErrorCode": {
@@ -5050,22 +4961,6 @@
5050
4961
  "httpStatusCode": 429
5051
4962
  }
5052
4963
  },
5053
- "UnarchiveFindingsRequest": {
5054
- "type": "structure",
5055
- "members": {
5056
- "findingIds": {
5057
- "shape": "__listOf__string",
5058
- "locationName": "findingIds"
5059
- }
5060
- },
5061
- "required": [
5062
- "findingIds"
5063
- ]
5064
- },
5065
- "UnarchiveFindingsResponse": {
5066
- "type": "structure",
5067
- "members": {}
5068
- },
5069
4964
  "Unit": {
5070
4965
  "type": "string",
5071
4966
  "enum": [
@@ -458,6 +458,40 @@
458
458
  "shape": "UntagResourceRequest"
459
459
  },
460
460
  "name": "UntagResource"
461
+ },
462
+ "UpdatePackagingGroup": {
463
+ "errors": [
464
+ {
465
+ "shape": "UnprocessableEntityException"
466
+ },
467
+ {
468
+ "shape": "InternalServerErrorException"
469
+ },
470
+ {
471
+ "shape": "ForbiddenException"
472
+ },
473
+ {
474
+ "shape": "NotFoundException"
475
+ },
476
+ {
477
+ "shape": "ServiceUnavailableException"
478
+ },
479
+ {
480
+ "shape": "TooManyRequestsException"
481
+ }
482
+ ],
483
+ "http": {
484
+ "method": "PUT",
485
+ "requestUri": "/packaging_groups/{id}",
486
+ "responseCode": 200
487
+ },
488
+ "input": {
489
+ "shape": "UpdatePackagingGroupRequest"
490
+ },
491
+ "name": "UpdatePackagingGroup",
492
+ "output": {
493
+ "shape": "UpdatePackagingGroupResponse"
494
+ }
461
495
  }
462
496
  },
463
497
  "shapes": {
@@ -595,6 +629,23 @@
595
629
  },
596
630
  "type": "structure"
597
631
  },
632
+ "Authorization": {
633
+ "members": {
634
+ "CdnIdentifierSecret": {
635
+ "locationName": "cdnIdentifierSecret",
636
+ "shape": "__string"
637
+ },
638
+ "SecretsRoleArn": {
639
+ "locationName": "secretsRoleArn",
640
+ "shape": "__string"
641
+ }
642
+ },
643
+ "required": [
644
+ "SecretsRoleArn",
645
+ "CdnIdentifierSecret"
646
+ ],
647
+ "type": "structure"
648
+ },
598
649
  "CmafEncryption": {
599
650
  "members": {
600
651
  "SpekeKeyProvider": {
@@ -779,6 +830,10 @@
779
830
  },
780
831
  "CreatePackagingGroupRequest": {
781
832
  "members": {
833
+ "Authorization": {
834
+ "locationName": "authorization",
835
+ "shape": "Authorization"
836
+ },
782
837
  "Id": {
783
838
  "locationName": "id",
784
839
  "shape": "__string"
@@ -799,6 +854,10 @@
799
854
  "locationName": "arn",
800
855
  "shape": "__string"
801
856
  },
857
+ "Authorization": {
858
+ "locationName": "authorization",
859
+ "shape": "Authorization"
860
+ },
802
861
  "DomainName": {
803
862
  "locationName": "domainName",
804
863
  "shape": "__string"
@@ -1053,6 +1112,10 @@
1053
1112
  "locationName": "arn",
1054
1113
  "shape": "__string"
1055
1114
  },
1115
+ "Authorization": {
1116
+ "locationName": "authorization",
1117
+ "shape": "Authorization"
1118
+ },
1056
1119
  "DomainName": {
1057
1120
  "locationName": "domainName",
1058
1121
  "shape": "__string"
@@ -1466,6 +1529,10 @@
1466
1529
  "locationName": "arn",
1467
1530
  "shape": "__string"
1468
1531
  },
1532
+ "Authorization": {
1533
+ "locationName": "authorization",
1534
+ "shape": "Authorization"
1535
+ },
1469
1536
  "DomainName": {
1470
1537
  "locationName": "domainName",
1471
1538
  "shape": "__string"
@@ -1483,6 +1550,10 @@
1483
1550
  },
1484
1551
  "PackagingGroupCreateParameters": {
1485
1552
  "members": {
1553
+ "Authorization": {
1554
+ "locationName": "authorization",
1555
+ "shape": "Authorization"
1556
+ },
1486
1557
  "Id": {
1487
1558
  "locationName": "id",
1488
1559
  "shape": "__string"
@@ -1510,6 +1581,15 @@
1510
1581
  },
1511
1582
  "type": "structure"
1512
1583
  },
1584
+ "PackagingGroupUpdateParameters": {
1585
+ "members": {
1586
+ "Authorization": {
1587
+ "locationName": "authorization",
1588
+ "shape": "Authorization"
1589
+ }
1590
+ },
1591
+ "type": "structure"
1592
+ },
1513
1593
  "Profile": {
1514
1594
  "enum": [
1515
1595
  "NONE",
@@ -1669,6 +1749,48 @@
1669
1749
  ],
1670
1750
  "type": "structure"
1671
1751
  },
1752
+ "UpdatePackagingGroupRequest": {
1753
+ "members": {
1754
+ "Authorization": {
1755
+ "locationName": "authorization",
1756
+ "shape": "Authorization"
1757
+ },
1758
+ "Id": {
1759
+ "location": "uri",
1760
+ "locationName": "id",
1761
+ "shape": "__string"
1762
+ }
1763
+ },
1764
+ "required": [
1765
+ "Id"
1766
+ ],
1767
+ "type": "structure"
1768
+ },
1769
+ "UpdatePackagingGroupResponse": {
1770
+ "members": {
1771
+ "Arn": {
1772
+ "locationName": "arn",
1773
+ "shape": "__string"
1774
+ },
1775
+ "Authorization": {
1776
+ "locationName": "authorization",
1777
+ "shape": "Authorization"
1778
+ },
1779
+ "DomainName": {
1780
+ "locationName": "domainName",
1781
+ "shape": "__string"
1782
+ },
1783
+ "Id": {
1784
+ "locationName": "id",
1785
+ "shape": "__string"
1786
+ },
1787
+ "Tags": {
1788
+ "locationName": "tags",
1789
+ "shape": "Tags"
1790
+ }
1791
+ },
1792
+ "type": "structure"
1793
+ },
1672
1794
  "__PeriodTriggersElement": {
1673
1795
  "enum": [
1674
1796
  "ADS"
@@ -92,7 +92,8 @@
92
92
  "itemId":{"shape":"ItemID"},
93
93
  "userId":{"shape":"UserID"},
94
94
  "numResults":{"shape":"NumResults"},
95
- "context":{"shape":"Context"}
95
+ "context":{"shape":"Context"},
96
+ "filterArn":{"shape":"Arn"}
96
97
  }
97
98
  },
98
99
  "GetRecommendationsResponse":{
@@ -110,6 +110,21 @@
110
110
  ],
111
111
  "idempotent":true
112
112
  },
113
+ "CreateFilter":{
114
+ "name":"CreateFilter",
115
+ "http":{
116
+ "method":"POST",
117
+ "requestUri":"/"
118
+ },
119
+ "input":{"shape":"CreateFilterRequest"},
120
+ "output":{"shape":"CreateFilterResponse"},
121
+ "errors":[
122
+ {"shape":"InvalidInputException"},
123
+ {"shape":"ResourceAlreadyExistsException"},
124
+ {"shape":"ResourceNotFoundException"},
125
+ {"shape":"LimitExceededException"}
126
+ ]
127
+ },
113
128
  "CreateSchema":{
114
129
  "name":"CreateSchema",
115
130
  "http":{
@@ -211,6 +226,18 @@
211
226
  ],
212
227
  "idempotent":true
213
228
  },
229
+ "DeleteFilter":{
230
+ "name":"DeleteFilter",
231
+ "http":{
232
+ "method":"POST",
233
+ "requestUri":"/"
234
+ },
235
+ "input":{"shape":"DeleteFilterRequest"},
236
+ "errors":[
237
+ {"shape":"InvalidInputException"},
238
+ {"shape":"ResourceNotFoundException"}
239
+ ]
240
+ },
214
241
  "DeleteSchema":{
215
242
  "name":"DeleteSchema",
216
243
  "http":{
@@ -351,6 +378,20 @@
351
378
  ],
352
379
  "idempotent":true
353
380
  },
381
+ "DescribeFilter":{
382
+ "name":"DescribeFilter",
383
+ "http":{
384
+ "method":"POST",
385
+ "requestUri":"/"
386
+ },
387
+ "input":{"shape":"DescribeFilterRequest"},
388
+ "output":{"shape":"DescribeFilterResponse"},
389
+ "errors":[
390
+ {"shape":"InvalidInputException"},
391
+ {"shape":"ResourceNotFoundException"}
392
+ ],
393
+ "idempotent":true
394
+ },
354
395
  "DescribeRecipe":{
355
396
  "name":"DescribeRecipe",
356
397
  "http":{
@@ -504,6 +545,20 @@
504
545
  ],
505
546
  "idempotent":true
506
547
  },
548
+ "ListFilters":{
549
+ "name":"ListFilters",
550
+ "http":{
551
+ "method":"POST",
552
+ "requestUri":"/"
553
+ },
554
+ "input":{"shape":"ListFiltersRequest"},
555
+ "output":{"shape":"ListFiltersResponse"},
556
+ "errors":[
557
+ {"shape":"InvalidInputException"},
558
+ {"shape":"InvalidNextTokenException"}
559
+ ],
560
+ "idempotent":true
561
+ },
507
562
  "ListRecipes":{
508
563
  "name":"ListRecipes",
509
564
  "http":{
@@ -635,6 +690,7 @@
635
690
  "members":{
636
691
  "jobName":{"shape":"Name"},
637
692
  "batchInferenceJobArn":{"shape":"Arn"},
693
+ "filterArn":{"shape":"Arn"},
638
694
  "failureReason":{"shape":"FailureReason"},
639
695
  "solutionVersionArn":{"shape":"Arn"},
640
696
  "numResults":{"shape":"NumBatchResults"},
@@ -773,6 +829,7 @@
773
829
  "members":{
774
830
  "jobName":{"shape":"Name"},
775
831
  "solutionVersionArn":{"shape":"Arn"},
832
+ "filterArn":{"shape":"Arn"},
776
833
  "numResults":{"shape":"NumBatchResults"},
777
834
  "jobInput":{"shape":"BatchInferenceJobInput"},
778
835
  "jobOutput":{"shape":"BatchInferenceJobOutput"},
@@ -879,6 +936,25 @@
879
936
  "trackingId":{"shape":"TrackingId"}
880
937
  }
881
938
  },
939
+ "CreateFilterRequest":{
940
+ "type":"structure",
941
+ "required":[
942
+ "name",
943
+ "datasetGroupArn",
944
+ "filterExpression"
945
+ ],
946
+ "members":{
947
+ "name":{"shape":"Name"},
948
+ "datasetGroupArn":{"shape":"Arn"},
949
+ "filterExpression":{"shape":"FilterExpression"}
950
+ }
951
+ },
952
+ "CreateFilterResponse":{
953
+ "type":"structure",
954
+ "members":{
955
+ "filterArn":{"shape":"Arn"}
956
+ }
957
+ },
882
958
  "CreateSchemaRequest":{
883
959
  "type":"structure",
884
960
  "required":[
@@ -1127,6 +1203,13 @@
1127
1203
  "eventTrackerArn":{"shape":"Arn"}
1128
1204
  }
1129
1205
  },
1206
+ "DeleteFilterRequest":{
1207
+ "type":"structure",
1208
+ "required":["filterArn"],
1209
+ "members":{
1210
+ "filterArn":{"shape":"Arn"}
1211
+ }
1212
+ },
1130
1213
  "DeleteSchemaRequest":{
1131
1214
  "type":"structure",
1132
1215
  "required":["schemaArn"],
@@ -1245,6 +1328,19 @@
1245
1328
  "featureTransformation":{"shape":"FeatureTransformation"}
1246
1329
  }
1247
1330
  },
1331
+ "DescribeFilterRequest":{
1332
+ "type":"structure",
1333
+ "required":["filterArn"],
1334
+ "members":{
1335
+ "filterArn":{"shape":"Arn"}
1336
+ }
1337
+ },
1338
+ "DescribeFilterResponse":{
1339
+ "type":"structure",
1340
+ "members":{
1341
+ "filter":{"shape":"Filter"}
1342
+ }
1343
+ },
1248
1344
  "DescribeRecipeRequest":{
1249
1345
  "type":"structure",
1250
1346
  "required":["recipeArn"],
@@ -1363,6 +1459,42 @@
1363
1459
  "value":{"shape":"ParameterValue"},
1364
1460
  "max":100
1365
1461
  },
1462
+ "Filter":{
1463
+ "type":"structure",
1464
+ "members":{
1465
+ "name":{"shape":"Name"},
1466
+ "filterArn":{"shape":"Arn"},
1467
+ "creationDateTime":{"shape":"Date"},
1468
+ "lastUpdatedDateTime":{"shape":"Date"},
1469
+ "datasetGroupArn":{"shape":"Arn"},
1470
+ "failureReason":{"shape":"FailureReason"},
1471
+ "filterExpression":{"shape":"FilterExpression"},
1472
+ "status":{"shape":"Status"}
1473
+ }
1474
+ },
1475
+ "FilterExpression":{
1476
+ "type":"string",
1477
+ "max":2500,
1478
+ "min":1,
1479
+ "sensitive":true
1480
+ },
1481
+ "FilterSummary":{
1482
+ "type":"structure",
1483
+ "members":{
1484
+ "name":{"shape":"Name"},
1485
+ "filterArn":{"shape":"Arn"},
1486
+ "creationDateTime":{"shape":"Date"},
1487
+ "lastUpdatedDateTime":{"shape":"Date"},
1488
+ "datasetGroupArn":{"shape":"Arn"},
1489
+ "failureReason":{"shape":"FailureReason"},
1490
+ "status":{"shape":"Status"}
1491
+ }
1492
+ },
1493
+ "Filters":{
1494
+ "type":"list",
1495
+ "member":{"shape":"FilterSummary"},
1496
+ "max":100
1497
+ },
1366
1498
  "GetSolutionMetricsRequest":{
1367
1499
  "type":"structure",
1368
1500
  "required":["solutionVersionArn"],
@@ -1554,6 +1686,21 @@
1554
1686
  "nextToken":{"shape":"NextToken"}
1555
1687
  }
1556
1688
  },
1689
+ "ListFiltersRequest":{
1690
+ "type":"structure",
1691
+ "members":{
1692
+ "datasetGroupArn":{"shape":"Arn"},
1693
+ "nextToken":{"shape":"NextToken"},
1694
+ "maxResults":{"shape":"MaxResults"}
1695
+ }
1696
+ },
1697
+ "ListFiltersResponse":{
1698
+ "type":"structure",
1699
+ "members":{
1700
+ "Filters":{"shape":"Filters"},
1701
+ "nextToken":{"shape":"NextToken"}
1702
+ }
1703
+ },
1557
1704
  "ListRecipesRequest":{
1558
1705
  "type":"structure",
1559
1706
  "members":{