aws-sdk-core 2.11.592 → 2.11.597
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +1 -1
- data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
- data/apis/batch/2016-08-10/api-2.json +71 -3
- data/apis/config/2014-11-12/api-2.json +5 -13
- data/apis/datasync/2018-11-09/api-2.json +6 -3
- data/apis/ec2/2016-11-15/api-2.json +32 -0
- data/apis/eks/2017-11-01/api-2.json +14 -0
- data/apis/elasticmapreduce/2009-03-31/api-2.json +25 -2
- data/apis/frauddetector/2019-11-15/api-2.json +3 -3
- data/apis/imagebuilder/2019-12-02/api-2.json +22 -7
- data/apis/iot/2015-05-28/api-2.json +53 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +459 -1
- data/apis/mediaconnect/2018-11-14/paginators-1.json +12 -0
- data/apis/pinpoint/2016-12-01/api-2.json +50 -5
- data/apis/rds/2014-10-31/api-2.json +13 -1
- data/apis/s3/2006-03-01/api-2.json +4 -2
- data/apis/s3/2006-03-01/examples-1.json +138 -138
- data/apis/s3control/2018-08-20/api-2.json +836 -19
- data/apis/s3control/2018-08-20/paginators-1.json +5 -0
- data/apis/s3outposts/2017-07-25/api-2.json +250 -0
- data/apis/s3outposts/2017-07-25/examples-1.json +5 -0
- data/apis/s3outposts/2017-07-25/paginators-1.json +10 -0
- data/apis/savingsplans/2019-06-28/api-2.json +32 -2
- data/apis/schemas/2019-12-02/api-2.json +113 -0
- data/apis/securityhub/2018-10-26/api-2.json +751 -2
- data/apis/sts/2011-06-15/api-2.json +4 -5
- data/apis/synthetics/2017-10-11/api-2.json +35 -17
- data/apis/textract/2018-06-27/api-2.json +18 -5
- data/apis/timestream-query/2018-11-01/api-2.json +299 -0
- data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
- data/apis/timestream-write/2018-11-01/api-2.json +775 -0
- data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
- data/apis/transcribe/2017-10-26/api-2.json +12 -1
- data/endpoints.json +44 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/eager_loader.rb +1 -0
- data/lib/aws-sdk-core/s3outposts.rb +6 -0
- data/lib/aws-sdk-core/timestreamquery.rb +6 -0
- data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +14 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b285502dcb6947ba85cdfe6061c0735f64f33d1bf36e7333354de42608d4816c
|
4
|
+
data.tar.gz: 2628e5992c04c49d0d5d3ffa606c8bc8b17623ff0b549d0c3d5068fdbd8d5e69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dced120d5103f1d4707753fb2b3791ba248d7d060374dfc5fdc6d84f2659f01d646c90f8f38a36e902da576b2f6faba61a7a7f7a75ffba7ad2047e70380295f
|
7
|
+
data.tar.gz: 75f32439bced320185914acf6c38a25cf9a3921ae2795d8d45ce1fccfbc94ff27735b3c6458656e9f77e2d7163b65be61cfbe26a35b77989a5d8665b282a1d82
|
@@ -434,7 +434,8 @@
|
|
434
434
|
"ComprehendInferenceUtilization",
|
435
435
|
"LambdaProvisionedConcurrencyUtilization",
|
436
436
|
"CassandraReadCapacityUtilization",
|
437
|
-
"CassandraWriteCapacityUtilization"
|
437
|
+
"CassandraWriteCapacityUtilization",
|
438
|
+
"KafkaBrokerStorageUtilization"
|
438
439
|
]
|
439
440
|
},
|
440
441
|
"MetricUnit":{"type":"string"},
|
@@ -574,9 +575,11 @@
|
|
574
575
|
"sagemaker:variant:DesiredInstanceCount",
|
575
576
|
"custom-resource:ResourceType:Property",
|
576
577
|
"comprehend:document-classifier-endpoint:DesiredInferenceUnits",
|
578
|
+
"comprehend:entity-recognizer-endpoint:DesiredInferenceUnits",
|
577
579
|
"lambda:function:ProvisionedConcurrency",
|
578
580
|
"cassandra:table:ReadCapacityUnits",
|
579
|
-
"cassandra:table:WriteCapacityUnits"
|
581
|
+
"cassandra:table:WriteCapacityUnits",
|
582
|
+
"kafka:broker-storage:VolumeSize"
|
580
583
|
]
|
581
584
|
},
|
582
585
|
"ScalableTarget":{
|
@@ -729,7 +732,8 @@
|
|
729
732
|
"custom-resource",
|
730
733
|
"comprehend",
|
731
734
|
"lambda",
|
732
|
-
"cassandra"
|
735
|
+
"cassandra",
|
736
|
+
"kafka"
|
733
737
|
]
|
734
738
|
},
|
735
739
|
"StepAdjustment":{
|
@@ -427,6 +427,7 @@
|
|
427
427
|
"memory":{"shape":"Integer"},
|
428
428
|
"command":{"shape":"StringList"},
|
429
429
|
"jobRoleArn":{"shape":"String"},
|
430
|
+
"executionRoleArn":{"shape":"String"},
|
430
431
|
"volumes":{"shape":"Volumes"},
|
431
432
|
"environment":{"shape":"EnvironmentVariables"},
|
432
433
|
"mountPoints":{"shape":"MountPoints"},
|
@@ -442,7 +443,9 @@
|
|
442
443
|
"instanceType":{"shape":"String"},
|
443
444
|
"networkInterfaces":{"shape":"NetworkInterfaceList"},
|
444
445
|
"resourceRequirements":{"shape":"ResourceRequirements"},
|
445
|
-
"linuxParameters":{"shape":"LinuxParameters"}
|
446
|
+
"linuxParameters":{"shape":"LinuxParameters"},
|
447
|
+
"logConfiguration":{"shape":"LogConfiguration"},
|
448
|
+
"secrets":{"shape":"SecretList"}
|
446
449
|
}
|
447
450
|
},
|
448
451
|
"ContainerOverrides":{
|
@@ -464,6 +467,7 @@
|
|
464
467
|
"memory":{"shape":"Integer"},
|
465
468
|
"command":{"shape":"StringList"},
|
466
469
|
"jobRoleArn":{"shape":"String"},
|
470
|
+
"executionRoleArn":{"shape":"String"},
|
467
471
|
"volumes":{"shape":"Volumes"},
|
468
472
|
"environment":{"shape":"EnvironmentVariables"},
|
469
473
|
"mountPoints":{"shape":"MountPoints"},
|
@@ -473,7 +477,9 @@
|
|
473
477
|
"user":{"shape":"String"},
|
474
478
|
"instanceType":{"shape":"String"},
|
475
479
|
"resourceRequirements":{"shape":"ResourceRequirements"},
|
476
|
-
"linuxParameters":{"shape":"LinuxParameters"}
|
480
|
+
"linuxParameters":{"shape":"LinuxParameters"},
|
481
|
+
"logConfiguration":{"shape":"LogConfiguration"},
|
482
|
+
"secrets":{"shape":"SecretList"}
|
477
483
|
}
|
478
484
|
},
|
479
485
|
"ContainerSummary":{
|
@@ -840,7 +846,12 @@
|
|
840
846
|
"LinuxParameters":{
|
841
847
|
"type":"structure",
|
842
848
|
"members":{
|
843
|
-
"devices":{"shape":"DevicesList"}
|
849
|
+
"devices":{"shape":"DevicesList"},
|
850
|
+
"initProcessEnabled":{"shape":"Boolean"},
|
851
|
+
"sharedMemorySize":{"shape":"Integer"},
|
852
|
+
"tmpfs":{"shape":"TmpfsList"},
|
853
|
+
"maxSwap":{"shape":"Integer"},
|
854
|
+
"swappiness":{"shape":"Integer"}
|
844
855
|
}
|
845
856
|
},
|
846
857
|
"ListJobsRequest":{
|
@@ -862,6 +873,32 @@
|
|
862
873
|
"nextToken":{"shape":"String"}
|
863
874
|
}
|
864
875
|
},
|
876
|
+
"LogConfiguration":{
|
877
|
+
"type":"structure",
|
878
|
+
"required":["logDriver"],
|
879
|
+
"members":{
|
880
|
+
"logDriver":{"shape":"LogDriver"},
|
881
|
+
"options":{"shape":"LogConfigurationOptionsMap"},
|
882
|
+
"secretOptions":{"shape":"SecretList"}
|
883
|
+
}
|
884
|
+
},
|
885
|
+
"LogConfigurationOptionsMap":{
|
886
|
+
"type":"map",
|
887
|
+
"key":{"shape":"String"},
|
888
|
+
"value":{"shape":"String"}
|
889
|
+
},
|
890
|
+
"LogDriver":{
|
891
|
+
"type":"string",
|
892
|
+
"enum":[
|
893
|
+
"json-file",
|
894
|
+
"syslog",
|
895
|
+
"journald",
|
896
|
+
"gelf",
|
897
|
+
"fluentd",
|
898
|
+
"awslogs",
|
899
|
+
"splunk"
|
900
|
+
]
|
901
|
+
},
|
865
902
|
"Long":{"type":"long"},
|
866
903
|
"MountPoint":{
|
867
904
|
"type":"structure",
|
@@ -1005,6 +1042,21 @@
|
|
1005
1042
|
"attempts":{"shape":"Integer"}
|
1006
1043
|
}
|
1007
1044
|
},
|
1045
|
+
"Secret":{
|
1046
|
+
"type":"structure",
|
1047
|
+
"required":[
|
1048
|
+
"name",
|
1049
|
+
"valueFrom"
|
1050
|
+
],
|
1051
|
+
"members":{
|
1052
|
+
"name":{"shape":"String"},
|
1053
|
+
"valueFrom":{"shape":"String"}
|
1054
|
+
}
|
1055
|
+
},
|
1056
|
+
"SecretList":{
|
1057
|
+
"type":"list",
|
1058
|
+
"member":{"shape":"Secret"}
|
1059
|
+
},
|
1008
1060
|
"ServerException":{
|
1009
1061
|
"type":"structure",
|
1010
1062
|
"members":{
|
@@ -1071,6 +1123,22 @@
|
|
1071
1123
|
"members":{
|
1072
1124
|
}
|
1073
1125
|
},
|
1126
|
+
"Tmpfs":{
|
1127
|
+
"type":"structure",
|
1128
|
+
"required":[
|
1129
|
+
"containerPath",
|
1130
|
+
"size"
|
1131
|
+
],
|
1132
|
+
"members":{
|
1133
|
+
"containerPath":{"shape":"String"},
|
1134
|
+
"size":{"shape":"Integer"},
|
1135
|
+
"mountOptions":{"shape":"StringList"}
|
1136
|
+
}
|
1137
|
+
},
|
1138
|
+
"TmpfsList":{
|
1139
|
+
"type":"list",
|
1140
|
+
"member":{"shape":"Tmpfs"}
|
1141
|
+
},
|
1074
1142
|
"Ulimit":{
|
1075
1143
|
"type":"structure",
|
1076
1144
|
"required":[
|
@@ -1681,8 +1681,7 @@
|
|
1681
1681
|
"required":[
|
1682
1682
|
"ConformancePackName",
|
1683
1683
|
"ConformancePackArn",
|
1684
|
-
"ConformancePackId"
|
1685
|
-
"DeliveryS3Bucket"
|
1684
|
+
"ConformancePackId"
|
1686
1685
|
],
|
1687
1686
|
"members":{
|
1688
1687
|
"ConformancePackName":{"shape":"ConformancePackName"},
|
@@ -2017,12 +2016,12 @@
|
|
2017
2016
|
"DeliveryS3Bucket":{
|
2018
2017
|
"type":"string",
|
2019
2018
|
"max":63,
|
2020
|
-
"min":
|
2019
|
+
"min":0
|
2021
2020
|
},
|
2022
2021
|
"DeliveryS3KeyPrefix":{
|
2023
2022
|
"type":"string",
|
2024
2023
|
"max":1024,
|
2025
|
-
"min":
|
2024
|
+
"min":0
|
2026
2025
|
},
|
2027
2026
|
"DeliveryStatus":{
|
2028
2027
|
"type":"string",
|
@@ -3246,7 +3245,6 @@
|
|
3246
3245
|
"required":[
|
3247
3246
|
"OrganizationConformancePackName",
|
3248
3247
|
"OrganizationConformancePackArn",
|
3249
|
-
"DeliveryS3Bucket",
|
3250
3248
|
"LastUpdateTime"
|
3251
3249
|
],
|
3252
3250
|
"members":{
|
@@ -3496,10 +3494,7 @@
|
|
3496
3494
|
},
|
3497
3495
|
"PutConformancePackRequest":{
|
3498
3496
|
"type":"structure",
|
3499
|
-
"required":[
|
3500
|
-
"ConformancePackName",
|
3501
|
-
"DeliveryS3Bucket"
|
3502
|
-
],
|
3497
|
+
"required":["ConformancePackName"],
|
3503
3498
|
"members":{
|
3504
3499
|
"ConformancePackName":{"shape":"ConformancePackName"},
|
3505
3500
|
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
|
@@ -3555,10 +3550,7 @@
|
|
3555
3550
|
},
|
3556
3551
|
"PutOrganizationConformancePackRequest":{
|
3557
3552
|
"type":"structure",
|
3558
|
-
"required":[
|
3559
|
-
"OrganizationConformancePackName",
|
3560
|
-
"DeliveryS3Bucket"
|
3561
|
-
],
|
3553
|
+
"required":["OrganizationConformancePackName"],
|
3562
3554
|
"members":{
|
3563
3555
|
"OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
|
3564
3556
|
"TemplateS3Uri":{"shape":"TemplateS3Uri"},
|
@@ -595,6 +595,7 @@
|
|
595
595
|
"S3BucketArn":{"shape":"S3BucketArn"},
|
596
596
|
"S3StorageClass":{"shape":"S3StorageClass"},
|
597
597
|
"S3Config":{"shape":"S3Config"},
|
598
|
+
"AgentArns":{"shape":"AgentArnList"},
|
598
599
|
"Tags":{"shape":"InputTagList"}
|
599
600
|
}
|
600
601
|
},
|
@@ -792,6 +793,7 @@
|
|
792
793
|
"LocationUri":{"shape":"LocationUri"},
|
793
794
|
"S3StorageClass":{"shape":"S3StorageClass"},
|
794
795
|
"S3Config":{"shape":"S3Config"},
|
796
|
+
"AgentArns":{"shape":"AgentArnList"},
|
795
797
|
"CreationTime":{"shape":"Time"}
|
796
798
|
}
|
797
799
|
},
|
@@ -1318,8 +1320,8 @@
|
|
1318
1320
|
},
|
1319
1321
|
"S3BucketArn":{
|
1320
1322
|
"type":"string",
|
1321
|
-
"max":
|
1322
|
-
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3
|
1323
|
+
"max":156,
|
1324
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\\-0-9]*:[0-9]*:.*$"
|
1323
1325
|
},
|
1324
1326
|
"S3Config":{
|
1325
1327
|
"type":"structure",
|
@@ -1336,7 +1338,8 @@
|
|
1336
1338
|
"ONEZONE_IA",
|
1337
1339
|
"INTELLIGENT_TIERING",
|
1338
1340
|
"GLACIER",
|
1339
|
-
"DEEP_ARCHIVE"
|
1341
|
+
"DEEP_ARCHIVE",
|
1342
|
+
"OUTPOSTS"
|
1340
1343
|
]
|
1341
1344
|
},
|
1342
1345
|
"S3Subdirectory":{
|
@@ -20349,6 +20349,14 @@
|
|
20349
20349
|
"LocalGatewayRouteTableId":{
|
20350
20350
|
"shape":"LocalGatewayRoutetableId",
|
20351
20351
|
"locationName":"localGatewayRouteTableId"
|
20352
|
+
},
|
20353
|
+
"LocalGatewayRouteTableArn":{
|
20354
|
+
"shape":"ResourceArn",
|
20355
|
+
"locationName":"localGatewayRouteTableArn"
|
20356
|
+
},
|
20357
|
+
"OwnerId":{
|
20358
|
+
"shape":"String",
|
20359
|
+
"locationName":"ownerId"
|
20352
20360
|
}
|
20353
20361
|
}
|
20354
20362
|
},
|
@@ -20376,6 +20384,10 @@
|
|
20376
20384
|
"shape":"String",
|
20377
20385
|
"locationName":"localGatewayRouteTableId"
|
20378
20386
|
},
|
20387
|
+
"LocalGatewayRouteTableArn":{
|
20388
|
+
"shape":"ResourceArn",
|
20389
|
+
"locationName":"localGatewayRouteTableArn"
|
20390
|
+
},
|
20379
20391
|
"LocalGatewayId":{
|
20380
20392
|
"shape":"LocalGatewayId",
|
20381
20393
|
"locationName":"localGatewayId"
|
@@ -20384,6 +20396,10 @@
|
|
20384
20396
|
"shape":"String",
|
20385
20397
|
"locationName":"outpostArn"
|
20386
20398
|
},
|
20399
|
+
"OwnerId":{
|
20400
|
+
"shape":"String",
|
20401
|
+
"locationName":"ownerId"
|
20402
|
+
},
|
20387
20403
|
"State":{
|
20388
20404
|
"shape":"String",
|
20389
20405
|
"locationName":"state"
|
@@ -20427,6 +20443,14 @@
|
|
20427
20443
|
"shape":"LocalGatewayId",
|
20428
20444
|
"locationName":"localGatewayRouteTableId"
|
20429
20445
|
},
|
20446
|
+
"LocalGatewayRouteTableArn":{
|
20447
|
+
"shape":"ResourceArn",
|
20448
|
+
"locationName":"localGatewayRouteTableArn"
|
20449
|
+
},
|
20450
|
+
"OwnerId":{
|
20451
|
+
"shape":"String",
|
20452
|
+
"locationName":"ownerId"
|
20453
|
+
},
|
20430
20454
|
"State":{
|
20431
20455
|
"shape":"String",
|
20432
20456
|
"locationName":"state"
|
@@ -20463,6 +20487,10 @@
|
|
20463
20487
|
"shape":"String",
|
20464
20488
|
"locationName":"localGatewayRouteTableId"
|
20465
20489
|
},
|
20490
|
+
"LocalGatewayRouteTableArn":{
|
20491
|
+
"shape":"ResourceArn",
|
20492
|
+
"locationName":"localGatewayRouteTableArn"
|
20493
|
+
},
|
20466
20494
|
"LocalGatewayId":{
|
20467
20495
|
"shape":"String",
|
20468
20496
|
"locationName":"localGatewayId"
|
@@ -20471,6 +20499,10 @@
|
|
20471
20499
|
"shape":"String",
|
20472
20500
|
"locationName":"vpcId"
|
20473
20501
|
},
|
20502
|
+
"OwnerId":{
|
20503
|
+
"shape":"String",
|
20504
|
+
"locationName":"ownerId"
|
20505
|
+
},
|
20474
20506
|
"State":{
|
20475
20507
|
"shape":"String",
|
20476
20508
|
"locationName":"state"
|
@@ -411,6 +411,7 @@
|
|
411
411
|
"endpoint":{"shape":"String"},
|
412
412
|
"roleArn":{"shape":"String"},
|
413
413
|
"resourcesVpcConfig":{"shape":"VpcConfigResponse"},
|
414
|
+
"kubernetesNetworkConfig":{"shape":"KubernetesNetworkConfigResponse"},
|
414
415
|
"logging":{"shape":"Logging"},
|
415
416
|
"identity":{"shape":"Identity"},
|
416
417
|
"status":{"shape":"ClusterStatus"},
|
@@ -449,6 +450,7 @@
|
|
449
450
|
"version":{"shape":"String"},
|
450
451
|
"roleArn":{"shape":"String"},
|
451
452
|
"resourcesVpcConfig":{"shape":"VpcConfigRequest"},
|
453
|
+
"kubernetesNetworkConfig":{"shape":"KubernetesNetworkConfigRequest"},
|
452
454
|
"logging":{"shape":"Logging"},
|
453
455
|
"clientRequestToken":{
|
454
456
|
"shape":"String",
|
@@ -822,6 +824,18 @@
|
|
822
824
|
"type":"list",
|
823
825
|
"member":{"shape":"Issue"}
|
824
826
|
},
|
827
|
+
"KubernetesNetworkConfigRequest":{
|
828
|
+
"type":"structure",
|
829
|
+
"members":{
|
830
|
+
"serviceIpv4Cidr":{"shape":"String"}
|
831
|
+
}
|
832
|
+
},
|
833
|
+
"KubernetesNetworkConfigResponse":{
|
834
|
+
"type":"structure",
|
835
|
+
"members":{
|
836
|
+
"serviceIpv4Cidr":{"shape":"String"}
|
837
|
+
}
|
838
|
+
},
|
825
839
|
"LaunchTemplateSpecification":{
|
826
840
|
"type":"structure",
|
827
841
|
"members":{
|
@@ -755,7 +755,8 @@
|
|
755
755
|
"KerberosAttributes":{"shape":"KerberosAttributes"},
|
756
756
|
"ClusterArn":{"shape":"ArnType"},
|
757
757
|
"OutpostArn":{"shape":"OptionalArnType"},
|
758
|
-
"StepConcurrencyLevel":{"shape":"Integer"}
|
758
|
+
"StepConcurrencyLevel":{"shape":"Integer"},
|
759
|
+
"PlacementGroups":{"shape":"PlacementGroupConfigList"}
|
759
760
|
}
|
760
761
|
},
|
761
762
|
"ClusterId":{"type":"string"},
|
@@ -1938,6 +1939,27 @@
|
|
1938
1939
|
"max":2048,
|
1939
1940
|
"min":0
|
1940
1941
|
},
|
1942
|
+
"PlacementGroupConfig":{
|
1943
|
+
"type":"structure",
|
1944
|
+
"required":["InstanceRole"],
|
1945
|
+
"members":{
|
1946
|
+
"InstanceRole":{"shape":"InstanceRoleType"},
|
1947
|
+
"PlacementStrategy":{"shape":"PlacementGroupStrategy"}
|
1948
|
+
}
|
1949
|
+
},
|
1950
|
+
"PlacementGroupConfigList":{
|
1951
|
+
"type":"list",
|
1952
|
+
"member":{"shape":"PlacementGroupConfig"}
|
1953
|
+
},
|
1954
|
+
"PlacementGroupStrategy":{
|
1955
|
+
"type":"string",
|
1956
|
+
"enum":[
|
1957
|
+
"SPREAD",
|
1958
|
+
"PARTITION",
|
1959
|
+
"CLUSTER",
|
1960
|
+
"NONE"
|
1961
|
+
]
|
1962
|
+
},
|
1941
1963
|
"PlacementType":{
|
1942
1964
|
"type":"structure",
|
1943
1965
|
"members":{
|
@@ -2096,7 +2118,8 @@
|
|
2096
2118
|
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"},
|
2097
2119
|
"KerberosAttributes":{"shape":"KerberosAttributes"},
|
2098
2120
|
"StepConcurrencyLevel":{"shape":"Integer"},
|
2099
|
-
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"}
|
2121
|
+
"ManagedScalingPolicy":{"shape":"ManagedScalingPolicy"},
|
2122
|
+
"PlacementGroupConfigs":{"shape":"PlacementGroupConfigList"}
|
2100
2123
|
}
|
2101
2124
|
},
|
2102
2125
|
"RunJobFlowOutput":{
|
@@ -1398,9 +1398,9 @@
|
|
1398
1398
|
},
|
1399
1399
|
"KmsEncryptionKeyArn":{
|
1400
1400
|
"type":"string",
|
1401
|
-
"max":
|
1401
|
+
"max":90,
|
1402
1402
|
"min":7,
|
1403
|
-
"pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}
|
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}$"
|
1404
1404
|
},
|
1405
1405
|
"Label":{
|
1406
1406
|
"type":"structure",
|
@@ -2266,7 +2266,7 @@
|
|
2266
2266
|
},
|
2267
2267
|
"variableValue":{
|
2268
2268
|
"type":"string",
|
2269
|
-
"max":
|
2269
|
+
"max":1024,
|
2270
2270
|
"min":1,
|
2271
2271
|
"sensitive":true
|
2272
2272
|
},
|