aws-sdk-core 2.11.618 → 2.11.623

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  3. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  4. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  5. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +209 -1
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +190 -11
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/es/2015-01-01/api-2.json +163 -3
  13. data/apis/es/2015-01-01/paginators-1.json +5 -0
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/fsx/2018-03-01/api-2.json +147 -5
  18. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  19. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  20. data/apis/iot/2015-05-28/api-2.json +18 -4
  21. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  22. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  23. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  24. data/apis/kendra/2019-02-03/api-2.json +105 -7
  25. data/apis/lambda/2015-03-31/api-2.json +36 -2
  26. data/apis/macie2/2020-01-01/api-2.json +4 -0
  27. data/apis/medialive/2017-10-14/api-2.json +16 -0
  28. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  29. data/apis/mq/2017-11-27/api-2.json +6 -2
  30. data/apis/rds/2014-10-31/api-2.json +2 -1
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  34. data/apis/ssm/2014-11-06/api-2.json +2 -1
  35. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  36. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  37. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  38. data/apis/xray/2016-04-12/api-2.json +277 -0
  39. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  40. data/endpoints.json +91 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. metadata +2 -2
@@ -150,6 +150,21 @@
150
150
  {"shape":"AccessDeniedException"}
151
151
  ]
152
152
  },
153
+ "DeleteEntityType":{
154
+ "name":"DeleteEntityType",
155
+ "http":{
156
+ "method":"POST",
157
+ "requestUri":"/"
158
+ },
159
+ "input":{"shape":"DeleteEntityTypeRequest"},
160
+ "output":{"shape":"DeleteEntityTypeResult"},
161
+ "errors":[
162
+ {"shape":"ValidationException"},
163
+ {"shape":"ConflictException"},
164
+ {"shape":"InternalServerException"},
165
+ {"shape":"AccessDeniedException"}
166
+ ]
167
+ },
153
168
  "DeleteEvent":{
154
169
  "name":"DeleteEvent",
155
170
  "http":{
@@ -159,11 +174,103 @@
159
174
  "input":{"shape":"DeleteEventRequest"},
160
175
  "output":{"shape":"DeleteEventResult"},
161
176
  "errors":[
177
+ {"shape":"InternalServerException"},
178
+ {"shape":"ThrottlingException"},
179
+ {"shape":"AccessDeniedException"},
180
+ {"shape":"ValidationException"}
181
+ ]
182
+ },
183
+ "DeleteEventType":{
184
+ "name":"DeleteEventType",
185
+ "http":{
186
+ "method":"POST",
187
+ "requestUri":"/"
188
+ },
189
+ "input":{"shape":"DeleteEventTypeRequest"},
190
+ "output":{"shape":"DeleteEventTypeResult"},
191
+ "errors":[
192
+ {"shape":"ConflictException"},
193
+ {"shape":"ValidationException"},
194
+ {"shape":"InternalServerException"},
195
+ {"shape":"AccessDeniedException"}
196
+ ]
197
+ },
198
+ "DeleteExternalModel":{
199
+ "name":"DeleteExternalModel",
200
+ "http":{
201
+ "method":"POST",
202
+ "requestUri":"/"
203
+ },
204
+ "input":{"shape":"DeleteExternalModelRequest"},
205
+ "output":{"shape":"DeleteExternalModelResult"},
206
+ "errors":[
207
+ {"shape":"ValidationException"},
208
+ {"shape":"ConflictException"},
162
209
  {"shape":"InternalServerException"},
163
210
  {"shape":"ThrottlingException"},
164
211
  {"shape":"AccessDeniedException"}
165
212
  ]
166
213
  },
214
+ "DeleteLabel":{
215
+ "name":"DeleteLabel",
216
+ "http":{
217
+ "method":"POST",
218
+ "requestUri":"/"
219
+ },
220
+ "input":{"shape":"DeleteLabelRequest"},
221
+ "output":{"shape":"DeleteLabelResult"},
222
+ "errors":[
223
+ {"shape":"ValidationException"},
224
+ {"shape":"ConflictException"},
225
+ {"shape":"InternalServerException"}
226
+ ]
227
+ },
228
+ "DeleteModel":{
229
+ "name":"DeleteModel",
230
+ "http":{
231
+ "method":"POST",
232
+ "requestUri":"/"
233
+ },
234
+ "input":{"shape":"DeleteModelRequest"},
235
+ "output":{"shape":"DeleteModelResult"},
236
+ "errors":[
237
+ {"shape":"ConflictException"},
238
+ {"shape":"ValidationException"},
239
+ {"shape":"InternalServerException"},
240
+ {"shape":"AccessDeniedException"}
241
+ ]
242
+ },
243
+ "DeleteModelVersion":{
244
+ "name":"DeleteModelVersion",
245
+ "http":{
246
+ "method":"POST",
247
+ "requestUri":"/"
248
+ },
249
+ "input":{"shape":"DeleteModelVersionRequest"},
250
+ "output":{"shape":"DeleteModelVersionResult"},
251
+ "errors":[
252
+ {"shape":"ValidationException"},
253
+ {"shape":"InternalServerException"},
254
+ {"shape":"AccessDeniedException"},
255
+ {"shape":"ConflictException"}
256
+ ]
257
+ },
258
+ "DeleteOutcome":{
259
+ "name":"DeleteOutcome",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"DeleteOutcomeRequest"},
265
+ "output":{"shape":"DeleteOutcomeResult"},
266
+ "errors":[
267
+ {"shape":"ValidationException"},
268
+ {"shape":"InternalServerException"},
269
+ {"shape":"ThrottlingException"},
270
+ {"shape":"ConflictException"},
271
+ {"shape":"AccessDeniedException"}
272
+ ]
273
+ },
167
274
  "DeleteRule":{
168
275
  "name":"DeleteRule",
169
276
  "http":{
@@ -180,6 +287,22 @@
180
287
  {"shape":"AccessDeniedException"}
181
288
  ]
182
289
  },
