aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -0,0 +1,388 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-10-05",
5
+ "endpointPrefix":"api.tunneling.iot",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS IoT Secure Tunneling",
9
+ "serviceId":"IoTSecureTunneling",
10
+ "signatureVersion":"v4",
11
+ "signingName":"IoTSecuredTunneling",
12
+ "targetPrefix":"IoTSecuredTunneling",
13
+ "uid":"iotsecuretunneling-2018-10-05"
14
+ },
15
+ "operations":{
16
+ "CloseTunnel":{
17
+ "name":"CloseTunnel",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"CloseTunnelRequest"},
23
+ "output":{"shape":"CloseTunnelResponse"},
24
+ "errors":[
25
+ {"shape":"ResourceNotFoundException"}
26
+ ]
27
+ },
28
+ "DescribeTunnel":{
29
+ "name":"DescribeTunnel",
30
+ "http":{
31
+ "method":"POST",
32
+ "requestUri":"/"
33
+ },
34
+ "input":{"shape":"DescribeTunnelRequest"},
35
+ "output":{"shape":"DescribeTunnelResponse"},
36
+ "errors":[
37
+ {"shape":"ResourceNotFoundException"}
38
+ ]
39
+ },
40
+ "ListTagsForResource":{
41
+ "name":"ListTagsForResource",
42
+ "http":{
43
+ "method":"POST",
44
+ "requestUri":"/"
45
+ },
46
+ "input":{"shape":"ListTagsForResourceRequest"},
47
+ "output":{"shape":"ListTagsForResourceResponse"},
48
+ "errors":[
49
+ {"shape":"ResourceNotFoundException"}
50
+ ]
51
+ },
52
+ "ListTunnels":{
53
+ "name":"ListTunnels",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/"
57
+ },
58
+ "input":{"shape":"ListTunnelsRequest"},
59
+ "output":{"shape":"ListTunnelsResponse"}
60
+ },
61
+ "OpenTunnel":{
62
+ "name":"OpenTunnel",
63
+ "http":{
64
+ "method":"POST",
65
+ "requestUri":"/"
66
+ },
67
+ "input":{"shape":"OpenTunnelRequest"},
68
+ "output":{"shape":"OpenTunnelResponse"},
69
+ "errors":[
70
+ {"shape":"LimitExceededException"}
71
+ ]
72
+ },
73
+ "TagResource":{
74
+ "name":"TagResource",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/"
78
+ },
79
+ "input":{"shape":"TagResourceRequest"},
80
+ "output":{"shape":"TagResourceResponse"},
81
+ "errors":[
82
+ {"shape":"ResourceNotFoundException"}
83
+ ]
84
+ },
85
+ "UntagResource":{
86
+ "name":"UntagResource",
87
+ "http":{
88
+ "method":"POST",
89
+ "requestUri":"/"
90
+ },
91
+ "input":{"shape":"UntagResourceRequest"},
92
+ "output":{"shape":"UntagResourceResponse"},
93
+ "errors":[
94
+ {"shape":"ResourceNotFoundException"}
95
+ ]
96
+ }
97
+ },
98
+ "shapes":{
99
+ "AmazonResourceName":{
100
+ "type":"string",
101
+ "max":1011,
102
+ "min":1
103
+ },
104
+ "ClientAccessToken":{
105
+ "type":"string",
106
+ "sensitive":true
107
+ },
108
+ "CloseTunnelRequest":{
109
+ "type":"structure",
110
+ "required":["tunnelId"],
111
+ "members":{
112
+ "tunnelId":{"shape":"TunnelId"},
113
+ "delete":{
114
+ "shape":"DeleteFlag",
115
+ "box":true
116
+ }
117
+ }
118
+ },
119
+ "CloseTunnelResponse":{
120
+ "type":"structure",
121
+ "members":{
122
+ }
123
+ },
124
+ "ConnectionState":{
125
+ "type":"structure",
126
+ "members":{
127
+ "status":{"shape":"ConnectionStatus"},
128
+ "lastUpdatedAt":{"shape":"DateType"}
129
+ }
130
+ },
131
+ "ConnectionStatus":{
132
+ "type":"string",
133
+ "enum":[
134
+ "CONNECTED",
135
+ "DISCONNECTED"
136
+ ]
137
+ },
138
+ "DateType":{"type":"timestamp"},
139
+ "DeleteFlag":{"type":"boolean"},
140
+ "DescribeTunnelRequest":{
141
+ "type":"structure",
142
+ "required":["tunnelId"],
143
+ "members":{
144
+ "tunnelId":{"shape":"TunnelId"}
145
+ }
146
+ },
147
+ "DescribeTunnelResponse":{
148
+ "type":"structure",
149
+ "members":{
150
+ "tunnel":{"shape":"Tunnel"}
151
+ }
152
+ },
153
+ "Description":{
154
+ "type":"string",
155
+ "pattern":"[^\\p{C}]{1,2048}"
156
+ },
157
+ "DestinationConfig":{
158
+ "type":"structure",
159
+ "required":[
160
+ "thingName",
161
+ "services"
162
+ ],
163
+ "members":{
164
+ "thingName":{"shape":"ThingName"},
165
+ "services":{"shape":"ServiceList"}
166
+ }
167
+ },
168
+ "ErrorMessage":{"type":"string"},
169
+ "LimitExceededException":{
170
+ "type":"structure",
171
+ "members":{
172
+ "message":{"shape":"ErrorMessage"}
173
+ },
174
+ "exception":true
175
+ },
176
+ "ListTagsForResourceRequest":{
177
+ "type":"structure",
178
+ "required":["resourceArn"],
179
+ "members":{
180
+ "resourceArn":{"shape":"AmazonResourceName"}
181
+ }
182
+ },
183
+ "ListTagsForResourceResponse":{
184
+ "type":"structure",
185
+ "members":{
186
+ "tags":{"shape":"TagList"}
187
+ }
188
+ },
189
+ "ListTunnelsRequest":{
190
+ "type":"structure",
191
+ "members":{
192
+ "thingName":{"shape":"ThingName"},
193
+ "maxResults":{
194
+ "shape":"MaxResults",
195
+ "box":true
196
+ },
197
+ "nextToken":{"shape":"NextToken"}
198
+ }
199
+ },
200
+ "ListTunnelsResponse":{
201
+ "type":"structure",
202
+ "members":{
203
+ "tunnelSummaries":{"shape":"TunnelSummaryList"},
204
+ "nextToken":{"shape":"NextToken"}
205
+ }
206
+ },
207
+ "MaxResults":{
208
+ "type":"integer",
209
+ "max":100,
210
+ "min":1
211
+ },
212
+ "NextToken":{
213
+ "type":"string",
214
+ "pattern":"[a-zA-Z0-9_=-]{1,4096}"
215
+ },
216
+ "OpenTunnelRequest":{
217
+ "type":"structure",
218
+ "members":{
219
+ "description":{"shape":"Description"},
220
+ "tags":{"shape":"TagList"},
221
+ "destinationConfig":{"shape":"DestinationConfig"},
222
+ "timeoutConfig":{"shape":"TimeoutConfig"}
223
+ }
224
+ },
225
+ "OpenTunnelResponse":{
226
+ "type":"structure",
227
+ "members":{
228
+ "tunnelId":{"shape":"TunnelId"},
229
+ "tunnelArn":{"shape":"TunnelArn"},
230
+ "sourceAccessToken":{"shape":"ClientAccessToken"},
231
+ "destinationAccessToken":{"shape":"ClientAccessToken"}
232
+ }
233
+ },
234
+ "ResourceNotFoundException":{
235
+ "type":"structure",
236
+ "members":{
237
+ "message":{"shape":"ErrorMessage"}
238
+ },
239
+ "exception":true
240
+ },
241
+ "Service":{
242
+ "type":"string",
243
+ "max":8,
244
+ "min":1,
245
+ "pattern":"[a-zA-Z0-9:_-]+"
246
+ },
247
+ "ServiceList":{
248
+ "type":"list",
249
+ "member":{"shape":"Service"},
250
+ "max":1,
251
+ "min":1
252
+ },
253
+ "Tag":{
254
+ "type":"structure",
255
+ "required":[
256
+ "key",
257
+ "value"
258
+ ],
259
+ "members":{
260
+ "key":{"shape":"TagKey"},
261
+ "value":{"shape":"TagValue"}
262
+ }
263
+ },
264
+ "TagKey":{
265
+ "type":"string",
266
+ "max":128,
267
+ "min":1,
268
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
269
+ },
270
+ "TagKeyList":{
271
+ "type":"list",
272
+ "member":{"shape":"TagKey"},
273
+ "max":200,
274
+ "min":0
275
+ },
276
+ "TagList":{
277
+ "type":"list",
278
+ "member":{"shape":"Tag"},
279
+ "max":200,
280
+ "min":1
281
+ },
282
+ "TagResourceRequest":{
283
+ "type":"structure",
284
+ "required":[
285
+ "resourceArn",
286
+ "tags"
287
+ ],
288
+ "members":{
289
+ "resourceArn":{"shape":"AmazonResourceName"},
290
+ "tags":{"shape":"TagList"}
291
+ }
292
+ },
293
+ "TagResourceResponse":{
294
+ "type":"structure",
295
+ "members":{
296
+ }
297
+ },
298
+ "TagValue":{
299
+ "type":"string",
300
+ "max":256,
301
+ "min":0,
302
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
303
+ },
304
+ "ThingName":{
305
+ "type":"string",
306
+ "max":128,
307
+ "min":1,
308
+ "pattern":"[a-zA-Z0-9:_-]+"
309
+ },
310
+ "TimeoutConfig":{
311
+ "type":"structure",
312
+ "members":{
313
+ "maxLifetimeTimeoutMinutes":{
314
+ "shape":"TimeoutInMin",
315
+ "box":true
316
+ }
317
+ }
318
+ },
319
+ "TimeoutInMin":{
320
+ "type":"integer",
321
+ "max":720,
322
+ "min":1
323
+ },
324
+ "Tunnel":{
325
+ "type":"structure",
326
+ "members":{
327
+ "tunnelId":{"shape":"TunnelId"},
328
+ "tunnelArn":{"shape":"TunnelArn"},
329
+ "status":{"shape":"TunnelStatus"},
330
+ "sourceConnectionState":{"shape":"ConnectionState"},
331
+ "destinationConnectionState":{"shape":"ConnectionState"},
332
+ "description":{"shape":"Description"},
333
+ "destinationConfig":{"shape":"DestinationConfig"},
334
+ "timeoutConfig":{"shape":"TimeoutConfig"},
335
+ "tags":{"shape":"TagList"},
336
+ "createdAt":{"shape":"DateType"},
337
+ "lastUpdatedAt":{"shape":"DateType"}
338
+ }
339
+ },
340
+ "TunnelArn":{
341
+ "type":"string",
342
+ "max":1600,
343
+ "min":1
344
+ },
345
+ "TunnelId":{
346
+ "type":"string",
347
+ "pattern":"[a-zA-Z0-9_\\-+=:]{1,128}"
348
+ },
349
+ "TunnelStatus":{
350
+ "type":"string",
351
+ "enum":[
352
+ "OPEN",
353
+ "CLOSED"
354
+ ]
355
+ },
356
+ "TunnelSummary":{
357
+ "type":"structure",
358
+ "members":{
359
+ "tunnelId":{"shape":"TunnelId"},
360
+ "tunnelArn":{"shape":"TunnelArn"},
361
+ "status":{"shape":"TunnelStatus"},
362
+ "description":{"shape":"Description"},
363
+ "createdAt":{"shape":"DateType"},
364
+ "lastUpdatedAt":{"shape":"DateType"}
365
+ }
366
+ },
367
+ "TunnelSummaryList":{
368
+ "type":"list",
369
+ "member":{"shape":"TunnelSummary"}
370
+ },
371
+ "UntagResourceRequest":{
372
+ "type":"structure",
373
+ "required":[
374
+ "resourceArn",
375
+ "tagKeys"
376
+ ],
377
+ "members":{
378
+ "resourceArn":{"shape":"AmazonResourceName"},
379
+ "tagKeys":{"shape":"TagKeyList"}
380
+ }
381
+ },
382
+ "UntagResourceResponse":{
383
+ "type":"structure",
384
+ "members":{
385
+ }
386
+ }
387
+ }
388
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListTunnels": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ }
8
+ }
9
+ }
@@ -96,6 +96,21 @@
96
96
  {"shape":"InvalidRequestException"}
