aws-sdk-core 2.11.572 → 2.11.573

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeConnectorProfiles": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "DescribeConnectors": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken"
11
+ },
12
+ "DescribeFlowExecutionRecords": {
13
+ "input_token": "nextToken",
14
+ "output_token": "nextToken",
15
+ "limit_key": "maxResults"
16
+ },
17
+ "ListFlows": {
18
+ "input_token": "nextToken",
19
+ "output_token": "nextToken",
20
+ "limit_key": "maxResults"
21
+ }
22
+ }
23
+ }
@@ -31,6 +31,25 @@
31
31
  {"shape":"ThrottlingException"}
32
32
  ]
33
33
  },
34
+ "AssociateResolverQueryLogConfig":{
35
+ "name":"AssociateResolverQueryLogConfig",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/"
39
+ },
40
+ "input":{"shape":"AssociateResolverQueryLogConfigRequest"},
41
+ "output":{"shape":"AssociateResolverQueryLogConfigResponse"},
42
+ "errors":[
43
+ {"shape":"InvalidParameterException"},
44
+ {"shape":"ResourceNotFoundException"},
45
+ {"shape":"InvalidRequestException"},
46
+ {"shape":"ResourceExistsException"},
47
+ {"shape":"LimitExceededException"},
48
+ {"shape":"InternalServiceErrorException"},
49
+ {"shape":"ThrottlingException"},
50
+ {"shape":"AccessDeniedException"}
51
+ ]
52
+ },
34
53
  "AssociateResolverRule":{
35
54
  "name":"AssociateResolverRule",
36
55
  "http":{
@@ -42,6 +61,7 @@
42
61
  "errors":[
43
62
  {"shape":"ResourceNotFoundException"},
44
63
  {"shape":"InvalidRequestException"},
64
+ {"shape":"LimitExceededException"},
45
65
  {"shape":"InvalidParameterException"},
46
66
  {"shape":"ResourceUnavailableException"},
47
67
  {"shape":"ResourceExistsException"},
@@ -67,6 +87,25 @@
67
87
  {"shape":"ThrottlingException"}
68
88
  ]
69
89
  },
90
+ "CreateResolverQueryLogConfig":{
91
+ "name":"CreateResolverQueryLogConfig",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"CreateResolverQueryLogConfigRequest"},
97
+ "output":{"shape":"CreateResolverQueryLogConfigResponse"},
98
+ "errors":[
99
+ {"shape":"InvalidParameterException"},
100
+ {"shape":"ResourceNotFoundException"},
101
+ {"shape":"InvalidRequestException"},
102
+ {"shape":"ResourceExistsException"},
103
+ {"shape":"LimitExceededException"},
104
+ {"shape":"InternalServiceErrorException"},
105
+ {"shape":"ThrottlingException"},
106
+ {"shape":"AccessDeniedException"}
107
+ ]
108
+ },
70
109
  "CreateResolverRule":{
71
110
  "name":"CreateResolverRule",
72
111
  "http":{
@@ -102,6 +141,23 @@
102
141
  {"shape":"ThrottlingException"}
103
142
  ]
104
143
  },
144
+ "DeleteResolverQueryLogConfig":{
145
+ "name":"DeleteResolverQueryLogConfig",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/"
149
+ },
150
+ "input":{"shape":"DeleteResolverQueryLogConfigRequest"},
151
+ "output":{"shape":"DeleteResolverQueryLogConfigResponse"},
152
+ "errors":[
153
+ {"shape":"ResourceNotFoundException"},
154
+ {"shape":"InvalidParameterException"},
155
+ {"shape":"InvalidRequestException"},
156
+ {"shape":"InternalServiceErrorException"},
157
+ {"shape":"ThrottlingException"},
158
+ {"shape":"AccessDeniedException"}
159
+ ]
160
+ },
105
161
  "DeleteResolverRule":{
106
162
  "name":"DeleteResolverRule",
107
163
  "http":{
@@ -135,6 +191,23 @@
135
191
  {"shape":"ThrottlingException"}
136
192
  ]
137
193
  },
