aws-sdk-core 2.11.492 → 2.11.493
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/application-autoscaling/2016-02-06/api-2.json +8 -3
- data/apis/application-autoscaling/2016-02-06/examples-1.json +6 -169
- data/apis/firehose/2015-08-04/api-2.json +125 -18
- data/apis/mediapackage-vod/2018-11-07/api-2.json +192 -0
- data/apis/pinpoint/2016-12-01/api-2.json +59 -0
- data/apis/ram/2018-01-04/api-2.json +44 -1
- data/apis/rds/2014-10-31/api-2.json +2 -0
- data/apis/storagegateway/2013-06-30/api-2.json +118 -0
- data/apis/transfer/2018-11-05/api-2.json +40 -3
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d563080c24a83ac65ad9ff234a7df3fda38639fffbce1b7c827be92c910c6eb
|
4
|
+
data.tar.gz: 0a79cfeda8aa1834896c6c25114218b3d071d379f0a02fa23e66014eec0ed5ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eddfb7272a00e4639ceaef5fd02d52a7b6f1749bd95e002cc13ecc220441c55b1e31d62a543e665e77065379188ff05e9ab1abe899be282070e66c132750d579
|
7
|
+
data.tar.gz: 2689b39d1e03c2e987d556a26905635c892e1e7839873d1ebed4993e9fbe1403feb8c1f898415e0124db81b31e3cc8b3ce7cd8f48905a8464c3d6fe102a05db1
|
@@ -432,7 +432,9 @@
|
|
432
432
|
"ECSServiceAverageMemoryUtilization",
|
433
433
|
"AppStreamAverageCapacityUtilization",
|
434
434
|
"ComprehendInferenceUtilization",
|
435
|
-
"LambdaProvisionedConcurrencyUtilization"
|
435
|
+
"LambdaProvisionedConcurrencyUtilization",
|
436
|
+
"CassandraReadCapacityUtilization",
|
437
|
+
"CassandraWriteCapacityUtilization"
|
436
438
|
]
|
437
439
|
},
|
438
440
|
"MetricUnit":{"type":"string"},
|
@@ -572,7 +574,9 @@
|
|
572
574
|
"sagemaker:variant:DesiredInstanceCount",
|
573
575
|
"custom-resource:ResourceType:Property",
|
574
576
|
"comprehend:document-classifier-endpoint:DesiredInferenceUnits",
|
575
|
-
"lambda:function:ProvisionedConcurrency"
|
577
|
+
"lambda:function:ProvisionedConcurrency",
|
578
|
+
"cassandra:table:ReadCapacityUnits",
|
579
|
+
"cassandra:table:WriteCapacityUnits"
|
576
580
|
]
|
577
581
|
},
|
578
582
|
"ScalableTarget":{
|
@@ -724,7 +728,8 @@
|
|
724
728
|
"sagemaker",
|
725
729
|
"custom-resource",
|
726
730
|
"comprehend",
|
727
|
-
"lambda"
|
731
|
+
"lambda",
|
732
|
+
"cassandra"
|
728
733
|
]
|
729
734
|
},
|
730
735
|
"StepAdjustment":{
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"output": {
|
51
51
|
"ScalableTargets": [
|
52
52
|
{
|
53
|
-
"CreationTime": "
|
53
|
+
"CreationTime": "2019-05-06T11:21:46.199Z",
|
54
54
|
"MaxCapacity": 10,
|
55
55
|
"MinCapacity": 1,
|
56
56
|
"ResourceId": "service/default/web-app",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"output": {
|
72
72
|
}
|
73
73
|
},
|
74
|
-
"description": "This example describes the scalable targets for the
|
74
|
+
"description": "This example describes the scalable targets for the ECS service namespace.",
|
75
75
|
"id": "to-describe-scalable-targets-1470864286961",
|
76
76
|
"title": "To describe scalable targets"
|
77
77
|
}
|
@@ -89,11 +89,11 @@
|
|
89
89
|
"ActivityId": "e6c5f7d1-dbbb-4a3f-89b2-51f33e766399",
|
90
90
|
"Cause": "monitor alarm web-app-cpu-lt-25 in state ALARM triggered policy web-app-cpu-lt-25",
|
91
91
|
"Description": "Setting desired count to 1.",
|
92
|
-
"EndTime": "
|
92
|
+
"EndTime": "2019-05-06T16:04:32.111Z",
|
93
93
|
"ResourceId": "service/default/web-app",
|
94
94
|
"ScalableDimension": "ecs:service:DesiredCount",
|
95
95
|
"ServiceNamespace": "ecs",
|
96
|
-
"StartTime": "
|
96
|
+
"StartTime": "2019-05-06T16:03:58.171Z",
|
97
97
|
"StatusCode": "Successful",
|
98
98
|
"StatusMessage": "Successfully set desired count to 1. Change successfully fulfilled by ecs."
|
99
99
|
}
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"AlarmName": "web-app-cpu-gt-75"
|
126
126
|
}
|
127
127
|
],
|
128
|
-
"CreationTime": "
|
128
|
+
"CreationTime": "2019-05-06T12:11:39.230Z",
|
129
129
|
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/web-app-cpu-gt-75",
|
130
130
|
"PolicyName": "web-app-cpu-gt-75",
|
131
131
|
"PolicyType": "StepScaling",
|
@@ -151,7 +151,7 @@
|
|
151
151
|
"output": {
|
152
152
|
}
|
153
153
|
},
|
154
|
-
"description": "This example describes the scaling policies for the
|
154
|
+
"description": "This example describes the scaling policies for the ECS service namespace.",
|
155
155
|
"id": "to-describe-scaling-policies-1470864609734",
|
156
156
|
"title": "To describe scaling policies"
|
157
157
|
}
|
@@ -195,153 +195,6 @@
|
|
195
195
|
"description": "The following example applies a target tracking scaling policy with a predefined metric specification to an Amazon ECS service called web-app in the default cluster. The policy keeps the average CPU utilization of the service at 75 percent, with scale-out and scale-in cooldown periods of 60 seconds.",
|
196
196
|
"id": "to-apply-a-target-tracking-scaling-policy-with-a-predefined-metric-specification-1569364247984",
|
197
197
|
"title": "To apply a target tracking scaling policy with a predefined metric specification"
|
198
|
-
},
|
199
|
-
{
|
200
|
-
"input": {
|
201
|
-
"PolicyName": "cms75-target-tracking-scaling-policy",
|
202
|
-
"PolicyType": "TargetTrackingScaling",
|
203
|
-
"ResourceId": "service/default/web-app",
|
204
|
-
"ScalableDimension": "ecs:service:DesiredCount",
|
205
|
-
"ServiceNamespace": "ecs",
|
206
|
-
"TargetTrackingScalingPolicyConfiguration": {
|
207
|
-
"CustomizedMetricSpecification": {
|
208
|
-
"Dimensions": [
|
209
|
-
{
|
210
|
-
"Name": "MyOptionalMetricDimensionName",
|
211
|
-
"Value": "MyOptionalMetricDimensionValue"
|
212
|
-
}
|
213
|
-
],
|
214
|
-
"MetricName": "MyUtilizationMetric",
|
215
|
-
"Namespace": "MyNamespace",
|
216
|
-
"Statistic": "Average",
|
217
|
-
"Unit": "Percent"
|
218
|
-
},
|
219
|
-
"ScaleInCooldown": 60,
|
220
|
-
"ScaleOutCooldown": 60,
|
221
|
-
"TargetValue": 75
|
222
|
-
}
|
223
|
-
},
|
224
|
-
"output": {
|
225
|
-
"Alarms": [
|
226
|
-
{
|
227
|
-
"AlarmARN": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmHigh-9bc77b56-0571-4276-ba0f-d4178882e0a0",
|
228
|
-
"AlarmName": "TargetTracking-service/default/web-app-AlarmHigh-9bc77b56-0571-4276-ba0f-d4178882e0a0"
|
229
|
-
},
|
230
|
-
{
|
231
|
-
"AlarmARN": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmLow-9b6ad934-6d37-438e-9e05-02836ddcbdc4",
|
232
|
-
"AlarmName": "TargetTracking-service/default/web-app-AlarmLow-9b6ad934-6d37-438e-9e05-02836ddcbdc4"
|
233
|
-
}
|
234
|
-
],
|
235
|
-
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy: 8784a896-b2ba-47a1-b08c-27301cc499a1:resource/ecs/service/default/web-app:policyName/cms75-target-tracking-scaling-policy"
|
236
|
-
},
|
237
|
-
"comments": {
|
238
|
-
"input": {
|
239
|
-
},
|
240
|
-
"output": {
|
241
|
-
}
|
242
|
-
},
|
243
|
-
"description": "The following example applies a target tracking scaling policy with a customized metric specification to an Amazon ECS service called web-app in the default cluster. The policy keeps the average utilization of the service at 75 percent, with scale-out and scale-in cooldown periods of 60 seconds. ",
|
244
|
-
"id": "to-apply-a-target-tracking-scaling-policy-with-a-customized-metric-specification-1569365036205",
|
245
|
-
"title": "To apply a target tracking scaling policy with a customized metric specification"
|
246
|
-
},
|
247
|
-
{
|
248
|
-
"input": {
|
249
|
-
"PolicyName": "alb-scale-out-target-tracking-scaling-policy",
|
250
|
-
"PolicyType": "TargetTrackingScaling",
|
251
|
-
"ResourceId": "service/default/web-app",
|
252
|
-
"ScalableDimension": "ecs:service:DesiredCount",
|
253
|
-
"ServiceNamespace": "ecs",
|
254
|
-
"TargetTrackingScalingPolicyConfiguration": {
|
255
|
-
"DisableScaleIn": true,
|
256
|
-
"PredefinedMetricSpecification": {
|
257
|
-
"PredefinedMetricType": "ALBRequestCountPerTarget",
|
258
|
-
"ResourceLabel": "app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d"
|
259
|
-
},
|
260
|
-
"ScaleInCooldown": 60,
|
261
|
-
"ScaleOutCooldown": 60,
|
262
|
-
"TargetValue": 1000
|
263
|
-
}
|
264
|
-
},
|
265
|
-
"output": {
|
266
|
-
"Alarms": [
|
267
|
-
{
|
268
|
-
"AlarmARN": "TargetTracking-service/default/web-app-AlarmHigh-d4f0770c-b46e-434a-a60f-3b36d653feca",
|
269
|
-
"AlarmName": "arn:aws:cloudwatch:us-west-2:012345678910:alarm:TargetTracking-service/default/web-app-AlarmHigh-d4f0770c-b46e-434a-a60f-3b36d653feca"
|
270
|
-
}
|
271
|
-
],
|
272
|
-
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/alb-scale-out-target-tracking-scaling-policy"
|
273
|
-
},
|
274
|
-
"comments": {
|
275
|
-
"input": {
|
276
|
-
},
|
277
|
-
"output": {
|
278
|
-
}
|
279
|
-
},
|
280
|
-
"description": "The following example applies a target tracking scaling policy to an Amazon ECS service called web-app in the default cluster. The policy is used to scale out the ECS service when the RequestCountPerTarget metric from the Application Load Balancer exceeds the threshold.",
|
281
|
-
"id": "to-apply-a-target-tracking-scaling-policy-for-scale-out-only-1569366080118",
|
282
|
-
"title": "To apply a target tracking scaling policy for scale out only"
|
283
|
-
},
|
284
|
-
{
|
285
|
-
"input": {
|
286
|
-
"PolicyName": "web-app-cpu-gt-75",
|
287
|
-
"PolicyType": "StepScaling",
|
288
|
-
"ResourceId": "service/default/web-app",
|
289
|
-
"ScalableDimension": "ecs:service:DesiredCount",
|
290
|
-
"ServiceNamespace": "ecs",
|
291
|
-
"StepScalingPolicyConfiguration": {
|
292
|
-
"AdjustmentType": "PercentChangeInCapacity",
|
293
|
-
"Cooldown": 60,
|
294
|
-
"StepAdjustments": [
|
295
|
-
{
|
296
|
-
"MetricIntervalLowerBound": 0,
|
297
|
-
"ScalingAdjustment": 200
|
298
|
-
}
|
299
|
-
]
|
300
|
-
}
|
301
|
-
},
|
302
|
-
"output": {
|
303
|
-
"PolicyARN": "arn:aws:autoscaling:us-west-2:012345678910:scalingPolicy:6d8972f3-efc8-437c-92d1-6270f29a66e7:resource/ecs/service/default/web-app:policyName/web-app-cpu-gt-75"
|
304
|
-
},
|
305
|
-
"comments": {
|
306
|
-
"input": {
|
307
|
-
},
|
308
|
-
"output": {
|
309
|
-
}
|
310
|
-
},
|
311
|
-
"description": "This example applies a step scaling policy to an Amazon ECS service called web-app in the default cluster. The policy increases the desired count of the service by 200%, with a cool down period of 60 seconds.",
|
312
|
-
"id": "to-apply-a-step-scaling-policy-to-an-amazon-ecs-service-1470864779862",
|
313
|
-
"title": "To apply a step scaling policy to an Amazon ECS service"
|
314
|
-
},
|
315
|
-
{
|
316
|
-
"input": {
|
317
|
-
"PolicyName": "fleet-cpu-gt-75",
|
318
|
-
"PolicyType": "StepScaling",
|
319
|
-
"ResourceId": "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3",
|
320
|
-
"ScalableDimension": "ec2:spot-fleet-request:TargetCapacity",
|
321
|
-
"ServiceNamespace": "ec2",
|
322
|
-
"StepScalingPolicyConfiguration": {
|
323
|
-
"AdjustmentType": "PercentChangeInCapacity",
|
324
|
-
"Cooldown": 180,
|
325
|
-
"StepAdjustments": [
|
326
|
-
{
|
327
|
-
"MetricIntervalLowerBound": 0,
|
328
|
-
"ScalingAdjustment": 200
|
329
|
-
}
|
330
|
-
]
|
331
|
-
}
|
332
|
-
},
|
333
|
-
"output": {
|
334
|
-
"PolicyARN": "arn:aws:autoscaling:us-east-1:012345678910:scalingPolicy:89406401-0cb7-4130-b770-d97cca0e446b:resource/ec2/spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3:policyName/fleet-cpu-gt-75"
|
335
|
-
},
|
336
|
-
"comments": {
|
337
|
-
"input": {
|
338
|
-
},
|
339
|
-
"output": {
|
340
|
-
}
|
341
|
-
},
|
342
|
-
"description": "This example applies a step scaling policy to an Amazon EC2 Spot fleet. The policy increases the target capacity of the spot fleet by 200%, with a cool down period of 180 seconds.\",\n ",
|
343
|
-
"id": "to-apply-a-step-scaling-policy-to-an-amazon-ec2-spot-fleet-1472073278469",
|
344
|
-
"title": "To apply a step scaling policy to an Amazon EC2 Spot fleet"
|
345
198
|
}
|
346
199
|
],
|
347
200
|
"RegisterScalableTarget": [
|
@@ -362,22 +215,6 @@
|
|
362
215
|
"description": "This example registers a scalable target from an Amazon ECS service called web-app that is running on the default cluster, with a minimum desired count of 1 task and a maximum desired count of 10 tasks.",
|
363
216
|
"id": "to-register-a-new-scalable-target-1470864910380",
|
364
217
|
"title": "To register an ECS service as a scalable target"
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"input": {
|
368
|
-
"MaxCapacity": 10,
|
369
|
-
"MinCapacity": 1,
|
370
|
-
"ResourceId": "spot-fleet-request/sfr-45e69d8a-be48-4539-bbf3-3464e99c50c3",
|
371
|
-
"ScalableDimension": "ec2:spot-fleet-request:TargetCapacity",
|
372
|
-
"ServiceNamespace": "ec2"
|
373
|
-
},
|
374
|
-
"output": {
|
375
|
-
},
|
376
|
-
"comments": {
|
377
|
-
},
|
378
|
-
"description": "This example registers a scalable target from an Amazon EC2 Spot fleet with a minimum target capacity of 1 and a maximum of 10.",
|
379
|
-
"id": "to-register-an-ec2-spot-fleet-as-a-scalable-target-1472072899649",
|
380
|
-
"title": "To register an EC2 Spot fleet as a scalable target"
|
381
218
|
}
|
382
219
|
]
|
383
220
|
}
|
@@ -218,6 +218,7 @@
|
|
218
218
|
},
|
219
219
|
"ClusterJDBCURL":{
|
220
220
|
"type":"string",
|
221
|
+
"max":512,
|
221
222
|
"min":1,
|
222
223
|
"pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.([a-zA-Z0-9\\.]+):\\d{1,5}/[a-zA-Z0-9_$]+"
|
223
224
|
},
|
@@ -232,7 +233,8 @@
|
|
232
233
|
"UNCOMPRESSED",
|
233
234
|
"GZIP",
|
234
235
|
"ZIP",
|
235
|
-
"Snappy"
|
236
|
+
"Snappy",
|
237
|
+
"HADOOP_SNAPPY"
|
236
238
|
]
|
237
239
|
},
|
238
240
|
"ConcurrentModificationException":{
|
@@ -251,7 +253,12 @@
|
|
251
253
|
"CopyOptions":{"shape":"CopyOptions"}
|
252
254
|
}
|
253
255
|
},
|
254
|
-
"CopyOptions":{
|
256
|
+
"CopyOptions":{
|
257
|
+
"type":"string",
|
258
|
+
"max":204800,
|
259
|
+
"min":0,
|
260
|
+
"pattern":".*"
|
261
|
+
},
|
255
262
|
"CreateDeliveryStreamInput":{
|
256
263
|
"type":"structure",
|
257
264
|
"required":["DeliveryStreamName"],
|
@@ -291,10 +298,17 @@
|
|
291
298
|
"Enabled":{"shape":"BooleanObject"}
|
292
299
|
}
|
293
300
|
},
|
294
|
-
"DataTableColumns":{
|
301
|
+
"DataTableColumns":{
|
302
|
+
"type":"string",
|
303
|
+
"max":204800,
|
304
|
+
"min":0,
|
305
|
+
"pattern":".*"
|
306
|
+
},
|
295
307
|
"DataTableName":{
|
296
308
|
"type":"string",
|
297
|
-
"
|
309
|
+
"max":512,
|
310
|
+
"min":1,
|
311
|
+
"pattern":".*"
|
298
312
|
},
|
299
313
|
"DeleteDeliveryStreamInput":{
|
300
314
|
"type":"structure",
|
@@ -380,6 +394,13 @@
|
|
380
394
|
"INVALID_KMS_KEY",
|
381
395
|
"KMS_KEY_NOT_FOUND",
|
382
396
|
"KMS_OPT_IN_REQUIRED",
|
397
|
+
"CREATE_ENI_FAILED",
|
398
|
+
"DELETE_ENI_FAILED",
|
399
|
+
"SUBNET_NOT_FOUND",
|
400
|
+
"SECURITY_GROUP_NOT_FOUND",
|
401
|
+
"ENI_ACCESS_DENIED",
|
402
|
+
"SUBNET_ACCESS_DENIED",
|
403
|
+
"SECURITY_GROUP_ACCESS_DENIED",
|
383
404
|
"UNKNOWN_ERROR"
|
384
405
|
]
|
385
406
|
},
|
@@ -463,7 +484,8 @@
|
|
463
484
|
"DestinationId":{
|
464
485
|
"type":"string",
|
465
486
|
"max":100,
|
466
|
-
"min":1
|
487
|
+
"min":1,
|
488
|
+
"pattern":"[a-zA-Z0-9-]+"
|
467
489
|
},
|
468
490
|
"ElasticsearchBufferingHints":{
|
469
491
|
"type":"structure",
|
@@ -507,7 +529,8 @@
|
|
507
529
|
"S3BackupMode":{"shape":"ElasticsearchS3BackupMode"},
|
508
530
|
"S3Configuration":{"shape":"S3DestinationConfiguration"},
|
509
531
|
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
510
|
-
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
|
532
|
+
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
533
|
+
"VpcConfiguration":{"shape":"VpcConfiguration"}
|
511
534
|
}
|
512
535
|
},
|
513
536
|
"ElasticsearchDestinationDescription":{
|
@@ -524,7 +547,8 @@
|
|
524
547
|
"S3BackupMode":{"shape":"ElasticsearchS3BackupMode"},
|
525
548
|
"S3DestinationDescription":{"shape":"S3DestinationDescription"},
|
526
549
|
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
527
|
-
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
|
550
|
+
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
551
|
+
"VpcConfigurationDescription":{"shape":"VpcConfigurationDescription"}
|
528
552
|
}
|
529
553
|
},
|
530
554
|
"ElasticsearchDestinationUpdate":{
|
@@ -552,7 +576,8 @@
|
|
552
576
|
"ElasticsearchIndexName":{
|
553
577
|
"type":"string",
|
554
578
|
"max":80,
|
555
|
-
"min":1
|
579
|
+
"min":1,
|
580
|
+
"pattern":".*"
|
556
581
|
},
|
557
582
|
"ElasticsearchIndexRotationPeriod":{
|
558
583
|
"type":"string",
|
@@ -585,7 +610,8 @@
|
|
585
610
|
"ElasticsearchTypeName":{
|
586
611
|
"type":"string",
|
587
612
|
"max":100,
|
588
|
-
"min":0
|
613
|
+
"min":0,
|
614
|
+
"pattern":".*"
|
589
615
|
},
|
590
616
|
"EncryptionConfiguration":{
|
591
617
|
"type":"structure",
|
@@ -596,7 +622,12 @@
|
|
596
622
|
},
|
597
623
|
"ErrorCode":{"type":"string"},
|
598
624
|
"ErrorMessage":{"type":"string"},
|
599
|
-
"ErrorOutputPrefix":{
|
625
|
+
"ErrorOutputPrefix":{
|
626
|
+
"type":"string",
|
627
|
+
"max":1024,
|
628
|
+
"min":0,
|
629
|
+
"pattern":".*"
|
630
|
+
},
|
600
631
|
"ExtendedS3DestinationConfiguration":{
|
601
632
|
"type":"structure",
|
602
633
|
"required":[
|
@@ -675,7 +706,12 @@
|
|
675
706
|
"max":600,
|
676
707
|
"min":180
|
677
708
|
},
|
678
|
-
"HECEndpoint":{
|
709
|
+
"HECEndpoint":{
|
710
|
+
"type":"string",
|
711
|
+
"max":2048,
|
712
|
+
"min":0,
|
713
|
+
"pattern":".*"
|
714
|
+
},
|
679
715
|
"HECEndpointType":{
|
680
716
|
"type":"string",
|
681
717
|
"enum":[
|
@@ -683,7 +719,12 @@
|
|
683
719
|
"Event"
|
684
720
|
]
|
685
721
|
},
|
686
|
-
"HECToken":{
|
722
|
+
"HECToken":{
|
723
|
+
"type":"string",
|
724
|
+
"max":2048,
|
725
|
+
"min":0,
|
726
|
+
"pattern":".*"
|
727
|
+
},
|
687
728
|
"HiveJsonSerDe":{
|
688
729
|
"type":"structure",
|
689
730
|
"members":{
|
@@ -825,18 +866,32 @@
|
|
825
866
|
"max":50,
|
826
867
|
"min":0
|
827
868
|
},
|
828
|
-
"LogGroupName":{
|
829
|
-
|
869
|
+
"LogGroupName":{
|
870
|
+
"type":"string",
|
871
|
+
"max":512,
|
872
|
+
"min":0,
|
873
|
+
"pattern":"[\\.\\-_/#A-Za-z0-9]*"
|
874
|
+
},
|
875
|
+
"LogStreamName":{
|
876
|
+
"type":"string",
|
877
|
+
"max":512,
|
878
|
+
"min":0,
|
879
|
+
"pattern":"[^:*]*"
|
880
|
+
},
|
830
881
|
"NoEncryptionConfig":{
|
831
882
|
"type":"string",
|
832
883
|
"enum":["NoEncryption"]
|
833
884
|
},
|
834
885
|
"NonEmptyString":{
|
835
886
|
"type":"string",
|
887
|
+
"max":1024,
|
888
|
+
"min":1,
|
836
889
|
"pattern":"^(?!\\s*$).+"
|
837
890
|
},
|
838
891
|
"NonEmptyStringWithoutWhitespace":{
|
839
892
|
"type":"string",
|
893
|
+
"max":1024,
|
894
|
+
"min":1,
|
840
895
|
"pattern":"^\\S+$"
|
841
896
|
},
|
842
897
|
"NonNegativeIntegerObject":{
|
@@ -927,10 +982,17 @@
|
|
927
982
|
},
|
928
983
|
"Password":{
|
929
984
|
"type":"string",
|
985
|
+
"max":512,
|
930
986
|
"min":6,
|
987
|
+
"pattern":".*",
|
931
988
|
"sensitive":true
|
932
989
|
},
|
933
|
-
"Prefix":{
|
990
|
+
"Prefix":{
|
991
|
+
"type":"string",
|
992
|
+
"max":1024,
|
993
|
+
"min":0,
|
994
|
+
"pattern":".*"
|
995
|
+
},
|
934
996
|
"ProcessingConfiguration":{
|
935
997
|
"type":"structure",
|
936
998
|
"members":{
|
@@ -978,7 +1040,8 @@
|
|
978
1040
|
"ProcessorParameterValue":{
|
979
1041
|
"type":"string",
|
980
1042
|
"max":512,
|
981
|
-
"min":1
|
1043
|
+
"min":1,
|
1044
|
+
"pattern":"^(?!\\s*$).+"
|
982
1045
|
},
|
983
1046
|
"ProcessorType":{
|
984
1047
|
"type":"string",
|
@@ -1230,6 +1293,12 @@
|
|
1230
1293
|
"VersionId":{"shape":"NonEmptyStringWithoutWhitespace"}
|
1231
1294
|
}
|
1232
1295
|
},
|
1296
|
+
"SecurityGroupIdList":{
|
1297
|
+
"type":"list",
|
1298
|
+
"member":{"shape":"NonEmptyStringWithoutWhitespace"},
|
1299
|
+
"max":5,
|
1300
|
+
"min":1
|
1301
|
+
},
|
1233
1302
|
"Serializer":{
|
1234
1303
|
"type":"structure",
|
1235
1304
|
"members":{
|
@@ -1347,6 +1416,12 @@
|
|
1347
1416
|
"members":{
|
1348
1417
|
}
|
1349
1418
|
},
|
1419
|
+
"SubnetIdList":{
|
1420
|
+
"type":"list",
|
1421
|
+
"member":{"shape":"NonEmptyStringWithoutWhitespace"},
|
1422
|
+
"max":16,
|
1423
|
+
"min":1
|
1424
|
+
},
|
1350
1425
|
"Tag":{
|
1351
1426
|
"type":"structure",
|
1352
1427
|
"required":["Key"],
|
@@ -1380,7 +1455,8 @@
|
|
1380
1455
|
"TagKey":{
|
1381
1456
|
"type":"string",
|
1382
1457
|
"max":128,
|
1383
|
-
"min":1
|
1458
|
+
"min":1,
|
1459
|
+
"pattern":"^(?!aws:)[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$"
|
1384
1460
|
},
|
1385
1461
|
"TagKeyList":{
|
1386
1462
|
"type":"list",
|
@@ -1391,7 +1467,8 @@
|
|
1391
1467
|
"TagValue":{
|
1392
1468
|
"type":"string",
|
1393
1469
|
"max":256,
|
1394
|
-
"min":0
|
1470
|
+
"min":0,
|
1471
|
+
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$"
|
1395
1472
|
},
|
1396
1473
|
"Timestamp":{"type":"timestamp"},
|
1397
1474
|
"UntagDeliveryStreamInput":{
|
@@ -1438,8 +1515,38 @@
|
|
1438
1515
|
},
|
1439
1516
|
"Username":{
|
1440
1517
|
"type":"string",
|
1518
|
+
"max":512,
|
1441
1519
|
"min":1,
|
1520
|
+
"pattern":".*",
|
1442
1521
|
"sensitive":true
|
1522
|
+
},
|
1523
|
+
"VpcConfiguration":{
|
1524
|
+
"type":"structure",
|
1525
|
+
"required":[
|
1526
|
+
"SubnetIds",
|
1527
|
+
"RoleARN",
|
1528
|
+
"SecurityGroupIds"
|
1529
|
+
],
|
1530
|
+
"members":{
|
1531
|
+
"SubnetIds":{"shape":"SubnetIdList"},
|
1532
|
+
"RoleARN":{"shape":"RoleARN"},
|
1533
|
+
"SecurityGroupIds":{"shape":"SecurityGroupIdList"}
|
1534
|
+
}
|
1535
|
+
},
|
1536
|
+
"VpcConfigurationDescription":{
|
1537
|
+
"type":"structure",
|
1538
|
+
"required":[
|
1539
|
+
"SubnetIds",
|
1540
|
+
"RoleARN",
|
1541
|
+
"SecurityGroupIds",
|
1542
|
+
"VpcId"
|
1543
|
+
],
|
1544
|
+
"members":{
|
1545
|
+
"SubnetIds":{"shape":"SubnetIdList"},
|
1546
|
+
"RoleARN":{"shape":"RoleARN"},
|
1547
|
+
"SecurityGroupIds":{"shape":"SecurityGroupIdList"},
|
1548
|
+
"VpcId":{"shape":"NonEmptyStringWithoutWhitespace"}
|
1549
|
+
}
|
1443
1550
|
}
|
1444
1551
|
}
|
1445
1552
|
}
|