97
97
  ]
98
98
  },
99
+ "AddApplicationVpcConfiguration":{
100
+ "name":"AddApplicationVpcConfiguration",
101
+ "http":{
102
+ "method":"POST",
103
+ "requestUri":"/"
104
+ },
105
+ "input":{"shape":"AddApplicationVpcConfigurationRequest"},
106
+ "output":{"shape":"AddApplicationVpcConfigurationResponse"},
107
+ "errors":[
108
+ {"shape":"ResourceNotFoundException"},
109
+ {"shape":"ResourceInUseException"},
110
+ {"shape":"InvalidArgumentException"},
111
+ {"shape":"ConcurrentModificationException"}
112
+ ]
113
+ },
99
114
  "CreateApplication":{
100
115
  "name":"CreateApplication",
101
116
  "http":{
@@ -229,6 +244,21 @@
229
244
  {"shape":"ResourceNotFoundException"}
230
245
  ]
231
246
  },
247
+ "DeleteApplicationVpcConfiguration":{
248
+ "name":"DeleteApplicationVpcConfiguration",
249
+ "http":{
250
+ "method":"POST",
251
+ "requestUri":"/"
252
+ },
253
+ "input":{"shape":"DeleteApplicationVpcConfigurationRequest"},
254
+ "output":{"shape":"DeleteApplicationVpcConfigurationResponse"},
255
+ "errors":[
256
+ {"shape":"ResourceNotFoundException"},
257
+ {"shape":"ResourceInUseException"},
258
+ {"shape":"InvalidArgumentException"},
259
+ {"shape":"ConcurrentModificationException"}
260
+ ]
261
+ },
232
262
  "DescribeApplication":{
233
263
  "name":"DescribeApplication",
234
264
  "http":{
@@ -504,6 +534,27 @@
504
534
  "ReferenceDataSourceDescriptions":{"shape":"ReferenceDataSourceDescriptions"}
505
535
  }
506
536
  },