194
+ "DisassociateResolverQueryLogConfig":{
195
+ "name":"DisassociateResolverQueryLogConfig",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/"
199
+ },
200
+ "input":{"shape":"DisassociateResolverQueryLogConfigRequest"},
201
+ "output":{"shape":"DisassociateResolverQueryLogConfigResponse"},
202
+ "errors":[
203
+ {"shape":"ResourceNotFoundException"},
204
+ {"shape":"InvalidParameterException"},
205
+ {"shape":"InvalidRequestException"},
206
+ {"shape":"InternalServiceErrorException"},
207
+ {"shape":"ThrottlingException"},
208
+ {"shape":"AccessDeniedException"}
209
+ ]
210
+ },
138
211
  "DisassociateResolverRule":{
139
212
  "name":"DisassociateResolverRule",
140
213
  "http":{
@@ -165,6 +238,56 @@
165
238
  {"shape":"ThrottlingException"}
166
239
  ]
167
240
  },
241
+ "GetResolverQueryLogConfig":{
242
+ "name":"GetResolverQueryLogConfig",
243
+ "http":{
244
+ "method":"POST",
245
+ "requestUri":"/"
246
+ },
247
+ "input":{"shape":"GetResolverQueryLogConfigRequest"},
248
+ "output":{"shape":"GetResolverQueryLogConfigResponse"},
249
+ "errors":[
250
+ {"shape":"ResourceNotFoundException"},
251
+ {"shape":"InvalidRequestException"},
252
+ {"shape":"InvalidParameterException"},
253
+ {"shape":"InternalServiceErrorException"},
254
+ {"shape":"ThrottlingException"},
255
+ {"shape":"AccessDeniedException"}
256
+ ]
257
+ },
258
+ "GetResolverQueryLogConfigAssociation":{
259
+ "name":"GetResolverQueryLogConfigAssociation",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"GetResolverQueryLogConfigAssociationRequest"},
265
+ "output":{"shape":"GetResolverQueryLogConfigAssociationResponse"},
266
+ "errors":[
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"InvalidRequestException"},
269
+ {"shape":"InvalidParameterException"},
270
+ {"shape":"InternalServiceErrorException"},
271
+ {"shape":"ThrottlingException"},
272
+ {"shape":"AccessDeniedException"}
273
+ ]
274
+ },
275
+ "GetResolverQueryLogConfigPolicy":{
276
+ "name":"GetResolverQueryLogConfigPolicy",
277
+ "http":{
278
+ "method":"POST",
279
+ "requestUri":"/"
280
+ },
281
+ "input":{"shape":"GetResolverQueryLogConfigPolicyRequest"},
282
+ "output":{"shape":"GetResolverQueryLogConfigPolicyResponse"},
283
+ "errors":[
284
+ {"shape":"InvalidParameterException"},
285
+ {"shape":"InvalidRequestException"},
286
+ {"shape":"UnknownResourceException"},
287
+ {"shape":"InternalServiceErrorException"},
288
+ {"shape":"AccessDeniedException"}
289
+ ]
290
+ },
168
291
  "GetResolverRule":{
169
292
  "name":"GetResolverRule",
170
293
  "http":{
@@ -241,6 +364,40 @@
241
364
  {"shape":"ThrottlingException"}
242
365
  ]
243
366
  },
