aws-sdk-core 2.11.625 → 2.11.626

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d15272a4374ede57159136bc5b5892ebc074247aacf72e526e08062b7adba162
4
- data.tar.gz: 9d7ee2fffeb1c5310e4a0143dbc029aca0613b537bf09b7413eff3282c22c7f9
3
+ metadata.gz: 1978766c599466c8d77b6c8310ce1bb043a1c42044792c9e35eead3c3a3a815f
4
+ data.tar.gz: 19a3ea189427dbdb2b343bd05b574c4509d65ed275b2d860c5bd6687ba3cecbf
5
5
  SHA512:
6
- metadata.gz: 97b196757b3fe377e34f1996a83179af106a6191359a0998c8ce7abcdb55bd9ac139165ada90b406f4d9040e5a04d3d2c8ce94d547ba375837d53ffbec915e2b
7
- data.tar.gz: f00172d7f7d97496efdab4da6a409a392a46ec8a332ae30be28276a91e5352c0d45c5452d08e36a220c0670704406bedde2f2cfeb56f146d6a538590e557c8fa
6
+ metadata.gz: e0142af7524907480a9c92339fb3f1bdcae7e58371aaad654ddcd317252ffcb5e6dee3b75027cf1a4a735384c023b4f7484de671e0078ee5950c6aa729c3fc4c
7
+ data.tar.gz: c8c42ede8a8e6ce187f1aee42957bd88d081151854f21ce74bd60127369243467c598d67f37bdc33960e9b2862950de3d415a2b6a3b20b438299629708782db8
@@ -4252,6 +4252,7 @@
4252
4252
  }
4253
4253
  },
4254
4254
  "AwsJobTimeoutInProgressTimeoutInMinutes":{"type":"long"},
4255
+ "BatchMode":{"type":"boolean"},
4255
4256
  "Behavior":{
4256
4257
  "type":"structure",
4257
4258
  "required":["name"],
@@ -6959,7 +6960,8 @@
6959
6960
  "members":{
6960
6961
  "roleArn":{"shape":"AwsArn"},
6961
6962
  "deliveryStreamName":{"shape":"DeliveryStreamName"},
6962
- "separator":{"shape":"FirehoseSeparator"}
6963
+ "separator":{"shape":"FirehoseSeparator"},
6964
+ "batchMode":{"shape":"BatchMode"}
6963
6965
  }
6964
6966
  },
6965
6967
  "FirehoseSeparator":{
@@ -7417,6 +7419,7 @@
7417
7419
  "members":{
7418
7420
  "channelArn":{"shape":"AwsArn"},
7419
7421
  "channelName":{"shape":"ChannelName"},
7422
+ "batchMode":{"shape":"BatchMode"},
7420
7423
  "roleArn":{"shape":"AwsArn"}
7421
7424
  }
7422
7425
  },
@@ -7429,6 +7432,7 @@
7429
7432
  "members":{
7430
7433
  "inputName":{"shape":"InputName"},
7431
7434
  "messageId":{"shape":"MessageId"},
7435
+ "batchMode":{"shape":"BatchMode"},
7432
7436
  "roleArn":{"shape":"AwsArn"}
7433
7437
  }
7434
7438
  },
@@ -1932,7 +1932,11 @@
1932
1932
  "en-AU",
1933
1933
  "en-GB",
1934
1934
  "en-US",
1935
- "es-US"
1935
+ "es-ES",
1936
+ "es-US",
1937
+ "fr-FR",
1938
+ "fr-CA",
1939
+ "it-IT"
1936
1940
  ]
1937
1941
  },
1938
1942
  "LocaleList":{
@@ -206,6 +206,54 @@
206
206
  {"shape":"UnauthenticatedException"}
207
207
  ]
208
208
  },
