aws-sdk-core 2.11.542 → 2.11.543

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1c92c3d9a38abc07fa921497182af595a637e38e143586edbc7ce6d69bf0de8
4
- data.tar.gz: d3201ce56fd08295e1228a1b8aeb016280ff438691ec7005dae45555462b3ed9
3
+ metadata.gz: 978b7e845b5c988eac2b2e5fd89a8c56f7d6ed7156d4337b1e13f33ea80842f4
4
+ data.tar.gz: d43b4d520f9a70db71dac9b87622847ad73e04f4dcf0d95d55cc09e5f15342d3
5
5
  SHA512:
6
- metadata.gz: 826faf9a77e3fe015c3ce54b5f42c5425b6122a4be02006e96928002f1bf511935ab90cd8b0de3d2551ec07c7dc42b7c6372c74f9ee2b309224eb17650876d23
7
- data.tar.gz: 80c3c93d075b325586529a8fa2049654c99ac7034ac7e49e57fe4f578128baa0c69198a30d4a31cc38ce3cf3113305817a139118f743b92a1f939b9ab56dd5f9
6
+ metadata.gz: 4ffcdafefad473d656dc20061d0691fb6d7e0eb0693551f976c6e1c03fefcbecd842025b6159f9f099bed7e8e1de1757950024feeb2eb99fed7187679bebd6cf
7
+ data.tar.gz: 4321723fa5d15f9ac2b0713a4165455aced03d9b998b10e5d2b406e7956fcaea120e11deb0f3ce02b79ee0f9e2b06cb2b9d0884177af80bbe9b85a44ba70512d
@@ -2868,7 +2868,8 @@
2868
2868
  "TLSv1",
2869
2869
  "TLSv1_2016",
2870
2870
  "TLSv1.1_2016",
2871
- "TLSv1.2_2018"
2871
+ "TLSv1.2_2018",
2872
+ "TLSv1.2_2019"
2872
2873
  ]
2873
2874
  },
2874
2875
  "MissingBody":{
@@ -4832,6 +4832,18 @@
4832
4832
  "NetworkBorderGroup":{
4833
4833
  "shape":"String",
4834
4834
  "locationName":"networkBorderGroup"
4835
+ },
4836
+ "ZoneType":{
4837
+ "shape":"String",
4838
+ "locationName":"zoneType"
4839
+ },
4840
+ "ParentZoneName":{
4841
+ "shape":"String",
4842
+ "locationName":"parentZoneName"
4843
+ },
4844
+ "ParentZoneId":{
4845
+ "shape":"String",
4846
+ "locationName":"parentZoneId"
4835
4847
  }
4836
4848
  }
4837
4849
  },
@@ -23,6 +23,7 @@
23
23
  "errors":[
24
24
  {"shape":"BadRequest"},
25
25
  {"shape":"AccessPointAlreadyExists"},
26
+ {"shape":"IncorrectFileSystemLifeCycleState"},
26
27
  {"shape":"InternalServerError"},
27
28
  {"shape":"FileSystemNotFound"},
28
29
  {"shape":"AccessPointLimitExceeded"}
@@ -176,6 +177,23 @@
176
177
  {"shape":"AccessPointNotFound"}
177
178
  ]
178
179
  },
180
+ "DescribeBackupPolicy":{
181
+ "name":"DescribeBackupPolicy",
182
+ "http":{
183
+ "method":"GET",
184
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/backup-policy",
185
+ "responseCode":200
186
+ },
187
+ "input":{"shape":"DescribeBackupPolicyRequest"},
188
+ "output":{"shape":"BackupPolicyDescription"},
189
+ "errors":[
190
+ {"shape":"BadRequest"},
191
+ {"shape":"FileSystemNotFound"},
192
+ {"shape":"InternalServerError"},
193
+ {"shape":"PolicyNotFound"},
194
+ {"shape":"ValidationException"}
195
+ ]
196
+ },
179
197
  "DescribeFileSystemPolicy":{
180
198
  "name":"DescribeFileSystemPolicy",
181
199
  "http":{
@@ -304,6 +322,23 @@
304
322
  {"shape":"SecurityGroupNotFound"}
305
323
  ]
306
324
  },