537
+ "AddApplicationVpcConfigurationRequest":{
538
+ "type":"structure",
539
+ "required":[
540
+ "ApplicationName",
541
+ "CurrentApplicationVersionId",
542
+ "VpcConfiguration"
543
+ ],
544
+ "members":{
545
+ "ApplicationName":{"shape":"ApplicationName"},
546
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
547
+ "VpcConfiguration":{"shape":"VpcConfiguration"}
548
+ }
549
+ },
550
+ "AddApplicationVpcConfigurationResponse":{
551
+ "type":"structure",
552
+ "members":{
553
+ "ApplicationARN":{"shape":"ResourceARN"},
554
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"},
555
+ "VpcConfigurationDescription":{"shape":"VpcConfigurationDescription"}
556
+ }
557
+ },
507
558
  "ApplicationCodeConfiguration":{
508
559
  "type":"structure",
509
560
  "required":["CodeContentType"],
@@ -535,7 +586,8 @@
535
586
  "FlinkApplicationConfiguration":{"shape":"FlinkApplicationConfiguration"},
536
587
  "EnvironmentProperties":{"shape":"EnvironmentProperties"},
537
588
  "ApplicationCodeConfiguration":{"shape":"ApplicationCodeConfiguration"},
538
- "ApplicationSnapshotConfiguration":{"shape":"ApplicationSnapshotConfiguration"}
589
+ "ApplicationSnapshotConfiguration":{"shape":"ApplicationSnapshotConfiguration"},
590
+ "VpcConfigurations":{"shape":"VpcConfigurations"}
539
591
  }
