aws-sdk-core 2.11.521 → 2.11.526
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 +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +10 -2
- data/apis/appconfig/2019-10-09/api-2.json +17 -8
- data/apis/cloudfront/2019-03-26/api-2.json +3 -1
- data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
- data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
- data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/ec2/2016-11-15/api-2.json +18 -0
- data/apis/ecs/2014-11-13/api-2.json +43 -2
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +49 -2
- data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
- data/apis/iot-data/2015-05-28/api-2.json +86 -7
- data/apis/iot-data/2015-05-28/examples-1.json +5 -0
- data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
- data/apis/iot-data/2015-05-28/smoke.json +13 -0
- data/apis/lex-models/2017-04-19/api-2.json +37 -5
- data/apis/macie2/2020-01-01/api-2.json +2 -107
- data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
- data/apis/personalize/2018-05-22/api-2.json +147 -0
- data/apis/pinpoint/2016-12-01/api-2.json +95 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +11 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +31 -13
- data/apis/servicediscovery/2017-03-14/api-2.json +173 -13
- data/apis/servicediscovery/2017-03-14/examples-1.json +330 -0
- data/apis/shield/2016-06-02/api-2.json +105 -2
- data/apis/shield/2016-06-02/paginators-1.json +13 -1
- data/apis/transfer/2018-11-05/api-2.json +8 -2
- data/endpoints.json +70 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/codeartifact.rb +6 -0
- data/lib/aws-sdk-core/iotdataplane.rb +2 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +9 -2
|
@@ -917,7 +917,8 @@
|
|
|
917
917
|
"lastUpdatedDate":{"shape":"Timestamp"},
|
|
918
918
|
"createdDate":{"shape":"Timestamp"},
|
|
919
919
|
"version":{"shape":"Version"},
|
|
920
|
-
"checksum":{"shape":"String"}
|
|
920
|
+
"checksum":{"shape":"String"},
|
|
921
|
+
"kendraConfiguration":{"shape":"KendraConfiguration"}
|
|
921
922
|
}
|
|
922
923
|
},
|
|
923
924
|
"CreateSlotTypeVersionRequest":{
|
|
@@ -1598,7 +1599,8 @@
|
|
|
1598
1599
|
"lastUpdatedDate":{"shape":"Timestamp"},
|
|
1599
1600
|
"createdDate":{"shape":"Timestamp"},
|
|
1600
1601
|
"version":{"shape":"Version"},
|
|
1601
|
-
"checksum":{"shape":"String"}
|
|
1602
|
+
"checksum":{"shape":"String"},
|
|
1603
|
+
"kendraConfiguration":{"shape":"KendraConfiguration"}
|
|
1602
1604
|
}
|
|
1603
1605
|
},
|
|
1604
1606
|
"GetIntentVersionsRequest":{
|
|
@@ -1787,7 +1789,7 @@
|
|
|
1787
1789
|
"type":"string",
|
|
1788
1790
|
"max":2048,
|
|
1789
1791
|
"min":20,
|
|
1790
|
-
"pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role
|
|
1792
|
+
"pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role/.+$"
|
|
1791
1793
|
},
|
|
1792
1794
|
"ImportStatus":{
|
|
1793
1795
|
"type":"string",
|
|
@@ -1847,6 +1849,24 @@
|
|
|
1847
1849
|
"exception":true,
|
|
1848
1850
|
"fault":true
|
|
1849
1851
|
},
|
|
1852
|
+
"KendraConfiguration":{
|
|
1853
|
+
"type":"structure",
|
|
1854
|
+
"required":[
|
|
1855
|
+
"kendraIndex",
|
|
1856
|
+
"role"
|
|
1857
|
+
],
|
|
1858
|
+
"members":{
|
|
1859
|
+
"kendraIndex":{"shape":"KendraIndexArn"},
|
|
1860
|
+
"queryFilterString":{"shape":"QueryFilterString"},
|
|
1861
|
+
"role":{"shape":"roleArn"}
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
"KendraIndexArn":{
|
|
1865
|
+
"type":"string",
|
|
1866
|
+
"max":2048,
|
|
1867
|
+
"min":20,
|
|
1868
|
+
"pattern":"arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*"
|
|
1869
|
+
},
|
|
1850
1870
|
"KmsKeyArn":{
|
|
1851
1871
|
"type":"string",
|
|
1852
1872
|
"max":2048,
|
|
@@ -2159,7 +2179,8 @@
|
|
|
2159
2179
|
"fulfillmentActivity":{"shape":"FulfillmentActivity"},
|
|
2160
2180
|
"parentIntentSignature":{"shape":"BuiltinIntentSignature"},
|
|
2161
2181
|
"checksum":{"shape":"String"},
|
|
2162
|
-
"createVersion":{"shape":"Boolean"}
|
|
2182
|
+
"createVersion":{"shape":"Boolean"},
|
|
2183
|
+
"kendraConfiguration":{"shape":"KendraConfiguration"}
|
|
2163
2184
|
}
|
|
2164
2185
|
},
|
|
2165
2186
|
"PutIntentResponse":{
|
|
@@ -2180,7 +2201,8 @@
|
|
|
2180
2201
|
"createdDate":{"shape":"Timestamp"},
|
|
2181
2202
|
"version":{"shape":"Version"},
|
|
2182
2203
|
"checksum":{"shape":"String"},
|
|
2183
|
-
"createVersion":{"shape":"Boolean"}
|
|
2204
|
+
"createVersion":{"shape":"Boolean"},
|
|
2205
|
+
"kendraConfiguration":{"shape":"KendraConfiguration"}
|
|
2184
2206
|
}
|
|
2185
2207
|
},
|
|
2186
2208
|
"PutSlotTypeRequest":{
|
|
@@ -2217,6 +2239,10 @@
|
|
|
2217
2239
|
"slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
|
|
2218
2240
|
}
|
|
2219
2241
|
},
|
|
2242
|
+
"QueryFilterString":{
|
|
2243
|
+
"type":"string",
|
|
2244
|
+
"min":0
|
|
2245
|
+
},
|
|
2220
2246
|
"ReferenceType":{
|
|
2221
2247
|
"type":"string",
|
|
2222
2248
|
"enum":[
|
|
@@ -2545,6 +2571,12 @@
|
|
|
2545
2571
|
"max":64,
|
|
2546
2572
|
"min":1,
|
|
2547
2573
|
"pattern":"\\$LATEST|[0-9]+"
|
|
2574
|
+
},
|
|
2575
|
+
"roleArn":{
|
|
2576
|
+
"type":"string",
|
|
2577
|
+
"max":2048,
|
|
2578
|
+
"min":20,
|
|
2579
|
+
"pattern":"arn:aws:iam::[0-9]{12}:role/.*"
|
|
2548
2580
|
}
|
|
2549
2581
|
}
|
|
2550
2582
|
}
|
|
@@ -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": [
|
|
@@ -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":{
|