209
+ "CreateContainerService":{
210
+ "name":"CreateContainerService",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/"
214
+ },
215
+ "input":{"shape":"CreateContainerServiceRequest"},
216
+ "output":{"shape":"CreateContainerServiceResult"},
217
+ "errors":[
218
+ {"shape":"ServiceException"},
219
+ {"shape":"InvalidInputException"},
220
+ {"shape":"NotFoundException"},
221
+ {"shape":"AccessDeniedException"},
222
+ {"shape":"UnauthenticatedException"}
223
+ ]
224
+ },
225
+ "CreateContainerServiceDeployment":{
226
+ "name":"CreateContainerServiceDeployment",
227
+ "http":{
228
+ "method":"POST",
229
+ "requestUri":"/"
230
+ },
231
+ "input":{"shape":"CreateContainerServiceDeploymentRequest"},
232
+ "output":{"shape":"CreateContainerServiceDeploymentResult"},
233
+ "errors":[
234
+ {"shape":"ServiceException"},
235
+ {"shape":"InvalidInputException"},
236
+ {"shape":"NotFoundException"},
237
+ {"shape":"AccessDeniedException"},
238
+ {"shape":"UnauthenticatedException"}
239
+ ]
240
+ },
241
+ "CreateContainerServiceRegistryLogin":{
242
+ "name":"CreateContainerServiceRegistryLogin",
243
+ "http":{
244
+ "method":"POST",
245
+ "requestUri":"/"
246
+ },
247
+ "input":{"shape":"CreateContainerServiceRegistryLoginRequest"},
248
+ "output":{"shape":"CreateContainerServiceRegistryLoginResult"},
249
+ "errors":[
250
+ {"shape":"ServiceException"},
251
+ {"shape":"InvalidInputException"},
252
+ {"shape":"NotFoundException"},
253
+ {"shape":"AccessDeniedException"},
254
+ {"shape":"UnauthenticatedException"}
255
+ ]
256
+ },
209
257
  "CreateDisk":{
210
258
  "name":"CreateDisk",
211
259
  "http":{
@@ -542,6 +590,38 @@
542
590
  {"shape":"NotFoundException"}
543
591
  ]
544
592
  },
593
+ "DeleteContainerImage":{
594
+ "name":"DeleteContainerImage",
595
+ "http":{
596
+ "method":"POST",
597
+ "requestUri":"/"
598
+ },
599
+ "input":{"shape":"DeleteContainerImageRequest"},
600
+ "output":{"shape":"DeleteContainerImageResult"},
601
+ "errors":[
602
+ {"shape":"ServiceException"},
603
+ {"shape":"InvalidInputException"},
604
+ {"shape":"NotFoundException"},
605
+ {"shape":"AccessDeniedException"},
606
+ {"shape":"UnauthenticatedException"}
607
+ ]
608
+ },
609
+ "DeleteContainerService":{
610
+ "name":"DeleteContainerService",
611
+ "http":{
612
+ "method":"POST",
613
+ "requestUri":"/"
614
+ },
615
+ "input":{"shape":"DeleteContainerServiceRequest"},
616
+ "output":{"shape":"DeleteContainerServiceResult"},
617
+ "errors":[
618
+ {"shape":"ServiceException"},
619
+ {"shape":"InvalidInputException"},
620
+ {"shape":"NotFoundException"},
621
+ {"shape":"AccessDeniedException"},
622
+ {"shape":"UnauthenticatedException"}
623
+ ]
624
+ },
545
625
  "DeleteDisk":{
546
626
  "name":"DeleteDisk",
547
627
  "http":{
@@ -1055,6 +1135,116 @@
1055
1135
  {"shape":"UnauthenticatedException"}
1056
1136
  ]
1057
1137
  },