325
+ "PutBackupPolicy":{
326
+ "name":"PutBackupPolicy",
327
+ "http":{
328
+ "method":"PUT",
329
+ "requestUri":"/2015-02-01/file-systems/{FileSystemId}/backup-policy",
330
+ "responseCode":200
331
+ },
332
+ "input":{"shape":"PutBackupPolicyRequest"},
333
+ "output":{"shape":"BackupPolicyDescription"},
334
+ "errors":[
335
+ {"shape":"BadRequest"},
336
+ {"shape":"FileSystemNotFound"},
337
+ {"shape":"IncorrectFileSystemLifeCycleState"},
338
+ {"shape":"InternalServerError"},
339
+ {"shape":"ValidationException"}
340
+ ]
341
+ },
307
342
  "PutFileSystemPolicy":{
308
343
  "name":"PutFileSystemPolicy",
309
344
  "http":{
@@ -444,7 +479,24 @@
444
479
  },
445
480
  "AvailabilityZoneId":{"type":"string"},
446
481
  "AvailabilityZoneName":{"type":"string"},
447
- "AwsAccountId":{"type":"string"},
482
+ "AwsAccountId":{
483
+ "type":"string",
484
+ "max":14,
485
+ "pattern":"^(\\d{12})|(\\d{4}-\\d{4}-\\d{4})$"
486
+ },
487
+ "BackupPolicy":{
488
+ "type":"structure",
489
+ "required":["Status"],
490
+ "members":{
491
+ "Status":{"shape":"Status"}
492
+ }
493
+ },
494
+ "BackupPolicyDescription":{
495
+ "type":"structure",
496
+ "members":{
497
+ "BackupPolicy":{"shape":"BackupPolicy"}
498
+ }
499
+ },
448
500
  "BadRequest":{
449
501
  "type":"structure",
450
502
  "required":["ErrorCode"],
@@ -538,7 +590,8 @@
538
590
  "CreationToken":{
539
591
  "type":"string",
540
592
  "max":64,
541
- "min":1
593
+ "min":1,
594
+ "pattern":".+"
542
595
  },
543
596
  "DeleteAccessPointRequest":{
544
597
  "type":"structure",
@@ -641,6 +694,17 @@
641
694
  "NextToken":{"shape":"Token"}
642
695
  }
643
696
  },
697
+ "DescribeBackupPolicyRequest":{
698
+ "type":"structure",
699
+ "required":["FileSystemId"],
700
+ "members":{
701
+ "FileSystemId":{
702
+ "shape":"FileSystemId",
703
+ "location":"uri",
704
+ "locationName":"FileSystemId"
705
+ }
706
+ }
707
+ },
644
708
  "DescribeFileSystemPolicyRequest":{
645
709
  "type":"structure",
646
710
  "required":["FileSystemId"],
@@ -802,6 +866,7 @@
802
866
  "error":{"httpStatusCode":409},
803
867
  "exception":true
804
868
  },
869
+ "FileSystemArn":{"type":"string"},
805
870
  "FileSystemDescription":{
806
871
  "type":"structure",
807
872
  "required":[
@@ -819,6 +884,7 @@
819
884
  "OwnerId":{"shape":"AwsAccountId"},
820
885
  "CreationToken":{"shape":"CreationToken"},
821
886
  "FileSystemId":{"shape":"FileSystemId"},
887
+ "FileSystemArn":{"shape":"FileSystemArn"},
822
888
  "CreationTime":{"shape":"Timestamp"},
823
889
  "LifeCycleState":{"shape":"LifeCycleState"},
824
890
  "Name":{"shape":"TagValue"},
@@ -836,7 +902,11 @@
836
902
  "type":"list",
837
903
  "member":{"shape":"FileSystemDescription"}
838
904
  },
839
- "FileSystemId":{"type":"string"},
905
+ "FileSystemId":{
906
+ "type":"string",
907
+ "max":128,
908
+ "pattern":"^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$"
909
+ },
840
910
  "FileSystemInUse":{
841
911
  "type":"structure",
842
912
  "required":["ErrorCode"],
@@ -946,7 +1016,12 @@
946
1016
  "error":{"httpStatusCode":400},
947
1017
  "exception":true
948
1018
  },
949
- "IpAddress":{"type":"string"},
1019
+ "IpAddress":{
1020
+ "type":"string",
1021
+ "max":15,
1022
+ "min":7,
1023
+ "pattern":"^[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}$"
1024
+ },
950
1025
  "IpAddressInUse":{
951
1026
  "type":"structure",
952
1027
  "required":["ErrorCode"],
@@ -960,7 +1035,7 @@
960
1035
  "KmsKeyId":{
961
1036
  "type":"string",
962
1037
  "max":2048,
963
- "min":1
1038
+ "pattern":"^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(alias/[a-zA-Z0-9/_-]+))))$"
964
1039
  },
965
1040
  "LifeCycleState":{
966
1041
  "type":"string",
@@ -1016,7 +1091,12 @@
1016
1091
  "NextToken":{"shape":"Token"}
1017
1092
  }
1018
1093
  },
1019
- "Marker":{"type":"string"},
1094
+ "Marker":{
1095
+ "type":"string",
1096
+ "max":128,
1097
+ "min":1,
1098
+ "pattern":".+"
1099
+ },
1020
1100
  "MaxItems":{
1021
1101
  "type":"integer",
1022
1102
  "min":1
@@ -1068,14 +1148,20 @@
1068
1148
  "IpAddress":{"shape":"IpAddress"},
1069
1149
  "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1070
1150
  "AvailabilityZoneId":{"shape":"AvailabilityZoneId"},
1071
- "AvailabilityZoneName":{"shape":"AvailabilityZoneName"}
1151
+ "AvailabilityZoneName":{"shape":"AvailabilityZoneName"},
1152
+ "VpcId":{"shape":"VpcId"}
1072
1153
  }
1073
1154
  },
1074
1155
  "MountTargetDescriptions":{
1075
1156
  "type":"list",
1076
1157
  "member":{"shape":"MountTargetDescription"}
1077
1158
  },
1078
- "MountTargetId":{"type":"string"},
1159
+ "MountTargetId":{
1160
+ "type":"string",
1161
+ "max":45,
1162
+ "min":13,
1163
+ "pattern":"^fsmt-[0-9a-f]{8,40}$"
1164
+ },
1079
1165
  "MountTargetNotFound":{
1080
1166
  "type":"structure",
1081
1167
  "required":["ErrorCode"],
@@ -1160,6 +1246,21 @@
1160
1246
  "type":"double",
1161
1247
  "min":1.0
1162
1248
  },
1249
+ "PutBackupPolicyRequest":{
1250
+ "type":"structure",
1251
+ "required":[
1252
+ "FileSystemId",
1253
+ "BackupPolicy"
1254
+ ],
1255
+ "members":{
1256
+ "FileSystemId":{
1257
+ "shape":"FileSystemId",
1258
+ "location":"uri",
1259
+ "locationName":"FileSystemId"
1260
+ },
1261
+ "BackupPolicy":{"shape":"BackupPolicy"}
1262
+ }
1263
+ },
1163
1264
  "PutFileSystemPolicyRequest":{
1164
1265
  "type":"structure",
1165
1266
  "required":[
@@ -1205,7 +1306,12 @@
1205
1306
  "max":16,
1206
1307
  "min":0
1207
1308
  },
1208
- "SecurityGroup":{"type":"string"},
1309
+ "SecurityGroup":{
1310
+ "type":"string",
1311
+ "max":43,
1312
+ "min":11,
1313
+ "pattern":"^sg-[0-9a-f]{8,40}"
1314
+ },
1209
1315
  "SecurityGroupLimitExceeded":{
1210
1316
  "type":"structure",
1211
1317
  "required":["ErrorCode"],
@@ -1231,7 +1337,21 @@
1231
1337
  "member":{"shape":"SecurityGroup"},
1232
1338
  "max":5
1233
1339
  },
1234
- "SubnetId":{"type":"string"},
1340
+ "Status":{
1341
+ "type":"string",
1342
+ "enum":[
1343
+ "ENABLED",
1344
+ "ENABLING",
1345
+ "DISABLED",
1346
+ "DISABLING"
1347
+ ]
1348
+ },
1349
+ "SubnetId":{
1350
+ "type":"string",
1351
+ "max":47,
1352
+ "min":15,
1353
+ "pattern":"^subnet-[0-9a-f]{8,40}$"
1354
+ },
1235
1355
  "SubnetNotFound":{
1236
1356
  "type":"structure",
1237
1357
  "required":["ErrorCode"],
@@ -1256,7 +1376,8 @@
1256
1376
  "TagKey":{
1257
1377
  "type":"string",
1258
1378
  "max":128,
1259
- "min":1
1379
+ "min":1,
1380
+ "pattern":"^(?![aA]{1}[wW]{1}[sS]{1}:)([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+)$"
1260
1381
  },
1261
1382
  "TagKeys":{
1262
1383
  "type":"list",
@@ -1281,7 +1402,8 @@
1281
1402
  },
1282
1403
  "TagValue":{
1283
1404
  "type":"string",
1284
- "max":256
1405
+ "max":256,
1406
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1285
1407
  },
1286
1408
  "Tags":{
1287
1409
  "type":"list",
@@ -1372,6 +1494,17 @@
1372
1494
  "ThroughputMode":{"shape":"ThroughputMode"},
1373
1495
  "ProvisionedThroughputInMibps":{"shape":"ProvisionedThroughputInMibps"}
1374
1496
  }
1375
- }
1497
+ },
1498
+ "ValidationException":{
1499
+ "type":"structure",
1500
+ "required":["ErrorCode"],
1501
+ "members":{
1502
+ "ErrorCode":{"shape":"ErrorCode"},
1503
+ "Message":{"shape":"ErrorMessage"}
1504
+ },
1505
+ "error":{"httpStatusCode":400},
1506
+ "exception":true
1507
+ },
1508
+ "VpcId":{"type":"string"}
1376
1509
  }