367
+ "ListResolverQueryLogConfigAssociations":{
368
+ "name":"ListResolverQueryLogConfigAssociations",
369
+ "http":{
370
+ "method":"POST",
371
+ "requestUri":"/"
372
+ },
373
+ "input":{"shape":"ListResolverQueryLogConfigAssociationsRequest"},
374
+ "output":{"shape":"ListResolverQueryLogConfigAssociationsResponse"},
375
+ "errors":[
376
+ {"shape":"InvalidParameterException"},
377
+ {"shape":"InvalidRequestException"},
378
+ {"shape":"LimitExceededException"},
379
+ {"shape":"InternalServiceErrorException"},
380
+ {"shape":"ThrottlingException"},
381
+ {"shape":"AccessDeniedException"}
382
+ ]
383
+ },
384
+ "ListResolverQueryLogConfigs":{
385
+ "name":"ListResolverQueryLogConfigs",
386
+ "http":{
387
+ "method":"POST",
388
+ "requestUri":"/"
389
+ },
390
+ "input":{"shape":"ListResolverQueryLogConfigsRequest"},
391
+ "output":{"shape":"ListResolverQueryLogConfigsResponse"},
392
+ "errors":[
393
+ {"shape":"InvalidNextTokenException"},
394
+ {"shape":"InvalidRequestException"},
395
+ {"shape":"InvalidParameterException"},
396
+ {"shape":"InternalServiceErrorException"},
397
+ {"shape":"ThrottlingException"},
398
+ {"shape":"AccessDeniedException"}
399
+ ]
400
+ },
244
401
  "ListResolverRuleAssociations":{
245
402
  "name":"ListResolverRuleAssociations",
246
403
  "http":{
@@ -290,6 +447,23 @@
290
447
  {"shape":"ThrottlingException"}
291
448
  ]
292
449
  },
450
+ "PutResolverQueryLogConfigPolicy":{
451
+ "name":"PutResolverQueryLogConfigPolicy",
452
+ "http":{
453
+ "method":"POST",
454
+ "requestUri":"/"
455
+ },
456
+ "input":{"shape":"PutResolverQueryLogConfigPolicyRequest"},
457
+ "output":{"shape":"PutResolverQueryLogConfigPolicyResponse"},
458
+ "errors":[
459
+ {"shape":"InvalidPolicyDocument"},
460
+ {"shape":"InvalidParameterException"},
461
+ {"shape":"InvalidRequestException"},
462
+ {"shape":"UnknownResourceException"},
463
+ {"shape":"InternalServiceErrorException"},
464
+ {"shape":"AccessDeniedException"}
465
+ ]
466
+ },
293
467
  "PutResolverRulePolicy":{
294
468
  "name":"PutResolverRulePolicy",
295
469
  "http":{
@@ -317,6 +491,7 @@
317
491
  {"shape":"LimitExceededException"},
318
492
  {"shape":"ResourceNotFoundException"},
319
493
  {"shape":"InvalidParameterException"},
494
+ {"shape":"InvalidRequestException"},
320
495
  {"shape":"InvalidTagException"},
321
496
  {"shape":"InternalServiceErrorException"},
322
497
  {"shape":"ThrottlingException"}
@@ -333,6 +508,7 @@
333
508
  "errors":[
334
509
  {"shape":"ResourceNotFoundException"},
335
510
  {"shape":"InvalidParameterException"},
511
+ {"shape":"InvalidRequestException"},
336
512
  {"shape":"InternalServiceErrorException"},
337
513
  {"shape":"ThrottlingException"}
338
514
  ]
@@ -373,6 +549,13 @@
373
549
  }
374
550
  },
375
551
  "shapes":{
552
+ "AccessDeniedException":{
553
+ "type":"structure",
554
+ "members":{
555
+ "Message":{"shape":"ExceptionMessage"}
556
+ },
557
+ "exception":true
558
+ },
376
559
  "AccountId":{
377
560
  "type":"string",
378
561
  "max":32,
@@ -400,6 +583,23 @@
400
583
  "ResolverEndpoint":{"shape":"ResolverEndpoint"}
401
584
  }
402
585
  },
586
+ "AssociateResolverQueryLogConfigRequest":{
587
+ "type":"structure",
588
+ "required":[
589
+ "ResolverQueryLogConfigId",
590
+ "ResourceId"
591
+ ],
592
+ "members":{
593
+ "ResolverQueryLogConfigId":{"shape":"ResourceId"},
594
+ "ResourceId":{"shape":"ResourceId"}
595
+ }
596
+ },
597
+ "AssociateResolverQueryLogConfigResponse":{
598
+ "type":"structure",
599
+ "members":{
600
+ "ResolverQueryLogConfigAssociation":{"shape":"ResolverQueryLogConfigAssociation"}
601
+ }
602
+ },
403
603
  "AssociateResolverRuleRequest":{
404
604
  "type":"structure",
405
605
  "required":[
@@ -419,6 +619,7 @@
419
619
  }
420
620
  },