1138
+ "GetContainerAPIMetadata":{
1139
+ "name":"GetContainerAPIMetadata",
1140
+ "http":{
1141
+ "method":"POST",
1142
+ "requestUri":"/"
1143
+ },
1144
+ "input":{"shape":"GetContainerAPIMetadataRequest"},
1145
+ "output":{"shape":"GetContainerAPIMetadataResult"},
1146
+ "errors":[
1147
+ {"shape":"ServiceException"},
1148
+ {"shape":"AccessDeniedException"},
1149
+ {"shape":"UnauthenticatedException"}
1150
+ ]
1151
+ },
1152
+ "GetContainerImages":{
1153
+ "name":"GetContainerImages",
1154
+ "http":{
1155
+ "method":"POST",
1156
+ "requestUri":"/"
1157
+ },
1158
+ "input":{"shape":"GetContainerImagesRequest"},
1159
+ "output":{"shape":"GetContainerImagesResult"},
1160
+ "errors":[
1161
+ {"shape":"ServiceException"},
1162
+ {"shape":"InvalidInputException"},
1163
+ {"shape":"NotFoundException"},
1164
+ {"shape":"AccessDeniedException"},
1165
+ {"shape":"UnauthenticatedException"}
1166
+ ]
1167
+ },
1168
+ "GetContainerLog":{
1169
+ "name":"GetContainerLog",
1170
+ "http":{
1171
+ "method":"POST",
1172
+ "requestUri":"/"
1173
+ },
1174
+ "input":{"shape":"GetContainerLogRequest"},
1175
+ "output":{"shape":"GetContainerLogResult"},
1176
+ "errors":[
1177
+ {"shape":"ServiceException"},
1178
+ {"shape":"InvalidInputException"},
1179
+ {"shape":"NotFoundException"},
1180
+ {"shape":"AccessDeniedException"},
1181
+ {"shape":"UnauthenticatedException"}
1182
+ ]
1183
+ },
1184
+ "GetContainerServiceDeployments":{
1185
+ "name":"GetContainerServiceDeployments",
1186
+ "http":{
1187
+ "method":"POST",
1188
+ "requestUri":"/"
1189
+ },
1190
+ "input":{"shape":"GetContainerServiceDeploymentsRequest"},
1191
+ "output":{"shape":"GetContainerServiceDeploymentsResult"},
1192
+ "errors":[
1193
+ {"shape":"ServiceException"},
1194
+ {"shape":"InvalidInputException"},
1195
+ {"shape":"NotFoundException"},
1196
+ {"shape":"AccessDeniedException"},
1197
+ {"shape":"UnauthenticatedException"}
1198
+ ]
1199
+ },
1200
+ "GetContainerServiceMetricData":{
1201
+ "name":"GetContainerServiceMetricData",
1202
+ "http":{
1203
+ "method":"POST",
1204
+ "requestUri":"/"
1205
+ },
1206
+ "input":{"shape":"GetContainerServiceMetricDataRequest"},
1207
+ "output":{"shape":"GetContainerServiceMetricDataResult"},
1208
+ "errors":[
1209
+ {"shape":"ServiceException"},
1210
+ {"shape":"InvalidInputException"},
1211
+ {"shape":"NotFoundException"},
1212
+ {"shape":"AccessDeniedException"},
1213
+ {"shape":"UnauthenticatedException"}
1214
+ ]
1215
+ },
1216
+ "GetContainerServicePowers":{
1217
+ "name":"GetContainerServicePowers",
1218
+ "http":{
1219
+ "method":"POST",
1220
+ "requestUri":"/"
1221
+ },
1222
+ "input":{"shape":"GetContainerServicePowersRequest"},
1223
+ "output":{"shape":"GetContainerServicePowersResult"},
1224
+ "errors":[
1225
+ {"shape":"ServiceException"},
1226
+ {"shape":"InvalidInputException"},
1227
+ {"shape":"NotFoundException"},
1228
+ {"shape":"AccessDeniedException"},
1229
+ {"shape":"UnauthenticatedException"}
1230
+ ]
1231
+ },
1232
+ "GetContainerServices":{
1233
+ "name":"GetContainerServices",
1234
+ "http":{
1235
+ "method":"POST",
1236
+ "requestUri":"/"
1237
+ },
1238
+ "input":{"shape":"GetContainerServicesRequest"},
1239
+ "output":{"shape":"ContainerServicesListResult"},
1240
+ "errors":[
1241
+ {"shape":"ServiceException"},
1242
+ {"shape":"InvalidInputException"},
1243
+ {"shape":"NotFoundException"},
1244
+ {"shape":"AccessDeniedException"},
1245
+ {"shape":"UnauthenticatedException"}
1246
+ ]
1247
+ },
1058
1248
  "GetDisk":{
1059
1249
  "name":"GetDisk",
1060
1250
  "http":{
@@ -1968,6 +2158,22 @@
1968
2158
  {"shape":"UnauthenticatedException"}
1969
2159
  ]
1970
2160
  },
2161
+ "RegisterContainerImage":{
2162
+ "name":"RegisterContainerImage",
2163
+ "http":{
2164
+ "method":"POST",
2165
+ "requestUri":"/"
2166
+ },
2167
+ "input":{"shape":"RegisterContainerImageRequest"},
2168
+ "output":{"shape":"RegisterContainerImageResult"},
2169
+ "errors":[
2170
+ {"shape":"ServiceException"},
2171
+ {"shape":"InvalidInputException"},
2172
+ {"shape":"NotFoundException"},
2173
+ {"shape":"AccessDeniedException"},
2174
+ {"shape":"UnauthenticatedException"}
2175
+ ]
2176
+ },
1971
2177
  "ReleaseStaticIp":{
1972
2178
  "name":"ReleaseStaticIp",
1973
2179
  "http":{
@@ -2163,6 +2369,22 @@
2163
2369
  {"shape":"UnauthenticatedException"}
2164
2370
  ]
2165
2371
  },