540
592
  },
541
593
  "ApplicationConfigurationDescription":{
@@ -546,7 +598,8 @@
546
598
  "RunConfigurationDescription":{"shape":"RunConfigurationDescription"},
547
599
  "FlinkApplicationConfigurationDescription":{"shape":"FlinkApplicationConfigurationDescription"},
548
600
  "EnvironmentPropertyDescriptions":{"shape":"EnvironmentPropertyDescriptions"},
549
- "ApplicationSnapshotConfigurationDescription":{"shape":"ApplicationSnapshotConfigurationDescription"}
601
+ "ApplicationSnapshotConfigurationDescription":{"shape":"ApplicationSnapshotConfigurationDescription"},
602
+ "VpcConfigurationDescriptions":{"shape":"VpcConfigurationDescriptions"}
550
603
  }
551
604
  },
552
605
  "ApplicationConfigurationUpdate":{
@@ -556,7 +609,8 @@
556
609
  "ApplicationCodeConfigurationUpdate":{"shape":"ApplicationCodeConfigurationUpdate"},
557
610
  "FlinkApplicationConfigurationUpdate":{"shape":"FlinkApplicationConfigurationUpdate"},
558
611
  "EnvironmentPropertyUpdates":{"shape":"EnvironmentPropertyUpdates"},
559
- "ApplicationSnapshotConfigurationUpdate":{"shape":"ApplicationSnapshotConfigurationUpdate"}
612
+ "ApplicationSnapshotConfigurationUpdate":{"shape":"ApplicationSnapshotConfigurationUpdate"},
613
+ "VpcConfigurationUpdates":{"shape":"VpcConfigurationUpdates"}
560
614
  }