421
621
  "Boolean":{"type":"boolean"},
622
+ "Count":{"type":"integer"},
422
623
  "CreateResolverEndpointRequest":{
423
624
  "type":"structure",
424
625
  "required":[
@@ -448,6 +649,32 @@
448
649
  "ResolverEndpoint":{"shape":"ResolverEndpoint"}
449
650
  }
450
651
  },
652
+ "CreateResolverQueryLogConfigRequest":{
653
+ "type":"structure",
654
+ "required":[
655
+ "Name",
656
+ "DestinationArn",
657
+ "CreatorRequestId"
658
+ ],
659
+ "members":{
660
+ "Name":{"shape":"ResolverQueryLogConfigName"},
661
+ "DestinationArn":{"shape":"DestinationArn"},
662
+ "CreatorRequestId":{
663
+ "shape":"CreatorRequestId",
664
+ "idempotencyToken":true
665
+ },
666
+ "Tags":{
667
+ "shape":"TagList",
668
+ "box":true
669
+ }
670
+ }
671
+ },
672
+ "CreateResolverQueryLogConfigResponse":{
673
+ "type":"structure",
674
+ "members":{
675
+ "ResolverQueryLogConfig":{"shape":"ResolverQueryLogConfig"}
676
+ }
677
+ },
451
678
  "CreateResolverRuleRequest":{
452
679
  "type":"structure",
453
680
  "required":[
@@ -498,6 +725,19 @@
498
725
  "ResolverEndpoint":{"shape":"ResolverEndpoint"}
499
726
  }
500
727
  },
728
+ "DeleteResolverQueryLogConfigRequest":{
729
+ "type":"structure",
730
+ "required":["ResolverQueryLogConfigId"],
731
+ "members":{
732
+ "ResolverQueryLogConfigId":{"shape":"ResourceId"}
733
+ }
734
+ },
735
+ "DeleteResolverQueryLogConfigResponse":{
736
+ "type":"structure",
737
+ "members":{
738
+ "ResolverQueryLogConfig":{"shape":"ResolverQueryLogConfig"}
739
+ }
740
+ },
501
741
  "DeleteResolverRuleRequest":{
502
742
  "type":"structure",
503
743
  "required":["ResolverRuleId"],
@@ -511,6 +751,11 @@
511
751
  "ResolverRule":{"shape":"ResolverRule"}
512
752
  }
513
753
  },
754
+ "DestinationArn":{
755
+ "type":"string",
756
+ "max":600,
757
+ "min":1
758
+ },
514
759
  "DisassociateResolverEndpointIpAddressRequest":{
515
760
  "type":"structure",
516
761
  "required":[
@@ -528,6 +773,23 @@
528
773
  "ResolverEndpoint":{"shape":"ResolverEndpoint"}
529
774
  }
530
775
  },
776
+ "DisassociateResolverQueryLogConfigRequest":{
777
+ "type":"structure",
778
+ "required":[
779
+ "ResolverQueryLogConfigId",
780
+ "ResourceId"
781
+ ],
782
+ "members":{
783
+ "ResolverQueryLogConfigId":{"shape":"ResourceId"},
784
+ "ResourceId":{"shape":"ResourceId"}
785
+ }
786
+ },
787
+ "DisassociateResolverQueryLogConfigResponse":{
788
+ "type":"structure",
789
+ "members":{
790
+ "ResolverQueryLogConfigAssociation":{"shape":"ResolverQueryLogConfigAssociation"}
791
+ }
792
+ },
531
793
  "DisassociateResolverRuleRequest":{
532
794
  "type":"structure",
533
795
  "required":[
@@ -565,7 +827,7 @@
565
827
  },
566
828
  "FilterValue":{
567
829
  "type":"string",
568
- "max":64,
830
+ "max":600,
569
831
  "min":1
570
832
  },
571
833
  "FilterValues":{
@@ -589,6 +851,45 @@
589
851
  "ResolverEndpoint":{"shape":"ResolverEndpoint"}
590
852
  }
591
853
  },
