aws-sdk-core 2.11.176 → 2.11.177

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: 0071e4fe3106f7b8a5536ba25a6460aa2b87dbee
4
- data.tar.gz: 7cb903f9379b80c8864c6a5e71ed7f46af7f8138
3
+ metadata.gz: 6398ede0b9f4d512cbfbdcc97ad94fa5bd2bc444
4
+ data.tar.gz: 45aabea774f576bbb1bcdd35655f37ee391c2b8a
5
5
  SHA512:
6
- metadata.gz: b2c4f2bf73e0cae8cea8d73d69eee330177c1f78b869fe58f4722ebeb667ef5da961c3847f948f84c5db534eddc63fa5602922d0ba61076b56ffba13062289fa
7
- data.tar.gz: 93cef4a5cf1992ed98b4174775b9efd0761abfefb212e24d7d284eabe06c6f43a5f9661a9951df438f2796b2712746ffc37d75f1dc7d594a44306452bfd7e515
6
+ metadata.gz: 7fbed6aded86f3ca834b79774a0f0c53f3cdfef308c9a7bdfb4cedd174485ac80b63cb02e583da0edc0eda29a89bd91a03d9884c702f55f5e2b934b9a207a608
7
+ data.tar.gz: 83a099f8adbf8f76ac0577b2d30c4f0143d75db4b37546e809fb8241260a3b271938cd3b1dbb2f90ff71962d960fa2d6a98cbfe42e417bf6bcffabd0a390753b
@@ -0,0 +1,1453 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-25",
5
+ "endpointPrefix":"amplify",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amplify",
9
+ "serviceFullName":"AWS Amplify",
10
+ "serviceId":"Amplify",
11
+ "signatureVersion":"v4",
12
+ "signingName":"amplify",
13
+ "uid":"amplify-2017-07-25"
14
+ },
15
+ "operations":{
16
+ "CreateApp":{
17
+ "name":"CreateApp",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/apps"
21
+ },
22
+ "input":{"shape":"CreateAppRequest"},
23
+ "output":{"shape":"CreateAppResult"},
24
+ "errors":[
25
+ {"shape":"BadRequestException"},
26
+ {"shape":"UnauthorizedException"},
27
+ {"shape":"InternalFailureException"},
28
+ {"shape":"LimitExceededException"},
29
+ {"shape":"DependentServiceFailureException"}
30
+ ]
31
+ },
32
+ "CreateBranch":{
33
+ "name":"CreateBranch",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/apps/{appId}/branches"
37
+ },
38
+ "input":{"shape":"CreateBranchRequest"},
39
+ "output":{"shape":"CreateBranchResult"},
40
+ "errors":[
41
+ {"shape":"BadRequestException"},
42
+ {"shape":"UnauthorizedException"},
43
+ {"shape":"NotFoundException"},
44
+ {"shape":"InternalFailureException"},
45
+ {"shape":"LimitExceededException"},
46
+ {"shape":"DependentServiceFailureException"}
47
+ ]
48
+ },
49
+ "CreateDomainAssociation":{
50
+ "name":"CreateDomainAssociation",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/apps/{appId}/domains"
54
+ },
55
+ "input":{"shape":"CreateDomainAssociationRequest"},
56
+ "output":{"shape":"CreateDomainAssociationResult"},
57
+ "errors":[
58
+ {"shape":"BadRequestException"},
59
+ {"shape":"UnauthorizedException"},
60
+ {"shape":"NotFoundException"},
61
+ {"shape":"InternalFailureException"},
62
+ {"shape":"LimitExceededException"},
63
+ {"shape":"DependentServiceFailureException"}
64
+ ]
65
+ },
66
+ "DeleteApp":{
67
+ "name":"DeleteApp",
68
+ "http":{
69
+ "method":"DELETE",
70
+ "requestUri":"/apps/{appId}"
71
+ },
72
+ "input":{"shape":"DeleteAppRequest"},
73
+ "output":{"shape":"DeleteAppResult"},
74
+ "errors":[
75
+ {"shape":"BadRequestException"},
76
+ {"shape":"NotFoundException"},
77
+ {"shape":"UnauthorizedException"},
78
+ {"shape":"InternalFailureException"},
79
+ {"shape":"DependentServiceFailureException"}
80
+ ]
81
+ },
82
+ "DeleteBranch":{
83
+ "name":"DeleteBranch",
84
+ "http":{
85
+ "method":"DELETE",
86
+ "requestUri":"/apps/{appId}/branches/{branchName}"
87
+ },
88
+ "input":{"shape":"DeleteBranchRequest"},
89
+ "output":{"shape":"DeleteBranchResult"},
90
+ "errors":[
91
+ {"shape":"BadRequestException"},
92
+ {"shape":"UnauthorizedException"},
93
+ {"shape":"NotFoundException"},
94
+ {"shape":"InternalFailureException"},
95
+ {"shape":"DependentServiceFailureException"}
96
+ ]
97
+ },
98
+ "DeleteDomainAssociation":{
99
+ "name":"DeleteDomainAssociation",
100
+ "http":{
101
+ "method":"DELETE",
102
+ "requestUri":"/apps/{appId}/domains/{domainName}"
103
+ },
104
+ "input":{"shape":"DeleteDomainAssociationRequest"},
105
+ "output":{"shape":"DeleteDomainAssociationResult"},
106
+ "errors":[
107
+ {"shape":"BadRequestException"},
108
+ {"shape":"UnauthorizedException"},
109
+ {"shape":"NotFoundException"},
110
+ {"shape":"InternalFailureException"},
111
+ {"shape":"DependentServiceFailureException"}
112
+ ]
113
+ },
114
+ "DeleteJob":{
115
+ "name":"DeleteJob",
116
+ "http":{
117
+ "method":"DELETE",
118
+ "requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}"
119
+ },
120
+ "input":{"shape":"DeleteJobRequest"},
121
+ "output":{"shape":"DeleteJobResult"},
122
+ "errors":[
123
+ {"shape":"BadRequestException"},
124
+ {"shape":"UnauthorizedException"},
125
+ {"shape":"InternalFailureException"},
126
+ {"shape":"NotFoundException"},
127
+ {"shape":"LimitExceededException"}
128
+ ]
129
+ },
130
+ "GetApp":{
131
+ "name":"GetApp",
132
+ "http":{
133
+ "method":"GET",
134
+ "requestUri":"/apps/{appId}"
135
+ },
136
+ "input":{"shape":"GetAppRequest"},
137
+ "output":{"shape":"GetAppResult"},
138
+ "errors":[
139
+ {"shape":"BadRequestException"},
140
+ {"shape":"NotFoundException"},
141
+ {"shape":"UnauthorizedException"},
142
+ {"shape":"InternalFailureException"}
143
+ ]
144
+ },
145
+ "GetBranch":{
146
+ "name":"GetBranch",
147
+ "http":{
148
+ "method":"GET",
149
+ "requestUri":"/apps/{appId}/branches/{branchName}"
150
+ },
151
+ "input":{"shape":"GetBranchRequest"},
152
+ "output":{"shape":"GetBranchResult"},
153
+ "errors":[
154
+ {"shape":"BadRequestException"},
155
+ {"shape":"UnauthorizedException"},
156
+ {"shape":"NotFoundException"},
157
+ {"shape":"InternalFailureException"}
158
+ ]
159
+ },
160
+ "GetDomainAssociation":{
161
+ "name":"GetDomainAssociation",
162
+ "http":{
163
+ "method":"GET",
164
+ "requestUri":"/apps/{appId}/domains/{domainName}"
165
+ },
166
+ "input":{"shape":"GetDomainAssociationRequest"},
167
+ "output":{"shape":"GetDomainAssociationResult"},
168
+ "errors":[
169
+ {"shape":"BadRequestException"},
170
+ {"shape":"UnauthorizedException"},
171
+ {"shape":"NotFoundException"},
172
+ {"shape":"InternalFailureException"}
173
+ ]
174
+ },
175
+ "GetJob":{
176
+ "name":"GetJob",
177
+ "http":{
178
+ "method":"GET",
179
+ "requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}"
180
+ },
181
+ "input":{"shape":"GetJobRequest"},
182
+ "output":{"shape":"GetJobResult"},
183
+ "errors":[
184
+ {"shape":"BadRequestException"},
185
+ {"shape":"UnauthorizedException"},
186
+ {"shape":"InternalFailureException"},
187
+ {"shape":"NotFoundException"},
188
+ {"shape":"LimitExceededException"}
189
+ ]
190
+ },
191
+ "ListApps":{
192
+ "name":"ListApps",
193
+ "http":{
194
+ "method":"GET",
195
+ "requestUri":"/apps"
196
+ },
197
+ "input":{"shape":"ListAppsRequest"},
198
+ "output":{"shape":"ListAppsResult"},
199
+ "errors":[
200
+ {"shape":"BadRequestException"},
201
+ {"shape":"UnauthorizedException"},
202
+ {"shape":"InternalFailureException"}
203
+ ]
204
+ },
205
+ "ListBranches":{
206
+ "name":"ListBranches",
207
+ "http":{
208
+ "method":"GET",
209
+ "requestUri":"/apps/{appId}/branches"
210
+ },
211
+ "input":{"shape":"ListBranchesRequest"},
212
+ "output":{"shape":"ListBranchesResult"},
213
+ "errors":[
214
+ {"shape":"BadRequestException"},
215
+ {"shape":"UnauthorizedException"},
216
+ {"shape":"InternalFailureException"}
217
+ ]
218
+ },
219
+ "ListDomainAssociations":{
220
+ "name":"ListDomainAssociations",
221
+ "http":{
222
+ "method":"GET",
223
+ "requestUri":"/apps/{appId}/domains"
224
+ },
225
+ "input":{"shape":"ListDomainAssociationsRequest"},
226
+ "output":{"shape":"ListDomainAssociationsResult"},
227
+ "errors":[
228
+ {"shape":"BadRequestException"},
229
+ {"shape":"UnauthorizedException"},
230
+ {"shape":"InternalFailureException"}
231
+ ]
232
+ },
233
+ "ListJobs":{
234
+ "name":"ListJobs",
235
+ "http":{
236
+ "method":"GET",
237
+ "requestUri":"/apps/{appId}/branches/{branchName}/jobs"
238
+ },
239
+ "input":{"shape":"ListJobsRequest"},
240
+ "output":{"shape":"ListJobsResult"},
241
+ "errors":[
242
+ {"shape":"BadRequestException"},
243
+ {"shape":"UnauthorizedException"},
244
+ {"shape":"InternalFailureException"},
245
+ {"shape":"LimitExceededException"}
246
+ ]
247
+ },
248
+ "StartJob":{
249
+ "name":"StartJob",
250
+ "http":{
251
+ "method":"POST",
252
+ "requestUri":"/apps/{appId}/branches/{branchName}/jobs"
253
+ },
254
+ "input":{"shape":"StartJobRequest"},
255
+ "output":{"shape":"StartJobResult"},
256
+ "errors":[
257
+ {"shape":"BadRequestException"},
258
+ {"shape":"UnauthorizedException"},
259
+ {"shape":"InternalFailureException"},
260
+ {"shape":"NotFoundException"},
261
+ {"shape":"LimitExceededException"}
262
+ ]
263
+ },
264
+ "StopJob":{
265
+ "name":"StopJob",
266
+ "http":{
267
+ "method":"DELETE",
268
+ "requestUri":"/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop"
269
+ },
270
+ "input":{"shape":"StopJobRequest"},
271
+ "output":{"shape":"StopJobResult"},
272
+ "errors":[
273
+ {"shape":"BadRequestException"},
274
+ {"shape":"UnauthorizedException"},
275
+ {"shape":"InternalFailureException"},
276
+ {"shape":"NotFoundException"},
277
+ {"shape":"LimitExceededException"}
278
+ ]
279
+ },
280
+ "UpdateApp":{
281
+ "name":"UpdateApp",
282
+ "http":{
283
+ "method":"POST",
284
+ "requestUri":"/apps/{appId}"
285
+ },
286
+ "input":{"shape":"UpdateAppRequest"},
287
+ "output":{"shape":"UpdateAppResult"},
288
+ "errors":[
289
+ {"shape":"BadRequestException"},
290
+ {"shape":"NotFoundException"},
291
+ {"shape":"UnauthorizedException"},
292
+ {"shape":"InternalFailureException"}
293
+ ]
294
+ },
295
+ "UpdateBranch":{
296
+ "name":"UpdateBranch",
297
+ "http":{
298
+ "method":"POST",
299
+ "requestUri":"/apps/{appId}/branches/{branchName}"
300
+ },
301
+ "input":{"shape":"UpdateBranchRequest"},
302
+ "output":{"shape":"UpdateBranchResult"},
303
+ "errors":[
304
+ {"shape":"BadRequestException"},
305
+ {"shape":"UnauthorizedException"},
306
+ {"shape":"NotFoundException"},
307
+ {"shape":"InternalFailureException"},
308
+ {"shape":"DependentServiceFailureException"}
309
+ ]
310
+ },
311
+ "UpdateDomainAssociation":{
312
+ "name":"UpdateDomainAssociation",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/apps/{appId}/domains/{domainName}"
316
+ },
317
+ "input":{"shape":"UpdateDomainAssociationRequest"},
318
+ "output":{"shape":"UpdateDomainAssociationResult"},
319
+ "errors":[
320
+ {"shape":"BadRequestException"},
321
+ {"shape":"UnauthorizedException"},
322
+ {"shape":"NotFoundException"},
323
+ {"shape":"InternalFailureException"},
324
+ {"shape":"DependentServiceFailureException"}
325
+ ]
326
+ }
327
+ },
328
+ "shapes":{
329
+ "ActiveJobId":{
330
+ "type":"string",
331
+ "max":1000
332
+ },
333
+ "App":{
334
+ "type":"structure",
335
+ "required":[
336
+ "appId",
337
+ "appArn",
338
+ "name",
339
+ "description",
340
+ "repository",
341
+ "platform",
342
+ "createTime",
343
+ "updateTime",
344
+ "environmentVariables",
345
+ "defaultDomain",
346
+ "enableBranchAutoBuild",
347
+ "enableBasicAuth"
348
+ ],
349
+ "members":{
350
+ "appId":{"shape":"AppId"},
351
+ "appArn":{"shape":"AppArn"},
352
+ "name":{"shape":"Name"},
353
+ "tags":{"shape":"Tags"},
354
+ "description":{"shape":"Description"},
355
+ "repository":{"shape":"Repository"},
356
+ "platform":{"shape":"Platform"},
357
+ "createTime":{"shape":"CreateTime"},
358
+ "updateTime":{"shape":"UpdateTime"},
359
+ "iamServiceRoleArn":{"shape":"ServiceRoleArn"},
360
+ "environmentVariables":{"shape":"EnvironmentVariables"},
361
+ "defaultDomain":{"shape":"DefaultDomain"},
362
+ "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
363
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
364
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
365
+ "customRules":{"shape":"CustomRules"},
366
+ "productionBranch":{"shape":"ProductionBranch"},
367
+ "buildSpec":{"shape":"BuildSpec"}
368
+ }
369
+ },
370
+ "AppArn":{
371
+ "type":"string",
372
+ "max":1000
373
+ },
374
+ "AppId":{
375
+ "type":"string",
376
+ "max":255,
377
+ "min":1
378
+ },
379
+ "Apps":{
380
+ "type":"list",
381
+ "member":{"shape":"App"}
382
+ },
383
+ "ArtifactsUrl":{
384
+ "type":"string",
385
+ "max":1000
386
+ },
387
+ "BadRequestException":{
388
+ "type":"structure",
389
+ "members":{
390
+ "message":{"shape":"ErrorMessage"}
391
+ },
392
+ "error":{"httpStatusCode":400},
393
+ "exception":true
394
+ },
395
+ "BasicAuthCredentials":{
396
+ "type":"string",
397
+ "max":2000
398
+ },
399
+ "Branch":{
400
+ "type":"structure",
401
+ "required":[
402
+ "branchArn",
403
+ "branchName",
404
+ "description",
405
+ "stage",
406
+ "enableNotification",
407
+ "createTime",
408
+ "updateTime",
409
+ "environmentVariables",
410
+ "enableAutoBuild",
411
+ "customDomains",
412
+ "framework",
413
+ "activeJobId",
414
+ "totalNumberOfJobs",
415
+ "enableBasicAuth",
416
+ "ttl"
417
+ ],
418
+ "members":{
419
+ "branchArn":{"shape":"BranchArn"},
420
+ "branchName":{"shape":"BranchName"},
421
+ "description":{"shape":"Description"},
422
+ "tags":{"shape":"Tags"},
423
+ "stage":{"shape":"Stage"},
424
+ "displayName":{"shape":"DisplayName"},
425
+ "enableNotification":{"shape":"EnableNotification"},
426
+ "createTime":{"shape":"CreateTime"},
427
+ "updateTime":{"shape":"UpdateTime"},
428
+ "environmentVariables":{"shape":"EnvironmentVariables"},
429
+ "enableAutoBuild":{"shape":"EnableAutoBuild"},
430
+ "customDomains":{"shape":"CustomDomains"},
431
+ "framework":{"shape":"Framework"},
432
+ "activeJobId":{"shape":"ActiveJobId"},
433
+ "totalNumberOfJobs":{"shape":"TotalNumberOfJobs"},
434
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
435
+ "thumbnailUrl":{"shape":"ThumbnailUrl"},
436
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
437
+ "buildSpec":{"shape":"BuildSpec"},
438
+ "ttl":{"shape":"TTL"}
439
+ }
440
+ },
441
+ "BranchArn":{
442
+ "type":"string",
443
+ "max":1000
444
+ },
445
+ "BranchName":{
446
+ "type":"string",
447
+ "max":255,
448
+ "min":1
449
+ },
450
+ "Branches":{
451
+ "type":"list",
452
+ "member":{"shape":"Branch"},
453
+ "max":255
454
+ },
455
+ "BuildSpec":{
456
+ "type":"string",
457
+ "max":25000,
458
+ "min":1
459
+ },
460
+ "CertificateVerificationDNSRecord":{
461
+ "type":"string",
462
+ "max":1000
463
+ },
464
+ "CommitId":{
465
+ "type":"string",
466
+ "max":255
467
+ },
468
+ "CommitMessage":{
469
+ "type":"string",
470
+ "max":10000
471
+ },
472
+ "CommitTime":{"type":"timestamp"},
473
+ "Condition":{
474
+ "type":"string",
475
+ "max":2048,
476
+ "min":1
477
+ },
478
+ "CreateAppRequest":{
479
+ "type":"structure",
480
+ "required":[
481
+ "name",
482
+ "repository",
483
+ "platform",
484
+ "oauthToken"
485
+ ],
486
+ "members":{
487
+ "name":{"shape":"Name"},
488
+ "description":{"shape":"Description"},
489
+ "repository":{"shape":"Repository"},
490
+ "platform":{"shape":"Platform"},
491
+ "iamServiceRoleArn":{"shape":"ServiceRoleArn"},
492
+ "oauthToken":{"shape":"OauthToken"},
493
+ "environmentVariables":{"shape":"EnvironmentVariables"},
494
+ "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
495
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
496
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
497
+ "customRules":{"shape":"CustomRules"},
498
+ "tags":{"shape":"Tags"},
499
+ "buildSpec":{"shape":"BuildSpec"}
500
+ }
501
+ },
502
+ "CreateAppResult":{
503
+ "type":"structure",
504
+ "required":["app"],
505
+ "members":{
506
+ "app":{"shape":"App"}
507
+ }
508
+ },
509
+ "CreateBranchRequest":{
510
+ "type":"structure",
511
+ "required":[
512
+ "appId",
513
+ "branchName"
514
+ ],
515
+ "members":{
516
+ "appId":{
517
+ "shape":"AppId",
518
+ "location":"uri",
519
+ "locationName":"appId"
520
+ },
521
+ "branchName":{"shape":"BranchName"},
522
+ "description":{"shape":"Description"},
523
+ "stage":{"shape":"Stage"},
524
+ "framework":{"shape":"Framework"},
525
+ "enableNotification":{"shape":"EnableNotification"},
526
+ "enableAutoBuild":{"shape":"EnableAutoBuild"},
527
+ "environmentVariables":{"shape":"EnvironmentVariables"},
528
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
529
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
530
+ "tags":{"shape":"Tags"},
531
+ "buildSpec":{"shape":"BuildSpec"},
532
+ "ttl":{"shape":"TTL"}
533
+ }
534
+ },
535
+ "CreateBranchResult":{
536
+ "type":"structure",
537
+ "required":["branch"],
538
+ "members":{
539
+ "branch":{"shape":"Branch"}
540
+ }
541
+ },
542
+ "CreateDomainAssociationRequest":{
543
+ "type":"structure",
544
+ "required":[
545
+ "appId",
546
+ "domainName",
547
+ "subDomainSettings"
548
+ ],
549
+ "members":{
550
+ "appId":{
551
+ "shape":"AppId",
552
+ "location":"uri",
553
+ "locationName":"appId"
554
+ },
555
+ "domainName":{"shape":"DomainName"},
556
+ "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
557
+ "subDomainSettings":{"shape":"SubDomainSettings"}
558
+ }
559
+ },
560
+ "CreateDomainAssociationResult":{
561
+ "type":"structure",
562
+ "required":["domainAssociation"],
563
+ "members":{
564
+ "domainAssociation":{"shape":"DomainAssociation"}
565
+ }
566
+ },
567
+ "CreateTime":{"type":"timestamp"},
568
+ "CustomDomain":{
569
+ "type":"string",
570
+ "max":255
571
+ },
572
+ "CustomDomains":{
573
+ "type":"list",
574
+ "member":{"shape":"CustomDomain"},
575
+ "max":255
576
+ },
577
+ "CustomRule":{
578
+ "type":"structure",
579
+ "required":[
580
+ "source",
581
+ "target"
582
+ ],
583
+ "members":{
584
+ "source":{"shape":"Source"},
585
+ "target":{"shape":"Target"},
586
+ "status":{"shape":"Status"},
587
+ "condition":{"shape":"Condition"}
588
+ }
589
+ },
590
+ "CustomRules":{
591
+ "type":"list",
592
+ "member":{"shape":"CustomRule"}
593
+ },
594
+ "DNSRecord":{
595
+ "type":"string",
596
+ "max":1000
597
+ },
598
+ "DefaultDomain":{
599
+ "type":"string",
600
+ "max":1000,
601
+ "min":1
602
+ },
603
+ "DeleteAppRequest":{
604
+ "type":"structure",
605
+ "required":["appId"],
606
+ "members":{
607
+ "appId":{
608
+ "shape":"AppId",
609
+ "location":"uri",
610
+ "locationName":"appId"
611
+ }
612
+ }
613
+ },
614
+ "DeleteAppResult":{
615
+ "type":"structure",
616
+ "required":["app"],
617
+ "members":{
618
+ "app":{"shape":"App"}
619
+ }
620
+ },
621
+ "DeleteBranchRequest":{
622
+ "type":"structure",
623
+ "required":[
624
+ "appId",
625
+ "branchName"
626
+ ],
627
+ "members":{
628
+ "appId":{
629
+ "shape":"AppId",
630
+ "location":"uri",
631
+ "locationName":"appId"
632
+ },
633
+ "branchName":{
634
+ "shape":"BranchName",
635
+ "location":"uri",
636
+ "locationName":"branchName"
637
+ }
638
+ }
639
+ },
640
+ "DeleteBranchResult":{
641
+ "type":"structure",
642
+ "required":["branch"],
643
+ "members":{
644
+ "branch":{"shape":"Branch"}
645
+ }
646
+ },
647
+ "DeleteDomainAssociationRequest":{
648
+ "type":"structure",
649
+ "required":[
650
+ "appId",
651
+ "domainName"
652
+ ],
653
+ "members":{
654
+ "appId":{
655
+ "shape":"AppId",
656
+ "location":"uri",
657
+ "locationName":"appId"
658
+ },
659
+ "domainName":{
660
+ "shape":"DomainName",
661
+ "location":"uri",
662
+ "locationName":"domainName"
663
+ }
664
+ }
665
+ },
666
+ "DeleteDomainAssociationResult":{
667
+ "type":"structure",
668
+ "required":["domainAssociation"],
669
+ "members":{
670
+ "domainAssociation":{"shape":"DomainAssociation"}
671
+ }
672
+ },
673
+ "DeleteJobRequest":{
674
+ "type":"structure",
675
+ "required":[
676
+ "appId",
677
+ "branchName",
678
+ "jobId"
679
+ ],
680
+ "members":{
681
+ "appId":{
682
+ "shape":"AppId",
683
+ "location":"uri",
684
+ "locationName":"appId"
685
+ },
686
+ "branchName":{
687
+ "shape":"BranchName",
688
+ "location":"uri",
689
+ "locationName":"branchName"
690
+ },
691
+ "jobId":{
692
+ "shape":"JobId",
693
+ "location":"uri",
694
+ "locationName":"jobId"
695
+ }
696
+ }
697
+ },
698
+ "DeleteJobResult":{
699
+ "type":"structure",
700
+ "required":["jobSummary"],
701
+ "members":{
702
+ "jobSummary":{"shape":"JobSummary"}
703
+ }
704
+ },
705
+ "DependentServiceFailureException":{
706
+ "type":"structure",
707
+ "members":{
708
+ "message":{"shape":"ErrorMessage"}
709
+ },
710
+ "error":{"httpStatusCode":503},
711
+ "exception":true
712
+ },
713
+ "Description":{
714
+ "type":"string",
715
+ "max":1000
716
+ },
717
+ "DisplayName":{
718
+ "type":"string",
719
+ "max":255
720
+ },
721
+ "DomainAssociation":{
722
+ "type":"structure",
723
+ "required":[
724
+ "domainAssociationArn",
725
+ "domainName",
726
+ "enableAutoSubDomain",
727
+ "domainStatus",
728
+ "statusReason",
729
+ "certificateVerificationDNSRecord",
730
+ "subDomains"
731
+ ],
732
+ "members":{
733
+ "domainAssociationArn":{"shape":"DomainAssociationArn"},
734
+ "domainName":{"shape":"DomainName"},
735
+ "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
736
+ "domainStatus":{"shape":"DomainStatus"},
737
+ "statusReason":{"shape":"StatusReason"},
738
+ "certificateVerificationDNSRecord":{"shape":"CertificateVerificationDNSRecord"},
739
+ "subDomains":{"shape":"SubDomains"}
740
+ }
741
+ },
742
+ "DomainAssociationArn":{
743
+ "type":"string",
744
+ "max":1000
745
+ },
746
+ "DomainAssociations":{
747
+ "type":"list",
748
+ "member":{"shape":"DomainAssociation"},
749
+ "max":255
750
+ },
751
+ "DomainName":{
752
+ "type":"string",
753
+ "max":255
754
+ },
755
+ "DomainPrefix":{
756
+ "type":"string",
757
+ "max":255
758
+ },
759
+ "DomainStatus":{
760
+ "type":"string",
761
+ "enum":[
762
+ "PENDING_VERIFICATION",
763
+ "IN_PROGRESS",
764
+ "AVAILABLE",
765
+ "PENDING_DEPLOYMENT",
766
+ "FAILED"
767
+ ]
768
+ },
769
+ "EnableAutoBuild":{"type":"boolean"},
770
+ "EnableAutoSubDomain":{"type":"boolean"},
771
+ "EnableBasicAuth":{"type":"boolean"},
772
+ "EnableBranchAutoBuild":{"type":"boolean"},
773
+ "EnableNotification":{"type":"boolean"},
774
+ "EndTime":{"type":"timestamp"},
775
+ "EnvKey":{
776
+ "type":"string",
777
+ "max":255
778
+ },
779
+ "EnvValue":{
780
+ "type":"string",
781
+ "max":1000
782
+ },
783
+ "EnvironmentVariables":{
784
+ "type":"map",
785
+ "key":{"shape":"EnvKey"},
786
+ "value":{"shape":"EnvValue"}
787
+ },
788
+ "ErrorMessage":{
789
+ "type":"string",
790
+ "max":255
791
+ },
792
+ "Framework":{
793
+ "type":"string",
794
+ "max":255
795
+ },
796
+ "GetAppRequest":{
797
+ "type":"structure",
798
+ "required":["appId"],
799
+ "members":{
800
+ "appId":{
801
+ "shape":"AppId",
802
+ "location":"uri",
803
+ "locationName":"appId"
804
+ }
805
+ }
806
+ },
807
+ "GetAppResult":{
808
+ "type":"structure",
809
+ "required":["app"],
810
+ "members":{
811
+ "app":{"shape":"App"}
812
+ }
813
+ },
814
+ "GetBranchRequest":{
815
+ "type":"structure",
816
+ "required":[
817
+ "appId",
818
+ "branchName"
819
+ ],
820
+ "members":{
821
+ "appId":{
822
+ "shape":"AppId",
823
+ "location":"uri",
824
+ "locationName":"appId"
825
+ },
826
+ "branchName":{
827
+ "shape":"BranchName",
828
+ "location":"uri",
829
+ "locationName":"branchName"
830
+ }
831
+ }
832
+ },
833
+ "GetBranchResult":{
834
+ "type":"structure",
835
+ "required":["branch"],
836
+ "members":{
837
+ "branch":{"shape":"Branch"}
838
+ }
839
+ },
840
+ "GetDomainAssociationRequest":{
841
+ "type":"structure",
842
+ "required":[
843
+ "appId",
844
+ "domainName"
845
+ ],
846
+ "members":{
847
+ "appId":{
848
+ "shape":"AppId",
849
+ "location":"uri",
850
+ "locationName":"appId"
851
+ },
852
+ "domainName":{
853
+ "shape":"DomainName",
854
+ "location":"uri",
855
+ "locationName":"domainName"
856
+ }
857
+ }
858
+ },
859
+ "GetDomainAssociationResult":{
860
+ "type":"structure",
861
+ "required":["domainAssociation"],
862
+ "members":{
863
+ "domainAssociation":{"shape":"DomainAssociation"}
864
+ }
865
+ },
866
+ "GetJobRequest":{
867
+ "type":"structure",
868
+ "required":[
869
+ "appId",
870
+ "branchName",
871
+ "jobId"
872
+ ],
873
+ "members":{
874
+ "appId":{
875
+ "shape":"AppId",
876
+ "location":"uri",
877
+ "locationName":"appId"
878
+ },
879
+ "branchName":{
880
+ "shape":"BranchName",
881
+ "location":"uri",
882
+ "locationName":"branchName"
883
+ },
884
+ "jobId":{
885
+ "shape":"JobId",
886
+ "location":"uri",
887
+ "locationName":"jobId"
888
+ }
889
+ }
890
+ },
891
+ "GetJobResult":{
892
+ "type":"structure",
893
+ "required":["job"],
894
+ "members":{
895
+ "job":{"shape":"Job"}
896
+ }
897
+ },
898
+ "InternalFailureException":{
899
+ "type":"structure",
900
+ "members":{
901
+ "message":{"shape":"ErrorMessage"}
902
+ },
903
+ "error":{"httpStatusCode":500},
904
+ "exception":true,
905
+ "fault":true
906
+ },
907
+ "Job":{
908
+ "type":"structure",
909
+ "required":[
910
+ "summary",
911
+ "steps"
912
+ ],
913
+ "members":{
914
+ "summary":{"shape":"JobSummary"},
915
+ "steps":{"shape":"Steps"}
916
+ }
917
+ },
918
+ "JobArn":{
919
+ "type":"string",
920
+ "max":1000
921
+ },
922
+ "JobId":{
923
+ "type":"string",
924
+ "max":255
925
+ },
926
+ "JobReason":{
927
+ "type":"string",
928
+ "max":255
929
+ },
930
+ "JobStatus":{
931
+ "type":"string",
932
+ "enum":[
933
+ "PENDING",
934
+ "PROVISIONING",
935
+ "RUNNING",
936
+ "FAILED",
937
+ "SUCCEED",
938
+ "CANCELLING",
939
+ "CANCELLED"
940
+ ]
941
+ },
942
+ "JobSummaries":{
943
+ "type":"list",
944
+ "member":{"shape":"JobSummary"}
945
+ },
946
+ "JobSummary":{
947
+ "type":"structure",
948
+ "required":[
949
+ "jobArn",
950
+ "jobId",
951
+ "commitId",
952
+ "commitMessage",
953
+ "commitTime",
954
+ "startTime",
955
+ "status",
956
+ "jobType"
957
+ ],
958
+ "members":{
959
+ "jobArn":{"shape":"JobArn"},
960
+ "jobId":{"shape":"JobId"},
961
+ "commitId":{"shape":"CommitId"},
962
+ "commitMessage":{"shape":"CommitMessage"},
963
+ "commitTime":{"shape":"CommitTime"},
964
+ "startTime":{"shape":"StartTime"},
965
+ "status":{"shape":"JobStatus"},
966
+ "endTime":{"shape":"EndTime"},
967
+ "jobType":{"shape":"JobType"}
968
+ }
969
+ },
970
+ "JobType":{
971
+ "type":"string",
972
+ "enum":[
973
+ "RELEASE",
974
+ "RETRY",
975
+ "WEB_HOOK"
976
+ ],
977
+ "max":10
978
+ },
979
+ "LastDeployTime":{"type":"timestamp"},
980
+ "LimitExceededException":{
981
+ "type":"structure",
982
+ "members":{
983
+ "message":{"shape":"ErrorMessage"}
984
+ },
985
+ "error":{"httpStatusCode":429},
986
+ "exception":true
987
+ },
988
+ "ListAppsRequest":{
989
+ "type":"structure",
990
+ "members":{
991
+ "nextToken":{
992
+ "shape":"NextToken",
993
+ "location":"querystring",
994
+ "locationName":"nextToken"
995
+ },
996
+ "maxResults":{
997
+ "shape":"MaxResults",
998
+ "location":"querystring",
999
+ "locationName":"maxResults"
1000
+ }
1001
+ }
1002
+ },
1003
+ "ListAppsResult":{
1004
+ "type":"structure",
1005
+ "required":["apps"],
1006
+ "members":{
1007
+ "apps":{"shape":"Apps"},
1008
+ "nextToken":{"shape":"NextToken"}
1009
+ }
1010
+ },
1011
+ "ListBranchesRequest":{
1012
+ "type":"structure",
1013
+ "required":["appId"],
1014
+ "members":{
1015
+ "appId":{
1016
+ "shape":"AppId",
1017
+ "location":"uri",
1018
+ "locationName":"appId"
1019
+ },
1020
+ "nextToken":{
1021
+ "shape":"NextToken",
1022
+ "location":"querystring",
1023
+ "locationName":"nextToken"
1024
+ },
1025
+ "maxResults":{
1026
+ "shape":"MaxResults",
1027
+ "location":"querystring",
1028
+ "locationName":"maxResults"
1029
+ }
1030
+ }
1031
+ },
1032
+ "ListBranchesResult":{
1033
+ "type":"structure",
1034
+ "required":["branches"],
1035
+ "members":{
1036
+ "branches":{"shape":"Branches"},
1037
+ "nextToken":{"shape":"NextToken"}
1038
+ }
1039
+ },
1040
+ "ListDomainAssociationsRequest":{
1041
+ "type":"structure",
1042
+ "required":["appId"],
1043
+ "members":{
1044
+ "appId":{
1045
+ "shape":"AppId",
1046
+ "location":"uri",
1047
+ "locationName":"appId"
1048
+ },
1049
+ "nextToken":{
1050
+ "shape":"NextToken",
1051
+ "location":"querystring",
1052
+ "locationName":"nextToken"
1053
+ },
1054
+ "maxResults":{
1055
+ "shape":"MaxResults",
1056
+ "location":"querystring",
1057
+ "locationName":"maxResults"
1058
+ }
1059
+ }
1060
+ },
1061
+ "ListDomainAssociationsResult":{
1062
+ "type":"structure",
1063
+ "required":["domainAssociations"],
1064
+ "members":{
1065
+ "domainAssociations":{"shape":"DomainAssociations"},
1066
+ "nextToken":{"shape":"NextToken"}
1067
+ }
1068
+ },
1069
+ "ListJobsRequest":{
1070
+ "type":"structure",
1071
+ "required":[
1072
+ "appId",
1073
+ "branchName"
1074
+ ],
1075
+ "members":{
1076
+ "appId":{
1077
+ "shape":"AppId",
1078
+ "location":"uri",
1079
+ "locationName":"appId"
1080
+ },
1081
+ "branchName":{
1082
+ "shape":"BranchName",
1083
+ "location":"uri",
1084
+ "locationName":"branchName"
1085
+ },
1086
+ "nextToken":{
1087
+ "shape":"NextToken",
1088
+ "location":"querystring",
1089
+ "locationName":"nextToken"
1090
+ },
1091
+ "maxResults":{
1092
+ "shape":"MaxResults",
1093
+ "location":"querystring",
1094
+ "locationName":"maxResults"
1095
+ }
1096
+ }
1097
+ },
1098
+ "ListJobsResult":{
1099
+ "type":"structure",
1100
+ "required":["jobSummaries"],
1101
+ "members":{
1102
+ "jobSummaries":{"shape":"JobSummaries"},
1103
+ "nextToken":{"shape":"NextToken"}
1104
+ }
1105
+ },
1106
+ "LogUrl":{
1107
+ "type":"string",
1108
+ "max":1000
1109
+ },
1110
+ "MaxResults":{
1111
+ "type":"integer",
1112
+ "max":100,
1113
+ "min":1
1114
+ },
1115
+ "Name":{
1116
+ "type":"string",
1117
+ "max":255,
1118
+ "min":1
1119
+ },
1120
+ "NextToken":{
1121
+ "type":"string",
1122
+ "max":2000
1123
+ },
1124
+ "NotFoundException":{
1125
+ "type":"structure",
1126
+ "members":{
1127
+ "message":{"shape":"ErrorMessage"}
1128
+ },
1129
+ "error":{"httpStatusCode":404},
1130
+ "exception":true
1131
+ },
1132
+ "OauthToken":{
1133
+ "type":"string",
1134
+ "max":100
1135
+ },
1136
+ "Platform":{
1137
+ "type":"string",
1138
+ "enum":[
1139
+ "IOS",
1140
+ "ANDROID",
1141
+ "WEB",
1142
+ "REACT_NATIVE"
1143
+ ]
1144
+ },
1145
+ "ProductionBranch":{
1146
+ "type":"structure",
1147
+ "members":{
1148
+ "lastDeployTime":{"shape":"LastDeployTime"},
1149
+ "status":{"shape":"Status"},
1150
+ "thumbnailUrl":{"shape":"ThumbnailUrl"},
1151
+ "branchName":{"shape":"BranchName"}
1152
+ }
1153
+ },
1154
+ "Repository":{
1155
+ "type":"string",
1156
+ "max":1000
1157
+ },
1158
+ "Screenshots":{
1159
+ "type":"map",
1160
+ "key":{"shape":"ThumbnailName"},
1161
+ "value":{"shape":"ThumbnailUrl"}
1162
+ },
1163
+ "ServiceRoleArn":{
1164
+ "type":"string",
1165
+ "max":1000,
1166
+ "min":1
1167
+ },
1168
+ "Source":{
1169
+ "type":"string",
1170
+ "max":2048,
1171
+ "min":1
1172
+ },
1173
+ "Stage":{
1174
+ "type":"string",
1175
+ "enum":[
1176
+ "PRODUCTION",
1177
+ "BETA",
1178
+ "DEVELOPMENT",
1179
+ "EXPERIMENTAL"
1180
+ ]
1181
+ },
1182
+ "StartJobRequest":{
1183
+ "type":"structure",
1184
+ "required":[
1185
+ "appId",
1186
+ "branchName",
1187
+ "jobType"
1188
+ ],
1189
+ "members":{
1190
+ "appId":{
1191
+ "shape":"AppId",
1192
+ "location":"uri",
1193
+ "locationName":"appId"
1194
+ },
1195
+ "branchName":{
1196
+ "shape":"BranchName",
1197
+ "location":"uri",
1198
+ "locationName":"branchName"
1199
+ },
1200
+ "jobId":{"shape":"JobId"},
1201
+ "jobType":{"shape":"JobType"},
1202
+ "jobReason":{"shape":"JobReason"},
1203
+ "commitId":{"shape":"CommitId"},
1204
+ "commitMessage":{"shape":"CommitMessage"},
1205
+ "commitTime":{"shape":"CommitTime"}
1206
+ }
1207
+ },
1208
+ "StartJobResult":{
1209
+ "type":"structure",
1210
+ "required":["jobSummary"],
1211
+ "members":{
1212
+ "jobSummary":{"shape":"JobSummary"}
1213
+ }
1214
+ },
1215
+ "StartTime":{"type":"timestamp"},
1216
+ "Status":{
1217
+ "type":"string",
1218
+ "max":3,
1219
+ "min":3
1220
+ },
1221
+ "StatusReason":{
1222
+ "type":"string",
1223
+ "max":1000
1224
+ },
1225
+ "Step":{
1226
+ "type":"structure",
1227
+ "required":[
1228
+ "stepName",
1229
+ "startTime",
1230
+ "status",
1231
+ "endTime"
1232
+ ],
1233
+ "members":{
1234
+ "stepName":{"shape":"StepName"},
1235
+ "startTime":{"shape":"StartTime"},
1236
+ "status":{"shape":"JobStatus"},
1237
+ "endTime":{"shape":"EndTime"},
1238
+ "logUrl":{"shape":"LogUrl"},
1239
+ "artifactsUrl":{"shape":"ArtifactsUrl"},
1240
+ "screenshots":{"shape":"Screenshots"}
1241
+ }
1242
+ },
1243
+ "StepName":{
1244
+ "type":"string",
1245
+ "max":255
1246
+ },
1247
+ "Steps":{
1248
+ "type":"list",
1249
+ "member":{"shape":"Step"}
1250
+ },
1251
+ "StopJobRequest":{
1252
+ "type":"structure",
1253
+ "required":[
1254
+ "appId",
1255
+ "branchName",
1256
+ "jobId"
1257
+ ],
1258
+ "members":{
1259
+ "appId":{
1260
+ "shape":"AppId",
1261
+ "location":"uri",
1262
+ "locationName":"appId"
1263
+ },
1264
+ "branchName":{
1265
+ "shape":"BranchName",
1266
+ "location":"uri",
1267
+ "locationName":"branchName"
1268
+ },
1269
+ "jobId":{
1270
+ "shape":"JobId",
1271
+ "location":"uri",
1272
+ "locationName":"jobId"
1273
+ }
1274
+ }
1275
+ },
1276
+ "StopJobResult":{
1277
+ "type":"structure",
1278
+ "required":["jobSummary"],
1279
+ "members":{
1280
+ "jobSummary":{"shape":"JobSummary"}
1281
+ }
1282
+ },
1283
+ "SubDomain":{
1284
+ "type":"structure",
1285
+ "required":[
1286
+ "subDomainSetting",
1287
+ "verified",
1288
+ "dnsRecord"
1289
+ ],
1290
+ "members":{
1291
+ "subDomainSetting":{"shape":"SubDomainSetting"},
1292
+ "verified":{"shape":"Verified"},
1293
+ "dnsRecord":{"shape":"DNSRecord"}
1294
+ }
1295
+ },
1296
+ "SubDomainSetting":{
1297
+ "type":"structure",
1298
+ "required":[
1299
+ "prefix",
1300
+ "branchName"
1301
+ ],
1302
+ "members":{
1303
+ "prefix":{"shape":"DomainPrefix"},
1304
+ "branchName":{"shape":"BranchName"}
1305
+ }
1306
+ },
1307
+ "SubDomainSettings":{
1308
+ "type":"list",
1309
+ "member":{"shape":"SubDomainSetting"},
1310
+ "max":255
1311
+ },
1312
+ "SubDomains":{
1313
+ "type":"list",
1314
+ "member":{"shape":"SubDomain"},
1315
+ "max":255
1316
+ },
1317
+ "TTL":{"type":"string"},
1318
+ "TagKey":{
1319
+ "type":"string",
1320
+ "max":1000
1321
+ },
1322
+ "TagValue":{
1323
+ "type":"string",
1324
+ "max":1000
1325
+ },
1326
+ "Tags":{
1327
+ "type":"map",
1328
+ "key":{"shape":"TagKey"},
1329
+ "value":{"shape":"TagValue"}
1330
+ },
1331
+ "Target":{
1332
+ "type":"string",
1333
+ "max":2048,
1334
+ "min":1
1335
+ },
1336
+ "ThumbnailName":{
1337
+ "type":"string",
1338
+ "max":256
1339
+ },
1340
+ "ThumbnailUrl":{
1341
+ "type":"string",
1342
+ "max":2000,
1343
+ "min":1
1344
+ },
1345
+ "TotalNumberOfJobs":{
1346
+ "type":"string",
1347
+ "max":1000
1348
+ },
1349
+ "UnauthorizedException":{
1350
+ "type":"structure",
1351
+ "members":{
1352
+ "message":{"shape":"ErrorMessage"}
1353
+ },
1354
+ "error":{"httpStatusCode":401},
1355
+ "exception":true
1356
+ },
1357
+ "UpdateAppRequest":{
1358
+ "type":"structure",
1359
+ "required":["appId"],
1360
+ "members":{
1361
+ "appId":{
1362
+ "shape":"AppId",
1363
+ "location":"uri",
1364
+ "locationName":"appId"
1365
+ },
1366
+ "name":{"shape":"Name"},
1367
+ "description":{"shape":"Description"},
1368
+ "platform":{"shape":"Platform"},
1369
+ "iamServiceRoleArn":{"shape":"ServiceRoleArn"},
1370
+ "environmentVariables":{"shape":"EnvironmentVariables"},
1371
+ "enableBranchAutoBuild":{"shape":"EnableAutoBuild"},
1372
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
1373
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
1374
+ "customRules":{"shape":"CustomRules"},
1375
+ "buildSpec":{"shape":"BuildSpec"}
1376
+ }
1377
+ },
1378
+ "UpdateAppResult":{
1379
+ "type":"structure",
1380
+ "required":["app"],
1381
+ "members":{
1382
+ "app":{"shape":"App"}
1383
+ }
1384
+ },
1385
+ "UpdateBranchRequest":{
1386
+ "type":"structure",
1387
+ "required":[
1388
+ "appId",
1389
+ "branchName"
1390
+ ],
1391
+ "members":{
1392
+ "appId":{
1393
+ "shape":"AppId",
1394
+ "location":"uri",
1395
+ "locationName":"appId"
1396
+ },
1397
+ "branchName":{
1398
+ "shape":"BranchName",
1399
+ "location":"uri",
1400
+ "locationName":"branchName"
1401
+ },
1402
+ "description":{"shape":"Description"},
1403
+ "framework":{"shape":"Framework"},
1404
+ "stage":{"shape":"Stage"},
1405
+ "enableNotification":{"shape":"EnableNotification"},
1406
+ "enableAutoBuild":{"shape":"EnableAutoBuild"},
1407
+ "environmentVariables":{"shape":"EnvironmentVariables"},
1408
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
1409
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
1410
+ "buildSpec":{"shape":"BuildSpec"},
1411
+ "ttl":{"shape":"TTL"}
1412
+ }
1413
+ },
1414
+ "UpdateBranchResult":{
1415
+ "type":"structure",
1416
+ "required":["branch"],
1417
+ "members":{
1418
+ "branch":{"shape":"Branch"}
1419
+ }
1420
+ },
1421
+ "UpdateDomainAssociationRequest":{
1422
+ "type":"structure",
1423
+ "required":[
1424
+ "appId",
1425
+ "domainName",
1426
+ "subDomainSettings"
1427
+ ],
1428
+ "members":{
1429
+ "appId":{
1430
+ "shape":"AppId",
1431
+ "location":"uri",
1432
+ "locationName":"appId"
1433
+ },
1434
+ "domainName":{
1435
+ "shape":"DomainName",
1436
+ "location":"uri",
1437
+ "locationName":"domainName"
1438
+ },
1439
+ "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
1440
+ "subDomainSettings":{"shape":"SubDomainSettings"}
1441
+ }
1442
+ },
1443
+ "UpdateDomainAssociationResult":{
1444
+ "type":"structure",
1445
+ "required":["domainAssociation"],
1446
+ "members":{
1447
+ "domainAssociation":{"shape":"DomainAssociation"}
1448
+ }
1449
+ },
1450
+ "UpdateTime":{"type":"timestamp"},
1451
+ "Verified":{"type":"boolean"}
1452
+ }
1453
+ }