aws-sdk-core 2.11.406 → 2.11.407

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
  SHA1:
3
- metadata.gz: 7ee46706d6e0583afb3235cbcb24fdd4239c03f7
4
- data.tar.gz: 58b43be1871d3656ebc690fcdf5e3000a39b4080
3
+ metadata.gz: 5999b51aa8cd0543e72868486ddde29fa8ba55b1
4
+ data.tar.gz: 11750660f4d012dde308868270490c8058383ce5
5
5
  SHA512:
6
- metadata.gz: 902248b26157ad9f0fdfe2f9340dd79569ceaed2d70d5a5bb58daec13eb5357ce721e4061980fe6158fe9ff09acc30735046484395928335f7368d2549af0cd1
7
- data.tar.gz: e46d96e7b7943dcfa29498c178bf19484fb40e41ba99fb18cbd2409d533f1854fbcc20172dbf886f622da2e8fc930519a63e675cf97aabe8c3441bb3eff4dcf5
6
+ metadata.gz: e9587651b2d44b31892e8739969b19f6bd5fe86b53cbaeff38c10b636c1e5db95598fa8549b7ee9be42c0a2af58a5fd5f4f25c5fab9271ae218e3cb1215bf520
7
+ data.tar.gz: 527a32c0b86689f3cdf1a713c25a1ccfdbc38a1a50e45306a0ebcba34006d7c8340826dbf8fbb6e5595fb8a6e80f23adb6f1027edf3d115d65d704e645e33793
@@ -14362,6 +14362,10 @@
14362
14362
  "AvailabilityZoneId":{
14363
14363
  "shape":"String",
14364
14364
  "locationName":"availabilityZoneId"
14365
+ },
14366
+ "MemberOfServiceLinkedResourceGroup":{
14367
+ "shape":"Boolean",
14368
+ "locationName":"memberOfServiceLinkedResourceGroup"
14365
14369
  }
14366
14370
  }
14367
14371
  },
@@ -17608,6 +17612,10 @@
17608
17612
  "SpreadDomain":{
17609
17613
  "shape":"String",
17610
17614
  "locationName":"spreadDomain"
17615
+ },
17616
+ "HostResourceGroupArn":{
17617
+ "shape":"String",
17618
+ "locationName":"hostResourceGroupArn"
17611
17619
  }
17612
17620
  }
17613
17621
  },
@@ -17619,7 +17627,8 @@
17619
17627
  "GroupName":{"shape":"String"},
17620
17628
  "HostId":{"shape":"String"},
17621
17629
  "Tenancy":{"shape":"Tenancy"},
17622
- "SpreadDomain":{"shape":"String"}
17630
+ "SpreadDomain":{"shape":"String"},
17631
+ "HostResourceGroupArn":{"shape":"String"}
17623
17632
  }
17624
17633
  },
17625
17634
  "LaunchTemplateSet":{
@@ -18312,7 +18321,8 @@
18312
18321
  "shape":"HostTenancy",
18313
18322
  "locationName":"tenancy"
18314
18323
  },
18315
- "PartitionNumber":{"shape":"Integer"}
18324
+ "PartitionNumber":{"shape":"Integer"},
18325
+ "HostResourceGroupArn":{"shape":"String"}
18316
18326
  }
18317
18327
  },
18318
18328
  "ModifyInstancePlacementResult":{
@@ -19876,6 +19886,10 @@
19876
19886
  "SpreadDomain":{
19877
19887
  "shape":"String",
19878
19888
  "locationName":"spreadDomain"
19889
+ },
19890
+ "HostResourceGroupArn":{
19891
+ "shape":"String",
19892
+ "locationName":"hostResourceGroupArn"
19879
19893
  }
19880
19894
  }
19881
19895
  },
@@ -21838,6 +21852,7 @@
21838
21852
  "route-table",
21839
21853
  "security-group",
21840
21854
  "snapshot",
21855
+ "spot-fleet-request",
21841
21856
  "spot-instances-request",
21842
21857
  "subnet",
21843
21858
  "traffic-mirror-filter",