2372
+ "UpdateContainerService":{
2373
+ "name":"UpdateContainerService",
2374
+ "http":{
2375
+ "method":"POST",
2376
+ "requestUri":"/"
2377
+ },
2378
+ "input":{"shape":"UpdateContainerServiceRequest"},
2379
+ "output":{"shape":"UpdateContainerServiceResult"},
2380
+ "errors":[
2381
+ {"shape":"ServiceException"},
2382
+ {"shape":"InvalidInputException"},
2383
+ {"shape":"NotFoundException"},
2384
+ {"shape":"AccessDeniedException"},
2385
+ {"shape":"UnauthenticatedException"}
2386
+ ]
2387
+ },
2166
2388
  "UpdateDistribution":{
2167
2389
  "name":"UpdateDistribution",
2168
2390
  "http":{
@@ -2766,6 +2988,227 @@
2766
2988
  "type":"list",
2767
2989
  "member":{"shape":"ContactProtocol"}
2768
2990
  },
2991
+ "Container":{
2992
+ "type":"structure",
2993
+ "members":{
2994
+ "image":{"shape":"string"},
2995
+ "command":{"shape":"StringList"},
2996
+ "environment":{"shape":"Environment"},
2997
+ "ports":{"shape":"PortMap"}
2998
+ }
2999
+ },
3000
+ "ContainerImage":{
3001
+ "type":"structure",
3002
+ "members":{
3003
+ "image":{"shape":"string"},
3004
+ "digest":{"shape":"string"},
3005
+ "createdAt":{"shape":"IsoDate"}
3006
+ }
3007
+ },
3008
+ "ContainerImageList":{
3009
+ "type":"list",
3010
+ "member":{"shape":"ContainerImage"}
3011
+ },
3012
+ "ContainerLabel":{
3013
+ "type":"string",
3014
+ "max":53,
3015
+ "min":1,
3016
+ "pattern":"^[a-z0-9]{1,2}|[a-z0-9][a-z0-9-]+[a-z0-9]$"
3017
+ },
3018
+ "ContainerMap":{
3019
+ "type":"map",
3020
+ "key":{"shape":"ContainerName"},
3021
+ "value":{"shape":"Container"}
3022
+ },
3023
+ "ContainerName":{
3024
+ "type":"string",
3025
+ "max":53,
3026
+ "min":1,
3027
+ "pattern":"^[a-z0-9]{1,2}|[a-z0-9][a-z0-9-]+[a-z0-9]$"
3028
+ },
3029
+ "ContainerService":{
3030
+ "type":"structure",
3031
+ "members":{
3032
+ "containerServiceName":{"shape":"ContainerServiceName"},
3033
+ "arn":{"shape":"NonEmptyString"},
3034
+ "createdAt":{"shape":"IsoDate"},
3035
+ "location":{"shape":"ResourceLocation"},
3036
+ "resourceType":{"shape":"ResourceType"},
3037
+ "tags":{"shape":"TagList"},
3038
+ "power":{"shape":"ContainerServicePowerName"},
3039
+ "powerId":{"shape":"string"},
3040
+ "state":{"shape":"ContainerServiceState"},
3041
+ "scale":{"shape":"ContainerServiceScale"},
3042
+ "currentDeployment":{"shape":"ContainerServiceDeployment"},
3043
+ "nextDeployment":{"shape":"ContainerServiceDeployment"},
3044
+ "isDisabled":{"shape":"boolean"},
3045
+ "principalArn":{"shape":"string"},
3046
+ "privateDomainName":{"shape":"string"},
3047
+ "publicDomainNames":{"shape":"ContainerServicePublicDomains"},
3048
+ "url":{"shape":"string"}
3049
+ }
3050
+ },
3051
+ "ContainerServiceDeployment":{
3052
+ "type":"structure",
3053
+ "members":{
3054
+ "version":{"shape":"integer"},
3055
+ "state":{"shape":"ContainerServiceDeploymentState"},
3056
+ "containers":{"shape":"ContainerMap"},
3057
+ "publicEndpoint":{"shape":"ContainerServiceEndpoint"},
3058
+ "createdAt":{"shape":"IsoDate"}
3059
+ }
3060
+ },
3061
+ "ContainerServiceDeploymentList":{
3062
+ "type":"list",
3063
+ "member":{"shape":"ContainerServiceDeployment"}
3064
+ },
3065
+ "ContainerServiceDeploymentRequest":{
3066
+ "type":"structure",
3067
+ "members":{
3068
+ "containers":{"shape":"ContainerMap"},
3069
+ "publicEndpoint":{"shape":"EndpointRequest"}
3070
+ }
3071
+ },
3072
+ "ContainerServiceDeploymentState":{
3073
+ "type":"string",
3074
+ "enum":[
3075
+ "ACTIVATING",
3076
+ "ACTIVE",
3077
+ "INACTIVE",
3078
+ "FAILED"
3079
+ ]
3080
+ },
3081
+ "ContainerServiceEndpoint":{
3082
+ "type":"structure",
3083
+ "members":{
3084
+ "containerName":{"shape":"string"},
3085
+ "containerPort":{"shape":"integer"},
3086
+ "healthCheck":{"shape":"ContainerServiceHealthCheckConfig"}
3087
+ }
3088
+ },
3089
+ "ContainerServiceHealthCheckConfig":{
3090
+ "type":"structure",
3091
+ "members":{
3092
+ "healthyThreshold":{"shape":"integer"},
3093
+ "unhealthyThreshold":{"shape":"integer"},
3094
+ "timeoutSeconds":{"shape":"integer"},
3095
+ "intervalSeconds":{"shape":"integer"},
3096
+ "path":{"shape":"string"},
3097
+ "successCodes":{"shape":"string"}
3098
+ }
3099
+ },
3100
+ "ContainerServiceList":{
3101
+ "type":"list",
3102
+ "member":{"shape":"ContainerService"}
3103
+ },
3104
+ "ContainerServiceLogEvent":{
3105
+ "type":"structure",
3106
+ "members":{
3107
+ "createdAt":{"shape":"IsoDate"},
3108
+ "message":{"shape":"string"}
3109
+ }
3110
+ },
3111
+ "ContainerServiceLogEventList":{
3112
+ "type":"list",
3113
+ "member":{"shape":"ContainerServiceLogEvent"}
3114
+ },
3115
+ "ContainerServiceMetadataEntry":{
3116
+ "type":"map",
3117
+ "key":{"shape":"string"},
3118
+ "value":{"shape":"string"}
3119
+ },
3120
+ "ContainerServiceMetadataEntryList":{
3121
+ "type":"list",
3122
+ "member":{"shape":"ContainerServiceMetadataEntry"}
3123
+ },
3124
+ "ContainerServiceMetricName":{
3125
+ "type":"string",
3126
+ "enum":[
3127
+ "CPUUtilization",
3128
+ "MemoryUtilization"
3129
+ ]
3130
+ },
3131
+ "ContainerServiceName":{
3132
+ "type":"string",
3133
+ "max":63,
3134
+ "min":1,
3135
+ "pattern":"^[a-z0-9]{1,2}|[a-z0-9][a-z0-9-]+[a-z0-9]$"
3136
+ },
3137
+ "ContainerServicePower":{
3138
+ "type":"structure",
3139
+ "members":{
3140
+ "powerId":{"shape":"string"},
3141
+ "price":{"shape":"float"},
3142
+ "cpuCount":{"shape":"float"},
3143
+ "ramSizeInGb":{"shape":"float"},
3144
+ "name":{"shape":"string"},
3145
+ "isActive":{"shape":"boolean"}
3146
+ }
3147
+ },
3148
+ "ContainerServicePowerList":{
3149
+ "type":"list",
3150
+ "member":{"shape":"ContainerServicePower"}
3151
+ },
3152
+ "ContainerServicePowerName":{
3153
+ "type":"string",
3154
+ "enum":[
3155
+ "nano",
3156
+ "micro",
3157
+ "small",
3158
+ "medium",
3159
+ "large",
3160
+ "xlarge"
3161
+ ]
3162
+ },
3163
+ "ContainerServiceProtocol":{
3164
+ "type":"string",
3165
+ "enum":[
3166
+ "HTTP",
3167
+ "HTTPS",
3168
+ "TCP",
3169
+ "UDP"
3170
+ ]
3171
+ },
3172
+ "ContainerServicePublicDomains":{
3173
+ "type":"map",
3174
+ "key":{"shape":"string"},
3175
+ "value":{"shape":"ContainerServicePublicDomainsList"}
3176
+ },
3177
+ "ContainerServicePublicDomainsList":{
3178
+ "type":"list",
3179
+ "member":{"shape":"string"}
3180
+ },
3181
+ "ContainerServiceRegistryLogin":{
3182
+ "type":"structure",
3183
+ "members":{
3184
+ "username":{"shape":"string"},
3185
+ "password":{"shape":"string"},
3186
+ "expiresAt":{"shape":"IsoDate"},
3187
+ "registry":{"shape":"string"}
3188
+ }
3189
+ },
3190
+ "ContainerServiceScale":{
3191
+ "type":"integer",
3192
+ "max":20,
3193
+ "min":1
3194
+ },
3195
+ "ContainerServiceState":{
3196
+ "type":"string",
3197
+ "enum":[
3198
+ "PENDING",
3199
+ "READY",
3200
+ "RUNNING",
3201
+ "UPDATING",
3202
+ "DELETING",
3203
+ "DISABLED"
3204
+ ]
3205
+ },
3206
+ "ContainerServicesListResult":{
3207
+ "type":"structure",
3208
+ "members":{
3209
+ "containerServices":{"shape":"ContainerServiceList"}
3210
+ }
3211
+ },
2769
3212
  "CookieObject":{
2770
3213
  "type":"structure",
2771
3214
  "members":{
@@ -2844,6 +3287,54 @@
2844
3287
  "operations":{"shape":"OperationList"}
2845
3288
  }
2846
3289
  },
3290
+ "CreateContainerServiceDeploymentRequest":{
3291
+ "type":"structure",
3292
+ "required":["serviceName"],
3293
+ "members":{
3294
+ "serviceName":{"shape":"ContainerServiceName"},
3295
+ "containers":{"shape":"ContainerMap"},
3296
+ "publicEndpoint":{"shape":"EndpointRequest"}
3297
+ }
3298
+ },
3299
+ "CreateContainerServiceDeploymentResult":{
3300
+ "type":"structure",
3301
+ "members":{
3302
+ "containerService":{"shape":"ContainerService"}
3303
+ }
3304
+ },
3305
+ "CreateContainerServiceRegistryLoginRequest":{
3306
+ "type":"structure",
3307
+ "members":{
3308
+ }
3309
+ },
3310
+ "CreateContainerServiceRegistryLoginResult":{
3311
+ "type":"structure",
3312
+ "members":{
3313
+ "registryLogin":{"shape":"ContainerServiceRegistryLogin"}
3314
+ }
3315
+ },
3316
+ "CreateContainerServiceRequest":{
3317
+ "type":"structure",
3318
+ "required":[
3319
+ "serviceName",
3320
+ "power",
3321
+ "scale"
3322
+ ],
3323
+ "members":{
3324
+ "serviceName":{"shape":"ContainerServiceName"},
3325
+ "power":{"shape":"ContainerServicePowerName"},
3326
+ "scale":{"shape":"ContainerServiceScale"},
3327
+ "tags":{"shape":"TagList"},
3328
+ "publicDomainNames":{"shape":"ContainerServicePublicDomains"},
3329
+ "deployment":{"shape":"ContainerServiceDeploymentRequest"}
3330
+ }
3331
+ },
3332
+ "CreateContainerServiceResult":{
3333
+ "type":"structure",
3334
+ "members":{
3335
+ "containerService":{"shape":"ContainerService"}
3336
+ }
3337
+ },
2847
3338
  "CreateDiskFromSnapshotRequest":{
2848
3339
  "type":"structure",
2849
3340
  "required":[
@@ -3221,6 +3712,34 @@
3221
3712
  "operations":{"shape":"OperationList"}
3222
3713
  }
3223
3714
  },
3715
+ "DeleteContainerImageRequest":{
3716
+ "type":"structure",
3717
+ "required":[
3718
+ "serviceName",
3719
+ "image"
3720
+ ],
3721
+ "members":{
3722
+ "serviceName":{"shape":"ContainerServiceName"},
3723
+ "image":{"shape":"string"}
3724
+ }
3725
+ },
3726
+ "DeleteContainerImageResult":{
3727
+ "type":"structure",
3728
+ "members":{
3729
+ }
3730
+ },
3731
+ "DeleteContainerServiceRequest":{
3732
+ "type":"structure",
3733
+ "required":["serviceName"],
3734
+ "members":{
3735
+ "serviceName":{"shape":"ContainerServiceName"}
3736
+ }
3737
+ },
3738
+ "DeleteContainerServiceResult":{
3739
+ "type":"structure",
3740
+ "members":{
3741
+ }
3742
+ },
3224
3743
  "DeleteDiskRequest":{
3225
3744
  "type":"structure",
3226
3745
  "required":["diskName"],
@@ -3704,6 +4223,23 @@
3704
4223
  "operations":{"shape":"OperationList"}
3705
4224
  }
3706
4225
  },
