Skip to content

Commit 039365d

Browse files
Updated API models and rebuilt service gems.
1 parent 10b3bf9 commit 039365d

File tree

745 files changed

+7929
-3273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+7929
-3273
lines changed

apis/codebuild/2016-10-06/api-2.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,15 @@
11051105
"type":"list",
11061106
"member":{"shape":"CodeCoverage"}
11071107
},
1108+
"ComputeConfiguration":{
1109+
"type":"structure",
1110+
"members":{
1111+
"vCpu":{"shape":"WrapperLong"},
1112+
"memory":{"shape":"WrapperLong"},
1113+
"disk":{"shape":"WrapperLong"},
1114+
"machineType":{"shape":"MachineType"}
1115+
}
1116+
},
11081117
"ComputeType":{
11091118
"type":"string",
11101119
"enum":[
@@ -1117,7 +1126,8 @@
11171126
"BUILD_LAMBDA_2GB",
11181127
"BUILD_LAMBDA_4GB",
11191128
"BUILD_LAMBDA_8GB",
1120-
"BUILD_LAMBDA_10GB"
1129+
"BUILD_LAMBDA_10GB",
1130+
"ATTRIBUTE_BASED_COMPUTE"
11211131
]
11221132
},
11231133
"ComputeTypesAllowed":{
@@ -1137,6 +1147,7 @@
11371147
"baseCapacity":{"shape":"FleetCapacity"},
11381148
"environmentType":{"shape":"EnvironmentType"},
11391149
"computeType":{"shape":"ComputeType"},
1150+
"computeConfiguration":{"shape":"ComputeConfiguration"},
11401151
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
11411152
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
11421153
"vpcConfig":{"shape":"VpcConfig"},
@@ -1485,6 +1496,7 @@
14851496
"baseCapacity":{"shape":"FleetCapacity"},
14861497
"environmentType":{"shape":"EnvironmentType"},
14871498
"computeType":{"shape":"ComputeType"},
1499+
"computeConfiguration":{"shape":"ComputeConfiguration"},
14881500
"scalingConfiguration":{"shape":"ScalingConfigurationOutput"},
14891501
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
14901502
"vpcConfig":{"shape":"VpcConfig"},
@@ -1964,6 +1976,13 @@
19641976
"s3Logs":{"shape":"S3LogsConfig"}
19651977
}
19661978
},
1979+
"MachineType":{
1980+
"type":"string",
1981+
"enum":[
1982+
"GENERAL",
1983+
"NVME"
1984+
]
1985+
},
19671986
"NetworkInterface":{
19681987
"type":"structure",
19691988
"members":{
@@ -2123,6 +2142,7 @@
21232142
"type":{"shape":"EnvironmentType"},
21242143
"image":{"shape":"NonEmptyString"},
21252144
"computeType":{"shape":"ComputeType"},
2145+
"computeConfiguration":{"shape":"ComputeConfiguration"},
21262146
"fleet":{"shape":"ProjectFleet"},
21272147
"environmentVariables":{"shape":"EnvironmentVariables"},
21282148
"privilegedMode":{"shape":"WrapperBoolean"},
@@ -2814,6 +2834,7 @@
28142834
"baseCapacity":{"shape":"FleetCapacity"},
28152835
"environmentType":{"shape":"EnvironmentType"},
28162836
"computeType":{"shape":"ComputeType"},
2837+
"computeConfiguration":{"shape":"ComputeConfiguration"},
28172838
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
28182839
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
28192840
"vpcConfig":{"shape":"VpcConfig"},

apis/codebuild/2016-10-06/docs-2.json

Lines changed: 22 additions & 4 deletions
Large diffs are not rendered by default.

apis/guardduty/2017-11-28/api-2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6441,6 +6441,39 @@
64416441
}
64426442
}
64436443
},
6444+
"RdsLimitlessDbDetails":{
6445+
"type":"structure",
6446+
"members":{
6447+
"DbShardGroupIdentifier":{
6448+
"shape":"String",
6449+
"locationName":"dbShardGroupIdentifier"
6450+
},
6451+
"DbShardGroupResourceId":{
6452+
"shape":"String",
6453+
"locationName":"dbShardGroupResourceId"
6454+
},
6455+
"DbShardGroupArn":{
6456+
"shape":"String",
6457+
"locationName":"dbShardGroupArn"
6458+
},
6459+
"Engine":{
6460+
"shape":"String",
6461+
"locationName":"engine"
6462+
},
6463+
"EngineVersion":{
6464+
"shape":"String",
6465+
"locationName":"engineVersion"
6466+
},
6467+
"DbClusterIdentifier":{
6468+
"shape":"String",
6469+
"locationName":"dbClusterIdentifier"
6470+
},
6471+
"Tags":{
6472+
"shape":"Tags",
6473+
"locationName":"tags"
6474+
}
6475+
}
6476+
},
64446477
"RdsLoginAttemptAction":{
64456478
"type":"structure",
64466479
"members":{
@@ -6549,6 +6582,10 @@
65496582
"shape":"RdsDbInstanceDetails",
65506583
"locationName":"rdsDbInstanceDetails"
65516584
},
6585+
"RdsLimitlessDbDetails":{
6586+
"shape":"RdsLimitlessDbDetails",
6587+
"locationName":"rdsLimitlessDbDetails"
6588+
},
65526589
"RdsDbUserDetails":{
65536590
"shape":"RdsDbUserDetails",
65546591
"locationName":"rdsDbUserDetails"

apis/guardduty/2017-11-28/docs-2.json

Lines changed: 69 additions & 56 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)