561
615
  },
562
616
  "ApplicationDescription":{
@@ -715,7 +769,7 @@
715
769
  },
716
770
  "CheckpointInterval":{
717
771
  "type":"long",
718
- "min":0
772
+ "min":1
719
773
  },
720
774
  "CloudWatchLoggingOption":{
721
775
  "type":"structure",
@@ -971,6 +1025,26 @@
971
1025
  "members":{
972
1026
  }
973
1027
  },
1028
+ "DeleteApplicationVpcConfigurationRequest":{
1029
+ "type":"structure",
1030
+ "required":[
1031
+ "ApplicationName",
1032
+ "CurrentApplicationVersionId",
1033
+ "VpcConfigurationId"
1034
+ ],
1035
+ "members":{
1036
+ "ApplicationName":{"shape":"ApplicationName"},
1037
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
1038
+ "VpcConfigurationId":{"shape":"Id"}
1039
+ }
1040
+ },
1041
+ "DeleteApplicationVpcConfigurationResponse":{
1042
+ "type":"structure",
1043
+ "members":{
1044
+ "ApplicationARN":{"shape":"ResourceARN"},
1045
+ "ApplicationVersionId":{"shape":"ApplicationVersionId"}
1046
+ }
1047
+ },
974
1048
  "DescribeApplicationRequest":{
975
1049
  "type":"structure",
976
1050
  "required":["ApplicationName"],
@@ -1082,6 +1156,12 @@
1082
1156
  "ParallelismConfigurationUpdate":{"shape":"ParallelismConfigurationUpdate"}
1083
1157
  }
1084
1158
  },
1159
+ "FlinkRunConfiguration":{
1160
+ "type":"structure",
1161
+ "members":{
1162
+ "AllowNonRestoredState":{"shape":"BooleanObject"}
1163
+ }
1164
+ },
1085
1165
  "Id":{
1086
1166
  "type":"string",
1087
1167
  "max":50,
@@ -1787,6 +1867,7 @@
1787
1867
  "RunConfiguration":{
1788
1868
  "type":"structure",
1789
1869
  "members":{
1870
+ "FlinkRunConfiguration":{"shape":"FlinkRunConfiguration"},
1790
1871
  "SqlRunConfigurations":{"shape":"SqlRunConfigurations"},
1791
1872
  "ApplicationRestoreConfiguration":{"shape":"ApplicationRestoreConfiguration"}
1792
1873
  }
@@ -1800,6 +1881,7 @@
1800
1881
  "RunConfigurationUpdate":{
1801
1882
  "type":"structure",
1802
1883
  "members":{
1884
+ "FlinkRunConfiguration":{"shape":"FlinkRunConfiguration"},
1803
1885
  "ApplicationRestoreConfiguration":{"shape":"ApplicationRestoreConfiguration"}
1804
1886
  }
1805
1887
  },
@@ -1879,6 +1961,13 @@
1879
1961
  "FileKeyUpdate":{"shape":"FileKey"}
1880
1962
  }
1881
1963
  },