4226
+ "EndpointRequest":{
4227
+ "type":"structure",
4228
+ "required":[
4229
+ "containerName",
4230
+ "containerPort"
4231
+ ],
4232
+ "members":{
4233
+ "containerName":{"shape":"string"},
4234
+ "containerPort":{"shape":"integer"},
4235
+ "healthCheck":{"shape":"ContainerServiceHealthCheckConfig"}
4236
+ }
4237
+ },
4238
+ "Environment":{
4239
+ "type":"map",
4240
+ "key":{"shape":"string"},
4241
+ "value":{"shape":"string"}
4242
+ },
3707
4243
  "ExportSnapshotRecord":{
3708
4244
  "type":"structure",
3709
4245
  "members":{
@@ -3872,6 +4408,108 @@
3872
4408
  "contactMethods":{"shape":"ContactMethodsList"}
3873
4409
  }
3874
4410
  },
4411
+ "GetContainerAPIMetadataRequest":{
4412
+ "type":"structure",
4413
+ "members":{
4414
+ }
4415
+ },
4416
+ "GetContainerAPIMetadataResult":{
4417
+ "type":"structure",
4418
+ "members":{
4419
+ "metadata":{"shape":"ContainerServiceMetadataEntryList"}
4420
+ }
4421
+ },
4422
+ "GetContainerImagesRequest":{
4423
+ "type":"structure",
4424
+ "required":["serviceName"],
4425
+ "members":{
4426
+ "serviceName":{"shape":"ContainerServiceName"}
4427
+ }
4428
+ },
4429
+ "GetContainerImagesResult":{
4430
+ "type":"structure",
4431
+ "members":{
4432
+ "containerImages":{"shape":"ContainerImageList"}
4433
+ }
4434
+ },
4435
+ "GetContainerLogRequest":{
4436
+ "type":"structure",
4437
+ "required":[
4438
+ "serviceName",
4439
+ "containerName"
4440
+ ],
4441
+ "members":{
4442
+ "serviceName":{"shape":"ContainerServiceName"},
4443
+ "containerName":{"shape":"string"},
4444
+ "startTime":{"shape":"IsoDate"},
4445
+ "endTime":{"shape":"IsoDate"},
4446
+ "filterPattern":{"shape":"string"},
4447
+ "pageToken":{"shape":"string"}
4448
+ }
4449
+ },
4450
+ "GetContainerLogResult":{
4451
+ "type":"structure",
4452
+ "members":{
4453
+ "logEvents":{"shape":"ContainerServiceLogEventList"},
4454
+ "nextPageToken":{"shape":"string"}
4455
+ }
4456
+ },
4457
+ "GetContainerServiceDeploymentsRequest":{
4458
+ "type":"structure",
4459
+ "required":["serviceName"],
4460
+ "members":{
4461
+ "serviceName":{"shape":"ContainerServiceName"}
4462
+ }
4463
+ },
4464
+ "GetContainerServiceDeploymentsResult":{
4465
+ "type":"structure",
4466
+ "members":{
4467
+ "deployments":{"shape":"ContainerServiceDeploymentList"}
4468
+ }
4469
+ },
4470
+ "GetContainerServiceMetricDataRequest":{
4471
+ "type":"structure",
4472
+ "required":[
4473
+ "serviceName",
4474
+ "metricName",
4475
+ "startTime",
4476
+ "endTime",
4477
+ "period",
4478
+ "statistics"
4479
+ ],
4480
+ "members":{
4481
+ "serviceName":{"shape":"ContainerServiceName"},
4482
+ "metricName":{"shape":"ContainerServiceMetricName"},
4483
+ "startTime":{"shape":"IsoDate"},
4484
+ "endTime":{"shape":"IsoDate"},
4485
+ "period":{"shape":"MetricPeriod"},
4486
+ "statistics":{"shape":"MetricStatisticList"}
4487
+ }
4488
+ },
4489
+ "GetContainerServiceMetricDataResult":{
4490
+ "type":"structure",
4491
+ "members":{
4492
+ "metricName":{"shape":"ContainerServiceMetricName"},
4493
+ "metricData":{"shape":"MetricDatapointList"}
4494
+ }
4495
+ },
4496
+ "GetContainerServicePowersRequest":{
4497
+ "type":"structure",
4498
+ "members":{
4499
+ }
4500
+ },
4501
+ "GetContainerServicePowersResult":{
4502
+ "type":"structure",
4503
+ "members":{
4504
+ "powers":{"shape":"ContainerServicePowerList"}
4505
+ }
4506
+ },
4507
+ "GetContainerServicesRequest":{
4508
+ "type":"structure",
4509
+ "members":{
4510
+ "serviceName":{"shape":"ContainerServiceName"}
4511
+ }
4512
+ },
3875
4513
  "GetDiskRequest":{
3876
4514
  "type":"structure",
3877
4515
  "required":["diskName"],
@@ -5368,7 +6006,14 @@
5368
6006
  "DetachCertificateFromDistribution",
5369
6007
  "UpdateDistributionBundle",
5370
6008
  "CreateCertificate",
5371
- "DeleteCertificate"
6009
+ "DeleteCertificate",
6010
+ "CreateContainerService",
6011
+ "UpdateContainerService",
6012
+ "DeleteContainerService",
6013
+ "CreateContainerServiceDeployment",
6014
+ "CreateContainerServiceRegistryLogin",
6015
+ "RegisterContainerImage",
6016
+ "DeleteContainerImage"
5372
6017
  ]
