aws-sdk-core 2.11.616 → 2.11.621

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +4 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  4. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  5. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  6. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  7. data/apis/braket/2019-09-01/api-2.json +155 -36
  8. data/apis/codeartifact/2018-09-22/api-2.json +145 -6
  9. data/apis/dms/2016-01-01/api-2.json +20 -3
  10. data/apis/dynamodb/2012-08-10/api-2.json +2 -1
  11. data/apis/ec2/2016-11-15/api-2.json +185 -14
  12. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
  13. data/apis/es/2015-01-01/api-2.json +62 -3
  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/imagebuilder/2019-12-02/api-2.json +24 -19
  18. data/apis/iot/2015-05-28/api-2.json +18 -4
  19. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  20. data/apis/kendra/2019-02-03/api-2.json +105 -7
  21. data/apis/lambda/2015-03-31/api-2.json +36 -2
  22. data/apis/macie2/2020-01-01/api-2.json +4 -0
  23. data/apis/medialive/2017-10-14/api-2.json +67 -0
  24. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  25. data/apis/mq/2017-11-27/api-2.json +6 -2
  26. data/apis/rds/2014-10-31/api-2.json +2 -1
  27. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  28. data/apis/sesv2/2019-09-27/api-2.json +494 -5
  29. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  30. data/apis/storagegateway/2013-06-30/api-2.json +53 -7
  31. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  32. data/apis/xray/2016-04-12/api-2.json +277 -0
  33. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  34. data/endpoints.json +91 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. 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",
@@ -791,7 +791,7 @@
791
791
  "AccountList":{
792
792
  "type":"list",
793
793
  "member":{"shape":"AccountId"},
794
- "max":50,
794
+ "max":1536,
795
795
  "min":1
796
796
  },
797
797
  "Ami":{
@@ -1899,7 +1899,7 @@
1899
1899
  "shape":"RestrictedInteger",
1900
1900
  "box":true
1901
1901
  },
1902
- "nextToken":{"shape":"NonEmptyString"}
1902
+ "nextToken":{"shape":"PaginationToken"}
1903
1903
  }
1904
1904
  },
1905
1905
  "ListComponentBuildVersionsResponse":{
@@ -1907,7 +1907,7 @@
1907
1907
  "members":{
1908
1908
  "requestId":{"shape":"NonEmptyString"},
1909
1909
  "componentSummaryList":{"shape":"ComponentSummaryList"},
1910
- "nextToken":{"shape":"NonEmptyString"}
1910
+ "nextToken":{"shape":"PaginationToken"}
1911
1911
  }
1912
1912
  },
1913
1913
  "ListComponentsRequest":{
@@ -1919,7 +1919,7 @@
1919
1919
  "shape":"RestrictedInteger",
1920
1920
  "box":true
1921
1921
  },
1922
- "nextToken":{"shape":"NonEmptyString"}
1922
+ "nextToken":{"shape":"PaginationToken"}
1923
1923
  }
1924
1924
  },
1925
1925
  "ListComponentsResponse":{
@@ -1927,7 +1927,7 @@
1927
1927
  "members":{
1928
1928
  "requestId":{"shape":"NonEmptyString"},
1929
1929
  "componentVersionList":{"shape":"ComponentVersionList"},
1930
- "nextToken":{"shape":"NonEmptyString"}
1930
+ "nextToken":{"shape":"PaginationToken"}
1931
1931
  }
1932
1932
  },
1933
1933
  "ListDistributionConfigurationsRequest":{
@@ -1938,7 +1938,7 @@
1938
1938
  "shape":"RestrictedInteger",
1939
1939
  "box":true
1940
1940
  },
1941
- "nextToken":{"shape":"NonEmptyString"}
1941
+ "nextToken":{"shape":"PaginationToken"}
1942
1942
  }
1943
1943
  },
1944
1944
  "ListDistributionConfigurationsResponse":{
@@ -1946,7 +1946,7 @@
1946
1946
  "members":{
1947
1947
  "requestId":{"shape":"NonEmptyString"},
1948
1948
  "distributionConfigurationSummaryList":{"shape":"DistributionConfigurationSummaryList"},
1949
- "nextToken":{"shape":"NonEmptyString"}
1949
+ "nextToken":{"shape":"PaginationToken"}
1950
1950
  }
1951
1951
  },
1952
1952
  "ListImageBuildVersionsRequest":{
@@ -1959,7 +1959,7 @@
1959
1959
  "shape":"RestrictedInteger",
1960
1960
  "box":true
1961
1961
  },
1962
- "nextToken":{"shape":"NonEmptyString"}
1962
+ "nextToken":{"shape":"PaginationToken"}
1963
1963
  }
1964
1964
  },
1965
1965
  "ListImageBuildVersionsResponse":{
@@ -1967,7 +1967,7 @@
1967
1967
  "members":{
1968
1968
  "requestId":{"shape":"NonEmptyString"},
1969
1969
  "imageSummaryList":{"shape":"ImageSummaryList"},
1970
- "nextToken":{"shape":"NonEmptyString"}
1970
+ "nextToken":{"shape":"PaginationToken"}
1971
1971
  }
1972
1972
  },