1964
+ "SecurityGroupId":{"type":"string"},
1965
+ "SecurityGroupIds":{
1966
+ "type":"list",
1967
+ "member":{"shape":"SecurityGroupId"},
1968
+ "max":5,
1969
+ "min":1
1970
+ },
1882
1971
  "ServiceUnavailableException":{
1883
1972
  "type":"structure",
1884
1973
  "members":{
@@ -1903,7 +1992,7 @@
1903
1992
  },
1904
1993
  "SnapshotName":{
1905
1994
  "type":"string",
1906
- "max":128,
1995
+ "max":256,
1907
1996
  "min":1,
1908
1997
  "pattern":"[a-zA-Z0-9_.-]+"
1909
1998
  },
@@ -1999,6 +2088,13 @@
1999
2088
  "members":{
2000
2089
  }
2001
2090
  },
2091
+ "SubnetId":{"type":"string"},
2092
+ "SubnetIds":{
2093
+ "type":"list",
2094
+ "member":{"shape":"SubnetId"},
2095
+ "max":16,
2096
+ "min":1
2097
+ },
2002
2098
  "Tag":{
2003
2099
  "type":"structure",
2004
2100
  "required":["Key"],
@@ -2112,6 +2208,54 @@
2112
2208
  "ApplicationDetail":{"shape":"ApplicationDetail"}
2113
2209
  }
2114
2210
  },
2211
+ "VpcConfiguration":{
2212
+ "type":"structure",
2213
+ "required":[
2214
+ "SubnetIds",
2215
+ "SecurityGroupIds"
2216
+ ],
2217
+ "members":{
2218
+ "SubnetIds":{"shape":"SubnetIds"},
2219
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
2220
+ }
2221
+ },
2222
+ "VpcConfigurationDescription":{
2223
+ "type":"structure",
2224
+ "required":[
2225
+ "VpcConfigurationId",
2226
+ "VpcId",
2227
+ "SubnetIds",
2228
+ "SecurityGroupIds"
2229
+ ],
2230
+ "members":{
2231
+ "VpcConfigurationId":{"shape":"Id"},
2232
+ "VpcId":{"shape":"VpcId"},
2233
+ "SubnetIds":{"shape":"SubnetIds"},
2234
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
2235
+ }
2236
+ },
2237
+ "VpcConfigurationDescriptions":{
2238
+ "type":"list",
2239
+ "member":{"shape":"VpcConfigurationDescription"}
2240
+ },
2241
+ "VpcConfigurationUpdate":{
2242
+ "type":"structure",
2243
+ "required":["VpcConfigurationId"],
2244
+ "members":{
2245
+ "VpcConfigurationId":{"shape":"Id"},
2246
+ "SubnetIdUpdates":{"shape":"SubnetIds"},
2247
+ "SecurityGroupIdUpdates":{"shape":"SecurityGroupIds"}
2248
+ }
2249
+ },
2250
+ "VpcConfigurationUpdates":{
2251
+ "type":"list",
2252
+ "member":{"shape":"VpcConfigurationUpdate"}
2253
+ },
2254
+ "VpcConfigurations":{
2255
+ "type":"list",
2256
+ "member":{"shape":"VpcConfiguration"}
2257
+ },
2258
+ "VpcId":{"type":"string"},
2115
2259
  "ZipFileContent":{
2116
2260
  "type":"blob",
2117
2261
  "max":52428800,