5373
6018
  },
5374
6019
  "Origin":{
@@ -5464,6 +6109,11 @@
5464
6109
  "type":"list",
5465
6110
  "member":{"shape":"Port"}
5466
6111
  },
6112
+ "PortMap":{
6113
+ "type":"map",
6114
+ "key":{"shape":"string"},
6115
+ "value":{"shape":"ContainerServiceProtocol"}
6116
+ },
5467
6117
  "PortState":{
5468
6118
  "type":"string",
5469
6119
  "enum":[
@@ -5593,6 +6243,25 @@
5593
6243
  "ap-northeast-2"
5594
6244
  ]
5595
6245
  },
6246
+ "RegisterContainerImageRequest":{
6247
+ "type":"structure",
6248
+ "required":[
6249
+ "serviceName",
6250
+ "label",
6251
+ "digest"
6252
+ ],
6253
+ "members":{
6254
+ "serviceName":{"shape":"ContainerServiceName"},
6255
+ "label":{"shape":"ContainerLabel"},
6256
+ "digest":{"shape":"string"}
6257
+ }
6258
+ },
6259
+ "RegisterContainerImageResult":{
6260
+ "type":"structure",
6261
+ "members":{
6262
+ "containerImage":{"shape":"ContainerImage"}
6263
+ }
6264
+ },
5596
6265
  "RelationalDatabase":{
5597
6266
  "type":"structure",
5598
6267
  "members":{
@@ -5830,6 +6499,7 @@
5830
6499
  "ResourceType":{
5831
6500
  "type":"string",
5832
6501
  "enum":[
6502
+ "ContainerService",
5833
6503
  "Instance",
5834
6504
  "StaticIp",
5835
6505
  "KeyPair",
@@ -6069,6 +6739,23 @@
6069
6739
  "operations":{"shape":"OperationList"}
6070
6740
  }
6071
6741
  },
6742
+ "UpdateContainerServiceRequest":{
6743
+ "type":"structure",
6744
+ "required":["serviceName"],
6745
+ "members":{
6746
+ "serviceName":{"shape":"ContainerServiceName"},
6747
+ "power":{"shape":"ContainerServicePowerName"},
6748
+ "scale":{"shape":"ContainerServiceScale"},
6749
+ "isDisabled":{"shape":"boolean"},
6750
+ "publicDomainNames":{"shape":"ContainerServicePublicDomains"}
6751
+ }
6752
+ },
6753
+ "UpdateContainerServiceResult":{
6754
+ "type":"structure",
6755
+ "members":{
6756
+ "containerService":{"shape":"ContainerService"}
6757
+ }
6758
+ },
6072
6759
  "UpdateDistributionBundleRequest":{
6073
6760
  "type":"structure",
6074
6761
  "members":{