1377
1510
  }
@@ -189,7 +189,7 @@
189
189
  },
190
190
  "output": {
191
191
  "SecurityGroups": [
192
- "sg-fghi4567"
192
+ "sg-4567abcd"
193
193
  ]
194
194
  },
195
195
  "comments": {
@@ -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":{
@@ -335,13 +335,15 @@
335
335
  "members":{
336
336
  "DataLakeAdmins":{"shape":"DataLakePrincipalList"},
337
337
  "CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"},
338
- "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
338
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
339
+ "TrustedResourceOwners":{"shape":"TrustedResourceOwners"}
339
340
  }
340
341
  },
341
342
  "DataLocationResource":{
342
343
  "type":"structure",
343
344
  "required":["ResourceArn"],
344
345
  "members":{
346
+ "CatalogId":{"shape":"CatalogIdString"},
345
347
  "ResourceArn":{"shape":"ResourceArnString"}
346
348
  }
347
349
  },
@@ -349,6 +351,7 @@
349
351
  "type":"structure",
350
352
  "required":["Name"],
351
353
  "members":{
354
+ "CatalogId":{"shape":"CatalogIdString"},
352
355
  "Name":{"shape":"NameString"}
353
356
  }
354
357
  },
@@ -559,6 +562,7 @@
559
562
  "DROP",