290
+ "DeleteVariable":{
291
+ "name":"DeleteVariable",
292
+ "http":{
293
+ "method":"POST",
294
+ "requestUri":"/"
295
+ },
296
+ "input":{"shape":"DeleteVariableRequest"},
297
+ "output":{"shape":"DeleteVariableResult"},
298
+ "errors":[
299
+ {"shape":"ValidationException"},
300
+ {"shape":"ConflictException"},
301
+ {"shape":"InternalServerException"},
302
+ {"shape":"ThrottlingException"},
303
+ {"shape":"AccessDeniedException"}
304
+ ]
305
+ },
183
306
  "DescribeDetector":{
184
307
  "name":"DescribeDetector",
185
308
  "http":{
@@ -271,7 +394,8 @@
271
394
  {"shape":"ResourceNotFoundException"},
272
395
  {"shape":"InternalServerException"},
273
396
  {"shape":"ThrottlingException"},
274
- {"shape":"AccessDeniedException"}
397
+ {"shape":"AccessDeniedException"},
398
+ {"shape":"ConflictException"}
275
399
  ]
276
400
  },
277
401
  "GetEventTypes":{
@@ -940,6 +1064,18 @@
940
1064
  "members":{
941
1065
  }
942
1066
  },
1067
+ "DeleteEntityTypeRequest":{
1068
+ "type":"structure",
1069
+ "required":["name"],
1070
+ "members":{
1071
+ "name":{"shape":"identifier"}
1072
+ }
1073
+ },
1074
+ "DeleteEntityTypeResult":{
1075
+ "type":"structure",
1076
+ "members":{
1077
+ }
1078
+ },
943
1079
  "DeleteEventRequest":{
944
1080
  "type":"structure",
945
1081
  "required":[
@@ -947,8 +1083,8 @@
947
1083
  "eventTypeName"
948
1084
  ],
949
1085
  "members":{
950
- "eventId":{"shape":"string"},
951
- "eventTypeName":{"shape":"string"}
1086
+ "eventId":{"shape":"identifier"},
1087
+ "eventTypeName":{"shape":"identifier"}
952
1088
  }
953
1089
  },
