aws-sdk-core 2.11.568 → 2.11.573

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigatewayv2/2018-11-29/api-2.json +56 -0
  3. data/apis/appflow/2020-08-23/api-2.json +2378 -0
  4. data/apis/appflow/2020-08-23/examples-1.json +5 -0
  5. data/apis/appflow/2020-08-23/paginators-1.json +23 -0
  6. data/apis/cognito-idp/2016-04-18/api-2.json +1 -5
  7. data/apis/datasync/2018-11-09/api-2.json +78 -2
  8. data/apis/dms/2016-01-01/api-2.json +5 -2
  9. data/apis/ec2/2016-11-15/api-2.json +237 -0
  10. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  11. data/apis/identitystore/2020-06-15/api-2.json +318 -0
  12. data/apis/identitystore/2020-06-15/examples-1.json +5 -0
  13. data/apis/identitystore/2020-06-15/paginators-1.json +14 -0
  14. data/apis/iotsitewise/2019-12-02/api-2.json +22 -8
  15. data/apis/ivs/2020-07-14/api-2.json +160 -1
  16. data/apis/ivs/2020-07-14/paginators-1.json +6 -0
  17. data/apis/kafka/2018-11-14/api-2.json +142 -1
  18. data/apis/lakeformation/2017-03-31/api-2.json +13 -1
  19. data/apis/route53resolver/2018-04-01/api-2.json +474 -7
  20. data/apis/route53resolver/2018-04-01/paginators-1.json +26 -4
  21. data/apis/securityhub/2018-10-26/api-2.json +565 -4
  22. data/apis/servicecatalog/2015-12-10/api-2.json +6 -0
  23. data/apis/sesv2/2019-09-27/api-2.json +189 -0
  24. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  25. data/apis/ssm/2014-11-06/api-2.json +18 -7
  26. data/apis/storagegateway/2013-06-30/api-2.json +165 -7
  27. data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -1
  28. data/apis/xray/2016-04-12/api-2.json +150 -2
  29. data/endpoints.json +25 -0
  30. data/lib/aws-sdk-core.rb +2 -0
  31. data/lib/aws-sdk-core/appflow.rb +6 -0
  32. data/lib/aws-sdk-core/identitystore.rb +6 -0
  33. data/lib/aws-sdk-core/version.rb +1 -1
  34. data/service-models.json +8 -0
  35. metadata +10 -2
@@ -6,6 +6,12 @@
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "channels"
8
8
  },
9
+ "ListPlaybackKeyPairs": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "keyPairs"
14
+ },
9
15
  "ListStreamKeys": {
10
16
  "input_token": "nextToken",
11
17
  "output_token": "nextToken",
@@ -114,6 +114,34 @@
114
114
  }
115
115
  ]
116
116
  },
117
+ "DeleteConfiguration": {
118
+ "name": "DeleteConfiguration",
119
+ "http": {
120
+ "method": "DELETE",
121
+ "requestUri": "/v1/configurations/{arn}",
122
+ "responseCode": 200
123
+ },
124
+ "input": {
125
+ "shape": "DeleteConfigurationRequest"
126
+ },
127
+ "output": {
128
+ "shape": "DeleteConfigurationResponse"
129
+ },
130
+ "errors": [
131
+ {
132
+ "shape": "NotFoundException"
133
+ },
134
+ {
135
+ "shape": "BadRequestException"
136
+ },
137
+ {
138
+ "shape": "InternalServerErrorException"
139
+ },
140
+ {
141
+ "shape": "ForbiddenException"
142
+ }
143
+ ]
144
+ },
117
145
  "DescribeCluster": {
118
146
  "name": "DescribeCluster",
119
147
  "http": {
@@ -657,6 +685,37 @@
657
685
  }
658
686
  ]
659
687
  },
688
+ "UpdateConfiguration": {
689
+ "name": "UpdateConfiguration",
690
+ "http": {
691
+ "method": "PUT",
692
+ "requestUri": "/v1/configurations/{arn}",
693
+ "responseCode": 200
694
+ },
695
+ "input": {
696
+ "shape": "UpdateConfigurationRequest"
697
+ },
698
+ "output": {
699
+ "shape": "UpdateConfigurationResponse"
700
+ },
701
+ "errors": [
702
+ {
703
+ "shape": "ServiceUnavailableException"
704
+ },
705
+ {
706
+ "shape": "BadRequestException"
707
+ },
708
+ {
709
+ "shape": "UnauthorizedException"
710
+ },
711
+ {
712
+ "shape": "InternalServerErrorException"
713
+ },
714
+ {
715
+ "shape": "ForbiddenException"
716
+ }
717
+ ]
718
+ },
660
719
  "UpdateClusterConfiguration": {
661
720
  "name": "UpdateClusterConfiguration",
662
721
  "http": {
@@ -1107,6 +1166,10 @@
1107
1166
  "Name": {
1108
1167
  "shape": "__string",
1109
1168
  "locationName": "name"
1169
+ },
1170
+ "State": {
1171
+ "shape": "ConfigurationState",
1172
+ "locationName": "state"
1110
1173
  }
1111
1174
  },
1112
1175
  "required": [
@@ -1115,7 +1178,8 @@
1115
1178
  "CreationTime",
1116
1179
  "KafkaVersions",
1117
1180
  "Arn",
1118
- "Name"
1181
+ "Name",
1182
+ "State"
1119
1183
  ]
1120
1184
  },