560
563
  "DELETE",
561
564
  "INSERT",
565
+ "DESCRIBE",
562
566
  "CREATE_DATABASE",
563
567
  "CREATE_TABLE",
564
568
  "DATA_LOCATION_ACCESS"
@@ -669,18 +673,27 @@
669
673
  },
670
674
  "TableResource":{
671
675
  "type":"structure",
672
- "required":[
673
- "DatabaseName",
674
- "Name"
675
- ],
676
+ "required":["DatabaseName"],
676
677
  "members":{
678
+ "CatalogId":{"shape":"CatalogIdString"},
677
679
  "DatabaseName":{"shape":"NameString"},
678
- "Name":{"shape":"NameString"}
680
+ "Name":{"shape":"NameString"},
681
+ "TableWildcard":{"shape":"TableWildcard"}
682
+ }
683
+ },
684
+ "TableWildcard":{
685
+ "type":"structure",
686
+ "members":{
679
687
  }
680
688
  },
681
689
  "TableWithColumnsResource":{
682
690
  "type":"structure",
691
+ "required":[
692
+ "DatabaseName",
693
+ "Name"
694
+ ],
683
695
  "members":{
696
+ "CatalogId":{"shape":"CatalogIdString"},
684
697
  "DatabaseName":{"shape":"NameString"},
685
698
  "Name":{"shape":"NameString"},
686
699
  "ColumnNames":{"shape":"ColumnNames"},
@@ -688,6 +701,10 @@
688
701
  }
689
702
  },