954
1090
  "DeleteEventResult":{
@@ -956,6 +1092,88 @@
956
1092
  "members":{
957
1093
  }
958
1094
  },
1095
+ "DeleteEventTypeRequest":{
1096
+ "type":"structure",
1097
+ "required":["name"],
1098
+ "members":{
1099
+ "name":{"shape":"identifier"}
1100
+ }
1101
+ },
1102
+ "DeleteEventTypeResult":{
1103
+ "type":"structure",
1104
+ "members":{
1105
+ }
1106
+ },
1107
+ "DeleteExternalModelRequest":{
1108
+ "type":"structure",
1109
+ "required":["modelEndpoint"],
1110
+ "members":{
1111
+ "modelEndpoint":{"shape":"sageMakerEndpointIdentifier"}
1112
+ }
1113
+ },
1114
+ "DeleteExternalModelResult":{
1115
+ "type":"structure",
1116
+ "members":{
1117
+ }
1118
+ },
1119
+ "DeleteLabelRequest":{
1120
+ "type":"structure",
1121
+ "required":["name"],
1122
+ "members":{
1123
+ "name":{"shape":"identifier"}
1124
+ }
1125
+ },
1126
+ "DeleteLabelResult":{
1127
+ "type":"structure",
1128
+ "members":{
1129
+ }
1130
+ },
1131
+ "DeleteModelRequest":{
1132
+ "type":"structure",
1133
+ "required":[
1134
+ "modelId",
1135
+ "modelType"
1136
+ ],
1137
+ "members":{
1138
+ "modelId":{"shape":"modelIdentifier"},
1139
+ "modelType":{"shape":"ModelTypeEnum"}
1140
+ }
1141
+ },
1142
+ "DeleteModelResult":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ }
1146
+ },
1147
+ "DeleteModelVersionRequest":{
1148
+ "type":"structure",
1149
+ "required":[
1150
+ "modelId",
1151
+ "modelType",
1152
+ "modelVersionNumber"
1153
+ ],
1154
+ "members":{
1155
+ "modelId":{"shape":"modelIdentifier"},
1156
+ "modelType":{"shape":"ModelTypeEnum"},
1157
+ "modelVersionNumber":{"shape":"floatVersionString"}
1158
+ }
1159
+ },
1160
+ "DeleteModelVersionResult":{
1161
+ "type":"structure",
1162
+ "members":{
1163
+ }
1164
+ },
1165
+ "DeleteOutcomeRequest":{
1166
+ "type":"structure",
1167
+ "required":["name"],
1168
+ "members":{
1169
+ "name":{"shape":"identifier"}
1170
+ }
1171
+ },
1172
+ "DeleteOutcomeResult":{
1173
+ "type":"structure",
1174
+ "members":{
1175
+ }
1176
+ },
959
1177
  "DeleteRuleRequest":{
960
1178
  "type":"structure",
961
1179
  "required":["rule"],
@@ -968,6 +1186,18 @@
968
1186
  "members":{
969
1187
  }
970
1188
  },
1189
+ "DeleteVariableRequest":{
1190
+ "type":"structure",
1191
+ "required":["name"],
1192
+ "members":{
1193
+ "name":{"shape":"string"}
1194
+ }
1195
+ },
1196
+ "DeleteVariableResult":{
1197
+ "type":"structure",
1198
+ "members":{
1199
+ }
1200
+ },
971
1201
  "DescribeDetectorRequest":{
972
1202
  "type":"structure",
973
1203
  "required":["detectorId"],
@@ -1400,7 +1630,7 @@
1400
1630
  "type":"string",
1401
1631
  "max":90,
1402
1632
  "min":7,
1403
- "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
1633
+ "pattern":"^DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
1404
1634
  },
1405
1635
  "Label":{
1406
1636
  "type":"structure",
@@ -13,6 +13,20 @@
13
13
  "uid":"fsx-2018-03-01"
14
14
  },