@@ -0,0 +1,2387 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-12-02",
5
+ "endpointPrefix":"imagebuilder",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"imagebuilder",
9
+ "serviceFullName":"EC2 Image Builder",
10
+ "serviceId":"imagebuilder",
11
+ "signatureVersion":"v4",
12
+ "signingName":"imagebuilder",
13
+ "uid":"imagebuilder-2019-12-02"
14
+ },
15
+ "operations":{
16
+ "CancelImageCreation":{
17
+ "name":"CancelImageCreation",
18
+ "http":{
19
+ "method":"PUT",
20
+ "requestUri":"/CancelImageCreation"
21
+ },
22
+ "input":{"shape":"CancelImageCreationRequest"},
23
+ "output":{"shape":"CancelImageCreationResponse"},
24
+ "errors":[
25
+ {"shape":"ServiceException"},
26
+ {"shape":"ClientException"},
27
+ {"shape":"ServiceUnavailableException"},
28
+ {"shape":"InvalidRequestException"},
29
+ {"shape":"IdempotentParameterMismatchException"},
30
+ {"shape":"ForbiddenException"},
31
+ {"shape":"CallRateLimitExceededException"},
32
+ {"shape":"ResourceInUseException"}
33
+ ]
34
+ },
35
+ "CreateComponent":{
36
+ "name":"CreateComponent",
37
+ "http":{
38
+ "method":"PUT",
39
+ "requestUri":"/CreateComponent"
40
+ },
41
+ "input":{"shape":"CreateComponentRequest"},
42
+ "output":{"shape":"CreateComponentResponse"},
43
+ "errors":[
44
+ {"shape":"ServiceException"},
45
+ {"shape":"ClientException"},
46
+ {"shape":"ServiceUnavailableException"},
47
+ {"shape":"InvalidRequestException"},
48
+ {"shape":"IdempotentParameterMismatchException"},
49
+ {"shape":"ForbiddenException"},
50
+ {"shape":"CallRateLimitExceededException"},
51
+ {"shape":"InvalidVersionNumberException"},
52
+ {"shape":"ResourceInUseException"},
53
+ {"shape":"InvalidParameterCombinationException"}
54
+ ]
55
+ },
56
+ "CreateDistributionConfiguration":{
57
+ "name":"CreateDistributionConfiguration",
58
+ "http":{
59
+ "method":"PUT",
60
+ "requestUri":"/CreateDistributionConfiguration"
61
+ },
62
+ "input":{"shape":"CreateDistributionConfigurationRequest"},
63
+ "output":{"shape":"CreateDistributionConfigurationResponse"},
64
+ "errors":[
65
+ {"shape":"ServiceException"},
66
+ {"shape":"ClientException"},
67
+ {"shape":"ServiceUnavailableException"},
68
+ {"shape":"InvalidRequestException"},
69
+ {"shape":"IdempotentParameterMismatchException"},
70
+ {"shape":"ForbiddenException"},
71
+ {"shape":"CallRateLimitExceededException"},
72
+ {"shape":"ResourceInUseException"},
73
+ {"shape":"ResourceAlreadyExistsException"},
74
+ {"shape":"InvalidParameterCombinationException"}
75
+ ]
76
+ },
77
+ "CreateImage":{
78
+ "name":"CreateImage",
79
+ "http":{
80
+ "method":"PUT",
81
+ "requestUri":"/CreateImage"
82
+ },
83
+ "input":{"shape":"CreateImageRequest"},
84
+ "output":{"shape":"CreateImageResponse"},
85
+ "errors":[
86
+ {"shape":"ServiceException"},
87
+ {"shape":"ClientException"},
88
+ {"shape":"ServiceUnavailableException"},
89
+ {"shape":"InvalidRequestException"},
90
+ {"shape":"IdempotentParameterMismatchException"},
91
+ {"shape":"ForbiddenException"},
92
+ {"shape":"CallRateLimitExceededException"},
93
+ {"shape":"ResourceInUseException"}
94
+ ]
95
+ },
96
+ "CreateImagePipeline":{
97
+ "name":"CreateImagePipeline",
98
+ "http":{
99
+ "method":"PUT",
100
+ "requestUri":"/CreateImagePipeline"
101
+ },
102
+ "input":{"shape":"CreateImagePipelineRequest"},
103
+ "output":{"shape":"CreateImagePipelineResponse"},
104
+ "errors":[
105
+ {"shape":"ServiceException"},
106
+ {"shape":"ClientException"},
107
+ {"shape":"ServiceUnavailableException"},
108
+ {"shape":"InvalidRequestException"},
109
+ {"shape":"IdempotentParameterMismatchException"},
110
+ {"shape":"ForbiddenException"},
111
+ {"shape":"CallRateLimitExceededException"},
112
+ {"shape":"ResourceInUseException"},
113
+ {"shape":"ResourceAlreadyExistsException"}
114
+ ]
115
+ },
116
+ "CreateImageRecipe":{
117
+ "name":"CreateImageRecipe",
118
+ "http":{
119
+ "method":"PUT",
120
+ "requestUri":"/CreateImageRecipe"
121
+ },
122
+ "input":{"shape":"CreateImageRecipeRequest"},
123
+ "output":{"shape":"CreateImageRecipeResponse"},
124
+ "errors":[
125
+ {"shape":"ServiceException"},
126
+ {"shape":"ClientException"},
127
+ {"shape":"ServiceUnavailableException"},
128
+ {"shape":"InvalidRequestException"},
129
+ {"shape":"IdempotentParameterMismatchException"},
130
+ {"shape":"ForbiddenException"},
131
+ {"shape":"CallRateLimitExceededException"},
132
+ {"shape":"InvalidVersionNumberException"},
133
+ {"shape":"ResourceInUseException"},
134
+ {"shape":"ResourceAlreadyExistsException"}
135
+ ]
136
+ },
137
+ "CreateInfrastructureConfiguration":{
138
+ "name":"CreateInfrastructureConfiguration",
139
+ "http":{
140
+ "method":"PUT",
141
+ "requestUri":"/CreateInfrastructureConfiguration"
142
+ },
143
+ "input":{"shape":"CreateInfrastructureConfigurationRequest"},
144
+ "output":{"shape":"CreateInfrastructureConfigurationResponse"},
145
+ "errors":[
146
+ {"shape":"ServiceException"},
147
+ {"shape":"ClientException"},
148
+ {"shape":"ServiceUnavailableException"},
149
+ {"shape":"InvalidRequestException"},
150
+ {"shape":"IdempotentParameterMismatchException"},
151
+ {"shape":"ForbiddenException"},
152
+ {"shape":"CallRateLimitExceededException"},
153
+ {"shape":"ResourceInUseException"},
154
+ {"shape":"ResourceAlreadyExistsException"}
155
+ ]
156
+ },
157
+ "DeleteComponent":{
158
+ "name":"DeleteComponent",
159
+ "http":{
160
+ "method":"DELETE",
161
+ "requestUri":"/DeleteComponent"
162
+ },
163
+ "input":{"shape":"DeleteComponentRequest"},
164
+ "output":{"shape":"DeleteComponentResponse"},
165
+ "errors":[
166
+ {"shape":"ServiceException"},
167
+ {"shape":"ClientException"},
168
+ {"shape":"ServiceUnavailableException"},
169
+ {"shape":"InvalidRequestException"},
170
+ {"shape":"ForbiddenException"},
171
+ {"shape":"CallRateLimitExceededException"},
172
+ {"shape":"ResourceDependencyException"}
173
+ ]
174
+ },
175
+ "DeleteDistributionConfiguration":{
176
+ "name":"DeleteDistributionConfiguration",
177
+ "http":{
178
+ "method":"DELETE",
179
+ "requestUri":"/DeleteDistributionConfiguration"
180
+ },
181
+ "input":{"shape":"DeleteDistributionConfigurationRequest"},
182
+ "output":{"shape":"DeleteDistributionConfigurationResponse"},
183
+ "errors":[
184
+ {"shape":"ServiceException"},
185
+ {"shape":"ClientException"},
186
+ {"shape":"InvalidRequestException"},
187
+ {"shape":"ServiceUnavailableException"},
188
+ {"shape":"ForbiddenException"},
189
+ {"shape":"CallRateLimitExceededException"},
190
+ {"shape":"ResourceDependencyException"}
191
+ ]
192
+ },
193
+ "DeleteImage":{
194
+ "name":"DeleteImage",
195
+ "http":{
196
+ "method":"DELETE",
197
+ "requestUri":"/DeleteImage"
198
+ },
199
+ "input":{"shape":"DeleteImageRequest"},
200
+ "output":{"shape":"DeleteImageResponse"},
201
+ "errors":[
202
+ {"shape":"ServiceException"},
203
+ {"shape":"ClientException"},
204
+ {"shape":"InvalidRequestException"},
205
+ {"shape":"ServiceUnavailableException"},
206
+ {"shape":"ForbiddenException"},
207
+ {"shape":"CallRateLimitExceededException"},
208
+ {"shape":"ResourceDependencyException"}
209
+ ]
210
+ },
211
+ "DeleteImagePipeline":{
212
+ "name":"DeleteImagePipeline",
213
+ "http":{
214
+ "method":"DELETE",
215
+ "requestUri":"/DeleteImagePipeline"
216
+ },
217
+ "input":{"shape":"DeleteImagePipelineRequest"},
218
+ "output":{"shape":"DeleteImagePipelineResponse"},
219
+ "errors":[
220
+ {"shape":"ServiceException"},
221
+ {"shape":"ClientException"},
222
+ {"shape":"ServiceUnavailableException"},
223
+ {"shape":"InvalidRequestException"},
224
+ {"shape":"ForbiddenException"},
225
+ {"shape":"CallRateLimitExceededException"},
226
+ {"shape":"ResourceDependencyException"}
227
+ ]
228
+ },
229
+ "DeleteImageRecipe":{
230
+ "name":"DeleteImageRecipe",
231
+ "http":{
232
+ "method":"DELETE",
233
+ "requestUri":"/DeleteImageRecipe"
234
+ },
235
+ "input":{"shape":"DeleteImageRecipeRequest"},
236
+ "output":{"shape":"DeleteImageRecipeResponse"},
237
+ "errors":[
238
+ {"shape":"ServiceException"},
239
+ {"shape":"ClientException"},
240
+ {"shape":"ServiceUnavailableException"},
241
+ {"shape":"InvalidRequestException"},
242
+ {"shape":"ForbiddenException"},
243
+ {"shape":"CallRateLimitExceededException"},
244
+ {"shape":"ResourceDependencyException"}
245
+ ]
246
+ },
247
+ "DeleteInfrastructureConfiguration":{
248
+ "name":"DeleteInfrastructureConfiguration",
249
+ "http":{
250
+ "method":"DELETE",
251
+ "requestUri":"/DeleteInfrastructureConfiguration"
252
+ },
253
+ "input":{"shape":"DeleteInfrastructureConfigurationRequest"},
254
+ "output":{"shape":"DeleteInfrastructureConfigurationResponse"},
255
+ "errors":[
256
+ {"shape":"ServiceException"},
257
+ {"shape":"ClientException"},
258
+ {"shape":"ServiceUnavailableException"},
259
+ {"shape":"InvalidRequestException"},
260
+ {"shape":"ForbiddenException"},
261
+ {"shape":"CallRateLimitExceededException"},
262
+ {"shape":"ResourceDependencyException"}
263
+ ]
264
+ },
265
+ "GetComponent":{
266
+ "name":"GetComponent",
267
+ "http":{
268
+ "method":"GET",
269
+ "requestUri":"/GetComponent"
270
+ },
271
+ "input":{"shape":"GetComponentRequest"},
272
+ "output":{"shape":"GetComponentResponse"},
273
+ "errors":[
274
+ {"shape":"ServiceException"},
275
+ {"shape":"ClientException"},
276
+ {"shape":"ServiceUnavailableException"},
277
+ {"shape":"InvalidRequestException"},
278
+ {"shape":"ForbiddenException"},
279
+ {"shape":"CallRateLimitExceededException"}
280
+ ]
281
+ },
282
+ "GetComponentPolicy":{
283
+ "name":"GetComponentPolicy",
284
+ "http":{
285
+ "method":"GET",
286
+ "requestUri":"/GetComponentPolicy"
287
+ },
288
+ "input":{"shape":"GetComponentPolicyRequest"},
289
+ "output":{"shape":"GetComponentPolicyResponse"},
290
+ "errors":[
291
+ {"shape":"ServiceException"},
292
+ {"shape":"ServiceUnavailableException"},
293
+ {"shape":"ResourceNotFoundException"},
294
+ {"shape":"InvalidRequestException"},
295
+ {"shape":"ForbiddenException"},
296
+ {"shape":"CallRateLimitExceededException"}
297
+ ]
298
+ },
299
+ "GetDistributionConfiguration":{
300
+ "name":"GetDistributionConfiguration",
301
+ "http":{
302
+ "method":"GET",
303
+ "requestUri":"/GetDistributionConfiguration"
304
+ },
305
+ "input":{"shape":"GetDistributionConfigurationRequest"},
306
+ "output":{"shape":"GetDistributionConfigurationResponse"},
307
+ "errors":[
308
+ {"shape":"ServiceException"},
309
+ {"shape":"ClientException"},
310
+ {"shape":"ServiceUnavailableException"},
311
+ {"shape":"InvalidRequestException"},
312
+ {"shape":"ForbiddenException"},
313
+ {"shape":"CallRateLimitExceededException"}
314
+ ]
315
+ },
316
+ "GetImage":{
317
+ "name":"GetImage",
318
+ "http":{
319
+ "method":"GET",
320
+ "requestUri":"/GetImage"
321
+ },
322
+ "input":{"shape":"GetImageRequest"},
323
+ "output":{"shape":"GetImageResponse"},
324
+ "errors":[
325
+ {"shape":"ServiceException"},
326
+ {"shape":"ClientException"},
327
+ {"shape":"ServiceUnavailableException"},
328
+ {"shape":"InvalidRequestException"},
329
+ {"shape":"ForbiddenException"},
330
+ {"shape":"CallRateLimitExceededException"}
331
+ ]
332
+ },
333
+ "GetImagePipeline":{
334
+ "name":"GetImagePipeline",
335
+ "http":{
336
+ "method":"GET",
337
+ "requestUri":"/GetImagePipeline"
338
+ },
339
+ "input":{"shape":"GetImagePipelineRequest"},
340
+ "output":{"shape":"GetImagePipelineResponse"},
341
+ "errors":[
342
+ {"shape":"ServiceException"},
343
+ {"shape":"ClientException"},
344
+ {"shape":"ServiceUnavailableException"},
345
+ {"shape":"InvalidRequestException"},
346
+ {"shape":"ForbiddenException"},
347
+ {"shape":"CallRateLimitExceededException"}
348
+ ]
349
+ },
350
+ "GetImagePolicy":{
351
+ "name":"GetImagePolicy",
352
+ "http":{
353
+ "method":"GET",
354
+ "requestUri":"/GetImagePolicy"
355
+ },
356
+ "input":{"shape":"GetImagePolicyRequest"},
357
+ "output":{"shape":"GetImagePolicyResponse"},
358
+ "errors":[
359
+ {"shape":"ServiceException"},
360
+ {"shape":"ServiceUnavailableException"},
361
+ {"shape":"ResourceNotFoundException"},
362
+ {"shape":"InvalidRequestException"},
363
+ {"shape":"ForbiddenException"},
364
+ {"shape":"CallRateLimitExceededException"}
365
+ ]
366
+ },
367
+ "GetImageRecipe":{
368
+ "name":"GetImageRecipe",
369
+ "http":{
370
+ "method":"GET",
371
+ "requestUri":"/GetImageRecipe"
372
+ },
373
+ "input":{"shape":"GetImageRecipeRequest"},
374
+ "output":{"shape":"GetImageRecipeResponse"},
375
+ "errors":[
376
+ {"shape":"ServiceException"},
377
+ {"shape":"ClientException"},
378
+ {"shape":"ServiceUnavailableException"},
379
+ {"shape":"InvalidRequestException"},
380
+ {"shape":"ForbiddenException"},
381
+ {"shape":"CallRateLimitExceededException"}
382
+ ]
383
+ },
384
+ "GetImageRecipePolicy":{
385
+ "name":"GetImageRecipePolicy",
386
+ "http":{
387
+ "method":"GET",
388
+ "requestUri":"/GetImageRecipePolicy"
389
+ },
390
+ "input":{"shape":"GetImageRecipePolicyRequest"},
391
+ "output":{"shape":"GetImageRecipePolicyResponse"},
392
+ "errors":[
393
+ {"shape":"ServiceException"},
394
+ {"shape":"ServiceUnavailableException"},
395
+ {"shape":"InvalidRequestException"},
396
+ {"shape":"ResourceNotFoundException"},
397
+ {"shape":"ForbiddenException"},
398
+ {"shape":"CallRateLimitExceededException"}
399
+ ]
400
+ },
401
+ "GetInfrastructureConfiguration":{
402
+ "name":"GetInfrastructureConfiguration",
403
+ "http":{
404
+ "method":"GET",
405
+ "requestUri":"/GetInfrastructureConfiguration"
406
+ },
407
+ "input":{"shape":"GetInfrastructureConfigurationRequest"},
408
+ "output":{"shape":"GetInfrastructureConfigurationResponse"},
409
+ "errors":[
410
+ {"shape":"ServiceException"},
411
+ {"shape":"ClientException"},
412
+ {"shape":"ServiceUnavailableException"},
413
+ {"shape":"InvalidRequestException"},
414
+ {"shape":"ForbiddenException"},
415
+ {"shape":"CallRateLimitExceededException"}
416
+ ]
417
+ },
418
+ "ImportComponent":{
419
+ "name":"ImportComponent",
420
+ "http":{
421
+ "method":"PUT",
422
+ "requestUri":"/ImportComponent"
423
+ },
424
+ "input":{"shape":"ImportComponentRequest"},
425
+ "output":{"shape":"ImportComponentResponse"},
426
+ "errors":[
427
+ {"shape":"ServiceException"},
428
+ {"shape":"ClientException"},
429
+ {"shape":"ServiceUnavailableException"},
430
+ {"shape":"InvalidRequestException"},
431
+ {"shape":"IdempotentParameterMismatchException"},
432
+ {"shape":"ForbiddenException"},
433
+ {"shape":"CallRateLimitExceededException"},
434
+ {"shape":"InvalidVersionNumberException"},
435
+ {"shape":"ResourceInUseException"},
436
+ {"shape":"InvalidParameterCombinationException"}
437
+ ]
438
+ },
439
+ "ListComponentBuildVersions":{
440
+ "name":"ListComponentBuildVersions",
441
+ "http":{
442
+ "method":"POST",
443
+ "requestUri":"/ListComponentBuildVersions"
444
+ },
445
+ "input":{"shape":"ListComponentBuildVersionsRequest"},
446
+ "output":{"shape":"ListComponentBuildVersionsResponse"},
447
+ "errors":[
448
+ {"shape":"ServiceException"},
449
+ {"shape":"ClientException"},
450
+ {"shape":"ServiceUnavailableException"},
451
+ {"shape":"InvalidRequestException"},
452
+ {"shape":"InvalidPaginationTokenException"},
453
+ {"shape":"ForbiddenException"},
454
+ {"shape":"CallRateLimitExceededException"}
455
+ ]
456
+ },
457
+ "ListComponents":{
458
+ "name":"ListComponents",
459
+ "http":{
460
+ "method":"POST",
461
+ "requestUri":"/ListComponents"
462
+ },
463
+ "input":{"shape":"ListComponentsRequest"},
464
+ "output":{"shape":"ListComponentsResponse"},
465
+ "errors":[
466
+ {"shape":"ServiceException"},
467
+ {"shape":"ClientException"},
468
+ {"shape":"ServiceUnavailableException"},
469
+ {"shape":"InvalidRequestException"},
470
+ {"shape":"InvalidPaginationTokenException"},
471
+ {"shape":"ForbiddenException"},
472
+ {"shape":"CallRateLimitExceededException"}
473
+ ]
474
+ },
475
+ "ListDistributionConfigurations":{
476
+ "name":"ListDistributionConfigurations",
477
+ "http":{
478
+ "method":"POST",
479
+ "requestUri":"/ListDistributionConfigurations"
480
+ },
481
+ "input":{"shape":"ListDistributionConfigurationsRequest"},
482
+ "output":{"shape":"ListDistributionConfigurationsResponse"},
483
+ "errors":[
484
+ {"shape":"ServiceException"},
485
+ {"shape":"ClientException"},
486
+ {"shape":"ServiceUnavailableException"},
487
+ {"shape":"InvalidRequestException"},
488
+ {"shape":"InvalidPaginationTokenException"},
489
+ {"shape":"ForbiddenException"},
490
+ {"shape":"CallRateLimitExceededException"}
491
+ ]
492
+ },
493
+ "ListImageBuildVersions":{
494
+ "name":"ListImageBuildVersions",
495
+ "http":{
496
+ "method":"POST",
497
+ "requestUri":"/ListImageBuildVersions"
498
+ },
499
+ "input":{"shape":"ListImageBuildVersionsRequest"},
500
+ "output":{"shape":"ListImageBuildVersionsResponse"},
501
+ "errors":[
502
+ {"shape":"ServiceException"},
503
+ {"shape":"ClientException"},
504
+ {"shape":"ServiceUnavailableException"},
505
+ {"shape":"InvalidRequestException"},
506
+ {"shape":"InvalidPaginationTokenException"},
507
+ {"shape":"ForbiddenException"},
508
+ {"shape":"CallRateLimitExceededException"}
509
+ ]
510
+ },
511
+ "ListImagePipelineImages":{
512
+ "name":"ListImagePipelineImages",
513
+ "http":{
514
+ "method":"POST",
515
+ "requestUri":"/ListImagePipelineImages"
516
+ },
517
+ "input":{"shape":"ListImagePipelineImagesRequest"},
518
+ "output":{"shape":"ListImagePipelineImagesResponse"},
519
+ "errors":[
520
+ {"shape":"ServiceException"},
521
+ {"shape":"ClientException"},
522
+ {"shape":"ServiceUnavailableException"},
523
+ {"shape":"InvalidRequestException"},
524
+ {"shape":"InvalidPaginationTokenException"},
525
+ {"shape":"ResourceNotFoundException"},
526
+ {"shape":"ForbiddenException"},
527
+ {"shape":"CallRateLimitExceededException"}
528
+ ]
529
+ },
530
+ "ListImagePipelines":{
531
+ "name":"ListImagePipelines",
532
+ "http":{
533
+ "method":"POST",
534
+ "requestUri":"/ListImagePipelines"
535
+ },
536
+ "input":{"shape":"ListImagePipelinesRequest"},
537
+ "output":{"shape":"ListImagePipelinesResponse"},
538
+ "errors":[
539
+ {"shape":"ServiceException"},
540
+ {"shape":"ClientException"},
541
+ {"shape":"ServiceUnavailableException"},
542
+ {"shape":"InvalidRequestException"},
543
+ {"shape":"InvalidPaginationTokenException"},
544
+ {"shape":"ForbiddenException"},
545
+ {"shape":"CallRateLimitExceededException"}
546
+ ]
547
+ },
548
+ "ListImageRecipes":{
549
+ "name":"ListImageRecipes",
550
+ "http":{
551
+ "method":"POST",
552
+ "requestUri":"/ListImageRecipes"
553
+ },
554
+ "input":{"shape":"ListImageRecipesRequest"},
555
+ "output":{"shape":"ListImageRecipesResponse"},
556
+ "errors":[
557
+ {"shape":"ServiceException"},
558
+ {"shape":"ClientException"},
559
+ {"shape":"ServiceUnavailableException"},
560
+ {"shape":"InvalidRequestException"},
561
+ {"shape":"InvalidPaginationTokenException"},
562
+ {"shape":"ForbiddenException"},
563
+ {"shape":"CallRateLimitExceededException"}
564
+ ]
565
+ },
566
+ "ListImages":{
567
+ "name":"ListImages",
568
+ "http":{
569
+ "method":"POST",
570
+ "requestUri":"/ListImages"
571
+ },
572
+ "input":{"shape":"ListImagesRequest"},
573
+ "output":{"shape":"ListImagesResponse"},
574
+ "errors":[
575
+ {"shape":"ServiceException"},
576
+ {"shape":"ClientException"},
577
+ {"shape":"ServiceUnavailableException"},
578
+ {"shape":"InvalidRequestException"},
579
+ {"shape":"InvalidPaginationTokenException"},
580
+ {"shape":"ForbiddenException"},
581
+ {"shape":"CallRateLimitExceededException"}
582
+ ]
583
+ },
584
+ "ListInfrastructureConfigurations":{
585
+ "name":"ListInfrastructureConfigurations",
586
+ "http":{
587
+ "method":"POST",
588
+ "requestUri":"/ListInfrastructureConfigurations"
589
+ },
590
+ "input":{"shape":"ListInfrastructureConfigurationsRequest"},
591
+ "output":{"shape":"ListInfrastructureConfigurationsResponse"},
592
+ "errors":[
593
+ {"shape":"ServiceException"},
594
+ {"shape":"ClientException"},
595
+ {"shape":"ServiceUnavailableException"},
596
+ {"shape":"InvalidRequestException"},
597
+ {"shape":"InvalidPaginationTokenException"},
598
+ {"shape":"ForbiddenException"},
599
+ {"shape":"CallRateLimitExceededException"}
600
+ ]
601
+ },
602
+ "ListTagsForResource":{
603
+ "name":"ListTagsForResource",
604
+ "http":{
605
+ "method":"GET",
606
+ "requestUri":"/tags/{resourceArn}"
607
+ },
608
+ "input":{"shape":"ListTagsForResourceRequest"},
609
+ "output":{"shape":"ListTagsForResourceResponse"},
610
+ "errors":[
611
+ {"shape":"ServiceException"},
612
+ {"shape":"InvalidParameterException"},
613
+ {"shape":"ResourceNotFoundException"}
614
+ ]
615
+ },
616
+ "PutComponentPolicy":{
617
+ "name":"PutComponentPolicy",
618
+ "http":{
619
+ "method":"PUT",
620
+ "requestUri":"/PutComponentPolicy"
621
+ },
622
+ "input":{"shape":"PutComponentPolicyRequest"},
623
+ "output":{"shape":"PutComponentPolicyResponse"},
624
+ "errors":[
625
+ {"shape":"ServiceException"},
626
+ {"shape":"ClientException"},
627
+ {"shape":"ServiceUnavailableException"},
628
+ {"shape":"InvalidRequestException"},
629
+ {"shape":"InvalidParameterValueException"},
630
+ {"shape":"ResourceNotFoundException"},
631
+ {"shape":"ForbiddenException"},
632
+ {"shape":"CallRateLimitExceededException"}
633
+ ]
634
+ },
635
+ "PutImagePolicy":{
636
+ "name":"PutImagePolicy",
637
+ "http":{
638
+ "method":"PUT",
639
+ "requestUri":"/PutImagePolicy"
640
+ },
641
+ "input":{"shape":"PutImagePolicyRequest"},
642
+ "output":{"shape":"PutImagePolicyResponse"},
643
+ "errors":[
644
+ {"shape":"ServiceException"},
645
+ {"shape":"ClientException"},
646
+ {"shape":"ServiceUnavailableException"},
647
+ {"shape":"InvalidRequestException"},
648
+ {"shape":"InvalidParameterValueException"},
649
+ {"shape":"ResourceNotFoundException"},
650
+ {"shape":"ForbiddenException"},
651
+ {"shape":"CallRateLimitExceededException"}
652
+ ]
653
+ },
654
+ "PutImageRecipePolicy":{
655
+ "name":"PutImageRecipePolicy",
656
+ "http":{
657
+ "method":"PUT",
658
+ "requestUri":"/PutImageRecipePolicy"
659
+ },
660
+ "input":{"shape":"PutImageRecipePolicyRequest"},
661
+ "output":{"shape":"PutImageRecipePolicyResponse"},
662
+ "errors":[
663
+ {"shape":"ServiceException"},
664
+ {"shape":"ClientException"},
665
+ {"shape":"ServiceUnavailableException"},
666
+ {"shape":"InvalidRequestException"},
667
+ {"shape":"InvalidParameterValueException"},
668
+ {"shape":"ResourceNotFoundException"},
669
+ {"shape":"ForbiddenException"},
670
+ {"shape":"CallRateLimitExceededException"}
671
+ ]
672
+ },
673
+ "StartImagePipelineExecution":{
674
+ "name":"StartImagePipelineExecution",
675
+ "http":{
676
+ "method":"PUT",
677
+ "requestUri":"/StartImagePipelineExecution"
678
+ },
679
+ "input":{"shape":"StartImagePipelineExecutionRequest"},
680
+ "output":{"shape":"StartImagePipelineExecutionResponse"},
681
+ "errors":[
682
+ {"shape":"ServiceException"},
683
+ {"shape":"ClientException"},
684
+ {"shape":"ServiceUnavailableException"},
685
+ {"shape":"InvalidRequestException"},
686
+ {"shape":"ResourceNotFoundException"},
687
+ {"shape":"IdempotentParameterMismatchException"},
688
+ {"shape":"ForbiddenException"},
689
+ {"shape":"CallRateLimitExceededException"},
690
+ {"shape":"ResourceInUseException"}
691
+ ]
692
+ },
693
+ "TagResource":{
694
+ "name":"TagResource",
695
+ "http":{
696
+ "method":"POST",
697
+ "requestUri":"/tags/{resourceArn}"
698
+ },
699
+ "input":{"shape":"TagResourceRequest"},
700
+ "output":{"shape":"TagResourceResponse"},
701
+ "errors":[
702
+ {"shape":"ServiceException"},
703
+ {"shape":"InvalidParameterException"},
704
+ {"shape":"ResourceNotFoundException"}
705
+ ]
706
+ },
707
+ "UntagResource":{
708
+ "name":"UntagResource",
709
+ "http":{
710
+ "method":"DELETE",
711
+ "requestUri":"/tags/{resourceArn}"
712
+ },
713
+ "input":{"shape":"UntagResourceRequest"},
714
+ "output":{"shape":"UntagResourceResponse"},
715
+ "errors":[
716
+ {"shape":"ServiceException"},
717
+ {"shape":"InvalidParameterException"},
718
+ {"shape":"ResourceNotFoundException"}
719
+ ]
720
+ },
721
+ "UpdateDistributionConfiguration":{
722
+ "name":"UpdateDistributionConfiguration",
723
+ "http":{
724
+ "method":"PUT",
725
+ "requestUri":"/UpdateDistributionConfiguration"
726
+ },
727
+ "input":{"shape":"UpdateDistributionConfigurationRequest"},
728
+ "output":{"shape":"UpdateDistributionConfigurationResponse"},
729
+ "errors":[
730
+ {"shape":"ServiceException"},
731
+ {"shape":"ClientException"},
732
+ {"shape":"ServiceUnavailableException"},
733
+ {"shape":"InvalidRequestException"},
734
+ {"shape":"IdempotentParameterMismatchException"},
735
+ {"shape":"ForbiddenException"},
736
+ {"shape":"CallRateLimitExceededException"},
737
+ {"shape":"ResourceInUseException"},
738
+ {"shape":"InvalidParameterCombinationException"}
739
+ ]
740
+ },
741
+ "UpdateImagePipeline":{
742
+ "name":"UpdateImagePipeline",
743
+ "http":{
744
+ "method":"PUT",
745
+ "requestUri":"/UpdateImagePipeline"
746
+ },
747
+ "input":{"shape":"UpdateImagePipelineRequest"},
748
+ "output":{"shape":"UpdateImagePipelineResponse"},
749
+ "errors":[
750
+ {"shape":"ServiceException"},
751
+ {"shape":"ClientException"},
752
+ {"shape":"ServiceUnavailableException"},
753
+ {"shape":"InvalidRequestException"},
754
+ {"shape":"IdempotentParameterMismatchException"},
755
+ {"shape":"ForbiddenException"},
756
+ {"shape":"CallRateLimitExceededException"},
757
+ {"shape":"ResourceInUseException"}
758
+ ]
759
+ },
760
+ "UpdateInfrastructureConfiguration":{
761
+ "name":"UpdateInfrastructureConfiguration",
762
+ "http":{
763
+ "method":"PUT",
764
+ "requestUri":"/UpdateInfrastructureConfiguration"
765
+ },
766
+ "input":{"shape":"UpdateInfrastructureConfigurationRequest"},
767
+ "output":{"shape":"UpdateInfrastructureConfigurationResponse"},
768
+ "errors":[
769
+ {"shape":"ServiceException"},
770
+ {"shape":"ClientException"},
771
+ {"shape":"ServiceUnavailableException"},
772
+ {"shape":"InvalidRequestException"},
773
+ {"shape":"IdempotentParameterMismatchException"},
774
+ {"shape":"ForbiddenException"},
775
+ {"shape":"CallRateLimitExceededException"},
776
+ {"shape":"ResourceInUseException"}
777
+ ]
778
+ }
779
+ },
780
+ "shapes":{
781
+ "AccountList":{
782
+ "type":"list",
783
+ "member":{"shape":"NonEmptyString"}
784
+ },
785
+ "Ami":{
786
+ "type":"structure",
787
+ "members":{
788
+ "region":{"shape":"NonEmptyString"},
789
+ "image":{"shape":"NonEmptyString"},
790
+ "name":{"shape":"NonEmptyString"},
791
+ "description":{"shape":"NonEmptyString"},
792
+ "state":{"shape":"ImageState"}
793
+ }
794
+ },
795
+ "AmiDistributionConfiguration":{
796
+ "type":"structure",
797
+ "members":{
798
+ "name":{"shape":"NonEmptyString"},
799
+ "description":{"shape":"NonEmptyString"},
800
+ "amiTags":{"shape":"TagMap"},
801
+ "launchPermission":{"shape":"LaunchPermissionConfiguration"}
802
+ }
803
+ },
804
+ "AmiList":{
805
+ "type":"list",
806
+ "member":{"shape":"Ami"}
807
+ },
808
+ "Arn":{"type":"string"},
809
+ "ArnList":{
810
+ "type":"list",
811
+ "member":{"shape":"Arn"}
812
+ },
813
+ "CallRateLimitExceededException":{
814
+ "type":"structure",
815
+ "members":{
816
+ "message":{"shape":"ErrorMessage"}
817
+ },
818
+ "error":{"httpStatusCode":429},
819
+ "exception":true
820
+ },
821
+ "CancelImageCreationRequest":{
822
+ "type":"structure",
823
+ "required":[
824
+ "imageBuildVersionArn",
825
+ "clientToken"
826
+ ],
827
+ "members":{
828
+ "imageBuildVersionArn":{"shape":"ImageBuildVersionArn"},
829
+ "clientToken":{"shape":"ClientToken"}
830
+ }
831
+ },
832
+ "CancelImageCreationResponse":{
833
+ "type":"structure",
834
+ "members":{
835
+ "requestId":{"shape":"NonEmptyString"},
836
+ "clientToken":{"shape":"ClientToken"},
837
+ "imageBuildVersionArn":{"shape":"ImageBuildVersionArn"}
838
+ }
839
+ },
840
+ "ClientException":{
841
+ "type":"structure",
842
+ "members":{
843
+ "message":{"shape":"ErrorMessage"}
844
+ },
845
+ "error":{"httpStatusCode":400},
846
+ "exception":true
847
+ },
848
+ "ClientToken":{
849
+ "type":"string",
850
+ "max":36,
851
+ "min":1
852
+ },
853
+ "Component":{
854
+ "type":"structure",
855
+ "members":{
856
+ "arn":{"shape":"ImageBuilderArn"},
857
+ "name":{"shape":"ResourceName"},
858
+ "version":{"shape":"VersionNumber"},
859
+ "description":{"shape":"NonEmptyString"},
860
+ "changeDescription":{"shape":"NonEmptyString"},
861
+ "type":{"shape":"ComponentType"},
862
+ "platform":{"shape":"Platform"},
863
+ "owner":{"shape":"NonEmptyString"},
864
+ "data":{"shape":"ComponentData"},
865
+ "kmsKeyId":{"shape":"NonEmptyString"},
866
+ "encrypted":{"shape":"NullableBoolean"},
867
+ "dateCreated":{"shape":"DateTime"},
868
+ "tags":{"shape":"TagMap"}
869
+ }
870
+ },
871
+ "ComponentBuildVersionArn":{
872
+ "type":"string",
873
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$"
874
+ },
875
+ "ComponentConfiguration":{
876
+ "type":"structure",
877
+ "required":["componentArn"],
878
+ "members":{
879
+ "componentArn":{"shape":"ComponentBuildVersionArn"}
880
+ }
881
+ },
882
+ "ComponentConfigurationList":{
883
+ "type":"list",
884
+ "member":{"shape":"ComponentConfiguration"},
885
+ "min":1
886
+ },
887
+ "ComponentData":{"type":"string"},
888
+ "ComponentFormat":{
889
+ "type":"string",
890
+ "enum":["SHELL"]
891
+ },
892
+ "ComponentSummary":{
893
+ "type":"structure",
894
+ "members":{
895
+ "arn":{"shape":"ImageBuilderArn"},
896
+ "name":{"shape":"ResourceName"},
897
+ "version":{"shape":"VersionNumber"},
898
+ "platform":{"shape":"Platform"},
899
+ "type":{"shape":"ComponentType"},
900
+ "owner":{"shape":"NonEmptyString"},
901
+ "description":{"shape":"NonEmptyString"},
902
+ "changeDescription":{"shape":"NonEmptyString"},
903
+ "dateCreated":{"shape":"DateTime"},
904
+ "tags":{"shape":"TagMap"}
905
+ }
906
+ },
907
+ "ComponentSummaryList":{
908
+ "type":"list",
909
+ "member":{"shape":"ComponentSummary"}
910
+ },
911
+ "ComponentType":{
912
+ "type":"string",
913
+ "enum":[
914
+ "BUILD",
915
+ "TEST"
916
+ ]
917
+ },
918
+ "ComponentVersion":{
919
+ "type":"structure",
920
+ "members":{
921
+ "arn":{"shape":"ImageBuilderArn"},
922
+ "name":{"shape":"ResourceName"},
923
+ "version":{"shape":"VersionNumber"},
924
+ "description":{"shape":"NonEmptyString"},
925
+ "platform":{"shape":"Platform"},
926
+ "type":{"shape":"ComponentType"},
927
+ "owner":{"shape":"NonEmptyString"},
928
+ "dateCreated":{"shape":"DateTime"}
929
+ }
930
+ },
931
+ "ComponentVersionArn":{
932
+ "type":"string",
933
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$"
934
+ },
935
+ "ComponentVersionList":{
936
+ "type":"list",
937
+ "member":{"shape":"ComponentVersion"}
938
+ },
939
+ "CreateComponentRequest":{
940
+ "type":"structure",
941
+ "required":[
942
+ "name",
943
+ "semanticVersion",
944
+ "platform",
945
+ "clientToken"
946
+ ],
947
+ "members":{
948
+ "name":{"shape":"ResourceName"},
949
+ "semanticVersion":{"shape":"VersionNumber"},
950
+ "description":{"shape":"NonEmptyString"},
951
+ "changeDescription":{"shape":"NonEmptyString"},
952
+ "platform":{"shape":"Platform"},
953
+ "data":{"shape":"InlineComponentData"},
954
+ "uri":{"shape":"Uri"},
955
+ "kmsKeyId":{"shape":"NonEmptyString"},
956
+ "tags":{"shape":"TagMap"},
957
+ "clientToken":{
958
+ "shape":"ClientToken",
959
+ "idempotencyToken":true
960
+ }
961
+ }
962
+ },
963
+ "CreateComponentResponse":{
964
+ "type":"structure",
965
+ "members":{
966
+ "requestId":{"shape":"NonEmptyString"},
967
+ "clientToken":{"shape":"ClientToken"},
968
+ "componentBuildVersionArn":{"shape":"ComponentBuildVersionArn"}
969
+ }
970
+ },
971
+ "CreateDistributionConfigurationRequest":{
972
+ "type":"structure",
973
+ "required":[
974
+ "name",
975
+ "distributions",
976
+ "clientToken"
977
+ ],
978
+ "members":{
979
+ "name":{"shape":"ResourceName"},
980
+ "description":{"shape":"NonEmptyString"},
981
+ "distributions":{"shape":"DistributionList"},
982
+ "tags":{"shape":"TagMap"},
983
+ "clientToken":{
984
+ "shape":"ClientToken",
985
+ "idempotencyToken":true
986
+ }
987
+ }
988
+ },
989
+ "CreateDistributionConfigurationResponse":{
990
+ "type":"structure",
991
+ "members":{
992
+ "requestId":{"shape":"NonEmptyString"},
993
+ "clientToken":{"shape":"ClientToken"},
994
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"}
995
+ }
996
+ },
997
+ "CreateImagePipelineRequest":{
998
+ "type":"structure",
999
+ "required":[
1000
+ "name",
1001
+ "imageRecipeArn",
1002
+ "infrastructureConfigurationArn",
1003
+ "clientToken"
1004
+ ],
1005
+ "members":{
1006
+ "name":{"shape":"ResourceName"},
1007
+ "description":{"shape":"NonEmptyString"},
1008
+ "imageRecipeArn":{"shape":"ImageRecipeArn"},
1009
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
1010
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
1011
+ "imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
1012
+ "schedule":{"shape":"Schedule"},
1013
+ "status":{"shape":"PipelineStatus"},
1014
+ "tags":{"shape":"TagMap"},
1015
+ "clientToken":{
1016
+ "shape":"ClientToken",
1017
+ "idempotencyToken":true
1018
+ }
1019
+ }
1020
+ },
1021
+ "CreateImagePipelineResponse":{
1022
+ "type":"structure",
1023
+ "members":{
1024
+ "requestId":{"shape":"NonEmptyString"},
1025
+ "clientToken":{"shape":"ClientToken"},
1026
+ "imagePipelineArn":{"shape":"ImagePipelineArn"}
1027
+ }
1028
+ },
1029
+ "CreateImageRecipeRequest":{
1030
+ "type":"structure",
1031
+ "required":[
1032
+ "name",
1033
+ "semanticVersion",
1034
+ "components",
1035
+ "parentImage",
1036
+ "clientToken"
1037
+ ],
1038
+ "members":{
1039
+ "name":{"shape":"ResourceName"},
1040
+ "description":{"shape":"NonEmptyString"},
1041
+ "semanticVersion":{"shape":"VersionNumber"},
1042
+ "components":{"shape":"ComponentConfigurationList"},
1043
+ "parentImage":{"shape":"NonEmptyString"},
1044
+ "blockDeviceMappings":{"shape":"InstanceBlockDeviceMappings"},
1045
+ "tags":{"shape":"TagMap"},
1046
+ "clientToken":{
1047
+ "shape":"ClientToken",
1048
+ "idempotencyToken":true
1049
+ }
1050
+ }
1051
+ },
1052
+ "CreateImageRecipeResponse":{
1053
+ "type":"structure",
1054
+ "members":{
1055
+ "requestId":{"shape":"NonEmptyString"},
1056
+ "clientToken":{"shape":"ClientToken"},
1057
+ "imageRecipeArn":{"shape":"ImageRecipeArn"}
1058
+ }
1059
+ },
1060
+ "CreateImageRequest":{
1061
+ "type":"structure",
1062
+ "required":[
1063
+ "imageRecipeArn",
1064
+ "infrastructureConfigurationArn",
1065
+ "clientToken"
1066
+ ],
1067
+ "members":{
1068
+ "imageRecipeArn":{"shape":"ImageRecipeArn"},
1069
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
1070
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
1071
+ "imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
1072
+ "tags":{"shape":"TagMap"},
1073
+ "clientToken":{
1074
+ "shape":"ClientToken",
1075
+ "idempotencyToken":true
1076
+ }
1077
+ }
1078
+ },
1079
+ "CreateImageResponse":{
1080
+ "type":"structure",
1081
+ "members":{
1082
+ "requestId":{"shape":"NonEmptyString"},
1083
+ "clientToken":{"shape":"ClientToken"},
1084
+ "imageBuildVersionArn":{"shape":"ImageBuildVersionArn"}
1085
+ }
1086
+ },
1087
+ "CreateInfrastructureConfigurationRequest":{
1088
+ "type":"structure",
1089
+ "required":[
1090
+ "name",
1091
+ "instanceProfileName",
1092
+ "clientToken"
1093
+ ],
1094
+ "members":{
1095
+ "name":{"shape":"ResourceName"},
1096
+ "description":{"shape":"NonEmptyString"},
1097
+ "instanceTypes":{"shape":"InstanceTypeList"},
1098
+ "instanceProfileName":{"shape":"NonEmptyString"},
1099
+ "securityGroupIds":{"shape":"SecurityGroupIds"},
1100
+ "subnetId":{"shape":"NonEmptyString"},
1101
+ "logging":{"shape":"Logging"},
1102
+ "keyPair":{"shape":"NonEmptyString"},
1103
+ "terminateInstanceOnFailure":{"shape":"NullableBoolean"},
1104
+ "snsTopicArn":{"shape":"NonEmptyString"},
1105
+ "tags":{"shape":"TagMap"},
1106
+ "clientToken":{
1107
+ "shape":"ClientToken",
1108
+ "idempotencyToken":true
1109
+ }
1110
+ }
1111
+ },
1112
+ "CreateInfrastructureConfigurationResponse":{
1113
+ "type":"structure",
1114
+ "members":{
1115
+ "requestId":{"shape":"NonEmptyString"},
1116
+ "clientToken":{"shape":"ClientToken"},
1117
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"}
1118
+ }
1119
+ },
1120
+ "DateTime":{"type":"string"},
1121
+ "DeleteComponentRequest":{
1122
+ "type":"structure",
1123
+ "required":["componentBuildVersionArn"],
1124
+ "members":{
1125
+ "componentBuildVersionArn":{
1126
+ "shape":"ComponentBuildVersionArn",
1127
+ "location":"querystring",
1128
+ "locationName":"componentBuildVersionArn"
1129
+ }
1130
+ }
1131
+ },
1132
+ "DeleteComponentResponse":{
1133
+ "type":"structure",
1134
+ "members":{
1135
+ "requestId":{"shape":"NonEmptyString"},
1136
+ "componentBuildVersionArn":{"shape":"ComponentBuildVersionArn"}
1137
+ }
1138
+ },
1139
+ "DeleteDistributionConfigurationRequest":{
1140
+ "type":"structure",
1141
+ "required":["distributionConfigurationArn"],
1142
+ "members":{
1143
+ "distributionConfigurationArn":{
1144
+ "shape":"DistributionConfigurationArn",
1145
+ "location":"querystring",
1146
+ "locationName":"distributionConfigurationArn"
1147
+ }
1148
+ }
1149
+ },
1150
+ "DeleteDistributionConfigurationResponse":{
1151
+ "type":"structure",
1152
+ "members":{
1153
+ "requestId":{"shape":"NonEmptyString"},
1154
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"}
1155
+ }
1156
+ },
1157
+ "DeleteImagePipelineRequest":{
1158
+ "type":"structure",
1159
+ "required":["imagePipelineArn"],
1160
+ "members":{
1161
+ "imagePipelineArn":{
1162
+ "shape":"ImagePipelineArn",
1163
+ "location":"querystring",
1164
+ "locationName":"imagePipelineArn"
1165
+ }
1166
+ }
1167
+ },
1168
+ "DeleteImagePipelineResponse":{
1169
+ "type":"structure",
1170
+ "members":{
1171
+ "requestId":{"shape":"NonEmptyString"},
1172
+ "imagePipelineArn":{"shape":"ImagePipelineArn"}
1173
+ }
1174
+ },
1175
+ "DeleteImageRecipeRequest":{
1176
+ "type":"structure",
1177
+ "required":["imageRecipeArn"],
1178
+ "members":{
1179
+ "imageRecipeArn":{
1180
+ "shape":"ImageRecipeArn",
1181
+ "location":"querystring",
1182
+ "locationName":"imageRecipeArn"
1183
+ }
1184
+ }
1185
+ },
1186
+ "DeleteImageRecipeResponse":{
1187
+ "type":"structure",
1188
+ "members":{
1189
+ "requestId":{"shape":"NonEmptyString"},
1190
+ "imageRecipeArn":{"shape":"ImageRecipeArn"}
1191
+ }
1192
+ },
1193
+ "DeleteImageRequest":{
1194
+ "type":"structure",
1195
+ "required":["imageBuildVersionArn"],
1196
+ "members":{
1197
+ "imageBuildVersionArn":{
1198
+ "shape":"ImageBuildVersionArn",
1199
+ "location":"querystring",
1200
+ "locationName":"imageBuildVersionArn"
1201
+ }
1202
+ }
1203
+ },
1204
+ "DeleteImageResponse":{
1205
+ "type":"structure",
1206
+ "members":{
1207
+ "requestId":{"shape":"NonEmptyString"},
1208
+ "imageBuildVersionArn":{"shape":"ImageBuildVersionArn"}
1209
+ }
1210
+ },
1211
+ "DeleteInfrastructureConfigurationRequest":{
1212
+ "type":"structure",
1213
+ "required":["infrastructureConfigurationArn"],
1214
+ "members":{
1215
+ "infrastructureConfigurationArn":{
1216
+ "shape":"InfrastructureConfigurationArn",
1217
+ "location":"querystring",
1218
+ "locationName":"infrastructureConfigurationArn"
1219
+ }
1220
+ }
1221
+ },
1222
+ "DeleteInfrastructureConfigurationResponse":{
1223
+ "type":"structure",
1224
+ "members":{
1225
+ "requestId":{"shape":"NonEmptyString"},
1226
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"}
1227
+ }
1228
+ },
1229
+ "Distribution":{
1230
+ "type":"structure",
1231
+ "required":["region"],
1232
+ "members":{
1233
+ "region":{"shape":"NonEmptyString"},
1234
+ "amiDistributionConfiguration":{"shape":"AmiDistributionConfiguration"},
1235
+ "licenseConfigurationArns":{"shape":"ArnList"}
1236
+ }
1237
+ },
1238
+ "DistributionConfiguration":{
1239
+ "type":"structure",
1240
+ "required":["timeoutMinutes"],
1241
+ "members":{
1242
+ "arn":{"shape":"ImageBuilderArn"},
1243
+ "name":{"shape":"ResourceName"},
1244
+ "description":{"shape":"NonEmptyString"},
1245
+ "distributions":{"shape":"DistributionList"},
1246
+ "timeoutMinutes":{"shape":"DistributionTimeoutMinutes"},
1247
+ "dateCreated":{"shape":"DateTime"},
1248
+ "dateUpdated":{"shape":"DateTime"},
1249
+ "tags":{"shape":"TagMap"}
1250
+ }
1251
+ },
1252
+ "DistributionConfigurationArn":{
1253
+ "type":"string",
1254
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):distribution-configuration/[a-z0-9-_]+$"
1255
+ },
1256
+ "DistributionConfigurationSummary":{
1257
+ "type":"structure",
1258
+ "members":{
1259
+ "arn":{"shape":"ImageBuilderArn"},
1260
+ "name":{"shape":"ResourceName"},
1261
+ "description":{"shape":"NonEmptyString"},
1262
+ "dateCreated":{"shape":"DateTime"},
1263
+ "dateUpdated":{"shape":"DateTime"},
1264
+ "tags":{"shape":"TagMap"}
1265
+ }
1266
+ },
1267
+ "DistributionConfigurationSummaryList":{
1268
+ "type":"list",
1269
+ "member":{"shape":"DistributionConfigurationSummary"}
1270
+ },
1271
+ "DistributionList":{
1272
+ "type":"list",
1273
+ "member":{"shape":"Distribution"}
1274
+ },
1275
+ "DistributionTimeoutMinutes":{
1276
+ "type":"integer",
1277
+ "max":720,
1278
+ "min":30
1279
+ },
1280
+ "EbsInstanceBlockDeviceSpecification":{
1281
+ "type":"structure",
1282
+ "members":{
1283
+ "encrypted":{"shape":"NullableBoolean"},
1284
+ "deleteOnTermination":{"shape":"NullableBoolean"},
1285
+ "iops":{"shape":"EbsIopsInteger"},
1286
+ "kmsKeyId":{"shape":"NonEmptyString"},
1287
+ "snapshotId":{"shape":"NonEmptyString"},
1288
+ "volumeSize":{"shape":"EbsVolumeSizeInteger"},
1289
+ "volumeType":{"shape":"EbsVolumeType"}
1290
+ }
1291
+ },
1292
+ "EbsIopsInteger":{
1293
+ "type":"integer",
1294
+ "max":10000,
1295
+ "min":100
1296
+ },
1297
+ "EbsVolumeSizeInteger":{
1298
+ "type":"integer",
1299
+ "max":16000,
1300
+ "min":1
1301
+ },
1302
+ "EbsVolumeType":{
1303
+ "type":"string",
1304
+ "enum":[
1305
+ "standard",
1306
+ "io1",
1307
+ "gp2",
1308
+ "sc1",
1309
+ "st1"
1310
+ ]
1311
+ },
1312
+ "ErrorMessage":{"type":"string"},
1313
+ "Filter":{
1314
+ "type":"structure",
1315
+ "members":{
1316
+ "name":{"shape":"FilterName"},
1317
+ "values":{"shape":"FilterValues"}
1318
+ }
1319
+ },
1320
+ "FilterList":{
1321
+ "type":"list",
1322
+ "member":{"shape":"Filter"},
1323
+ "max":10,
1324
+ "min":1
1325
+ },
1326
+ "FilterName":{
1327
+ "type":"string",
1328
+ "pattern":"^[a-zA-Z]{1,1024}$"
1329
+ },
1330
+ "FilterValue":{
1331
+ "type":"string",
1332
+ "pattern":"^[0-9a-zA-Z./_ :-]{1,1024}$"
1333
+ },
1334
+ "FilterValues":{
1335
+ "type":"list",
1336
+ "member":{"shape":"FilterValue"},
1337
+ "max":10,
1338
+ "min":1
1339
+ },
1340
+ "ForbiddenException":{
1341
+ "type":"structure",
1342
+ "members":{
1343
+ "message":{"shape":"ErrorMessage"}
1344
+ },
1345
+ "error":{"httpStatusCode":403},
1346
+ "exception":true
1347
+ },
1348
+ "GetComponentPolicyRequest":{
1349
+ "type":"structure",
1350
+ "required":["componentArn"],
1351
+ "members":{
1352
+ "componentArn":{
1353
+ "shape":"ComponentBuildVersionArn",
1354
+ "location":"querystring",
1355
+ "locationName":"componentArn"
1356
+ }
1357
+ }
1358
+ },
1359
+ "GetComponentPolicyResponse":{
1360
+ "type":"structure",
1361
+ "members":{
1362
+ "requestId":{"shape":"NonEmptyString"},
1363
+ "policy":{"shape":"NonEmptyString"}
1364
+ }
1365
+ },
1366
+ "GetComponentRequest":{
1367
+ "type":"structure",
1368
+ "required":["componentBuildVersionArn"],
1369
+ "members":{
1370
+ "componentBuildVersionArn":{
1371
+ "shape":"ComponentBuildVersionArn",
1372
+ "location":"querystring",
1373
+ "locationName":"componentBuildVersionArn"
1374
+ }
1375
+ }
1376
+ },
1377
+ "GetComponentResponse":{
1378
+ "type":"structure",
1379
+ "members":{
1380
+ "requestId":{"shape":"NonEmptyString"},
1381
+ "component":{"shape":"Component"}
1382
+ }
1383
+ },
1384
+ "GetDistributionConfigurationRequest":{
1385
+ "type":"structure",
1386
+ "required":["distributionConfigurationArn"],
1387
+ "members":{
1388
+ "distributionConfigurationArn":{
1389
+ "shape":"DistributionConfigurationArn",
1390
+ "location":"querystring",
1391
+ "locationName":"distributionConfigurationArn"
1392
+ }
1393
+ }
1394
+ },
1395
+ "GetDistributionConfigurationResponse":{
1396
+ "type":"structure",
1397
+ "members":{
1398
+ "requestId":{"shape":"NonEmptyString"},
1399
+ "distributionConfiguration":{"shape":"DistributionConfiguration"}
1400
+ }
1401
+ },
1402
+ "GetImagePipelineRequest":{
1403
+ "type":"structure",
1404
+ "required":["imagePipelineArn"],
1405
+ "members":{
1406
+ "imagePipelineArn":{
1407
+ "shape":"ImagePipelineArn",
1408
+ "location":"querystring",
1409
+ "locationName":"imagePipelineArn"
1410
+ }
1411
+ }
1412
+ },
1413
+ "GetImagePipelineResponse":{
1414
+ "type":"structure",
1415
+ "members":{
1416
+ "requestId":{"shape":"NonEmptyString"},
1417
+ "imagePipeline":{"shape":"ImagePipeline"}
1418
+ }
1419
+ },
1420
+ "GetImagePolicyRequest":{
1421
+ "type":"structure",
1422
+ "required":["imageArn"],
1423
+ "members":{
1424
+ "imageArn":{
1425
+ "shape":"ImageBuildVersionArn",
1426
+ "location":"querystring",
1427
+ "locationName":"imageArn"
1428
+ }
1429
+ }
1430
+ },
1431
+ "GetImagePolicyResponse":{
1432
+ "type":"structure",
1433
+ "members":{
1434
+ "requestId":{"shape":"NonEmptyString"},
1435
+ "policy":{"shape":"NonEmptyString"}
1436
+ }
1437
+ },
1438
+ "GetImageRecipePolicyRequest":{
1439
+ "type":"structure",
1440
+ "required":["imageRecipeArn"],
1441
+ "members":{
1442
+ "imageRecipeArn":{
1443
+ "shape":"ImageRecipeArn",
1444
+ "location":"querystring",
1445
+ "locationName":"imageRecipeArn"
1446
+ }
1447
+ }
1448
+ },
1449
+ "GetImageRecipePolicyResponse":{
1450
+ "type":"structure",
1451
+ "members":{
1452
+ "requestId":{"shape":"NonEmptyString"},
1453
+ "policy":{"shape":"NonEmptyString"}
1454
+ }
1455
+ },
1456
+ "GetImageRecipeRequest":{
1457
+ "type":"structure",
1458
+ "required":["imageRecipeArn"],
1459
+ "members":{
1460
+ "imageRecipeArn":{
1461
+ "shape":"ImageRecipeArn",
1462
+ "location":"querystring",
1463
+ "locationName":"imageRecipeArn"
1464
+ }
1465
+ }
1466
+ },
1467
+ "GetImageRecipeResponse":{
1468
+ "type":"structure",
1469
+ "members":{
1470
+ "requestId":{"shape":"NonEmptyString"},
1471
+ "imageRecipe":{"shape":"ImageRecipe"}
1472
+ }
1473
+ },
1474
+ "GetImageRequest":{
1475
+ "type":"structure",
1476
+ "required":["imageBuildVersionArn"],
1477
+ "members":{
1478
+ "imageBuildVersionArn":{
1479
+ "shape":"ImageBuildVersionArn",
1480
+ "location":"querystring",
1481
+ "locationName":"imageBuildVersionArn"
1482
+ }
1483
+ }
1484
+ },
1485
+ "GetImageResponse":{
1486
+ "type":"structure",
1487
+ "members":{
1488
+ "requestId":{"shape":"NonEmptyString"},
1489
+ "image":{"shape":"Image"}
1490
+ }
1491
+ },
1492
+ "GetInfrastructureConfigurationRequest":{
1493
+ "type":"structure",
1494
+ "required":["infrastructureConfigurationArn"],
1495
+ "members":{
1496
+ "infrastructureConfigurationArn":{
1497
+ "shape":"InfrastructureConfigurationArn",
1498
+ "location":"querystring",
1499
+ "locationName":"infrastructureConfigurationArn"
1500
+ }
1501
+ }
1502
+ },
1503
+ "GetInfrastructureConfigurationResponse":{
1504
+ "type":"structure",
1505
+ "members":{
1506
+ "requestId":{"shape":"NonEmptyString"},
1507
+ "infrastructureConfiguration":{"shape":"InfrastructureConfiguration"}
1508
+ }
1509
+ },
1510
+ "IdempotentParameterMismatchException":{
1511
+ "type":"structure",
1512
+ "members":{
1513
+ "message":{"shape":"ErrorMessage"}
1514
+ },
1515
+ "error":{"httpStatusCode":400},
1516
+ "exception":true
1517
+ },
1518
+ "Image":{
1519
+ "type":"structure",
1520
+ "members":{
1521
+ "arn":{"shape":"ImageBuilderArn"},
1522
+ "name":{"shape":"ResourceName"},
1523
+ "version":{"shape":"VersionNumber"},
1524
+ "platform":{"shape":"Platform"},
1525
+ "state":{"shape":"ImageState"},
1526
+ "imageRecipe":{"shape":"ImageRecipe"},
1527
+ "sourcePipelineName":{"shape":"ResourceName"},
1528
+ "sourcePipelineArn":{"shape":"Arn"},
1529
+ "infrastructureConfiguration":{"shape":"InfrastructureConfiguration"},
1530
+ "distributionConfiguration":{"shape":"DistributionConfiguration"},
1531
+ "imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
1532
+ "dateCreated":{"shape":"DateTime"},
1533
+ "outputResources":{"shape":"OutputResources"},
1534
+ "tags":{"shape":"TagMap"}
1535
+ }
1536
+ },
1537
+ "ImageBuildVersionArn":{
1538
+ "type":"string",
1539
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$"
1540
+ },
1541
+ "ImageBuilderArn":{
1542
+ "type":"string",
1543
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):(?:image-recipe|infrastructure-configuration|distribution-configuration|component|image|image-pipeline)/[a-z0-9-_]+(?:/(?:(?:x|\\d+)\\.(?:x|\\d+)\\.(?:x|\\d+))(?:/\\d+)?)?$"
1544
+ },
1545
+ "ImagePipeline":{
1546
+ "type":"structure",
1547
+ "members":{
1548
+ "arn":{"shape":"ImageBuilderArn"},
1549
+ "name":{"shape":"ResourceName"},
1550
+ "description":{"shape":"NonEmptyString"},
1551
+ "platform":{"shape":"Platform"},
1552
+ "imageRecipeArn":{"shape":"Arn"},
1553
+ "infrastructureConfigurationArn":{"shape":"Arn"},
1554
+ "distributionConfigurationArn":{"shape":"Arn"},
1555
+ "imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
1556
+ "schedule":{"shape":"Schedule"},
1557
+ "status":{"shape":"PipelineStatus"},
1558
+ "dateCreated":{"shape":"DateTime"},
1559
+ "dateUpdated":{"shape":"DateTime"},
1560
+ "dateLastRun":{"shape":"DateTime"},
1561
+ "dateNextRun":{"shape":"DateTime"},
1562
+ "tags":{"shape":"TagMap"}
1563
+ }
1564
+ },
1565
+ "ImagePipelineArn":{
1566
+ "type":"string",
1567
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-pipeline/[a-z0-9-_]+$"
1568
+ },
1569
+ "ImagePipelineList":{
1570
+ "type":"list",
1571
+ "member":{"shape":"ImagePipeline"}
1572
+ },
1573
+ "ImageRecipe":{
1574
+ "type":"structure",
1575
+ "members":{
1576
+ "arn":{"shape":"ImageBuilderArn"},
1577
+ "name":{"shape":"ResourceName"},
1578
+ "description":{"shape":"NonEmptyString"},
1579
+ "platform":{"shape":"Platform"},
1580
+ "owner":{"shape":"NonEmptyString"},
1581
+ "version":{"shape":"VersionNumber"},
1582
+ "components":{"shape":"ComponentConfigurationList"},
1583
+ "parentImage":{"shape":"NonEmptyString"},
1584
+ "blockDeviceMappings":{"shape":"InstanceBlockDeviceMappings"},
1585
+ "dateCreated":{"shape":"DateTime"},
1586
+ "tags":{"shape":"TagMap"}
1587
+ }
1588
+ },
1589
+ "ImageRecipeArn":{
1590
+ "type":"string",
1591
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-recipe/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$"
1592
+ },
1593
+ "ImageRecipeSummary":{
1594
+ "type":"structure",
1595
+ "members":{
1596
+ "arn":{"shape":"ImageBuilderArn"},
1597
+ "name":{"shape":"ResourceName"},
1598
+ "platform":{"shape":"Platform"},
1599
+ "owner":{"shape":"NonEmptyString"},
1600
+ "parentImage":{"shape":"NonEmptyString"},
1601
+ "dateCreated":{"shape":"DateTime"},
1602
+ "tags":{"shape":"TagMap"}
1603
+ }
1604
+ },
1605
+ "ImageRecipeSummaryList":{
1606
+ "type":"list",
1607
+ "member":{"shape":"ImageRecipeSummary"}
1608
+ },
1609
+ "ImageState":{
1610
+ "type":"structure",
1611
+ "members":{
1612
+ "status":{"shape":"ImageStatus"},
1613
+ "reason":{"shape":"NonEmptyString"}
1614
+ }
1615
+ },
1616
+ "ImageStatus":{
1617
+ "type":"string",
1618
+ "enum":[
1619
+ "PENDING",
1620
+ "CREATING",
1621
+ "BUILDING",
1622
+ "TESTING",
1623
+ "DISTRIBUTING",
1624
+ "INTEGRATING",
1625
+ "AVAILABLE",
1626
+ "CANCELLED",
1627
+ "FAILED",
1628
+ "DEPRECATED",
1629
+ "DELETED"
1630
+ ]
1631
+ },
1632
+ "ImageSummary":{
1633
+ "type":"structure",
1634
+ "members":{
1635
+ "arn":{"shape":"ImageBuilderArn"},
1636
+ "name":{"shape":"ResourceName"},
1637
+ "version":{"shape":"VersionNumber"},
1638
+ "platform":{"shape":"Platform"},
1639
+ "state":{"shape":"ImageState"},
1640
+ "owner":{"shape":"NonEmptyString"},
1641
+ "dateCreated":{"shape":"DateTime"},
1642
+ "outputResources":{"shape":"OutputResources"},
1643
+ "tags":{"shape":"TagMap"}
1644
+ }
1645
+ },
1646
+ "ImageSummaryList":{
1647
+ "type":"list",
1648
+ "member":{"shape":"ImageSummary"}
1649
+ },
1650
+ "ImageTestsConfiguration":{
1651
+ "type":"structure",
1652
+ "members":{
1653
+ "imageTestsEnabled":{"shape":"NullableBoolean"},
1654
+ "timeoutMinutes":{"shape":"ImageTestsTimeoutMinutes"}
1655
+ }
1656
+ },
1657
+ "ImageTestsTimeoutMinutes":{
1658
+ "type":"integer",
1659
+ "max":1440,
1660
+ "min":60
1661
+ },
1662
+ "ImageVersion":{
1663
+ "type":"structure",
1664
+ "members":{
1665
+ "arn":{"shape":"ImageBuilderArn"},
1666
+ "name":{"shape":"ResourceName"},
1667
+ "version":{"shape":"VersionNumber"},
1668
+ "platform":{"shape":"Platform"},
1669
+ "owner":{"shape":"NonEmptyString"},
1670
+ "dateCreated":{"shape":"DateTime"}
1671
+ }
1672
+ },
1673
+ "ImageVersionArn":{
1674
+ "type":"string",
1675
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$"
1676
+ },
1677
+ "ImageVersionList":{
1678
+ "type":"list",
1679
+ "member":{"shape":"ImageVersion"}
1680
+ },
1681
+ "ImportComponentRequest":{
1682
+ "type":"structure",
1683
+ "required":[
1684
+ "name",
1685
+ "semanticVersion",
1686
+ "type",
1687
+ "format",
1688
+ "platform",
1689
+ "clientToken"
1690
+ ],
1691
+ "members":{
1692
+ "name":{"shape":"ResourceName"},
1693
+ "semanticVersion":{"shape":"VersionNumber"},
1694
+ "description":{"shape":"NonEmptyString"},
1695
+ "changeDescription":{"shape":"NonEmptyString"},
1696
+ "type":{"shape":"ComponentType"},
1697
+ "format":{"shape":"ComponentFormat"},
1698
+ "platform":{"shape":"Platform"},
1699
+ "data":{"shape":"NonEmptyString"},
1700
+ "uri":{"shape":"Uri"},
1701
+ "kmsKeyId":{"shape":"NonEmptyString"},
1702
+ "tags":{"shape":"TagMap"},
1703
+ "clientToken":{
1704
+ "shape":"ClientToken",
1705
+ "idempotencyToken":true
1706
+ }
1707
+ }
1708
+ },
1709
+ "ImportComponentResponse":{
1710
+ "type":"structure",
1711
+ "members":{
1712
+ "requestId":{"shape":"NonEmptyString"},
1713
+ "clientToken":{"shape":"ClientToken"},
1714
+ "componentBuildVersionArn":{"shape":"ComponentBuildVersionArn"}
1715
+ }
1716
+ },
1717
+ "InfrastructureConfiguration":{
1718
+ "type":"structure",
1719
+ "members":{
1720
+ "arn":{"shape":"ImageBuilderArn"},
1721
+ "name":{"shape":"ResourceName"},
1722
+ "description":{"shape":"NonEmptyString"},
1723
+ "instanceTypes":{"shape":"InstanceTypeList"},
1724
+ "instanceProfileName":{"shape":"NonEmptyString"},
1725
+ "securityGroupIds":{"shape":"SecurityGroupIds"},
1726
+ "subnetId":{"shape":"NonEmptyString"},
1727
+ "logging":{"shape":"Logging"},
1728
+ "keyPair":{"shape":"NonEmptyString"},
1729
+ "terminateInstanceOnFailure":{"shape":"NullableBoolean"},
1730
+ "snsTopicArn":{"shape":"NonEmptyString"},
1731
+ "dateCreated":{"shape":"DateTime"},
1732
+ "dateUpdated":{"shape":"DateTime"},
1733
+ "tags":{"shape":"TagMap"}
1734
+ }
1735
+ },
1736
+ "InfrastructureConfigurationArn":{
1737
+ "type":"string",
1738
+ "pattern":"^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):infrastructure-configuration/[a-z0-9-_]+$"
1739
+ },
1740
+ "InfrastructureConfigurationSummary":{
1741
+ "type":"structure",
1742
+ "members":{
1743
+ "arn":{"shape":"ImageBuilderArn"},
1744
+ "name":{"shape":"ResourceName"},
1745
+ "description":{"shape":"NonEmptyString"},
1746
+ "dateCreated":{"shape":"DateTime"},
1747
+ "dateUpdated":{"shape":"DateTime"},
1748
+ "tags":{"shape":"TagMap"}
1749
+ }
1750
+ },
1751
+ "InfrastructureConfigurationSummaryList":{
1752
+ "type":"list",
1753
+ "member":{"shape":"InfrastructureConfigurationSummary"}
1754
+ },
1755
+ "InlineComponentData":{
1756
+ "type":"string",
1757
+ "max":16000,
1758
+ "min":1
1759
+ },
1760
+ "InstanceBlockDeviceMapping":{
1761
+ "type":"structure",
1762
+ "members":{
1763
+ "deviceName":{"shape":"NonEmptyString"},
1764
+ "ebs":{"shape":"EbsInstanceBlockDeviceSpecification"},
1765
+ "virtualName":{"shape":"NonEmptyString"},
1766
+ "noDevice":{"shape":"NonEmptyString"}
1767
+ }
1768
+ },
1769
+ "InstanceBlockDeviceMappings":{
1770
+ "type":"list",
1771
+ "member":{"shape":"InstanceBlockDeviceMapping"}
1772
+ },
1773
+ "InstanceType":{"type":"string"},
1774
+ "InstanceTypeList":{
1775
+ "type":"list",
1776
+ "member":{"shape":"InstanceType"}
1777
+ },
1778
+ "InvalidPaginationTokenException":{
1779
+ "type":"structure",
1780
+ "members":{
1781
+ "message":{"shape":"ErrorMessage"}
1782
+ },
1783
+ "error":{"httpStatusCode":400},
1784
+ "exception":true
1785
+ },
1786
+ "InvalidParameterCombinationException":{
1787
+ "type":"structure",
1788
+ "members":{
1789
+ "message":{"shape":"ErrorMessage"}
1790
+ },
1791
+ "error":{"httpStatusCode":400},
1792
+ "exception":true
1793
+ },
1794
+ "InvalidParameterException":{
1795
+ "type":"structure",
1796
+ "members":{
1797
+ "message":{"shape":"ErrorMessage"}
1798
+ },
1799
+ "error":{"httpStatusCode":400},
1800
+ "exception":true
1801
+ },
1802
+ "InvalidParameterValueException":{
1803
+ "type":"structure",
1804
+ "members":{
1805
+ "message":{"shape":"ErrorMessage"}
1806
+ },
1807
+ "error":{"httpStatusCode":400},
1808
+ "exception":true
1809
+ },
1810
+ "InvalidRequestException":{
1811
+ "type":"structure",
1812
+ "members":{
1813
+ "message":{"shape":"ErrorMessage"}
1814
+ },
1815
+ "error":{"httpStatusCode":400},
1816
+ "exception":true
1817
+ },
1818
+ "InvalidVersionNumberException":{
1819
+ "type":"structure",
1820
+ "members":{
1821
+ "message":{"shape":"ErrorMessage"}
1822
+ },
1823
+ "error":{"httpStatusCode":400},
1824
+ "exception":true
1825
+ },
1826
+ "LaunchPermissionConfiguration":{
1827
+ "type":"structure",
1828
+ "members":{
1829
+ "userIds":{"shape":"AccountList"},
1830
+ "userGroups":{"shape":"StringList"}
1831
+ }
1832
+ },
1833
+ "ListComponentBuildVersionsRequest":{
1834
+ "type":"structure",
1835
+ "required":["componentVersionArn"],
1836
+ "members":{
1837
+ "componentVersionArn":{"shape":"ComponentVersionArn"},
1838
+ "maxResults":{
1839
+ "shape":"RestrictedInteger",
1840
+ "box":true
1841
+ },
1842
+ "nextToken":{"shape":"NonEmptyString"}
1843
+ }
1844
+ },
1845
+ "ListComponentBuildVersionsResponse":{
1846
+ "type":"structure",
1847
+ "members":{
1848
+ "requestId":{"shape":"NonEmptyString"},
1849
+ "componentSummaryList":{"shape":"ComponentSummaryList"},
1850
+ "nextToken":{"shape":"NonEmptyString"}
1851
+ }
1852
+ },
1853
+ "ListComponentsRequest":{
1854
+ "type":"structure",
1855
+ "members":{
1856
+ "owner":{"shape":"Ownership"},
1857
+ "filters":{"shape":"FilterList"},
1858
+ "maxResults":{
1859
+ "shape":"RestrictedInteger",
1860
+ "box":true
1861
+ },
1862
+ "nextToken":{"shape":"NonEmptyString"}
1863
+ }
1864
+ },
1865
+ "ListComponentsResponse":{
1866
+ "type":"structure",
1867
+ "members":{
1868
+ "requestId":{"shape":"NonEmptyString"},
1869
+ "componentVersionList":{"shape":"ComponentVersionList"},
1870
+ "nextToken":{"shape":"NonEmptyString"}
1871
+ }
1872
+ },
1873
+ "ListDistributionConfigurationsRequest":{
1874
+ "type":"structure",
1875
+ "members":{
1876
+ "filters":{"shape":"FilterList"},
1877
+ "maxResults":{
1878
+ "shape":"RestrictedInteger",
1879
+ "box":true
1880
+ },
1881
+ "nextToken":{"shape":"NonEmptyString"}
1882
+ }
1883
+ },
1884
+ "ListDistributionConfigurationsResponse":{
1885
+ "type":"structure",
1886
+ "members":{
1887
+ "requestId":{"shape":"NonEmptyString"},
1888
+ "distributionConfigurationSummaryList":{"shape":"DistributionConfigurationSummaryList"},
1889
+ "nextToken":{"shape":"NonEmptyString"}
1890
+ }
1891
+ },
1892
+ "ListImageBuildVersionsRequest":{
1893
+ "type":"structure",
1894
+ "required":["imageVersionArn"],
1895
+ "members":{
1896
+ "imageVersionArn":{"shape":"ImageVersionArn"},
1897
+ "filters":{"shape":"FilterList"},
1898
+ "maxResults":{
1899
+ "shape":"RestrictedInteger",
1900
+ "box":true
1901
+ },
1902
+ "nextToken":{"shape":"NonEmptyString"}
1903
+ }
1904
+ },
1905
+ "ListImageBuildVersionsResponse":{
1906
+ "type":"structure",
1907
+ "members":{
1908
+ "requestId":{"shape":"NonEmptyString"},
1909
+ "imageSummaryList":{"shape":"ImageSummaryList"},
1910
+ "nextToken":{"shape":"NonEmptyString"}
1911
+ }
1912
+ },
1913
+ "ListImagePipelineImagesRequest":{
1914
+ "type":"structure",
1915
+ "members":{
1916
+ "imagePipelineArn":{"shape":"ImagePipelineArn"},
1917
+ "filters":{"shape":"FilterList"},
1918
+ "maxResults":{
1919
+ "shape":"RestrictedInteger",
1920
+ "box":true
1921
+ },
1922
+ "nextToken":{"shape":"NonEmptyString"}
1923
+ }
1924
+ },
1925
+ "ListImagePipelineImagesResponse":{
1926
+ "type":"structure",
1927
+ "members":{
1928
+ "requestId":{"shape":"NonEmptyString"},
1929
+ "imageSummaryList":{"shape":"ImageSummaryList"},
1930
+ "nextToken":{"shape":"NonEmptyString"}
1931
+ }
1932
+ },
1933
+ "ListImagePipelinesRequest":{
1934
+ "type":"structure",
1935
+ "members":{
1936
+ "filters":{"shape":"FilterList"},
1937
+ "maxResults":{
1938
+ "shape":"RestrictedInteger",
1939
+ "box":true
1940
+ },
1941
+ "nextToken":{"shape":"NonEmptyString"}
1942
+ }
1943
+ },
1944
+ "ListImagePipelinesResponse":{
1945
+ "type":"structure",
1946
+ "members":{
1947
+ "requestId":{"shape":"NonEmptyString"},
1948
+ "imagePipelineList":{"shape":"ImagePipelineList"},
1949
+ "nextToken":{"shape":"NonEmptyString"}
1950
+ }
1951
+ },
1952
+ "ListImageRecipesRequest":{
1953
+ "type":"structure",
1954
+ "members":{
1955
+ "owner":{"shape":"Ownership"},
1956
+ "filters":{"shape":"FilterList"},
1957
+ "maxResults":{
1958
+ "shape":"RestrictedInteger",
1959
+ "box":true
1960
+ },
1961
+ "nextToken":{"shape":"NonEmptyString"}
1962
+ }
1963
+ },
1964
+ "ListImageRecipesResponse":{
1965
+ "type":"structure",
1966
+ "members":{
1967
+ "requestId":{"shape":"NonEmptyString"},
1968
+ "imageRecipeSummaryList":{"shape":"ImageRecipeSummaryList"},
1969
+ "nextToken":{"shape":"NonEmptyString"}
1970
+ }
1971
+ },
1972
+ "ListImagesRequest":{
1973
+ "type":"structure",
1974
+ "members":{
1975
+ "owner":{"shape":"Ownership"},
1976
+ "filters":{"shape":"FilterList"},
1977
+ "maxResults":{
1978
+ "shape":"RestrictedInteger",
1979
+ "box":true
1980
+ },
1981
+ "nextToken":{"shape":"NonEmptyString"}
1982
+ }
1983
+ },
1984
+ "ListImagesResponse":{
1985
+ "type":"structure",
1986
+ "members":{
1987
+ "requestId":{"shape":"NonEmptyString"},
1988
+ "imageVersionList":{"shape":"ImageVersionList"},
1989
+ "nextToken":{"shape":"NonEmptyString"}
1990
+ }
1991
+ },
1992
+ "ListInfrastructureConfigurationsRequest":{
1993
+ "type":"structure",
1994
+ "members":{
1995
+ "filters":{"shape":"FilterList"},
1996
+ "maxResults":{
1997
+ "shape":"RestrictedInteger",
1998
+ "box":true
1999
+ },
2000
+ "nextToken":{"shape":"NonEmptyString"}
2001
+ }
2002
+ },
2003
+ "ListInfrastructureConfigurationsResponse":{
2004
+ "type":"structure",
2005
+ "members":{
2006
+ "requestId":{"shape":"NonEmptyString"},
2007
+ "infrastructureConfigurationSummaryList":{"shape":"InfrastructureConfigurationSummaryList"},
2008
+ "nextToken":{"shape":"NonEmptyString"}
2009
+ }
2010
+ },
2011
+ "ListTagsForResourceRequest":{
2012
+ "type":"structure",
2013
+ "required":["resourceArn"],
2014
+ "members":{
2015
+ "resourceArn":{
2016
+ "shape":"ImageBuilderArn",
2017
+ "location":"uri",
2018
+ "locationName":"resourceArn"
2019
+ }
2020
+ }
2021
+ },
2022
+ "ListTagsForResourceResponse":{
2023
+ "type":"structure",
2024
+ "members":{
2025
+ "tags":{"shape":"TagMap"}
2026
+ }
2027
+ },
2028
+ "Logging":{
2029
+ "type":"structure",
2030
+ "members":{
2031
+ "s3Logs":{"shape":"S3Logs"}
2032
+ }
2033
+ },
2034
+ "NonEmptyString":{
2035
+ "type":"string",
2036
+ "max":1024,
2037
+ "min":1
2038
+ },
2039
+ "NullableBoolean":{"type":"boolean"},
2040
+ "OutputResources":{
2041
+ "type":"structure",
2042
+ "members":{
2043
+ "amis":{"shape":"AmiList"}
2044
+ }
2045
+ },
2046
+ "Ownership":{
2047
+ "type":"string",
2048
+ "enum":[
2049
+ "Self",
2050
+ "Shared",
2051
+ "Amazon"
2052
+ ]
2053
+ },
2054
+ "PipelineExecutionStartCondition":{
2055
+ "type":"string",
2056
+ "enum":[
2057
+ "EXPRESSION_MATCH_ONLY",
2058
+ "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE"
2059
+ ]
2060
+ },
2061
+ "PipelineStatus":{
2062
+ "type":"string",
2063
+ "enum":[
2064
+ "DISABLED",
2065
+ "ENABLED"
2066
+ ]
2067
+ },
2068
+ "Platform":{
2069
+ "type":"string",
2070
+ "enum":[
2071
+ "Windows",
2072
+ "Linux"
2073
+ ]
2074
+ },
2075
+ "PutComponentPolicyRequest":{
2076
+ "type":"structure",
2077
+ "required":[
2078
+ "componentArn",
2079
+ "policy"
2080
+ ],
2081
+ "members":{
2082
+ "componentArn":{"shape":"ComponentBuildVersionArn"},
2083
+ "policy":{"shape":"NonEmptyString"}
2084
+ }
2085
+ },
2086
+ "PutComponentPolicyResponse":{
2087
+ "type":"structure",
2088
+ "members":{
2089
+ "requestId":{"shape":"NonEmptyString"},
2090
+ "componentArn":{"shape":"ComponentBuildVersionArn"}
2091
+ }
2092
+ },
2093
+ "PutImagePolicyRequest":{
2094
+ "type":"structure",
2095
+ "required":[
2096
+ "imageArn",
2097
+ "policy"
2098
+ ],
2099
+ "members":{
2100
+ "imageArn":{"shape":"ImageBuildVersionArn"},
2101
+ "policy":{"shape":"NonEmptyString"}
2102
+ }
2103
+ },
2104
+ "PutImagePolicyResponse":{
2105
+ "type":"structure",
2106
+ "members":{
2107
+ "requestId":{"shape":"NonEmptyString"},
2108
+ "imageArn":{"shape":"ImageBuildVersionArn"}
2109
+ }
2110
+ },
2111
+ "PutImageRecipePolicyRequest":{
2112
+ "type":"structure",
2113
+ "required":[
2114
+ "imageRecipeArn",
2115
+ "policy"
2116
+ ],
2117
+ "members":{
2118
+ "imageRecipeArn":{"shape":"ImageRecipeArn"},
2119
+ "policy":{"shape":"NonEmptyString"}
2120
+ }
2121
+ },
2122
+ "PutImageRecipePolicyResponse":{
2123
+ "type":"structure",
2124
+ "members":{
2125
+ "requestId":{"shape":"NonEmptyString"},
2126
+ "imageRecipeArn":{"shape":"ImageRecipeArn"}
2127
+ }
2128
+ },
2129
+ "ResourceAlreadyExistsException":{
2130
+ "type":"structure",
2131
+ "members":{
2132
+ "message":{"shape":"ErrorMessage"}
2133
+ },
2134
+ "error":{"httpStatusCode":400},
2135
+ "exception":true
2136
+ },
2137
+ "ResourceDependencyException":{
2138
+ "type":"structure",
2139
+ "members":{
2140
+ "message":{"shape":"ErrorMessage"}
2141
+ },
2142
+ "error":{"httpStatusCode":400},
2143
+ "exception":true
2144
+ },
2145
+ "ResourceInUseException":{
2146
+ "type":"structure",
2147
+ "members":{
2148
+ "message":{"shape":"ErrorMessage"}
2149
+ },
2150
+ "error":{"httpStatusCode":400},
2151
+ "exception":true
2152
+ },
2153
+ "ResourceName":{
2154
+ "type":"string",
2155
+ "pattern":"^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$"
2156
+ },
2157
+ "ResourceNotFoundException":{
2158
+ "type":"structure",
2159
+ "members":{
2160
+ "message":{"shape":"ErrorMessage"}
2161
+ },
2162
+ "error":{"httpStatusCode":404},
2163
+ "exception":true
2164
+ },
2165
+ "RestrictedInteger":{
2166
+ "type":"integer",
2167
+ "max":25,
2168
+ "min":1
2169
+ },
2170
+ "S3Logs":{
2171
+ "type":"structure",
2172
+ "members":{
2173
+ "s3BucketName":{"shape":"NonEmptyString"},
2174
+ "s3KeyPrefix":{"shape":"NonEmptyString"}
2175
+ }
2176
+ },
2177
+ "Schedule":{
2178
+ "type":"structure",
2179
+ "members":{
2180
+ "scheduleExpression":{"shape":"NonEmptyString"},
2181
+ "pipelineExecutionStartCondition":{"shape":"PipelineExecutionStartCondition"}
2182
+ }
2183
+ },
2184
+ "SecurityGroupIds":{
2185
+ "type":"list",
2186
+ "member":{"shape":"NonEmptyString"}
2187
+ },
2188
+ "ServiceException":{
2189
+ "type":"structure",
2190
+ "members":{
2191
+ "message":{"shape":"ErrorMessage"}
2192
+ },
2193
+ "error":{"httpStatusCode":500},
2194
+ "exception":true
2195
+ },
2196
+ "ServiceUnavailableException":{
2197
+ "type":"structure",
2198
+ "members":{
2199
+ "message":{"shape":"ErrorMessage"}
2200
+ },
2201
+ "error":{"httpStatusCode":503},
2202
+ "exception":true
2203
+ },
2204
+ "StartImagePipelineExecutionRequest":{
2205
+ "type":"structure",
2206
+ "required":[
2207
+ "imagePipelineArn",
2208
+ "clientToken"
2209
+ ],
2210
+ "members":{
2211
+ "imagePipelineArn":{"shape":"ImagePipelineArn"},
2212
+ "clientToken":{
2213
+ "shape":"ClientToken",
2214
+ "idempotencyToken":true
2215
+ }
2216
+ }
2217
+ },
2218
+ "StartImagePipelineExecutionResponse":{
2219
+ "type":"structure",
2220
+ "members":{
2221
+ "requestId":{"shape":"NonEmptyString"},
2222
+ "clientToken":{"shape":"ClientToken"},
2223
+ "imageBuildVersionArn":{"shape":"ImageBuildVersionArn"}
2224
+ }
2225
+ },
2226
+ "StringList":{
2227
+ "type":"list",
2228
+ "member":{"shape":"NonEmptyString"}
2229
+ },
2230
+ "TagKey":{
2231
+ "type":"string",
2232
+ "max":128,
2233
+ "min":1,
2234
+ "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
2235
+ },
2236
+ "TagKeyList":{
2237
+ "type":"list",
2238
+ "member":{"shape":"TagKey"},
2239
+ "max":50,
2240
+ "min":1
2241
+ },
2242
+ "TagMap":{
2243
+ "type":"map",
2244
+ "key":{"shape":"TagKey"},
2245
+ "value":{"shape":"TagValue"},
2246
+ "max":50,
2247
+ "min":1
2248
+ },
2249
+ "TagResourceRequest":{
2250
+ "type":"structure",
2251
+ "required":[
2252
+ "resourceArn",
2253
+ "tags"
2254
+ ],
2255
+ "members":{
2256
+ "resourceArn":{
2257
+ "shape":"ImageBuilderArn",
2258
+ "location":"uri",
2259
+ "locationName":"resourceArn"
2260
+ },
2261
+ "tags":{"shape":"TagMap"}
2262
+ }
2263
+ },
2264
+ "TagResourceResponse":{
2265
+ "type":"structure",
2266
+ "members":{
2267
+ }
2268
+ },
2269
+ "TagValue":{
2270
+ "type":"string",
2271
+ "max":256
2272
+ },
2273
+ "UntagResourceRequest":{
2274
+ "type":"structure",
2275
+ "required":[
2276
+ "resourceArn",
2277
+ "tagKeys"
2278
+ ],
2279
+ "members":{
2280
+ "resourceArn":{
2281
+ "shape":"ImageBuilderArn",
2282
+ "location":"uri",
2283
+ "locationName":"resourceArn"
2284
+ },
2285
+ "tagKeys":{
2286
+ "shape":"TagKeyList",
2287
+ "location":"querystring",
2288
+ "locationName":"tagKeys"
2289
+ }
2290
+ }
2291
+ },
2292
+ "UntagResourceResponse":{
2293
+ "type":"structure",
2294
+ "members":{
2295
+ }
2296
+ },
2297
+ "UpdateDistributionConfigurationRequest":{
2298
+ "type":"structure",
2299
+ "required":[
2300
+ "distributionConfigurationArn",
2301
+ "clientToken"
2302
+ ],
2303
+ "members":{
2304
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
2305
+ "description":{"shape":"NonEmptyString"},
2306
+ "distributions":{"shape":"DistributionList"},
2307
+ "clientToken":{
2308
+ "shape":"ClientToken",
2309
+ "idempotencyToken":true
2310
+ }
2311
+ }
2312
+ },
2313
+ "UpdateDistributionConfigurationResponse":{
2314
+ "type":"structure",
2315
+ "members":{
2316
+ "requestId":{"shape":"NonEmptyString"},
2317
+ "clientToken":{"shape":"ClientToken"},
2318
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"}
2319
+ }
2320
+ },
2321
+ "UpdateImagePipelineRequest":{
2322
+ "type":"structure",
2323
+ "required":[
2324
+ "imagePipelineArn",
2325
+ "clientToken"
2326
+ ],
2327
+ "members":{
2328
+ "imagePipelineArn":{"shape":"ImagePipelineArn"},
2329
+ "description":{"shape":"NonEmptyString"},
2330
+ "imageRecipeArn":{"shape":"ImageRecipeArn"},
2331
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
2332
+ "distributionConfigurationArn":{"shape":"DistributionConfigurationArn"},
2333
+ "imageTestsConfiguration":{"shape":"ImageTestsConfiguration"},
2334
+ "schedule":{"shape":"Schedule"},
2335
+ "status":{"shape":"PipelineStatus"},
2336
+ "clientToken":{
2337
+ "shape":"ClientToken",
2338
+ "idempotencyToken":true
2339
+ }
2340
+ }
2341
+ },
2342
+ "UpdateImagePipelineResponse":{
2343
+ "type":"structure",
2344
+ "members":{
2345
+ "requestId":{"shape":"NonEmptyString"},
2346
+ "clientToken":{"shape":"ClientToken"},
2347
+ "imagePipelineArn":{"shape":"ImagePipelineArn"}
2348
+ }
2349
+ },
2350
+ "UpdateInfrastructureConfigurationRequest":{
2351
+ "type":"structure",
2352
+ "required":[
2353
+ "infrastructureConfigurationArn",
2354
+ "clientToken"
2355
+ ],
2356
+ "members":{
2357
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"},
2358
+ "description":{"shape":"NonEmptyString"},
2359
+ "instanceTypes":{"shape":"InstanceTypeList"},
2360
+ "instanceProfileName":{"shape":"NonEmptyString"},
2361
+ "securityGroupIds":{"shape":"SecurityGroupIds"},
2362
+ "subnetId":{"shape":"NonEmptyString"},
2363
+ "logging":{"shape":"Logging"},
2364
+ "keyPair":{"shape":"NonEmptyString"},
2365
+ "terminateInstanceOnFailure":{"shape":"NullableBoolean"},
2366
+ "snsTopicArn":{"shape":"NonEmptyString"},
2367
+ "clientToken":{
2368
+ "shape":"ClientToken",
2369
+ "idempotencyToken":true
2370
+ }
2371
+ }
2372
+ },
2373
+ "UpdateInfrastructureConfigurationResponse":{
2374
+ "type":"structure",
2375
+ "members":{
2376
+ "requestId":{"shape":"NonEmptyString"},
2377
+ "clientToken":{"shape":"ClientToken"},
2378
+ "infrastructureConfigurationArn":{"shape":"InfrastructureConfigurationArn"}
2379
+ }
2380
+ },
2381
+ "Uri":{"type":"string"},
2382
+ "VersionNumber":{
2383
+ "type":"string",
2384
+ "pattern":"^[0-9]+\\.[0-9]+\\.[0-9]+$"
2385
+ }
2386
+ }
2387
+ }