690
703
  "Token":{"type":"string"},
704
+ "TrustedResourceOwners":{
705
+ "type":"list",
706
+ "member":{"shape":"CatalogIdString"}
707
+ },
691
708
  "UpdateResourceRequest":{
692
709
  "type":"structure",
693
710
  "required":[
@@ -1242,6 +1242,13 @@
1242
1242
  "min":51200
1243
1243
  },
1244
1244
  "Boolean":{"type":"boolean"},
1245
+ "CacheAttributes":{
1246
+ "type":"structure",
1247
+ "members":{
1248
+ "CacheStaleTimeoutInSeconds":{"shape":"CacheStaleTimeoutInSeconds"}
1249
+ }
1250
+ },
1251
+ "CacheStaleTimeoutInSeconds":{"type":"integer"},
1245
1252
  "CachediSCSIVolume":{
1246
1253
  "type":"structure",
1247
1254
  "members":{
@@ -1298,6 +1305,13 @@
1298
1305
  "TapeARN":{"shape":"TapeARN"}
1299
1306
  }
1300
1307
  },
1308
+ "CaseSensitivity":{
1309
+ "type":"string",
1310
+ "enum":[
1311
+ "ClientSpecified",
1312
+ "CaseSensitive"
1313
+ ]
1314
+ },
1301
1315
  "ChapCredentials":{
1302
1316
  "type":"list",
1303
1317
  "member":{"shape":"ChapInfo"}
@@ -1378,7 +1392,9 @@
1378
1392
  "ReadOnly":{"shape":"Boolean"},
1379
1393
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1380
1394
  "RequesterPays":{"shape":"Boolean"},
1381
- "Tags":{"shape":"Tags"}
1395
+ "Tags":{"shape":"Tags"},
1396
+ "FileShareName":{"shape":"FileShareName"},
1397
+ "CacheAttributes":{"shape":"CacheAttributes"}
1382
1398
  }
1383
1399
  },
1384
1400
  "CreateNFSFileShareOutput":{
@@ -1413,7 +1429,10 @@
1413
1429
  "InvalidUserList":{"shape":"FileShareUserList"},
1414
1430
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
1415
1431
  "Authentication":{"shape":"Authentication"},
1416
- "Tags":{"shape":"Tags"}
1432
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
1433
+ "Tags":{"shape":"Tags"},
1434
+ "FileShareName":{"shape":"FileShareName"},
1435
+ "CacheAttributes":{"shape":"CacheAttributes"}
1417
1436
  }
1418
1437
  },
1419
1438
  "CreateSMBFileShareOutput":{
@@ -2194,6 +2213,11 @@
2194
2213
  "type":"list",
2195
2214
  "member":{"shape":"FileShareInfo"}
2196
2215
  },
2216
+ "FileShareName":{
2217
+ "type":"string",
2218
+ "max":255,
2219
+ "min":1
2220
+ },
2197
2221
  "FileShareStatus":{
2198
2222
  "type":"string",
2199
2223
  "max":50,
@@ -2286,6 +2310,8 @@
2286
2310
  },
2287
2311
  "Host":{
2288
2312
  "type":"string",
2313
+ "max":1024,
2314
+ "min":6,
2289
2315
  "pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$"
2290
2316
  },