15
15
  "operations":{
16
+ "AssociateFileSystemAliases":{
17
+ "name":"AssociateFileSystemAliases",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AssociateFileSystemAliasesRequest"},
23
+ "output":{"shape":"AssociateFileSystemAliasesResponse"},
24
+ "errors":[
25
+ {"shape":"BadRequest"},
26
+ {"shape":"FileSystemNotFound"},
27
+ {"shape":"InternalServerError"}
28
+ ]
29
+ },
16
30
  "CancelDataRepositoryTask":{
17
31
  "name":"CancelDataRepositoryTask",
18
32
  "http":{
@@ -174,6 +188,20 @@
174
188
  {"shape":"InternalServerError"}
175
189
  ]
176
190
  },
191
+ "DescribeFileSystemAliases":{
192
+ "name":"DescribeFileSystemAliases",
193
+ "http":{
194
+ "method":"POST",
195
+ "requestUri":"/"
196
+ },
197
+ "input":{"shape":"DescribeFileSystemAliasesRequest"},
198
+ "output":{"shape":"DescribeFileSystemAliasesResponse"},
199
+ "errors":[
200
+ {"shape":"BadRequest"},
201
+ {"shape":"FileSystemNotFound"},
202
+ {"shape":"InternalServerError"}
203
+ ]
204
+ },
177
205
  "DescribeFileSystems":{
178
206
  "name":"DescribeFileSystems",
179
207
  "http":{
@@ -188,6 +216,20 @@
188
216
  {"shape":"InternalServerError"}
189
217
  ]
190
218
  },
219
+ "DisassociateFileSystemAliases":{
220
+ "name":"DisassociateFileSystemAliases",
221
+ "http":{
222
+ "method":"POST",
223
+ "requestUri":"/"
224
+ },
225
+ "input":{"shape":"DisassociateFileSystemAliasesRequest"},
226
+ "output":{"shape":"DisassociateFileSystemAliasesResponse"},
227
+ "errors":[
228
+ {"shape":"BadRequest"},
229
+ {"shape":"FileSystemNotFound"},
230
+ {"shape":"InternalServerError"}
231
+ ]
232
+ },
191
233
  "ListTagsForResource":{
192
234
  "name":"ListTagsForResource",
193
235
  "http":{
@@ -317,7 +359,9 @@
317
359
  "type":"string",
318
360
  "enum":[
319
361
  "FILE_SYSTEM_UPDATE",
320
- "STORAGE_OPTIMIZATION"
362
+ "STORAGE_OPTIMIZATION",
363
+ "FILE_SYSTEM_ALIAS_ASSOCIATION",
364
+ "FILE_SYSTEM_ALIAS_DISASSOCIATION"
321
365
  ]
322
366
  },
323
367
  "AdministrativeActions":{
@@ -325,12 +369,66 @@
325
369
  "member":{"shape":"AdministrativeAction"},
326
370
  "max":50
327
371
  },
372
+ "Alias":{
373
+ "type":"structure",
374
+ "members":{
375
+ "Name":{"shape":"AlternateDNSName"},
376
+ "Lifecycle":{"shape":"AliasLifecycle"}
377
+ }
378
+ },
379
+ "AliasLifecycle":{
380
+ "type":"string",
381
+ "enum":[
382
+ "AVAILABLE",
383
+ "CREATING",
384
+ "DELETING",
385
+ "CREATE_FAILED",
386
+ "DELETE_FAILED"
387
+ ]
388
+ },
389
+ "Aliases":{
390
+ "type":"list",
391
+ "member":{"shape":"Alias"},
392
+ "max":50
393
+ },
394
+ "AlternateDNSName":{
395
+ "type":"string",
396
+ "max":253,
397
+ "min":4,
398
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{4,253}$"
399
+ },
400
+ "AlternateDNSNames":{
401
+ "type":"list",
402
+ "member":{"shape":"AlternateDNSName"},
403
+ "max":50
404
+ },
328
405
  "ArchivePath":{
329
406
  "type":"string",
330
- "max":900,
407
+ "max":4357,
331
408
  "min":3,
332
409
  "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
333
410
  },
411
+ "AssociateFileSystemAliasesRequest":{
412
+ "type":"structure",
413
+ "required":[
414
+ "FileSystemId",
415
+ "Aliases"
416
+ ],
417
+ "members":{
418
+ "ClientRequestToken":{
419
+ "shape":"ClientRequestToken",
420
+ "idempotencyToken":true
421
+ },
422
+ "FileSystemId":{"shape":"FileSystemId"},
423
+ "Aliases":{"shape":"AlternateDNSNames"}
424
+ }
425
+ },
426
+ "AssociateFileSystemAliasesResponse":{
427
+ "type":"structure",
428
+ "members":{
429
+ "Aliases":{"shape":"Aliases"}
430
+ }
431
+ },
334
432
  "AutoImportPolicyType":{
335
433
  "type":"string",
336
434
  "enum":[
@@ -420,7 +518,8 @@
420
518
  "type":"string",
421
519
  "enum":[
422
520
  "AUTOMATIC",
423
- "USER_INITIATED"
521
+ "USER_INITIATED",
522
+ "AWS_BACKUP"
424
523
  ]
425
524
  },
426
525
  "Backups":{
@@ -591,7 +690,8 @@
591
690
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
592
691
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
593
692
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
594
- "CopyTagsToBackups":{"shape":"Flag"}
693
+ "CopyTagsToBackups":{"shape":"Flag"},
694
+ "Aliases":{"shape":"AlternateDNSNames"}
595
695
  }
596
696
  },
597
697
  "CreationTime":{"type":"timestamp"},
@@ -856,6 +956,26 @@
856
956
  "NextToken":{"shape":"NextToken"}
857
957
  }
858
958
  },