854
+ "GetResolverQueryLogConfigAssociationRequest":{
855
+ "type":"structure",
856
+ "required":["ResolverQueryLogConfigAssociationId"],
857
+ "members":{
858
+ "ResolverQueryLogConfigAssociationId":{"shape":"ResourceId"}
859
+ }
860
+ },
861
+ "GetResolverQueryLogConfigAssociationResponse":{
862
+ "type":"structure",
863
+ "members":{
864
+ "ResolverQueryLogConfigAssociation":{"shape":"ResolverQueryLogConfigAssociation"}
865
+ }
866
+ },
867
+ "GetResolverQueryLogConfigPolicyRequest":{
868
+ "type":"structure",
869
+ "required":["Arn"],
870
+ "members":{
871
+ "Arn":{"shape":"Arn"}
872
+ }
873
+ },
874
+ "GetResolverQueryLogConfigPolicyResponse":{
875
+ "type":"structure",
876
+ "members":{
877
+ "ResolverQueryLogConfigPolicy":{"shape":"ResolverQueryLogConfigPolicy"}
878
+ }
879
+ },
880
+ "GetResolverQueryLogConfigRequest":{
881
+ "type":"structure",
882
+ "required":["ResolverQueryLogConfigId"],
883
+ "members":{
884
+ "ResolverQueryLogConfigId":{"shape":"ResourceId"}
885
+ }
886
+ },
887
+ "GetResolverQueryLogConfigResponse":{
888
+ "type":"structure",
889
+ "members":{
890
+ "ResolverQueryLogConfig":{"shape":"ResolverQueryLogConfig"}
891
+ }
892
+ },
592
893
  "GetResolverRuleAssociationRequest":{
593
894
  "type":"structure",
594
895
  "required":["ResolverRuleAssociationId"],
@@ -799,6 +1100,53 @@
799
1100
  "ResolverEndpoints":{"shape":"ResolverEndpoints"}
800
1101
  }
801
1102
  },