2291
2317
  "HostEnvironment":{
@@ -2370,7 +2396,8 @@
2370
2396
  "KMSKey":{
2371
2397
  "type":"string",
2372
2398
  "max":2048,
2373
- "min":7
2399
+ "min":7,
2400
+ "pattern":"(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)"
2374
2401
  },
2375
2402
  "LastSoftwareUpdate":{
2376
2403
  "type":"string",
@@ -2517,7 +2544,7 @@
2517
2544
  },
2518
2545
  "LocationARN":{
2519
2546
  "type":"string",
2520
- "max":310,
2547
+ "max":1400,
2521
2548
  "min":16
2522
2549
  },
2523
2550
  "Marker":{
@@ -2569,7 +2596,9 @@
2569
2596
  "ReadOnly":{"shape":"Boolean"},
2570
2597
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2571
2598
  "RequesterPays":{"shape":"Boolean"},
2572
- "Tags":{"shape":"Tags"}
2599
+ "Tags":{"shape":"Tags"},
2600
+ "FileShareName":{"shape":"FileShareName"},
2601
+ "CacheAttributes":{"shape":"CacheAttributes"}
2573
2602
  }
2574
2603
  },
2575
2604
  "NFSFileShareInfoList":{
@@ -2753,7 +2782,8 @@
2753
2782
  "Role":{
2754
2783
  "type":"string",
2755
2784
  "max":2048,
2756
- "min":20
2785
+ "min":20,
2786
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\\S+)$"
2757
2787
  },
2758
2788
  "SMBFileShareInfo":{
2759
2789
  "type":"structure",
@@ -2778,7 +2808,10 @@
2778
2808
  "InvalidUserList":{"shape":"FileShareUserList"},
2779
2809
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
2780
2810
  "Authentication":{"shape":"Authentication"},
2781
- "Tags":{"shape":"Tags"}
2811
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
2812
+ "Tags":{"shape":"Tags"},
2813
+ "FileShareName":{"shape":"FileShareName"},
2814
+ "CacheAttributes":{"shape":"CacheAttributes"}
2782
2815
  }
2783
2816
  },
2784
2817
  "SMBFileShareInfoList":{
@@ -3193,7 +3226,9 @@
3193
3226
  "Squash":{"shape":"Squash"},
3194
3227
  "ReadOnly":{"shape":"Boolean"},
3195
3228
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
3196
- "RequesterPays":{"shape":"Boolean"}
3229
+ "RequesterPays":{"shape":"Boolean"},
3230
+ "FileShareName":{"shape":"FileShareName"},
3231
+ "CacheAttributes":{"shape":"CacheAttributes"}
3197
3232
  }
3198
3233
  },
3199
3234
  "UpdateNFSFileShareOutput":{
@@ -3218,7 +3253,10 @@
3218
3253
  "AdminUserList":{"shape":"FileShareUserList"},
3219
3254
  "ValidUserList":{"shape":"FileShareUserList"},
3220
3255
  "InvalidUserList":{"shape":"FileShareUserList"},
3221
- "AuditDestinationARN":{"shape":"AuditDestinationARN"}
3256
+ "AuditDestinationARN":{"shape":"AuditDestinationARN"},
3257
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
3258
+ "FileShareName":{"shape":"FileShareName"},
3259
+ "CacheAttributes":{"shape":"CacheAttributes"}
3222
3260
  }
3223
3261
  },
3224
3262
  "UpdateSMBFileShareOutput":{
@@ -6527,11 +6527,18 @@
6527
6527
  "snowball" : {
6528
6528
  "endpoints" : {
6529
6529
  "cn-north-1" : { },
6530
+ "cn-northwest-1" : { },
6530
6531
  "fips-cn-north-1" : {
6531
6532
  "credentialScope" : {
6532
6533
  "region" : "cn-north-1"
6533
6534
  },
6534
6535
  "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn"
6536
+ },
6537
+ "fips-cn-northwest-1" : {
6538
+ "credentialScope" : {
6539
+ "region" : "cn-northwest-1"
6540
+ },
6541
+ "hostname" : "snowball-fips.cn-northwest-1.amazonaws.com.cn"
6535
6542
  }
6536
6543
  }
6537
6544
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.542'
2
+ VERSION = '2.11.543'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.542
4
+ version: 2.11.543
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-06 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath