aws-sdk-core 2.11.272 → 2.11.273
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.
- checksums.yaml +4 -4
- data/apis/datasync/2018-11-09/api-2.json +119 -33
- data/apis/iotanalytics/2017-11-27/api-2.json +51 -1
- data/apis/lambda/2015-03-31/api-2.json +1 -0
- data/apis/lambda/2015-03-31/waiters-2.json +22 -0
- data/lib/aws-sdk-core/lambda.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ddbd7936f10920ae7d2a67a0faa46a667dae23b8
|
|
4
|
+
data.tar.gz: 217c7054b50441dfa3be63b2e51e6a7c7de72253
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c16490c05e6041322c7401e36fd07e516ef05fca5c1e091d6def8684f0414406dc26afeef3a966f8c3d9b7bb1f20c2ae3868c39df81a8fe4db8adb49ce377f1f
|
|
7
|
+
data.tar.gz: b44ee92a65ccd53f454e996ee7b6a22c8c9e555638f7e361e972ed913a02c50ee31cf8790b1ef94d76387bb0b01ec93a1ce359283d3b71261d259e987e654a05
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"input":{"shape":"CancelTaskExecutionRequest"},
|
|
24
24
|
"output":{"shape":"CancelTaskExecutionResponse"},
|
|
25
25
|
"errors":[
|
|
26
|
-
{"shape":"InvalidRequestException"}
|
|
26
|
+
{"shape":"InvalidRequestException"},
|
|
27
|
+
{"shape":"InternalException"}
|
|
27
28
|
]
|
|
28
29
|
},
|
|
29
30
|
"CreateAgent":{
|
|
@@ -35,7 +36,8 @@
|
|
|
35
36
|
"input":{"shape":"CreateAgentRequest"},
|
|
36
37
|
"output":{"shape":"CreateAgentResponse"},
|
|
37
38
|
"errors":[
|
|
38
|
-
{"shape":"InvalidRequestException"}
|
|
39
|
+
{"shape":"InvalidRequestException"},
|
|
40
|
+
{"shape":"InternalException"}
|
|
39
41
|
]
|
|
40
42
|
},
|
|
41
43
|
"CreateLocationEfs":{
|
|
@@ -47,7 +49,8 @@
|
|
|
47
49
|
"input":{"shape":"CreateLocationEfsRequest"},
|
|
48
50
|
"output":{"shape":"CreateLocationEfsResponse"},
|
|
49
51
|
"errors":[
|
|
50
|
-
{"shape":"InvalidRequestException"}
|
|
52
|
+
{"shape":"InvalidRequestException"},
|
|
53
|
+
{"shape":"InternalException"}
|
|
51
54
|
]
|
|
52
55
|
},
|
|
53
56
|
"CreateLocationNfs":{
|
|
@@ -59,7 +62,8 @@
|
|
|
59
62
|
"input":{"shape":"CreateLocationNfsRequest"},
|
|
60
63
|
"output":{"shape":"CreateLocationNfsResponse"},
|
|
61
64
|
"errors":[
|
|
62
|
-
{"shape":"InvalidRequestException"}
|
|
65
|
+
{"shape":"InvalidRequestException"},
|
|
66
|
+
{"shape":"InternalException"}
|
|
63
67
|
]
|
|
64
68
|
},
|
|
65
69
|
"CreateLocationS3":{
|
|
@@ -71,7 +75,8 @@
|
|
|
71
75
|
"input":{"shape":"CreateLocationS3Request"},
|
|
72
76
|
"output":{"shape":"CreateLocationS3Response"},
|
|
73
77
|
"errors":[
|
|
74
|
-
{"shape":"InvalidRequestException"}
|
|
78
|
+
{"shape":"InvalidRequestException"},
|
|
79
|
+
{"shape":"InternalException"}
|
|
75
80
|
]
|
|
76
81
|
},
|
|
77
82
|
"CreateTask":{
|
|
@@ -83,7 +88,8 @@
|
|
|
83
88
|
"input":{"shape":"CreateTaskRequest"},
|
|
84
89
|
"output":{"shape":"CreateTaskResponse"},
|
|
85
90
|
"errors":[
|
|
86
|
-
{"shape":"InvalidRequestException"}
|
|
91
|
+
{"shape":"InvalidRequestException"},
|
|
92
|
+
{"shape":"InternalException"}
|
|
87
93
|
]
|
|
88
94
|
},
|
|
89
95
|
"DeleteAgent":{
|
|
@@ -95,7 +101,8 @@
|
|
|
95
101
|
"input":{"shape":"DeleteAgentRequest"},
|
|
96
102
|
"output":{"shape":"DeleteAgentResponse"},
|
|
97
103
|
"errors":[
|
|
98
|
-
{"shape":"InvalidRequestException"}
|
|
104
|
+
{"shape":"InvalidRequestException"},
|
|
105
|
+
{"shape":"InternalException"}
|
|
99
106
|
]
|
|
100
107
|
},
|
|
101
108
|
"DeleteLocation":{
|
|
@@ -107,7 +114,8 @@
|
|
|
107
114
|
"input":{"shape":"DeleteLocationRequest"},
|
|
108
115
|
"output":{"shape":"DeleteLocationResponse"},
|
|
109
116
|
"errors":[
|
|
110
|
-
{"shape":"InvalidRequestException"}
|
|
117
|
+
{"shape":"InvalidRequestException"},
|
|
118
|
+
{"shape":"InternalException"}
|
|
111
119
|
]
|
|
112
120
|
},
|
|
113
121
|
"DeleteTask":{
|
|
@@ -119,7 +127,8 @@
|
|
|
119
127
|
"input":{"shape":"DeleteTaskRequest"},
|
|
120
128
|
"output":{"shape":"DeleteTaskResponse"},
|
|
121
129
|
"errors":[
|
|
122
|
-
{"shape":"InvalidRequestException"}
|
|
130
|
+
{"shape":"InvalidRequestException"},
|
|
131
|
+
{"shape":"InternalException"}
|
|
123
132
|
]
|
|
124
133
|
},
|
|
125
134
|
"DescribeAgent":{
|
|
@@ -131,7 +140,8 @@
|
|
|
131
140
|
"input":{"shape":"DescribeAgentRequest"},
|
|
132
141
|
"output":{"shape":"DescribeAgentResponse"},
|
|
133
142
|
"errors":[
|
|
134
|
-
{"shape":"InvalidRequestException"}
|
|
143
|
+
{"shape":"InvalidRequestException"},
|
|
144
|
+
{"shape":"InternalException"}
|
|
135
145
|
]
|
|
136
146
|
},
|
|
137
147
|
"DescribeLocationEfs":{
|
|
@@ -143,7 +153,8 @@
|
|
|
143
153
|
"input":{"shape":"DescribeLocationEfsRequest"},
|
|
144
154
|
"output":{"shape":"DescribeLocationEfsResponse"},
|
|
145
155
|
"errors":[
|
|
146
|
-
{"shape":"InvalidRequestException"}
|
|
156
|
+
{"shape":"InvalidRequestException"},
|
|
157
|
+
{"shape":"InternalException"}
|
|
147
158
|
]
|
|
148
159
|
},
|
|
149
160
|
"DescribeLocationNfs":{
|
|
@@ -155,7 +166,8 @@
|
|
|
155
166
|
"input":{"shape":"DescribeLocationNfsRequest"},
|
|
156
167
|
"output":{"shape":"DescribeLocationNfsResponse"},
|
|
157
168
|
"errors":[
|
|
158
|
-
{"shape":"InvalidRequestException"}
|
|
169
|
+
{"shape":"InvalidRequestException"},
|
|
170
|
+
{"shape":"InternalException"}
|
|
159
171
|
]
|
|
160
172
|
},
|
|
161
173
|
"DescribeLocationS3":{
|
|
@@ -167,7 +179,8 @@
|
|
|
167
179
|
"input":{"shape":"DescribeLocationS3Request"},
|
|
168
180
|
"output":{"shape":"DescribeLocationS3Response"},
|
|
169
181
|
"errors":[
|
|
170
|
-
{"shape":"InvalidRequestException"}
|
|
182
|
+
{"shape":"InvalidRequestException"},
|
|
183
|
+
{"shape":"InternalException"}
|
|
171
184
|
]
|
|
172
185
|
},
|
|
173
186
|
"DescribeTask":{
|
|
@@ -179,7 +192,8 @@
|
|
|
179
192
|
"input":{"shape":"DescribeTaskRequest"},
|
|
180
193
|
"output":{"shape":"DescribeTaskResponse"},
|
|
181
194
|
"errors":[
|
|
182
|
-
{"shape":"InvalidRequestException"}
|
|
195
|
+
{"shape":"InvalidRequestException"},
|
|
196
|
+
{"shape":"InternalException"}
|
|
183
197
|
]
|
|
184
198
|
},
|
|
185
199
|
"DescribeTaskExecution":{
|
|
@@ -191,7 +205,8 @@
|
|
|
191
205
|
"input":{"shape":"DescribeTaskExecutionRequest"},
|
|
192
206
|
"output":{"shape":"DescribeTaskExecutionResponse"},
|
|
193
207
|
"errors":[
|
|
194
|
-
{"shape":"InvalidRequestException"}
|
|
208
|
+
{"shape":"InvalidRequestException"},
|
|
209
|
+
{"shape":"InternalException"}
|
|
195
210
|
]
|
|
196
211
|
},
|
|
197
212
|
"ListAgents":{
|
|
@@ -203,7 +218,8 @@
|
|
|
203
218
|
"input":{"shape":"ListAgentsRequest"},
|
|
204
219
|
"output":{"shape":"ListAgentsResponse"},
|
|
205
220
|
"errors":[
|
|
206
|
-
{"shape":"InvalidRequestException"}
|
|
221
|
+
{"shape":"InvalidRequestException"},
|
|
222
|
+
{"shape":"InternalException"}
|
|
207
223
|
]
|
|
208
224
|
},
|
|
209
225
|
"ListLocations":{
|
|
@@ -215,7 +231,8 @@
|
|
|
215
231
|
"input":{"shape":"ListLocationsRequest"},
|
|
216
232
|
"output":{"shape":"ListLocationsResponse"},
|
|
217
233
|
"errors":[
|
|
218
|
-
{"shape":"InvalidRequestException"}
|
|
234
|
+
{"shape":"InvalidRequestException"},
|
|
235
|
+
{"shape":"InternalException"}
|
|
219
236
|
]
|
|
220
237
|
},
|
|
221
238
|
"ListTagsForResource":{
|
|
@@ -227,7 +244,8 @@
|
|
|
227
244
|
"input":{"shape":"ListTagsForResourceRequest"},
|
|
228
245
|
"output":{"shape":"ListTagsForResourceResponse"},
|
|
229
246
|
"errors":[
|
|
230
|
-
{"shape":"InvalidRequestException"}
|
|
247
|
+
{"shape":"InvalidRequestException"},
|
|
248
|
+
{"shape":"InternalException"}
|
|
231
249
|
]
|
|
232
250
|
},
|
|
233
251
|
"ListTaskExecutions":{
|
|
@@ -239,7 +257,8 @@
|
|
|
239
257
|
"input":{"shape":"ListTaskExecutionsRequest"},
|
|
240
258
|
"output":{"shape":"ListTaskExecutionsResponse"},
|
|
241
259
|
"errors":[
|
|
242
|
-
{"shape":"InvalidRequestException"}
|
|
260
|
+
{"shape":"InvalidRequestException"},
|
|
261
|
+
{"shape":"InternalException"}
|
|
243
262
|
]
|
|
244
263
|
},
|
|
245
264
|
"ListTasks":{
|
|
@@ -251,7 +270,8 @@
|
|
|
251
270
|
"input":{"shape":"ListTasksRequest"},
|
|
252
271
|
"output":{"shape":"ListTasksResponse"},
|
|
253
272
|
"errors":[
|
|
254
|
-
{"shape":"InvalidRequestException"}
|
|
273
|
+
{"shape":"InvalidRequestException"},
|
|
274
|
+
{"shape":"InternalException"}
|
|
255
275
|
]
|
|
256
276
|
},
|
|
257
277
|
"StartTaskExecution":{
|
|
@@ -263,7 +283,8 @@
|
|
|
263
283
|
"input":{"shape":"StartTaskExecutionRequest"},
|
|
264
284
|
"output":{"shape":"StartTaskExecutionResponse"},
|
|
265
285
|
"errors":[
|
|
266
|
-
{"shape":"InvalidRequestException"}
|
|
286
|
+
{"shape":"InvalidRequestException"},
|
|
287
|
+
{"shape":"InternalException"}
|
|
267
288
|
]
|
|
268
289
|
},
|
|
269
290
|
"TagResource":{
|
|
@@ -275,7 +296,8 @@
|
|
|
275
296
|
"input":{"shape":"TagResourceRequest"},
|
|
276
297
|
"output":{"shape":"TagResourceResponse"},
|
|
277
298
|
"errors":[
|
|
278
|
-
{"shape":"InvalidRequestException"}
|
|
299
|
+
{"shape":"InvalidRequestException"},
|
|
300
|
+
{"shape":"InternalException"}
|
|
279
301
|
]
|
|
280
302
|
},
|
|
281
303
|
"UntagResource":{
|
|
@@ -287,7 +309,8 @@
|
|
|
287
309
|
"input":{"shape":"UntagResourceRequest"},
|
|
288
310
|
"output":{"shape":"UntagResourceResponse"},
|
|
289
311
|
"errors":[
|
|
290
|
-
{"shape":"InvalidRequestException"}
|
|
312
|
+
{"shape":"InvalidRequestException"},
|
|
313
|
+
{"shape":"InternalException"}
|
|
291
314
|
]
|
|
292
315
|
},
|
|
293
316
|
"UpdateAgent":{
|
|
@@ -299,7 +322,8 @@
|
|
|
299
322
|
"input":{"shape":"UpdateAgentRequest"},
|
|
300
323
|
"output":{"shape":"UpdateAgentResponse"},
|
|
301
324
|
"errors":[
|
|
302
|
-
{"shape":"InvalidRequestException"}
|
|
325
|
+
{"shape":"InvalidRequestException"},
|
|
326
|
+
{"shape":"InternalException"}
|
|
303
327
|
]
|
|
304
328
|
},
|
|
305
329
|
"UpdateTask":{
|
|
@@ -311,7 +335,8 @@
|
|
|
311
335
|
"input":{"shape":"UpdateTaskRequest"},
|
|
312
336
|
"output":{"shape":"UpdateTaskResponse"},
|
|
313
337
|
"errors":[
|
|
314
|
-
{"shape":"InvalidRequestException"}
|
|
338
|
+
{"shape":"InvalidRequestException"},
|
|
339
|
+
{"shape":"InternalException"}
|
|
315
340
|
]
|
|
316
341
|
}
|
|
317
342
|
},
|
|
@@ -392,7 +417,6 @@
|
|
|
392
417
|
"CreateLocationEfsRequest":{
|
|
393
418
|
"type":"structure",
|
|
394
419
|
"required":[
|
|
395
|
-
"Subdirectory",
|
|
396
420
|
"EfsFilesystemArn",
|
|
397
421
|
"Ec2Config"
|
|
398
422
|
],
|
|
@@ -417,9 +441,10 @@
|
|
|
417
441
|
"OnPremConfig"
|
|
418
442
|
],
|
|
419
443
|
"members":{
|
|
420
|
-
"Subdirectory":{"shape":"
|
|
444
|
+
"Subdirectory":{"shape":"NonEmptySubdirectory"},
|
|
421
445
|
"ServerHostname":{"shape":"ServerHostname"},
|
|
422
446
|
"OnPremConfig":{"shape":"OnPremConfig"},
|
|
447
|
+
"MountOptions":{"shape":"NfsMountOptions"},
|
|
423
448
|
"Tags":{"shape":"TagList"}
|
|
424
449
|
}
|
|
425
450
|
},
|
|
@@ -432,7 +457,6 @@
|
|
|
432
457
|
"CreateLocationS3Request":{
|
|
433
458
|
"type":"structure",
|
|
434
459
|
"required":[
|
|
435
|
-
"Subdirectory",
|
|
436
460
|
"S3BucketArn",
|
|
437
461
|
"S3Config"
|
|
438
462
|
],
|
|
@@ -461,6 +485,7 @@
|
|
|
461
485
|
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
|
|
462
486
|
"Name":{"shape":"TagValue"},
|
|
463
487
|
"Options":{"shape":"Options"},
|
|
488
|
+
"Excludes":{"shape":"FilterList"},
|
|
464
489
|
"Tags":{"shape":"TagList"}
|
|
465
490
|
}
|
|
466
491
|
},
|
|
@@ -552,6 +577,7 @@
|
|
|
552
577
|
"LocationArn":{"shape":"LocationArn"},
|
|
553
578
|
"LocationUri":{"shape":"LocationUri"},
|
|
554
579
|
"OnPremConfig":{"shape":"OnPremConfig"},
|
|
580
|
+
"MountOptions":{"shape":"NfsMountOptions"},
|
|
555
581
|
"CreationTime":{"shape":"Time"}
|
|
556
582
|
}
|
|
557
583
|
},
|
|
@@ -584,6 +610,8 @@
|
|
|
584
610
|
"TaskExecutionArn":{"shape":"TaskExecutionArn"},
|
|
585
611
|
"Status":{"shape":"TaskExecutionStatus"},
|
|
586
612
|
"Options":{"shape":"Options"},
|
|
613
|
+
"Excludes":{"shape":"FilterList"},
|
|
614
|
+
"Includes":{"shape":"FilterList"},
|
|
587
615
|
"StartTime":{"shape":"Time"},
|
|
588
616
|
"EstimatedFilesToTransfer":{"shape":"long"},
|
|
589
617
|
"EstimatedBytesToTransfer":{"shape":"long"},
|
|
@@ -611,6 +639,7 @@
|
|
|
611
639
|
"DestinationLocationArn":{"shape":"LocationArn"},
|
|
612
640
|
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
|
|
613
641
|
"Options":{"shape":"Options"},
|
|
642
|
+
"Excludes":{"shape":"FilterList"},
|
|
614
643
|
"ErrorCode":{"shape":"string"},
|
|
615
644
|
"ErrorDetail":{"shape":"string"},
|
|
616
645
|
"CreationTime":{"shape":"Time"}
|
|
@@ -652,6 +681,30 @@
|
|
|
652
681
|
"max":128,
|
|
653
682
|
"pattern":"^arn:(aws|aws-cn):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
|
|
654
683
|
},
|
|
684
|
+
"FilterList":{
|
|
685
|
+
"type":"list",
|
|
686
|
+
"member":{"shape":"FilterRule"},
|
|
687
|
+
"max":1,
|
|
688
|
+
"min":0
|
|
689
|
+
},
|
|
690
|
+
"FilterRule":{
|
|
691
|
+
"type":"structure",
|
|
692
|
+
"members":{
|
|
693
|
+
"FilterType":{"shape":"FilterType"},
|
|
694
|
+
"Value":{"shape":"FilterValue"}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"FilterType":{
|
|
698
|
+
"type":"string",
|
|
699
|
+
"enum":["SIMPLE_PATTERN"],
|
|
700
|
+
"max":128,
|
|
701
|
+
"pattern":"^[A-Z0-9_]+$"
|
|
702
|
+
},
|
|
703
|
+
"FilterValue":{
|
|
704
|
+
"type":"string",
|
|
705
|
+
"max":409600,
|
|
706
|
+
"pattern":"^.+$"
|
|
707
|
+
},
|
|
655
708
|
"Gid":{
|
|
656
709
|
"type":"string",
|
|
657
710
|
"enum":[
|
|
@@ -666,6 +719,15 @@
|
|
|
666
719
|
"max":2048,
|
|
667
720
|
"pattern":"^arn:(aws|aws-cn):iam::[0-9]{12}:role/.*$"
|
|
668
721
|
},
|
|
722
|
+
"InternalException":{
|
|
723
|
+
"type":"structure",
|
|
724
|
+
"members":{
|
|
725
|
+
"message":{"shape":"string"},
|
|
726
|
+
"errorCode":{"shape":"string"}
|
|
727
|
+
},
|
|
728
|
+
"exception":true,
|
|
729
|
+
"fault":true
|
|
730
|
+
},
|
|
669
731
|
"InvalidRequestException":{
|
|
670
732
|
"type":"structure",
|
|
671
733
|
"members":{
|
|
@@ -789,6 +851,26 @@
|
|
|
789
851
|
"max":93,
|
|
790
852
|
"pattern":"[a-zA-Z0-9=_-]+"
|
|
791
853
|
},
|
|
854
|
+
"NfsMountOptions":{
|
|
855
|
+
"type":"structure",
|
|
856
|
+
"members":{
|
|
857
|
+
"Version":{"shape":"NfsVersion"}
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"NfsVersion":{
|
|
861
|
+
"type":"string",
|
|
862
|
+
"enum":[
|
|
863
|
+
"AUTOMATIC",
|
|
864
|
+
"NFS3",
|
|
865
|
+
"NFS4_0",
|
|
866
|
+
"NFS4_1"
|
|
867
|
+
]
|
|
868
|
+
},
|
|
869
|
+
"NonEmptySubdirectory":{
|
|
870
|
+
"type":"string",
|
|
871
|
+
"max":4096,
|
|
872
|
+
"pattern":"^[a-zA-Z0-9_\\-\\./]+$"
|
|
873
|
+
},
|
|
792
874
|
"OnPremConfig":{
|
|
793
875
|
"type":"structure",
|
|
794
876
|
"required":["AgentArns"],
|
|
@@ -862,7 +944,8 @@
|
|
|
862
944
|
"required":["TaskArn"],
|
|
863
945
|
"members":{
|
|
864
946
|
"TaskArn":{"shape":"TaskArn"},
|
|
865
|
-
"OverrideOptions":{"shape":"Options"}
|
|
947
|
+
"OverrideOptions":{"shape":"Options"},
|
|
948
|
+
"Includes":{"shape":"FilterList"}
|
|
866
949
|
}
|
|
867
950
|
},
|
|
868
951
|
"StartTaskExecutionResponse":{
|
|
@@ -874,13 +957,13 @@
|
|
|
874
957
|
"Subdirectory":{
|
|
875
958
|
"type":"string",
|
|
876
959
|
"max":4096,
|
|
877
|
-
"pattern":"^[a-zA-Z0-9_\\-\\./]
|
|
960
|
+
"pattern":"^[a-zA-Z0-9_\\-\\./]*$"
|
|
878
961
|
},
|
|
879
962
|
"TagKey":{
|
|
880
963
|
"type":"string",
|
|
881
964
|
"max":256,
|
|
882
965
|
"min":1,
|
|
883
|
-
"pattern":"^[a-zA-Z0-9\\s+=._:/-]
|
|
966
|
+
"pattern":"^[a-zA-Z0-9\\s+=._:/-]+$"
|
|
884
967
|
},
|
|
885
968
|
"TagKeyList":{
|
|
886
969
|
"type":"list",
|
|
@@ -896,6 +979,7 @@
|
|
|
896
979
|
},
|
|
897
980
|
"TagListEntry":{
|
|
898
981
|
"type":"structure",
|
|
982
|
+
"required":["Key"],
|
|
899
983
|
"members":{
|
|
900
984
|
"Key":{"shape":"TagKey"},
|
|
901
985
|
"Value":{"shape":"TagValue"}
|
|
@@ -921,7 +1005,7 @@
|
|
|
921
1005
|
"type":"string",
|
|
922
1006
|
"max":256,
|
|
923
1007
|
"min":1,
|
|
924
|
-
"pattern":"^[a-zA-Z0-9\\s+=._:/-]
|
|
1008
|
+
"pattern":"^[a-zA-Z0-9\\s+=._:/-]+$"
|
|
925
1009
|
},
|
|
926
1010
|
"TaggableResourceArn":{
|
|
927
1011
|
"type":"string",
|
|
@@ -1039,7 +1123,9 @@
|
|
|
1039
1123
|
"members":{
|
|
1040
1124
|
"TaskArn":{"shape":"TaskArn"},
|
|
1041
1125
|
"Options":{"shape":"Options"},
|
|
1042
|
-
"
|
|
1126
|
+
"Excludes":{"shape":"FilterList"},
|
|
1127
|
+
"Name":{"shape":"TagValue"},
|
|
1128
|
+
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"}
|
|
1043
1129
|
}
|
|
1044
1130
|
},
|
|
1045
1131
|
"UpdateTaskResponse":{
|
|
@@ -631,6 +631,18 @@
|
|
|
631
631
|
"batchPutMessageErrorEntries":{"shape":"BatchPutMessageErrorEntries"}
|
|
632
632
|
}
|
|
633
633
|
},
|
|
634
|
+
"BucketKeyExpression":{
|
|
635
|
+
"type":"string",
|
|
636
|
+
"max":255,
|
|
637
|
+
"min":1,
|
|
638
|
+
"pattern":"^[a-zA-Z0-9!_.*'()/{}:-]*$"
|
|
639
|
+
},
|
|
640
|
+
"BucketName":{
|
|
641
|
+
"type":"string",
|
|
642
|
+
"max":255,
|
|
643
|
+
"min":3,
|
|
644
|
+
"pattern":"^[a-zA-Z0-9.\\-_]*$"
|
|
645
|
+
},
|
|
634
646
|
"CancelPipelineReprocessingRequest":{
|
|
635
647
|
"type":"structure",
|
|
636
648
|
"required":[
|
|
@@ -886,7 +898,8 @@
|
|
|
886
898
|
"DatasetContentDeliveryDestination":{
|
|
887
899
|
"type":"structure",
|
|
888
900
|
"members":{
|
|
889
|
-
"iotEventsDestinationConfiguration":{"shape":"IotEventsDestinationConfiguration"}
|
|
901
|
+
"iotEventsDestinationConfiguration":{"shape":"IotEventsDestinationConfiguration"},
|
|
902
|
+
"s3DestinationConfiguration":{"shape":"S3DestinationConfiguration"}
|
|
890
903
|
}
|
|
891
904
|
},
|
|
892
905
|
"DatasetContentDeliveryRule":{
|
|
@@ -1299,6 +1312,29 @@
|
|
|
1299
1312
|
"status":{"shape":"DatasetContentStatus"}
|
|
1300
1313
|
}
|
|
1301
1314
|
},
|
|
1315
|
+
"GlueConfiguration":{
|
|
1316
|
+
"type":"structure",
|
|
1317
|
+
"required":[
|
|
1318
|
+
"tableName",
|
|
1319
|
+
"databaseName"
|
|
1320
|
+
],
|
|
1321
|
+
"members":{
|
|
1322
|
+
"tableName":{"shape":"GlueTableName"},
|
|
1323
|
+
"databaseName":{"shape":"GlueDatabaseName"}
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
"GlueDatabaseName":{
|
|
1327
|
+
"type":"string",
|
|
1328
|
+
"max":150,
|
|
1329
|
+
"min":1,
|
|
1330
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
|
1331
|
+
},
|
|
1332
|
+
"GlueTableName":{
|
|
1333
|
+
"type":"string",
|
|
1334
|
+
"max":150,
|
|
1335
|
+
"min":1,
|
|
1336
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
|
1337
|
+
},
|
|
1302
1338
|
"Image":{
|
|
1303
1339
|
"type":"string",
|
|
1304
1340
|
"max":255
|
|
@@ -1777,6 +1813,20 @@
|
|
|
1777
1813
|
"logResult":{"shape":"LogResult"}
|
|
1778
1814
|
}
|
|
1779
1815
|
},
|
|
1816
|
+
"S3DestinationConfiguration":{
|
|
1817
|
+
"type":"structure",
|
|
1818
|
+
"required":[
|
|
1819
|
+
"bucket",
|
|
1820
|
+
"key",
|
|
1821
|
+
"roleArn"
|
|
1822
|
+
],
|
|
1823
|
+
"members":{
|
|
1824
|
+
"bucket":{"shape":"BucketName"},
|
|
1825
|
+
"key":{"shape":"BucketKeyExpression"},
|
|
1826
|
+
"glueConfiguration":{"shape":"GlueConfiguration"},
|
|
1827
|
+
"roleArn":{"shape":"RoleArn"}
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1780
1830
|
"SampleChannelDataRequest":{
|
|
1781
1831
|
"type":"structure",
|
|
1782
1832
|
"required":["channelName"],
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 2,
|
|
3
|
+
"waiters": {
|
|
4
|
+
"FunctionExists": {
|
|
5
|
+
"delay": 1,
|
|
6
|
+
"operation": "GetFunction",
|
|
7
|
+
"maxAttempts": 20,
|
|
8
|
+
"acceptors": [
|
|
9
|
+
{
|
|
10
|
+
"state": "success",
|
|
11
|
+
"matcher": "status",
|
|
12
|
+
"expected": 200
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"state": "retry",
|
|
16
|
+
"matcher": "error",
|
|
17
|
+
"expected": "ResourceNotFoundException"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
data/lib/aws-sdk-core/lambda.rb
CHANGED
|
@@ -3,4 +3,5 @@ Aws.add_service(:Lambda, {
|
|
|
3
3
|
docs: "#{Aws::API_DIR}/lambda/2015-03-31/docs-2.json",
|
|
4
4
|
examples: "#{Aws::API_DIR}/lambda/2015-03-31/examples-1.json",
|
|
5
5
|
paginators: "#{Aws::API_DIR}/lambda/2015-03-31/paginators-1.json",
|
|
6
|
+
waiters: "#{Aws::API_DIR}/lambda/2015-03-31/waiters-2.json",
|
|
6
7
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.11.273
|
|
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: 2019-05-
|
|
11
|
+
date: 2019-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -461,6 +461,7 @@ files:
|
|
|
461
461
|
- apis/lambda/2015-03-31/examples-1.json
|
|
462
462
|
- apis/lambda/2015-03-31/paginators-1.json
|
|
463
463
|
- apis/lambda/2015-03-31/smoke.json
|
|
464
|
+
- apis/lambda/2015-03-31/waiters-2.json
|
|
464
465
|
- apis/lex-models/2017-04-19/api-2.json
|
|
465
466
|
- apis/lex-models/2017-04-19/examples-1.json
|
|
466
467
|
- apis/lex-models/2017-04-19/paginators-1.json
|