1103
+ "ListResolverQueryLogConfigAssociationsRequest":{
1104
+ "type":"structure",
1105
+ "members":{
1106
+ "MaxResults":{"shape":"MaxResults"},
1107
+ "NextToken":{"shape":"NextToken"},
1108
+ "Filters":{"shape":"Filters"},
1109
+ "SortBy":{"shape":"SortByKey"},
1110
+ "SortOrder":{"shape":"SortOrder"}
1111
+ }
1112
+ },
1113
+ "ListResolverQueryLogConfigAssociationsResponse":{
1114
+ "type":"structure",
1115
+ "members":{
1116
+ "NextToken":{"shape":"NextToken"},
1117
+ "TotalCount":{"shape":"Count"},
1118
+ "TotalFilteredCount":{"shape":"Count"},
1119
+ "ResolverQueryLogConfigAssociations":{"shape":"ResolverQueryLogConfigAssociationList"}
1120
+ }
1121
+ },
1122
+ "ListResolverQueryLogConfigsRequest":{
1123
+ "type":"structure",
1124
+ "members":{
1125
+ "MaxResults":{
1126
+ "shape":"MaxResults",
1127
+ "box":true
1128
+ },
1129
+ "NextToken":{
1130
+ "shape":"NextToken",
1131
+ "box":true
1132
+ },
1133
+ "Filters":{
1134
+ "shape":"Filters",
1135
+ "box":true
1136
+ },
1137
+ "SortBy":{"shape":"SortByKey"},
1138
+ "SortOrder":{"shape":"SortOrder"}
1139
+ }
1140
+ },
1141
+ "ListResolverQueryLogConfigsResponse":{
1142
+ "type":"structure",
1143
+ "members":{
1144
+ "NextToken":{"shape":"NextToken"},
1145
+ "TotalCount":{"shape":"Count"},
1146
+ "TotalFilteredCount":{"shape":"Count"},
1147
+ "ResolverQueryLogConfigs":{"shape":"ResolverQueryLogConfigList"}
1148
+ }
1149
+ },
802
1150
  "ListResolverRuleAssociationsRequest":{
803
1151
  "type":"structure",
804
1152
  "members":{
@@ -879,7 +1227,7 @@
879
1227
  "Name":{
880
1228
  "type":"string",
881
1229
  "max":64,
882
- "pattern":"(?!^[0-9]+$)([a-zA-Z0-9-_' ']+)"
1230
+ "pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)"
883
1231
  },
884
1232
  "NextToken":{"type":"string"},
885
1233
  "Port":{
@@ -887,6 +1235,23 @@
887
1235
  "max":65535,
888
1236
  "min":0
889
1237
  },
1238
+ "PutResolverQueryLogConfigPolicyRequest":{
1239
+ "type":"structure",
1240
+ "required":[
1241
+ "Arn",
1242
+ "ResolverQueryLogConfigPolicy"
1243
+ ],
1244
+ "members":{
1245
+ "Arn":{"shape":"Arn"},
1246
+ "ResolverQueryLogConfigPolicy":{"shape":"ResolverQueryLogConfigPolicy"}
1247
+ }
1248
+ },
1249
+ "PutResolverQueryLogConfigPolicyResponse":{
1250
+ "type":"structure",
1251
+ "members":{
1252
+ "ReturnValue":{"shape":"Boolean"}
1253
+ }
1254
+ },
890
1255
  "PutResolverRulePolicyRequest":{
891
1256
  "type":"structure",
892
1257
  "required":[
@@ -943,6 +1308,80 @@
943
1308
  "type":"list",
944
1309
  "member":{"shape":"ResolverEndpoint"}
945
1310
  },
1311
+ "ResolverQueryLogConfig":{
1312
+ "type":"structure",
1313
+ "members":{
1314
+ "Id":{"shape":"ResourceId"},
1315
+ "OwnerId":{"shape":"AccountId"},
1316
+ "Status":{"shape":"ResolverQueryLogConfigStatus"},
1317
+ "ShareStatus":{"shape":"ShareStatus"},
1318
+ "AssociationCount":{"shape":"Count"},
1319
+ "Arn":{"shape":"Arn"},
1320
+ "Name":{"shape":"ResolverQueryLogConfigName"},
1321
+ "DestinationArn":{"shape":"DestinationArn"},
1322
+ "CreatorRequestId":{"shape":"CreatorRequestId"},
1323
+ "CreationTime":{"shape":"Rfc3339TimeString"}
1324
+ }
1325
+ },
1326
+ "ResolverQueryLogConfigAssociation":{
1327
+ "type":"structure",
1328
+ "members":{
1329
+ "Id":{"shape":"ResourceId"},
1330
+ "ResolverQueryLogConfigId":{"shape":"ResourceId"},
1331
+ "ResourceId":{"shape":"ResourceId"},
1332
+ "Status":{"shape":"ResolverQueryLogConfigAssociationStatus"},
1333
+ "Error":{"shape":"ResolverQueryLogConfigAssociationError"},
1334
+ "ErrorMessage":{"shape":"ResolverQueryLogConfigAssociationErrorMessage"},
1335
+ "CreationTime":{"shape":"Rfc3339TimeString"}
1336
+ }
1337
+ },
1338
+ "ResolverQueryLogConfigAssociationError":{
1339
+ "type":"string",
1340
+ "enum":[
1341
+ "NONE",
1342
+ "DESTINATION_NOT_FOUND",
1343
+ "ACCESS_DENIED",
1344
+ "INTERNAL_SERVICE_ERROR"
1345
+ ]
1346
+ },
1347
+ "ResolverQueryLogConfigAssociationErrorMessage":{"type":"string"},
1348
+ "ResolverQueryLogConfigAssociationList":{
1349
+ "type":"list",
1350
+ "member":{"shape":"ResolverQueryLogConfigAssociation"}
1351
+ },
1352
+ "ResolverQueryLogConfigAssociationStatus":{
1353
+ "type":"string",
1354
+ "enum":[
1355
+ "CREATING",
1356
+ "ACTIVE",
1357
+ "ACTION_NEEDED",
1358
+ "DELETING",
1359
+ "FAILED"
1360
+ ]
1361
+ },
1362
+ "ResolverQueryLogConfigList":{
1363
+ "type":"list",
1364
+ "member":{"shape":"ResolverQueryLogConfig"}
1365
+ },
1366
+ "ResolverQueryLogConfigName":{
1367
+ "type":"string",
1368
+ "max":64,
1369
+ "min":1,
1370
+ "pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)"
1371
+ },
1372
+ "ResolverQueryLogConfigPolicy":{
1373
+ "type":"string",
1374
+ "max":5000
1375
+ },
1376
+ "ResolverQueryLogConfigStatus":{
1377
+ "type":"string",
1378
+ "enum":[
1379
+ "CREATING",
1380
+ "CREATED",
1381
+ "DELETING",
1382
+ "FAILED"
1383
+ ]
1384
+ },
946
1385
  "ResolverRule":{
947
1386
  "type":"structure",
948
1387
  "members":{
@@ -957,7 +1396,9 @@
957
1396
  "TargetIps":{"shape":"TargetList"},
958
1397
  "ResolverEndpointId":{"shape":"ResourceId"},
959
1398
  "OwnerId":{"shape":"AccountId"},
960
- "ShareStatus":{"shape":"ShareStatus"}
1399
+ "ShareStatus":{"shape":"ShareStatus"},
1400
+ "CreationTime":{"shape":"Rfc3339TimeString"},
1401
+ "ModificationTime":{"shape":"Rfc3339TimeString"}
961
1402
  }
962
1403
  },
963
1404
  "ResolverRuleAssociation":{
@@ -1072,6 +1513,18 @@
1072
1513
  "SHARED_BY_ME"
1073
1514
  ]
1074
1515
  },
1516
+ "SortByKey":{
1517
+ "type":"string",
1518
+ "max":64,
1519
+ "min":1
1520
+ },
1521
+ "SortOrder":{
1522
+ "type":"string",
1523
+ "enum":[
1524
+ "ASCENDING",
1525
+ "DESCENDING"
1526
+ ]
1527
+ },
1075
1528
  "StatusMessage":{
1076
1529
  "type":"string",
1077
1530
  "max":255
@@ -1084,19 +1537,29 @@
1084
1537
  },
1085
1538
  "Tag":{
1086
1539
  "type":"structure",
1540
+ "required":[
1541
+ "Key",
1542
+ "Value"
1543
+ ],
1087
1544
  "members":{
1088
1545
  "Key":{"shape":"TagKey"},
1089
1546
  "Value":{"shape":"TagValue"}
1090
1547
  }
1091
1548
  },
1092
- "TagKey":{"type":"string"},
1549
+ "TagKey":{
1550
+ "type":"string",
1551
+ "max":128,
1552
+ "min":1
1553
+ },
1093
1554
  "TagKeyList":{
1094
1555
  "type":"list",
1095
- "member":{"shape":"TagKey"}
1556
+ "member":{"shape":"TagKey"},
1557
+ "max":200
1096
1558
  },
1097
1559
  "TagList":{
1098
1560
  "type":"list",
1099
- "member":{"shape":"Tag"}
1561
+ "member":{"shape":"Tag"},
1562
+ "max":200
1100
1563
  },
1101
1564
  "TagResourceRequest":{
1102
1565
  "type":"structure",
@@ -1114,7 +1577,11 @@
1114
1577
  "members":{
1115
1578
  }
1116
1579
  },
1117
- "TagValue":{"type":"string"},
1580
+ "TagValue":{
1581
+ "type":"string",
1582
+ "max":256,
1583
+ "min":0
1584
+ },
1118
1585
  "TargetAddress":{
1119
1586
  "type":"structure",
1120
1587
  "required":["Ip"],