1973
1973
  "ListImagePipelineImagesRequest":{
@@ -1980,7 +1980,7 @@
1980
1980
  "shape":"RestrictedInteger",
1981
1981
  "box":true
1982
1982
  },
1983
- "nextToken":{"shape":"NonEmptyString"}
1983
+ "nextToken":{"shape":"PaginationToken"}
1984
1984
  }
1985
1985
  },
1986
1986
  "ListImagePipelineImagesResponse":{
@@ -1988,7 +1988,7 @@
1988
1988
  "members":{
1989
1989
  "requestId":{"shape":"NonEmptyString"},
1990
1990
  "imageSummaryList":{"shape":"ImageSummaryList"},
1991
- "nextToken":{"shape":"NonEmptyString"}
1991
+ "nextToken":{"shape":"PaginationToken"}
1992
1992
  }
1993
1993
  },
1994
1994
  "ListImagePipelinesRequest":{
@@ -1999,7 +1999,7 @@
1999
1999
  "shape":"RestrictedInteger",
2000
2000
  "box":true
2001
2001
  },
2002
- "nextToken":{"shape":"NonEmptyString"}
2002
+ "nextToken":{"shape":"PaginationToken"}
2003
2003
  }
2004
2004
  },
2005
2005
  "ListImagePipelinesResponse":{
@@ -2007,7 +2007,7 @@
2007
2007
  "members":{
2008
2008
  "requestId":{"shape":"NonEmptyString"},
2009
2009
  "imagePipelineList":{"shape":"ImagePipelineList"},
2010
- "nextToken":{"shape":"NonEmptyString"}
2010
+ "nextToken":{"shape":"PaginationToken"}
2011
2011
  }
2012
2012
  },
2013
2013
  "ListImageRecipesRequest":{
@@ -2019,7 +2019,7 @@
2019
2019
  "shape":"RestrictedInteger",
2020
2020
  "box":true
2021
2021
  },
2022
- "nextToken":{"shape":"NonEmptyString"}
2022
+ "nextToken":{"shape":"PaginationToken"}
2023
2023
  }
2024
2024
  },
2025
2025
  "ListImageRecipesResponse":{
@@ -2027,7 +2027,7 @@
2027
2027
  "members":{
2028
2028
  "requestId":{"shape":"NonEmptyString"},
2029
2029
  "imageRecipeSummaryList":{"shape":"ImageRecipeSummaryList"},
2030
- "nextToken":{"shape":"NonEmptyString"}
2030
+ "nextToken":{"shape":"PaginationToken"}
2031
2031
  }
2032
2032
  },
2033
2033
  "ListImagesRequest":{
@@ -2039,7 +2039,7 @@
2039
2039
  "shape":"RestrictedInteger",
2040
2040
  "box":true
2041
2041
  },
2042
- "nextToken":{"shape":"NonEmptyString"}
2042
+ "nextToken":{"shape":"PaginationToken"}
2043
2043
  }
2044
2044
  },
2045
2045
  "ListImagesResponse":{
@@ -2047,7 +2047,7 @@
2047
2047
  "members":{
2048
2048
  "requestId":{"shape":"NonEmptyString"},
2049
2049
  "imageVersionList":{"shape":"ImageVersionList"},
2050
- "nextToken":{"shape":"NonEmptyString"}
2050
+ "nextToken":{"shape":"PaginationToken"}
2051
2051
  }
2052
2052
  },
2053
2053
  "ListInfrastructureConfigurationsRequest":{
@@ -2058,7 +2058,7 @@
2058
2058
  "shape":"RestrictedInteger",
2059
2059
  "box":true
2060
2060
  },
2061
- "nextToken":{"shape":"NonEmptyString"}
2061
+ "nextToken":{"shape":"PaginationToken"}
2062
2062
  }
2063
2063
  },
2064
2064
  "ListInfrastructureConfigurationsResponse":{
@@ -2066,7 +2066,7 @@
2066
2066
  "members":{
2067
2067
  "requestId":{"shape":"NonEmptyString"},
2068
2068
  "infrastructureConfigurationSummaryList":{"shape":"InfrastructureConfigurationSummaryList"},
2069
- "nextToken":{"shape":"NonEmptyString"}
2069
+ "nextToken":{"shape":"PaginationToken"}
2070
2070
  }
2071
2071
  },
2072
2072
  "ListTagsForResourceRequest":{
@@ -2122,6 +2122,11 @@
2122
2122
  "Amazon"
2123
2123
  ]
2124
2124
  },
2125
+ "PaginationToken":{
2126
+ "type":"string",
2127
+ "max":65535,
2128
+ "min":1
2129
+ },
2125
2130
  "PipelineExecutionStartCondition":{
2126
2131
  "type":"string",
2127
2132
  "enum":[