aws-sdk-core 2.11.541 → 2.11.546

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/ebs/2019-11-02/api-2.json +377 -9
  9. data/apis/ec2/2016-11-15/api-2.json +16 -0
  10. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  11. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  12. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  13. data/apis/events/2015-10-07/api-2.json +76 -12
  14. data/apis/forecast/2018-06-26/api-2.json +136 -8
  15. data/apis/glue/2017-03-31/api-2.json +95 -10
  16. data/apis/iotsitewise/2019-12-02/api-2.json +0 -4
  17. data/apis/ivs/2020-07-14/api-2.json +809 -0
  18. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  19. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  20. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  21. data/apis/organizations/2016-11-28/api-2.json +4 -2
  22. data/apis/quicksight/2018-04-01/api-2.json +939 -9
  23. data/apis/rds/2014-10-31/api-2.json +9 -1
  24. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  25. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  26. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  27. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  28. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  29. data/endpoints.json +111 -0
  30. data/lib/aws-sdk-core.rb +1 -0
  31. data/lib/aws-sdk-core/ivs.rb +6 -0
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. data/service-models.json +4 -0
  34. metadata +6 -2
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{
@@ -372,6 +372,46 @@
372
372
  ],
373
373
  "idempotent":true
374
374
  },
375
+ "ListTagsForResource":{
376
+ "name":"ListTagsForResource",
377
+ "http":{
378
+ "method":"POST",
379
+ "requestUri":"/"
380
+ },
381
+ "input":{"shape":"ListTagsForResourceRequest"},
382
+ "output":{"shape":"ListTagsForResourceResponse"},
383
+ "errors":[
384
+ {"shape":"ResourceNotFoundException"},
385
+ {"shape":"InvalidInputException"}
386
+ ]
387
+ },
388
+ "TagResource":{
389
+ "name":"TagResource",
390
+ "http":{
391
+ "method":"POST",
392
+ "requestUri":"/"
393
+ },
394
+ "input":{"shape":"TagResourceRequest"},
395
+ "output":{"shape":"TagResourceResponse"},
396
+ "errors":[
397
+ {"shape":"ResourceNotFoundException"},
398
+ {"shape":"LimitExceededException"},
399
+ {"shape":"InvalidInputException"}
400
+ ]
401
+ },
402
+ "UntagResource":{
403
+ "name":"UntagResource",
404
+ "http":{
405
+ "method":"POST",
406
+ "requestUri":"/"
407
+ },
408
+ "input":{"shape":"UntagResourceRequest"},
409
+ "output":{"shape":"UntagResourceResponse"},
410
+ "errors":[
411
+ {"shape":"ResourceNotFoundException"},
412
+ {"shape":"InvalidInputException"}
413
+ ]
414
+ },
375
415
  "UpdateDatasetGroup":{
376
416
  "name":"UpdateDatasetGroup",
377
417
  "http":{
@@ -454,7 +494,8 @@
454
494
  "members":{
455
495
  "DatasetGroupName":{"shape":"Name"},
456
496
  "Domain":{"shape":"Domain"},
457
- "DatasetArns":{"shape":"ArnList"}
497
+ "DatasetArns":{"shape":"ArnList"},
498
+ "Tags":{"shape":"Tags"}
458
499
  }
459
500
  },
460
501
  "CreateDatasetGroupResponse":{
@@ -474,7 +515,8 @@
474
515
  "DatasetImportJobName":{"shape":"Name"},
475
516
  "DatasetArn":{"shape":"Arn"},
476
517
  "DataSource":{"shape":"DataSource"},
477
- "TimestampFormat":{"shape":"TimestampFormat"}
518
+ "TimestampFormat":{"shape":"TimestampFormat"},
519
+ "Tags":{"shape":"Tags"}
478
520
  }
479
521
  },