1121
1185
  "ConfigurationInfo": {
@@ -1156,6 +1220,14 @@
1156
1220
  "CreationTime"
1157
1221
  ]
1158
1222
  },
1223
+ "ConfigurationState": {
1224
+ "type": "string",
1225
+ "enum": [
1226
+ "ACTIVE",
1227
+ "DELETING",
1228
+ "DELETE_FAILED"
1229
+ ]
1230
+ },
1159
1231
  "ConflictException": {
1160
1232
  "type": "structure",
1161
1233
  "members": {
@@ -1288,6 +1360,10 @@
1288
1360
  "Name": {
1289
1361
  "shape": "__string",
1290
1362
  "locationName": "name"
1363
+ },
1364
+ "State": {
1365
+ "shape": "ConfigurationState",
1366
+ "locationName": "state"
1291
1367
  }
1292
1368
  }
1293
1369
  },
@@ -1322,6 +1398,32 @@
1322
1398
  }
1323
1399
  }
1324
1400
  },
1401
+ "DeleteConfigurationRequest": {
1402
+ "type": "structure",
1403
+ "members": {
1404
+ "Arn": {
1405
+ "shape": "__string",
1406
+ "location": "uri",
1407
+ "locationName": "arn"
1408
+ }
1409
+ },
1410
+ "required": [
1411
+ "Arn"
1412
+ ]
1413
+ },
1414
+ "DeleteConfigurationResponse": {
1415
+ "type": "structure",
1416
+ "members": {
1417
+ "Arn": {
1418
+ "shape": "__string",
1419
+ "locationName": "arn"
1420
+ },
1421
+ "State": {
1422
+ "shape": "ConfigurationState",
1423
+ "locationName": "state"
1424
+ }
1425
+ }
1426
+ },
1325
1427
  "DescribeClusterOperationRequest": {
1326
1428
  "type": "structure",
1327
1429
  "members": {
@@ -1405,6 +1507,10 @@
1405
1507
  "Name": {
1406
1508
  "shape": "__string",
1407
1509
  "locationName": "name"
1510
+ },
1511
+ "State": {
1512
+ "shape": "ConfigurationState",
1513
+ "locationName": "state"
1408
1514
  }
1409
1515
  }
1410
1516
  },
@@ -2228,6 +2334,41 @@
2228
2334
  }
2229
2335
  }
2230
2336
  },
2337
+ "UpdateConfigurationRequest" : {
2338
+ "type": "structure",
2339
+ "members": {
2340
+ "Arn": {
2341
+ "shape": "__string",
2342
+ "location": "uri",
2343
+ "locationName": "arn"
2344
+ },
2345
+ "Description": {
2346
+ "shape": "__string",
2347
+ "locationName": "description"
2348
+ },
2349
+ "ServerProperties": {
2350
+ "shape": "__blob",
2351
+ "locationName": "serverProperties"
2352
+ }
2353
+ },
2354
+ "required": [
2355
+ "Arn",
2356
+ "ServerProperties"
2357
+ ]
2358
+ },
2359
+ "UpdateConfigurationResponse" : {
2360
+ "type": "structure",
2361
+ "members": {
2362
+ "Arn": {
2363
+ "shape": "__string",
2364
+ "locationName": "arn"
2365
+ },
2366
+ "LatestRevision": {
2367
+ "shape": "ConfigurationRevision",
2368
+ "locationName": "latestRevision"
2369
+ }
2370
+ }
2371
+ },
2231
2372
  "UpdateMonitoringRequest" : {
2232
2373
  "type" : "structure",
2233
2374
  "members" : {
@@ -386,6 +386,12 @@
386
386
  "min":0,
387
387
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
388
388
  },
389
+ "DetailsMap":{
390
+ "type":"structure",
391
+ "members":{
392
+ "ResourceShare":{"shape":"ResourceShareList"}
393
+ }
394
+ },
389
395
  "EntityNotFoundException":{
390
396
  "type":"structure",
391
397
  "members":{
@@ -589,7 +595,8 @@
589
595
  "Principal":{"shape":"DataLakePrincipal"},
590
596
  "Resource":{"shape":"Resource"},
591
597
  "Permissions":{"shape":"PermissionList"},
592
- "PermissionsWithGrantOption":{"shape":"PermissionList"}
598
+ "PermissionsWithGrantOption":{"shape":"PermissionList"},
599
+ "AdditionalDetails":{"shape":"DetailsMap"}
593
600
  }
594
601
  },
595
602
  "PrincipalResourcePermissionsList":{
@@ -609,6 +616,7 @@
609
616
  "members":{
610
617
  }
611
618
  },
619
+ "RAMResourceShareArn":{"type":"string"},
612
620
  "RegisterResourceRequest":{
613
621
  "type":"structure",
614
622
  "required":["ResourceArn"],
@@ -646,6 +654,10 @@
646
654
  "type":"list",
647
655
  "member":{"shape":"ResourceInfo"}
648
656
  },
657
+ "ResourceShareList":{
658
+ "type":"list",
659
+ "member":{"shape":"RAMResourceShareArn"}
660
+ },
649
661
  "RevokePermissionsRequest":{
650
662
  "type":"structure",
651
663
  "required":[
@@ -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"],