959
+ "DescribeFileSystemAliasesRequest":{
960
+ "type":"structure",
961
+ "required":["FileSystemId"],
962
+ "members":{
963
+ "ClientRequestToken":{
964
+ "shape":"ClientRequestToken",
965
+ "idempotencyToken":true
966
+ },
967
+ "FileSystemId":{"shape":"FileSystemId"},
968
+ "MaxResults":{"shape":"MaxResults"},
969
+ "NextToken":{"shape":"NextToken"}
970
+ }
971
+ },
972
+ "DescribeFileSystemAliasesResponse":{
973
+ "type":"structure",
974
+ "members":{
975
+ "Aliases":{"shape":"Aliases"},
976
+ "NextToken":{"shape":"NextToken"}
977
+ }
978
+ },
859
979
  "DescribeFileSystemsRequest":{
860
980
  "type":"structure",
861
981
  "members":{
@@ -890,6 +1010,27 @@
890
1010
  "min":1,
891
1011
  "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
892
1012
  },
1013
+ "DisassociateFileSystemAliasesRequest":{
1014
+ "type":"structure",
1015
+ "required":[
1016
+ "FileSystemId",
1017
+ "Aliases"
1018
+ ],
1019
+ "members":{
1020
+ "ClientRequestToken":{
1021
+ "shape":"ClientRequestToken",
1022
+ "idempotencyToken":true
1023
+ },
1024
+ "FileSystemId":{"shape":"FileSystemId"},
1025
+ "Aliases":{"shape":"AlternateDNSNames"}
1026
+ }
1027
+ },
1028
+ "DisassociateFileSystemAliasesResponse":{
1029
+ "type":"structure",
1030
+ "members":{
1031
+ "Aliases":{"shape":"Aliases"}
1032
+ }
1033
+ },
893
1034
  "DnsIps":{
894
1035
  "type":"list",
895
1036
  "member":{"shape":"IpAddress"},
@@ -1493,7 +1634,8 @@
1493
1634
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1494
1635
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1495
1636
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1496
- "CopyTagsToBackups":{"shape":"Flag"}
1637
+ "CopyTagsToBackups":{"shape":"Flag"},
1638
+ "Aliases":{"shape":"Aliases"}
1497
1639
  }
1498
1640
  }
1499
1641
  }