480
522
  "CreateDatasetImportJobResponse":{
@@ -497,7 +539,8 @@
497
539
  "DatasetType":{"shape":"DatasetType"},
498
540
  "DataFrequency":{"shape":"Frequency"},
499
541
  "Schema":{"shape":"Schema"},
500
- "EncryptionConfig":{"shape":"EncryptionConfig"}
542
+ "EncryptionConfig":{"shape":"EncryptionConfig"},
543
+ "Tags":{"shape":"Tags"}
501
544
  }
502
545
  },
503
546
  "CreateDatasetResponse":{
@@ -516,7 +559,8 @@
516
559
  "members":{
517
560
  "ForecastExportJobName":{"shape":"Name"},
518
561
  "ForecastArn":{"shape":"Arn"},
519
- "Destination":{"shape":"DataDestination"}
562
+ "Destination":{"shape":"DataDestination"},
563
+ "Tags":{"shape":"Tags"}
520
564
  }
521
565
  },
522
566
  "CreateForecastExportJobResponse":{
@@ -534,7 +578,8 @@
534
578
  "members":{
535
579
  "ForecastName":{"shape":"Name"},
536
580
  "PredictorArn":{"shape":"Arn"},
537
- "ForecastTypes":{"shape":"ForecastTypes"}
581
+ "ForecastTypes":{"shape":"ForecastTypes"},
582
+ "Tags":{"shape":"Tags"}
538
583
  }
539
584
  },
540
585
  "CreateForecastResponse":{
@@ -562,7 +607,8 @@
562
607
  "HPOConfig":{"shape":"HyperParameterTuningJobConfig"},
563
608
  "InputDataConfig":{"shape":"InputDataConfig"},
564
609
  "FeaturizationConfig":{"shape":"FeaturizationConfig"},
565
- "EncryptionConfig":{"shape":"EncryptionConfig"}
610
+ "EncryptionConfig":{"shape":"EncryptionConfig"},
611
+ "Tags":{"shape":"Tags"}
566
612
  }
567
613
  },
568
614
  "CreatePredictorResponse":{
@@ -906,7 +952,7 @@
906
952
  "Featurizations":{
907
953
  "type":"list",
908
954
  "member":{"shape":"Featurization"},
909
- "max":1,
955
+ "max":50,
910
956
  "min":1
911
957
  },
912
958
  "FieldStatistics":{
@@ -1153,6 +1199,19 @@
1153
1199
  "NextToken":{"shape":"NextToken"}
1154
1200
  }
1155
1201
  },
1202
+ "ListTagsForResourceRequest":{
1203
+ "type":"structure",
1204
+ "required":["ResourceArn"],
1205
+ "members":{
1206
+ "ResourceArn":{"shape":"Arn"}
1207
+ }
1208
+ },
1209
+ "ListTagsForResourceResponse":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "Tags":{"shape":"Tags"}
1213
+ }
1214
+ },
1156
1215
  "MaxResults":{
1157
1216
  "type":"integer",
1158
1217
  "max":100,
@@ -1295,7 +1354,9 @@
1295
1354
  },
1296
1355
  "SchemaAttributes":{
1297
1356
  "type":"list",
1298
- "member":{"shape":"SchemaAttribute"}
1357
+ "member":{"shape":"SchemaAttribute"},
1358
+ "max":100,
1359
+ "min":1
1299
1360
  },
1300
1361
  "Statistics":{
1301
1362
  "type":"structure",
@@ -1336,6 +1397,57 @@
1336
1397
  "max":1,
1337
1398
  "min":1
1338
1399
  },
1400
+ "Tag":{
1401
+ "type":"structure",
1402
+ "required":[
1403
+ "Key",
1404
+ "Value"
1405
+ ],
1406
+ "members":{
1407
+ "Key":{"shape":"TagKey"},
1408
+ "Value":{"shape":"TagValue"}
1409
+ }
1410
+ },
1411
+ "TagKey":{
1412
+ "type":"string",
1413
+ "max":128,
1414
+ "min":1,
1415
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1416
+ },
1417
+ "TagKeys":{
1418
+ "type":"list",
1419
+ "member":{"shape":"TagKey"},
1420
+ "max":200,
1421
+ "min":0
1422
+ },
1423
+ "TagResourceRequest":{
1424
+ "type":"structure",
1425
+ "required":[
1426
+ "ResourceArn",
1427
+ "Tags"
1428
+ ],
1429
+ "members":{
1430
+ "ResourceArn":{"shape":"Arn"},
1431
+ "Tags":{"shape":"Tags"}
1432
+ }
1433
+ },
1434
+ "TagResourceResponse":{
1435
+ "type":"structure",
1436
+ "members":{
1437
+ }
1438
+ },
1439
+ "TagValue":{
1440
+ "type":"string",
1441
+ "max":256,
1442
+ "min":0,
1443
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1444
+ },
1445
+ "Tags":{
1446
+ "type":"list",
1447
+ "member":{"shape":"Tag"},
1448
+ "max":200,
1449
+ "min":0
1450
+ },
1339
1451
  "TestWindowDetails":{
1340
1452
  "type":"list",
1341
1453
  "member":{"shape":"TestWindowSummary"}
@@ -1366,6 +1478,22 @@
1366
1478
  "max":100,
1367
1479
  "min":0
1368
1480
  },
1481
+ "UntagResourceRequest":{
1482
+ "type":"structure",
1483
+ "required":[
1484
+ "ResourceArn",
1485
+ "TagKeys"
1486
+ ],
1487
+ "members":{
1488
+ "ResourceArn":{"shape":"Arn"},
1489
+ "TagKeys":{"shape":"TagKeys"}
1490
+ }
1491
+ },
1492
+ "UntagResourceResponse":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ }
1496
+ },
1369
1497
  "UpdateDatasetGroupRequest":{
1370
1498
  "type":"structure",
1371
1499
  "required":[
@@ -1116,6 +1116,21 @@
1116
1116
  {"shape":"OperationTimeoutException"}
1117
1117
  ]
1118
1118
  },
1119
+ "GetResourcePolicies":{
1120
+ "name":"GetResourcePolicies",
1121
+ "http":{
1122
+ "method":"POST",
1123
+ "requestUri":"/"
1124
+ },
1125
+ "input":{"shape":"GetResourcePoliciesRequest"},
1126
+ "output":{"shape":"GetResourcePoliciesResponse"},
1127
+ "errors":[
1128
+ {"shape":"InternalServiceException"},
1129
+ {"shape":"OperationTimeoutException"},
1130
+ {"shape":"InvalidInputException"},
1131
+ {"shape":"GlueEncryptionException"}
1132
+ ]
1133
+ },
1119
1134
  "GetResourcePolicy":{
1120
1135
  "name":"GetResourcePolicy",
1121
1136
  "http":{
@@ -3312,7 +3327,16 @@
3312
3327
  "LocationUri":{"shape":"URI"},
3313
3328
  "Parameters":{"shape":"ParametersMap"},
3314
3329
  "CreateTime":{"shape":"Timestamp"},
3315
- "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
3330
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
3331
+ "TargetDatabase":{"shape":"DatabaseIdentifier"},
3332
+ "CatalogId":{"shape":"CatalogIdString"}
3333
+ }
3334
+ },
3335
+ "DatabaseIdentifier":{
3336
+ "type":"structure",
3337
+ "members":{
3338
+ "CatalogId":{"shape":"CatalogIdString"},
3339
+ "DatabaseName":{"shape":"NameString"}
3316
3340
  }
3317
3341
  },
3318
3342
  "DatabaseInput":{
@@ -3323,7 +3347,8 @@
3323
3347
  "Description":{"shape":"DescriptionString"},
3324
3348
  "LocationUri":{"shape":"URI"},
3325
3349
  "Parameters":{"shape":"ParametersMap"},
3326
- "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
3350
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
3351
+ "TargetDatabase":{"shape":"DatabaseIdentifier"}
3327
3352
  }
3328
3353
  },
3329
3354
  "DatabaseList":{
@@ -3532,7 +3557,8 @@
3532
3557
  "DeleteResourcePolicyRequest":{
3533
3558
  "type":"structure",
3534
3559
  "members":{
3535
- "PolicyHashCondition":{"shape":"HashString"}
3560
+ "PolicyHashCondition":{"shape":"HashString"},
3561
+ "ResourceArn":{"shape":"GlueResourceArn"}
3536
3562
  }
3537
3563
  },
3538
3564
  "DeleteResourcePolicyResponse":{
@@ -3731,6 +3757,13 @@
3731
3757
  "type":"list",
3732
3758
  "member":{"shape":"Edge"}
3733
3759
  },
3760
+ "EnableHybridValues":{
3761
+ "type":"string",
3762
+ "enum":[
3763
+ "TRUE",
3764
+ "FALSE"
3765
+ ]
3766
+ },
3734
3767
  "EncryptionAtRest":{
3735
3768
  "type":"structure",
3736
3769
  "required":["CatalogEncryptionMode"],
@@ -4048,7 +4081,8 @@
4048
4081
  "members":{
4049
4082
  "CatalogId":{"shape":"CatalogIdString"},
4050
4083
  "NextToken":{"shape":"Token"},
4051
- "MaxResults":{"shape":"PageSize"}
4084
+ "MaxResults":{"shape":"PageSize"},
4085
+ "ResourceShareType":{"shape":"ResourceShareType"}
4052
4086
  }
4053
4087
  },
4054
4088
  "GetDatabasesResponse":{
@@ -4345,9 +4379,28 @@
4345
4379
  "ScalaCode":{"shape":"ScalaCode"}
4346
4380
  }
4347
4381
  },
4382
+ "GetResourcePoliciesRequest":{
4383
+ "type":"structure",
4384
+ "members":{
4385
+ "NextToken":{"shape":"Token"},
4386
+ "MaxResults":{"shape":"PageSize"}
4387
+ }
4388
+ },
4389
+ "GetResourcePoliciesResponse":{
4390
+ "type":"structure",
4391
+ "members":{
4392
+ "GetResourcePoliciesResponseList":{"shape":"GetResourcePoliciesResponseList"},
4393
+ "NextToken":{"shape":"Token"}
4394
+ }
4395
+ },
4396
+ "GetResourcePoliciesResponseList":{
4397
+ "type":"list",
4398
+ "member":{"shape":"GluePolicy"}
4399
+ },
4348
4400
  "GetResourcePolicyRequest":{
4349
4401
  "type":"structure",
4350
4402
  "members":{
4403
+ "ResourceArn":{"shape":"GlueResourceArn"}
4351
4404
  }
4352
4405
  },
4353
4406
  "GetResourcePolicyResponse":{
@@ -4616,6 +4669,15 @@
4616
4669
  },
4617
4670
  "exception":true
4618
4671
  },
4672
+ "GluePolicy":{
4673
+ "type":"structure",
4674
+ "members":{
4675
+ "PolicyInJson":{"shape":"PolicyJsonString"},
4676
+ "PolicyHash":{"shape":"HashString"},
4677
+ "CreateTime":{"shape":"Timestamp"},
4678
+ "UpdateTime":{"shape":"Timestamp"}
4679
+ }
4680
+ },
4619
4681
  "GlueResourceArn":{
4620
4682
  "type":"string",
4621
4683
  "max":10240,
@@ -5301,7 +5363,8 @@
5301
5363
  "LastAccessTime":{"shape":"Timestamp"},
5302
5364
  "StorageDescriptor":{"shape":"StorageDescriptor"},
5303
5365
  "Parameters":{"shape":"ParametersMap"},
5304
- "LastAnalyzedTime":{"shape":"Timestamp"}
5366
+ "LastAnalyzedTime":{"shape":"Timestamp"},
5367
+ "CatalogId":{"shape":"CatalogIdString"}
5305
5368
  }
5306
5369
  },
5307
5370
  "PartitionError":{
@@ -5452,8 +5515,10 @@
5452
5515
  "required":["PolicyInJson"],
5453
5516
  "members":{
5454
5517
  "PolicyInJson":{"shape":"PolicyJsonString"},
5518
+ "ResourceArn":{"shape":"GlueResourceArn"},
5455
5519
  "PolicyHashCondition":{"shape":"HashString"},
5456
- "PolicyExistsCondition":{"shape":"ExistCondition"}
5520
+ "PolicyExistsCondition":{"shape":"ExistCondition"},
5521
+ "EnableHybrid":{"shape":"EnableHybridValues"}
5457
5522
  }
5458
5523
  },
5459
5524
  "PutResourcePolicyResponse":{
@@ -5511,6 +5576,13 @@
5511
5576
  },
5512
5577
  "exception":true
5513
5578
  },
5579
+ "ResourceShareType":{
5580
+ "type":"string",
5581
+ "enum":[
5582
+ "FOREIGN",
5583
+ "ALL"
5584
+ ]
5585
+ },
5514
5586
  "ResourceType":{
5515
5587
  "type":"string",
5516
5588
  "enum":[
@@ -5635,7 +5707,8 @@
5635
5707
  "Filters":{"shape":"SearchPropertyPredicates"},
5636
5708
  "SearchText":{"shape":"ValueString"},
5637
5709
  "SortCriteria":{"shape":"SortCriteria"},
5638
- "MaxResults":{"shape":"PageSize"}
5710
+ "MaxResults":{"shape":"PageSize"},
5711
+ "ResourceShareType":{"shape":"ResourceShareType"}
5639
5712
  }
5640
5713
  },
5641
5714
  "SearchTablesResponse":{
@@ -5967,7 +6040,9 @@
5967
6040
  "TableType":{"shape":"TableTypeString"},
5968
6041
  "Parameters":{"shape":"ParametersMap"},
5969
6042
  "CreatedBy":{"shape":"NameString"},
5970
- "IsRegisteredWithLakeFormation":{"shape":"Boolean"}
6043
+ "IsRegisteredWithLakeFormation":{"shape":"Boolean"},
6044
+ "TargetTable":{"shape":"TableIdentifier"},
6045
+ "CatalogId":{"shape":"CatalogIdString"}
5971
6046
  }
5972
6047
  },
5973
6048
  "TableError":{
@@ -5981,6 +6056,14 @@
5981
6056
  "type":"list",
5982
6057
  "member":{"shape":"TableError"}
5983
6058
  },
6059
+ "TableIdentifier":{
6060
+ "type":"structure",
6061
+ "members":{
6062
+ "CatalogId":{"shape":"CatalogIdString"},
6063
+ "DatabaseName":{"shape":"NameString"},
6064
+ "Name":{"shape":"NameString"}
6065
+ }
6066
+ },
5984
6067
  "TableInput":{
5985
6068
  "type":"structure",
5986
6069
  "required":["Name"],
@@ -5996,7 +6079,8 @@
5996
6079
  "ViewOriginalText":{"shape":"ViewTextString"},
5997
6080
  "ViewExpandedText":{"shape":"ViewTextString"},
5998
6081
  "TableType":{"shape":"TableTypeString"},
5999
- "Parameters":{"shape":"ParametersMap"}
6082
+ "Parameters":{"shape":"ParametersMap"},
6083
+ "TargetTable":{"shape":"TableIdentifier"}
6000
6084
  }
6001
6085
  },
6002
6086
  "TableList":{
@@ -6655,7 +6739,8 @@
6655
6739
  "OwnerName":{"shape":"NameString"},
6656
6740
  "OwnerType":{"shape":"PrincipalType"},
6657
6741
  "CreateTime":{"shape":"Timestamp"},
6658
- "ResourceUris":{"shape":"ResourceUriList"}
6742
+ "ResourceUris":{"shape":"ResourceUriList"},
6743
+ "CatalogId":{"shape":"CatalogIdString"}
6659
6744
  }
6660
6745
  },
6661
6746
  "UserDefinedFunctionInput":{