aws-sdk-core 2.11.486 → 2.11.487
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 +5 -5
- data/apis/AWSMigrationHub/2017-05-31/api-2.json +48 -8
- data/apis/ec2/2016-11-15/api-2.json +37 -3
- data/apis/glue/2017-03-31/api-2.json +1 -4
- data/apis/imagebuilder/2019-12-02/api-2.json +12 -0
- data/apis/iotevents/2018-07-27/api-2.json +70 -7
- data/apis/lambda/2015-03-31/examples-1.json +1199 -300
- data/apis/mediaconvert/2017-08-29/api-2.json +23 -1
- data/apis/mediatailor/2018-04-23/api-2.json +30 -3
- data/apis/rds/2014-10-31/api-2.json +44 -6
- data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +2 -1
- data/apis/sagemaker/2017-07-24/api-2.json +41 -5
- data/apis/securityhub/2018-10-26/api-2.json +93 -0
- data/apis/snowball/2016-06-30/api-2.json +3 -1
- data/endpoints.json +241 -13
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -8
- data/apis/rds/2015-11-12/api-2.json +0 -5509
- data/apis/rds/2015-11-12/examples-1.json +0 -1951
- data/apis/rds/2015-11-12/paginators-1.json +0 -110
- data/apis/rds/2015-11-12/resources-1.json +0 -3272
- data/apis/rds/2015-11-12/waiters-2.json +0 -175
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2b94d4e92f57d9883883b6b1ccb0b31f159ee08491b82f6be60aa0d7843ea661
|
4
|
+
data.tar.gz: 1f7b487a0025ade90aad568d7608f60945ce60cddb30797fa5b91cdb000ca9db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9b96f51b4bb9c96b643a6e227cd8b06f6fb5eaa2940cab0514ecaec54aa79c7a64067fc7b8bff0dec847f7b1a5989e2423a36785ed5a286c8e631de85f26baa
|
7
|
+
data.tar.gz: d9150f296bd39243790500485488bdd07959df9e4e430c4caee2a3e7173d4b40c8195d6d6c35650f7ceebaa19b10bf2c112a5ff2d847bfe8abca871231515053
|
@@ -22,6 +22,7 @@
|
|
22
22
|
"output":{"shape":"AssociateCreatedArtifactResult"},
|
23
23
|
"errors":[
|
24
24
|
{"shape":"AccessDeniedException"},
|
25
|
+
{"shape":"ThrottlingException"},
|
25
26
|
{"shape":"InternalServerError"},
|
26
27
|
{"shape":"ServiceUnavailableException"},
|
27
28
|
{"shape":"DryRunOperation"},
|
@@ -41,6 +42,7 @@
|
|
41
42
|
"output":{"shape":"AssociateDiscoveredResourceResult"},
|
42
43
|
"errors":[
|
43
44
|
{"shape":"AccessDeniedException"},
|
45
|
+
{"shape":"ThrottlingException"},
|
44
46
|
{"shape":"InternalServerError"},
|
45
47
|
{"shape":"ServiceUnavailableException"},
|
46
48
|
{"shape":"DryRunOperation"},
|
@@ -61,6 +63,7 @@
|
|
61
63
|
"output":{"shape":"CreateProgressUpdateStreamResult"},
|
62
64
|
"errors":[
|
63
65
|
{"shape":"AccessDeniedException"},
|
66
|
+
{"shape":"ThrottlingException"},
|
64
67
|
{"shape":"InternalServerError"},
|
65
68
|
{"shape":"ServiceUnavailableException"},
|
66
69
|
{"shape":"DryRunOperation"},
|
@@ -79,6 +82,7 @@
|
|
79
82
|
"output":{"shape":"DeleteProgressUpdateStreamResult"},
|
80
83
|
"errors":[
|
81
84
|
{"shape":"AccessDeniedException"},
|
85
|
+
{"shape":"ThrottlingException"},
|
82
86
|
{"shape":"InternalServerError"},
|
83
87
|
{"shape":"ServiceUnavailableException"},
|
84
88
|
{"shape":"DryRunOperation"},
|
@@ -98,6 +102,7 @@
|
|
98
102
|
"output":{"shape":"DescribeApplicationStateResult"},
|
99
103
|
"errors":[
|
100
104
|
{"shape":"AccessDeniedException"},
|
105
|
+
{"shape":"ThrottlingException"},
|
101
106
|
{"shape":"InternalServerError"},
|
102
107
|
{"shape":"ServiceUnavailableException"},
|
103
108
|
{"shape":"InvalidInputException"},
|
@@ -116,6 +121,7 @@
|
|
116
121
|
"output":{"shape":"DescribeMigrationTaskResult"},
|
117
122
|
"errors":[
|
118
123
|
{"shape":"AccessDeniedException"},
|
124
|
+
{"shape":"ThrottlingException"},
|
119
125
|
{"shape":"InternalServerError"},
|
120
126
|
{"shape":"ServiceUnavailableException"},
|
121
127
|
{"shape":"InvalidInputException"},
|
@@ -133,6 +139,7 @@
|
|
133
139
|
"output":{"shape":"DisassociateCreatedArtifactResult"},
|
134
140
|
"errors":[
|
135
141
|
{"shape":"AccessDeniedException"},
|
142
|
+
{"shape":"ThrottlingException"},
|
136
143
|
{"shape":"InternalServerError"},
|
137
144
|
{"shape":"ServiceUnavailableException"},
|
138
145
|
{"shape":"DryRunOperation"},
|
@@ -152,6 +159,7 @@
|
|
152
159
|
"output":{"shape":"DisassociateDiscoveredResourceResult"},
|
153
160
|
"errors":[
|
154
161
|
{"shape":"AccessDeniedException"},
|
162
|
+
{"shape":"ThrottlingException"},
|
155
163
|
{"shape":"InternalServerError"},
|
156
164
|
{"shape":"ServiceUnavailableException"},
|
157
165
|
{"shape":"DryRunOperation"},
|
@@ -171,6 +179,7 @@
|
|
171
179
|
"output":{"shape":"ImportMigrationTaskResult"},
|
172
180
|
"errors":[
|
173
181
|
{"shape":"AccessDeniedException"},
|
182
|
+
{"shape":"ThrottlingException"},
|
174
183
|
{"shape":"InternalServerError"},
|
175
184
|
{"shape":"ServiceUnavailableException"},
|
176
185
|
{"shape":"DryRunOperation"},
|
@@ -190,6 +199,7 @@
|
|
190
199
|
"output":{"shape":"ListApplicationStatesResult"},
|
191
200
|
"errors":[
|
192
201
|
{"shape":"AccessDeniedException"},
|
202
|
+
{"shape":"ThrottlingException"},
|
193
203
|
{"shape":"InternalServerError"},
|
194
204
|
{"shape":"ServiceUnavailableException"},
|
195
205
|
{"shape":"InvalidInputException"},
|
@@ -206,6 +216,7 @@
|
|
206
216
|
"output":{"shape":"ListCreatedArtifactsResult"},
|
207
217
|
"errors":[
|
208
218
|
{"shape":"AccessDeniedException"},
|
219
|
+
{"shape":"ThrottlingException"},
|
209
220
|
{"shape":"InternalServerError"},
|
210
221
|
{"shape":"ServiceUnavailableException"},
|
211
222
|
{"shape":"InvalidInputException"},
|
@@ -223,6 +234,7 @@
|
|
223
234
|
"output":{"shape":"ListDiscoveredResourcesResult"},
|
224
235
|
"errors":[
|
225
236
|
{"shape":"AccessDeniedException"},
|
237
|
+
{"shape":"ThrottlingException"},
|
226
238
|
{"shape":"InternalServerError"},
|
227
239
|
{"shape":"ServiceUnavailableException"},
|
228
240
|
{"shape":"InvalidInputException"},
|
@@ -240,6 +252,7 @@
|
|
240
252
|
"output":{"shape":"ListMigrationTasksResult"},
|
241
253
|
"errors":[
|
242
254
|
{"shape":"AccessDeniedException"},
|
255
|
+
{"shape":"ThrottlingException"},
|
243
256
|
{"shape":"InternalServerError"},
|
244
257
|
{"shape":"ServiceUnavailableException"},
|
245
258
|
{"shape":"InvalidInputException"},
|
@@ -258,6 +271,7 @@
|
|
258
271
|
"output":{"shape":"ListProgressUpdateStreamsResult"},
|
259
272
|
"errors":[
|
260
273
|
{"shape":"AccessDeniedException"},
|
274
|
+
{"shape":"ThrottlingException"},
|
261
275
|
{"shape":"InternalServerError"},
|
262
276
|
{"shape":"ServiceUnavailableException"},
|
263
277
|
{"shape":"InvalidInputException"},
|
@@ -274,6 +288,7 @@
|
|
274
288
|
"output":{"shape":"NotifyApplicationStateResult"},
|
275
289
|
"errors":[
|
276
290
|
{"shape":"AccessDeniedException"},
|
291
|
+
{"shape":"ThrottlingException"},
|
277
292
|
{"shape":"InternalServerError"},
|
278
293
|
{"shape":"ServiceUnavailableException"},
|
279
294
|
{"shape":"DryRunOperation"},
|
@@ -294,6 +309,7 @@
|
|
294
309
|
"output":{"shape":"NotifyMigrationTaskStateResult"},
|
295
310
|
"errors":[
|
296
311
|
{"shape":"AccessDeniedException"},
|
312
|
+
{"shape":"ThrottlingException"},
|
297
313
|
{"shape":"InternalServerError"},
|
298
314
|
{"shape":"ServiceUnavailableException"},
|
299
315
|
{"shape":"DryRunOperation"},
|
@@ -313,6 +329,7 @@
|
|
313
329
|
"output":{"shape":"PutResourceAttributesResult"},
|
314
330
|
"errors":[
|
315
331
|
{"shape":"AccessDeniedException"},
|
332
|
+
{"shape":"ThrottlingException"},
|
316
333
|
{"shape":"InternalServerError"},
|
317
334
|
{"shape":"ServiceUnavailableException"},
|
318
335
|
{"shape":"DryRunOperation"},
|
@@ -334,7 +351,8 @@
|
|
334
351
|
"ApplicationId":{
|
335
352
|
"type":"string",
|
336
353
|
"max":1600,
|
337
|
-
"min":1
|
354
|
+
"min":1,
|
355
|
+
"pattern":"^.{1,1600}$"
|
338
356
|
},
|
339
357
|
"ApplicationIds":{
|
340
358
|
"type":"list",
|
@@ -404,7 +422,9 @@
|
|
404
422
|
},
|
405
423
|
"ConfigurationId":{
|
406
424
|
"type":"string",
|
407
|
-
"
|
425
|
+
"max":1600,
|
426
|
+
"min":1,
|
427
|
+
"pattern":"^.{1,1600}$"
|
408
428
|
},
|
409
429
|
"CreateProgressUpdateStreamRequest":{
|
410
430
|
"type":"structure",
|
@@ -430,7 +450,8 @@
|
|
430
450
|
"CreatedArtifactDescription":{
|
431
451
|
"type":"string",
|
432
452
|
"max":500,
|
433
|
-
"min":0
|
453
|
+
"min":0,
|
454
|
+
"pattern":"^.{0,500}$"
|
434
455
|
},
|
435
456
|
"CreatedArtifactList":{
|
436
457
|
"type":"list",
|
@@ -535,7 +556,8 @@
|
|
535
556
|
"DiscoveredResourceDescription":{
|
536
557
|
"type":"string",
|
537
558
|
"max":500,
|
538
|
-
"min":0
|
559
|
+
"min":0,
|
560
|
+
"pattern":"^.{0,500}$"
|
539
561
|
},
|
540
562
|
"DiscoveredResourceList":{
|
541
563
|
"type":"list",
|
@@ -856,12 +878,14 @@
|
|
856
878
|
"ResourceAttributeValue":{
|
857
879
|
"type":"string",
|
858
880
|
"max":256,
|
859
|
-
"min":1
|
881
|
+
"min":1,
|
882
|
+
"pattern":"^.{1,256}$"
|
860
883
|
},
|
861
884
|
"ResourceName":{
|
862
885
|
"type":"string",
|
863
886
|
"max":1600,
|
864
|
-
"min":1
|
887
|
+
"min":1,
|
888
|
+
"pattern":"^.{1,1600}$"
|
865
889
|
},
|
866
890
|
"ResourceNotFoundException":{
|
867
891
|
"type":"structure",
|
@@ -870,6 +894,7 @@
|
|
870
894
|
},
|
871
895
|
"exception":true
|
872
896
|
},
|
897
|
+
"RetryAfterSeconds":{"type":"integer"},
|
873
898
|
"ServiceUnavailableException":{
|
874
899
|
"type":"structure",
|
875
900
|
"members":{
|
@@ -890,7 +915,8 @@
|
|
890
915
|
"StatusDetail":{
|
891
916
|
"type":"string",
|
892
917
|
"max":500,
|
893
|
-
"min":0
|
918
|
+
"min":0,
|
919
|
+
"pattern":"^.{0,500}$"
|
894
920
|
},
|
895
921
|
"Task":{
|
896
922
|
"type":"structure",
|
@@ -901,7 +927,21 @@
|
|
901
927
|
"ProgressPercent":{"shape":"ProgressPercent"}
|
902
928
|
}
|
903
929
|
},
|
904
|
-
"
|
930
|
+
"ThrottlingException":{
|
931
|
+
"type":"structure",
|
932
|
+
"required":["Message"],
|
933
|
+
"members":{
|
934
|
+
"Message":{"shape":"ErrorMessage"},
|
935
|
+
"RetryAfterSeconds":{"shape":"RetryAfterSeconds"}
|
936
|
+
},
|
937
|
+
"exception":true
|
938
|
+
},
|
939
|
+
"Token":{
|
940
|
+
"type":"string",
|
941
|
+
"max":2048,
|
942
|
+
"min":0,
|
943
|
+
"pattern":"^[a-zA-Z0-9\\/\\+\\=]{0,2048}$"
|
944
|
+
},
|
905
945
|
"UnauthorizedOperation":{
|
906
946
|
"type":"structure",
|
907
947
|
"members":{
|
@@ -596,7 +596,8 @@
|
|
596
596
|
"method":"POST",
|
597
597
|
"requestUri":"/"
|
598
598
|
},
|
599
|
-
"input":{"shape":"CreatePlacementGroupRequest"}
|
599
|
+
"input":{"shape":"CreatePlacementGroupRequest"},
|
600
|
+
"output":{"shape":"CreatePlacementGroupResult"}
|
600
601
|
},
|
601
602
|
"CreateReservedInstancesListing":{
|
602
603
|
"name":"CreateReservedInstancesListing",
|
@@ -6814,6 +6815,10 @@
|
|
6814
6815
|
"DryRun":{
|
6815
6816
|
"shape":"Boolean",
|
6816
6817
|
"locationName":"dryRun"
|
6818
|
+
},
|
6819
|
+
"TagSpecifications":{
|
6820
|
+
"shape":"TagSpecificationList",
|
6821
|
+
"locationName":"TagSpecification"
|
6817
6822
|
}
|
6818
6823
|
}
|
6819
6824
|
},
|
@@ -7108,7 +7113,20 @@
|
|
7108
7113
|
"shape":"PlacementStrategy",
|
7109
7114
|
"locationName":"strategy"
|
7110
7115
|
},
|
7111
|
-
"PartitionCount":{"shape":"Integer"}
|
7116
|
+
"PartitionCount":{"shape":"Integer"},
|
7117
|
+
"TagSpecifications":{
|
7118
|
+
"shape":"TagSpecificationList",
|
7119
|
+
"locationName":"TagSpecification"
|
7120
|
+
}
|
7121
|
+
}
|
7122
|
+
},
|
7123
|
+
"CreatePlacementGroupResult":{
|
7124
|
+
"type":"structure",
|
7125
|
+
"members":{
|
7126
|
+
"PlacementGroup":{
|
7127
|
+
"shape":"PlacementGroup",
|
7128
|
+
"locationName":"placementGroup"
|
7129
|
+
}
|
7112
7130
|
}
|
7113
7131
|
},
|
7114
7132
|
"CreateReservedInstancesListingRequest":{
|
@@ -8275,9 +8293,9 @@
|
|
8275
8293
|
},
|
8276
8294
|
"DeleteKeyPairRequest":{
|
8277
8295
|
"type":"structure",
|
8278
|
-
"required":["KeyName"],
|
8279
8296
|
"members":{
|
8280
8297
|
"KeyName":{"shape":"KeyPairName"},
|
8298
|
+
"KeyPairId":{"shape":"KeyPairId"},
|
8281
8299
|
"DryRun":{
|
8282
8300
|
"shape":"Boolean",
|
8283
8301
|
"locationName":"dryRun"
|
@@ -16540,6 +16558,10 @@
|
|
16540
16558
|
"PublicKeyMaterial":{
|
16541
16559
|
"shape":"Blob",
|
16542
16560
|
"locationName":"publicKeyMaterial"
|
16561
|
+
},
|
16562
|
+
"TagSpecifications":{
|
16563
|
+
"shape":"TagSpecificationList",
|
16564
|
+
"locationName":"TagSpecification"
|
16543
16565
|
}
|
16544
16566
|
}
|
16545
16567
|
},
|
@@ -16553,6 +16575,14 @@
|
|
16553
16575
|
"KeyName":{
|
16554
16576
|
"shape":"String",
|
16555
16577
|
"locationName":"keyName"
|
16578
|
+
},
|
16579
|
+
"KeyPairId":{
|
16580
|
+
"shape":"String",
|
16581
|
+
"locationName":"keyPairId"
|
16582
|
+
},
|
16583
|
+
"Tags":{
|
16584
|
+
"shape":"TagList",
|
16585
|
+
"locationName":"tagSet"
|
16556
16586
|
}
|
16557
16587
|
}
|
16558
16588
|
},
|
@@ -18428,6 +18458,10 @@
|
|
18428
18458
|
"KeyPairId":{
|
18429
18459
|
"shape":"String",
|
18430
18460
|
"locationName":"keyPairId"
|
18461
|
+
},
|
18462
|
+
"Tags":{
|
18463
|
+
"shape":"TagList",
|
18464
|
+
"locationName":"tagSet"
|
18431
18465
|
}
|
18432
18466
|
}
|
18433
18467
|
},
|
@@ -4175,10 +4175,7 @@
|
|
4175
4175
|
},
|
4176
4176
|
"GetUserDefinedFunctionsRequest":{
|
4177
4177
|
"type":"structure",
|
4178
|
-
"required":[
|
4179
|
-
"DatabaseName",
|
4180
|
-
"Pattern"
|
4181
|
-
],
|
4178
|
+
"required":["Pattern"],
|
4182
4179
|
"members":{
|
4183
4180
|
"CatalogId":{"shape":"CatalogIdString"},
|
4184
4181
|
"DatabaseName":{"shape":"NameString"},
|
@@ -1022,6 +1022,7 @@
|
|
1022
1022
|
"infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
|
1023
1023
|
"distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
|
1024
1024
|
"imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
|
1025
|
+
"enhancedImageMetadataEnabled":{"shape":"NullableBoolean"},
|
1025
1026
|
"schedule":{"shape":"Schedule"},
|
1026
1027
|
"status":{"shape":"PipelineStatus"},
|
1027
1028
|
"tags":{"shape":"TagMap"},
|
@@ -1082,6 +1083,7 @@
|
|
1082
1083
|
"distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
|
1083
1084
|
"infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
|
1084
1085
|
"imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
|
1086
|
+
"enhancedImageMetadataEnabled":{"shape":"NullableBoolean"},
|
1085
1087
|
"tags":{"shape":"TagMap"},
|
1086
1088
|
"clientToken":{
|
1087
1089
|
"shape":"ClientToken",
|
@@ -1540,6 +1542,8 @@
|
|
1540
1542
|
"name":{"shape":"ResourceName"},
|
1541
1543
|
"version":{"shape":"VersionNumber"},
|
1542
1544
|
"platform":{"shape":"Platform"},
|
1545
|
+
"enhancedImageMetadataEnabled":{"shape":"NullableBoolean"},
|
1546
|
+
"osVersion":{"shape":"OsVersion"},
|
1543
1547
|
"state":{"shape":"ImageState"},
|
1544
1548
|
"imageRecipe":{"shape":"ImageRecipe"},
|
1545
1549
|
"sourcePipelineName":{"shape":"ResourceName"},
|
@@ -1567,6 +1571,7 @@
|
|
1567
1571
|
"name":{"shape":"ResourceName"},
|
1568
1572
|
"description":{"shape":"NonEmptyString"},
|
1569
1573
|
"platform":{"shape":"Platform"},
|
1574
|
+
"enhancedImageMetadataEnabled":{"shape":"NullableBoolean"},
|
1570
1575
|
"imageRecipeArn":{"shape":"Arn"},
|
1571
1576
|
"infrastructureConfigurationArn":{"shape":"Arn"},
|
1572
1577
|
"distributionConfigurationArn":{"shape":"Arn"},
|
@@ -1654,6 +1659,7 @@
|
|
1654
1659
|
"name":{"shape":"ResourceName"},
|
1655
1660
|
"version":{"shape":"VersionNumber"},
|
1656
1661
|
"platform":{"shape":"Platform"},
|
1662
|
+
"osVersion":{"shape":"OsVersion"},
|
1657
1663
|
"state":{"shape":"ImageState"},
|
1658
1664
|
"owner":{"shape":"NonEmptyString"},
|
1659
1665
|
"dateCreated":{"shape":"DateTime"},
|
@@ -1684,6 +1690,7 @@
|
|
1684
1690
|
"name":{"shape":"ResourceName"},
|
1685
1691
|
"version":{"shape":"VersionNumber"},
|
1686
1692
|
"platform":{"shape":"Platform"},
|
1693
|
+
"osVersion":{"shape":"OsVersion"},
|
1687
1694
|
"owner":{"shape":"NonEmptyString"},
|
1688
1695
|
"dateCreated":{"shape":"DateTime"}
|
1689
1696
|
}
|
@@ -2056,6 +2063,10 @@
|
|
2056
2063
|
"min":1
|
2057
2064
|
},
|
2058
2065
|
"NullableBoolean":{"type":"boolean"},
|
2066
|
+
"OsVersion":{
|
2067
|
+
"type":"string",
|
2068
|
+
"min":1
|
2069
|
+
},
|
2059
2070
|
"OutputResources":{
|
2060
2071
|
"type":"structure",
|
2061
2072
|
"members":{
|
@@ -2362,6 +2373,7 @@
|
|
2362
2373
|
"infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
|
2363
2374
|
"distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
|
2364
2375
|
"imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
|
2376
|
+
"enhancedImageMetadataEnabled":{"shape":"NullableBoolean"},
|
2365
2377
|
"schedule":{"shape":"Schedule"},
|
2366
2378
|
"status":{"shape":"PipelineStatus"},
|
2367
2379
|
"clientToken":{
|
@@ -289,7 +289,9 @@
|
|
289
289
|
"lambda":{"shape":"LambdaAction"},
|
290
290
|
"iotEvents":{"shape":"IotEventsAction"},
|
291
291
|
"sqs":{"shape":"SqsAction"},
|
292
|
-
"firehose":{"shape":"FirehoseAction"}
|
292
|
+
"firehose":{"shape":"FirehoseAction"},
|
293
|
+
"dynamoDB":{"shape":"DynamoDBAction"},
|
294
|
+
"dynamoDBv2":{"shape":"DynamoDBv2Action"}
|
293
295
|
}
|
294
296
|
},
|
295
297
|
"Actions":{
|
@@ -331,6 +333,10 @@
|
|
331
333
|
"type":"string",
|
332
334
|
"max":512
|
333
335
|
},
|
336
|
+
"ContentExpression":{
|
337
|
+
"type":"string",
|
338
|
+
"min":1
|
339
|
+
},
|
334
340
|
"CreateDetectorModelRequest":{
|
335
341
|
"type":"structure",
|
336
342
|
"required":[
|
@@ -559,6 +565,39 @@
|
|
559
565
|
"evaluationMethod":{"shape":"EvaluationMethod"}
|
560
566
|
}
|
561
567
|
},
|
568
|
+
"DynamoDBAction":{
|
569
|
+
"type":"structure",
|
570
|
+
"required":[
|
571
|
+
"hashKeyField",
|
572
|
+
"hashKeyValue",
|
573
|
+
"tableName"
|
574
|
+
],
|
575
|
+
"members":{
|
576
|
+
"hashKeyType":{"shape":"DynamoKeyType"},
|
577
|
+
"hashKeyField":{"shape":"DynamoKeyField"},
|
578
|
+
"hashKeyValue":{"shape":"DynamoKeyValue"},
|
579
|
+
"rangeKeyType":{"shape":"DynamoKeyType"},
|
580
|
+
"rangeKeyField":{"shape":"DynamoKeyField"},
|
581
|
+
"rangeKeyValue":{"shape":"DynamoKeyValue"},
|
582
|
+
"operation":{"shape":"DynamoOperation"},
|
583
|
+
"payloadField":{"shape":"DynamoKeyField"},
|
584
|
+
"tableName":{"shape":"DynamoTableName"},
|
585
|
+
"payload":{"shape":"Payload"}
|
586
|
+
}
|
587
|
+
},
|
588
|
+
"DynamoDBv2Action":{
|
589
|
+
"type":"structure",
|
590
|
+
"required":["tableName"],
|
591
|
+
"members":{
|
592
|
+
"tableName":{"shape":"DynamoTableName"},
|
593
|
+
"payload":{"shape":"Payload"}
|
594
|
+
}
|
595
|
+
},
|
596
|
+
"DynamoKeyField":{"type":"string"},
|
597
|
+
"DynamoKeyType":{"type":"string"},
|
598
|
+
"DynamoKeyValue":{"type":"string"},
|
599
|
+
"DynamoOperation":{"type":"string"},
|
600
|
+
"DynamoTableName":{"type":"string"},
|
562
601
|
"EvaluationMethod":{
|
563
602
|
"type":"string",
|
564
603
|
"enum":[
|
@@ -588,7 +627,8 @@
|
|
588
627
|
"required":["deliveryStreamName"],
|
589
628
|
"members":{
|
590
629
|
"deliveryStreamName":{"shape":"DeliveryStreamName"},
|
591
|
-
"separator":{"shape":"FirehoseSeparator"}
|
630
|
+
"separator":{"shape":"FirehoseSeparator"},
|
631
|
+
"payload":{"shape":"Payload"}
|
592
632
|
}
|
593
633
|
},
|
594
634
|
"FirehoseSeparator":{
|
@@ -683,14 +723,16 @@
|
|
683
723
|
"type":"structure",
|
684
724
|
"required":["inputName"],
|
685
725
|
"members":{
|
686
|
-
"inputName":{"shape":"InputName"}
|
726
|
+
"inputName":{"shape":"InputName"},
|
727
|
+
"payload":{"shape":"Payload"}
|
687
728
|
}
|
688
729
|
},
|
689
730
|
"IotTopicPublishAction":{
|
690
731
|
"type":"structure",
|
691
732
|
"required":["mqttTopic"],
|
692
733
|
"members":{
|
693
|
-
"mqttTopic":{"shape":"MQTTTopic"}
|
734
|
+
"mqttTopic":{"shape":"MQTTTopic"},
|
735
|
+
"payload":{"shape":"Payload"}
|
694
736
|
}
|
695
737
|
},
|
696
738
|
"KeyValue":{
|
@@ -703,7 +745,8 @@
|
|
703
745
|
"type":"structure",
|
704
746
|
"required":["functionArn"],
|
705
747
|
"members":{
|
706
|
-
"functionArn":{"shape":"AmazonResourceName"}
|
748
|
+
"functionArn":{"shape":"AmazonResourceName"},
|
749
|
+
"payload":{"shape":"Payload"}
|
707
750
|
}
|
708
751
|
},
|
709
752
|
"LimitExceededException":{
|
@@ -856,6 +899,24 @@
|
|
856
899
|
"transitionEvents":{"shape":"TransitionEvents"}
|
857
900
|
}
|
858
901
|
},
|
902
|
+
"Payload":{
|
903
|
+
"type":"structure",
|
904
|
+
"required":[
|
905
|
+
"contentExpression",
|
906
|
+
"type"
|
907
|
+
],
|
908
|
+
"members":{
|
909
|
+
"contentExpression":{"shape":"ContentExpression"},
|
910
|
+
"type":{"shape":"PayloadType"}
|
911
|
+
}
|
912
|
+
},
|
913
|
+
"PayloadType":{
|
914
|
+
"type":"string",
|
915
|
+
"enum":[
|
916
|
+
"STRING",
|
917
|
+
"JSON"
|
918
|
+
]
|
919
|
+
},
|
859
920
|
"PutLoggingOptionsRequest":{
|
860
921
|
"type":"structure",
|
861
922
|
"required":["loggingOptions"],
|
@@ -901,7 +962,8 @@
|
|
901
962
|
"type":"structure",
|
902
963
|
"required":["targetArn"],
|
903
964
|
"members":{
|
904
|
-
"targetArn":{"shape":"AmazonResourceName"}
|
965
|
+
"targetArn":{"shape":"AmazonResourceName"},
|
966
|
+
"payload":{"shape":"Payload"}
|
905
967
|
}
|
906
968
|
},
|
907
969
|
"Seconds":{
|
@@ -947,7 +1009,8 @@
|
|
947
1009
|
"required":["queueUrl"],
|
948
1010
|
"members":{
|
949
1011
|
"queueUrl":{"shape":"QueueUrl"},
|
950
|
-
"useBase64":{"shape":"UseBase64"}
|
1012
|
+
"useBase64":{"shape":"UseBase64"},
|
1013
|
+
"payload":{"shape":"Payload"}
|
951
1014
|
}
|
952
1015
|
},
|
953
1016
|
"State":{
|