aws-sdk-core 2.11.310 → 2.11.311

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: 36268714914e89edece58f57117b298650b942ea
4
- data.tar.gz: b9d56d649af765909b4970754b1498c2d98ff450
3
+ metadata.gz: 7f55641b1b20c8266af67b7425b2e93e4733d0b3
4
+ data.tar.gz: 88bcc2a89c32c5f681e2080dfc378361bc820abe
5
5
  SHA512:
6
- metadata.gz: 40d004a117a7f924e1a2e6e4fbcb0efa80b289691f894034c4fcc36b2153966652ce96a1221414d1f44882d2e6f6cbaf07b0d98d2677b0baf880b201a0e6c111
7
- data.tar.gz: 20a87cfa326cc4ef4774fa0deba5cc930f10bab6002fdb6460776e9cb380d1c0b6dd73ef5e60ccffdb5cf4d1c3d3be31a87f8c689337be83a72d62c1c29bd3e4
6
+ metadata.gz: c7912fe5206d08443d208f871cd0f859efb89c99d5820f9eef29f229528ce33d1d1239e2c518c60585bca430a59fb7a64579532b1ff89c3c157c13137fc00a80
7
+ data.tar.gz: c34bf5968a6780b83aaa628f902a8798911b59901ba0694234bb7e3cbf69eb3d01d65334da02caeb78527ca24b547e13e0ffbc1f38eb0f6418c15c612977e3f4
@@ -46,6 +46,21 @@
46
46
  {"shape":"DependentServiceFailureException"}
47
47
  ]
48
48
  },
49
+ "CreateDeployment":{
50
+ "name":"CreateDeployment",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/apps/{appId}/branches/{branchName}/deployments"
54
+ },
55
+ "input":{"shape":"CreateDeploymentRequest"},
56
+ "output":{"shape":"CreateDeploymentResult"},
57
+ "errors":[
58
+ {"shape":"BadRequestException"},
59
+ {"shape":"UnauthorizedException"},
60
+ {"shape":"InternalFailureException"},
61
+ {"shape":"LimitExceededException"}
62
+ ]
63
+ },
49
64
  "CreateDomainAssociation":{
50
65
  "name":"CreateDomainAssociation",
51
66
  "http":{
@@ -63,6 +78,23 @@
63
78
  {"shape":"DependentServiceFailureException"}
64
79
  ]
65
80
  },
81
+ "CreateWebhook":{
82
+ "name":"CreateWebhook",
83
+ "http":{
84
+ "method":"POST",
85
+ "requestUri":"/apps/{appId}/webhooks"
86
+ },
87
+ "input":{"shape":"CreateWebhookRequest"},
88
+ "output":{"shape":"CreateWebhookResult"},
89
+ "errors":[
90
+ {"shape":"BadRequestException"},
91
+ {"shape":"UnauthorizedException"},
92
+ {"shape":"NotFoundException"},
93
+ {"shape":"InternalFailureException"},
94
+ {"shape":"LimitExceededException"},
95
+ {"shape":"DependentServiceFailureException"}
96
+ ]
97
+ },
66
98
  "DeleteApp":{
67
99
  "name":"DeleteApp",
68
100
  "http":{
@@ -127,6 +159,22 @@
127
159
  {"shape":"LimitExceededException"}
128
160
  ]
129
161
  },
162
+ "DeleteWebhook":{
163
+ "name":"DeleteWebhook",
164
+ "http":{
165
+ "method":"DELETE",
166
+ "requestUri":"/webhooks/{webhookId}"
167
+ },
168
+ "input":{"shape":"DeleteWebhookRequest"},
169
+ "output":{"shape":"DeleteWebhookResult"},
170
+ "errors":[
171
+ {"shape":"BadRequestException"},
172
+ {"shape":"UnauthorizedException"},
173
+ {"shape":"InternalFailureException"},
174
+ {"shape":"NotFoundException"},
175
+ {"shape":"LimitExceededException"}
176
+ ]
177
+ },
130
178
  "GetApp":{
131
179
  "name":"GetApp",
132
180
  "http":{
@@ -188,6 +236,22 @@
188
236
  {"shape":"LimitExceededException"}
189
237
  ]
190
238
  },
239
+ "GetWebhook":{
240
+ "name":"GetWebhook",
241
+ "http":{
242
+ "method":"GET",
243
+ "requestUri":"/webhooks/{webhookId}"
244
+ },
245
+ "input":{"shape":"GetWebhookRequest"},
246
+ "output":{"shape":"GetWebhookResult"},
247
+ "errors":[
248
+ {"shape":"BadRequestException"},
249
+ {"shape":"UnauthorizedException"},
250
+ {"shape":"InternalFailureException"},
251
+ {"shape":"NotFoundException"},
252
+ {"shape":"LimitExceededException"}
253
+ ]
254
+ },
191
255
  "ListApps":{
192
256
  "name":"ListApps",
193
257
  "http":{
@@ -245,6 +309,51 @@
245
309
  {"shape":"LimitExceededException"}
246
310
  ]
247
311
  },
312
+ "ListTagsForResource":{
313
+ "name":"ListTagsForResource",
314
+ "http":{
315
+ "method":"GET",
316
+ "requestUri":"/tags/{resourceArn}"
317
+ },
318
+ "input":{"shape":"ListTagsForResourceRequest"},
319
+ "output":{"shape":"ListTagsForResourceResponse"},
320
+ "errors":[
321
+ {"shape":"InternalFailureException"},
322
+ {"shape":"BadRequestException"},
323
+ {"shape":"ResourceNotFoundException"}
324
+ ]
325
+ },
326
+ "ListWebhooks":{
327
+ "name":"ListWebhooks",
328
+ "http":{
329
+ "method":"GET",
330
+ "requestUri":"/apps/{appId}/webhooks"
331
+ },
332
+ "input":{"shape":"ListWebhooksRequest"},
333
+ "output":{"shape":"ListWebhooksResult"},
334
+ "errors":[
335
+ {"shape":"BadRequestException"},
336
+ {"shape":"UnauthorizedException"},
337
+ {"shape":"InternalFailureException"},
338
+ {"shape":"LimitExceededException"}
339
+ ]
340
+ },
341
+ "StartDeployment":{
342
+ "name":"StartDeployment",
343
+ "http":{
344
+ "method":"POST",
345
+ "requestUri":"/apps/{appId}/branches/{branchName}/deployments/start"
346
+ },
347
+ "input":{"shape":"StartDeploymentRequest"},
348
+ "output":{"shape":"StartDeploymentResult"},
349
+ "errors":[
350
+ {"shape":"BadRequestException"},
351
+ {"shape":"UnauthorizedException"},
352
+ {"shape":"InternalFailureException"},
353
+ {"shape":"NotFoundException"},
354
+ {"shape":"LimitExceededException"}
355
+ ]
356
+ },
248
357
  "StartJob":{
249
358
  "name":"StartJob",
250
359
  "http":{
@@ -277,6 +386,34 @@
277
386
  {"shape":"LimitExceededException"}
278
387
  ]
279
388
  },
389
+ "TagResource":{
390
+ "name":"TagResource",
391
+ "http":{
392
+ "method":"POST",
393
+ "requestUri":"/tags/{resourceArn}"
394
+ },
395
+ "input":{"shape":"TagResourceRequest"},
396
+ "output":{"shape":"TagResourceResponse"},
397
+ "errors":[
398
+ {"shape":"InternalFailureException"},
399
+ {"shape":"BadRequestException"},
400
+ {"shape":"ResourceNotFoundException"}
401
+ ]
402
+ },
403
+ "UntagResource":{
404
+ "name":"UntagResource",
405
+ "http":{
406
+ "method":"DELETE",
407
+ "requestUri":"/tags/{resourceArn}"
408
+ },
409
+ "input":{"shape":"UntagResourceRequest"},
410
+ "output":{"shape":"UntagResourceResponse"},
411
+ "errors":[
412
+ {"shape":"InternalFailureException"},
413
+ {"shape":"BadRequestException"},
414
+ {"shape":"ResourceNotFoundException"}
415
+ ]
416
+ },
280
417
  "UpdateApp":{
281
418
  "name":"UpdateApp",
282
419
  "http":{
@@ -323,9 +460,30 @@
323
460
  {"shape":"InternalFailureException"},
324
461
  {"shape":"DependentServiceFailureException"}
325
462
  ]
463
+ },
464
+ "UpdateWebhook":{
465
+ "name":"UpdateWebhook",
466
+ "http":{
467
+ "method":"POST",
468
+ "requestUri":"/webhooks/{webhookId}"
469
+ },
470
+ "input":{"shape":"UpdateWebhookRequest"},
471
+ "output":{"shape":"UpdateWebhookResult"},
472
+ "errors":[
473
+ {"shape":"BadRequestException"},
474
+ {"shape":"UnauthorizedException"},
475
+ {"shape":"NotFoundException"},
476
+ {"shape":"InternalFailureException"},
477
+ {"shape":"DependentServiceFailureException"}
478
+ ]
326
479
  }
327
480
  },
328
481
  "shapes":{
482
+ "AccessToken":{
483
+ "type":"string",
484
+ "max":255,
485
+ "min":1
486
+ },
329
487
  "ActiveJobId":{
330
488
  "type":"string",
331
489
  "max":1000
@@ -350,7 +508,7 @@
350
508
  "appId":{"shape":"AppId"},
351
509
  "appArn":{"shape":"AppArn"},
352
510
  "name":{"shape":"Name"},
353
- "tags":{"shape":"Tags"},
511
+ "tags":{"shape":"TagMap"},
354
512
  "description":{"shape":"Description"},
355
513
  "repository":{"shape":"Repository"},
356
514
  "platform":{"shape":"Platform"},
@@ -364,7 +522,10 @@
364
522
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
365
523
  "customRules":{"shape":"CustomRules"},
366
524
  "productionBranch":{"shape":"ProductionBranch"},
367
- "buildSpec":{"shape":"BuildSpec"}
525
+ "buildSpec":{"shape":"BuildSpec"},
526
+ "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
527
+ "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
528
+ "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
368
529
  }
369
530
  },
370
531
  "AppArn":{
@@ -384,6 +545,36 @@
384
545
  "type":"string",
385
546
  "max":1000
386
547
  },
548
+ "AssociatedResource":{
549
+ "type":"string",
550
+ "max":2048,
551
+ "min":1
552
+ },
553
+ "AssociatedResources":{
554
+ "type":"list",
555
+ "member":{"shape":"AssociatedResource"}
556
+ },
557
+ "AutoBranchCreationConfig":{
558
+ "type":"structure",
559
+ "members":{
560
+ "stage":{"shape":"Stage"},
561
+ "framework":{"shape":"Framework"},
562
+ "enableAutoBuild":{"shape":"EnableAutoBuild"},
563
+ "environmentVariables":{"shape":"EnvironmentVariables"},
564
+ "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
565
+ "enableBasicAuth":{"shape":"EnableBasicAuth"},
566
+ "buildSpec":{"shape":"BuildSpec"}
567
+ }
568
+ },
569
+ "AutoBranchCreationPattern":{
570
+ "type":"string",
571
+ "max":2048,
572
+ "min":1
573
+ },
574
+ "AutoBranchCreationPatterns":{
575
+ "type":"list",
576
+ "member":{"shape":"AutoBranchCreationPattern"}
577
+ },
387
578
  "BadRequestException":{
388
579
  "type":"structure",
389
580
  "members":{
@@ -403,6 +594,7 @@
403
594
  "branchName",
404
595
  "description",
405
596
  "stage",
597
+ "displayName",
406
598
  "enableNotification",
407
599
  "createTime",
408
600
  "updateTime",
@@ -419,7 +611,7 @@
419
611
  "branchArn":{"shape":"BranchArn"},
420
612
  "branchName":{"shape":"BranchName"},
421
613
  "description":{"shape":"Description"},
422
- "tags":{"shape":"Tags"},
614
+ "tags":{"shape":"TagMap"},
423
615
  "stage":{"shape":"Stage"},
424
616
  "displayName":{"shape":"DisplayName"},
425
617
  "enableNotification":{"shape":"EnableNotification"},
@@ -435,7 +627,8 @@
435
627
  "thumbnailUrl":{"shape":"ThumbnailUrl"},
436
628
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
437
629
  "buildSpec":{"shape":"BuildSpec"},
438
- "ttl":{"shape":"TTL"}
630
+ "ttl":{"shape":"TTL"},
631
+ "associatedResources":{"shape":"AssociatedResources"}
439
632
  }
440
633
  },
441
634
  "BranchArn":{
@@ -461,6 +654,7 @@
461
654
  "type":"string",
462
655
  "max":1000
463
656
  },
657
+ "Code":{"type":"string"},
464
658
  "CommitId":{
465
659
  "type":"string",
466
660
  "max":255
@@ -475,14 +669,10 @@
475
669
  "max":2048,
476
670
  "min":1
477
671
  },
672
+ "Context":{"type":"string"},
478
673
  "CreateAppRequest":{
479
674
  "type":"structure",
480
- "required":[
481
- "name",
482
- "repository",
483
- "platform",
484
- "oauthToken"
485
- ],
675
+ "required":["name"],
486
676
  "members":{
487
677
  "name":{"shape":"Name"},
488
678
  "description":{"shape":"Description"},
@@ -490,13 +680,17 @@
490
680
  "platform":{"shape":"Platform"},
491
681
  "iamServiceRoleArn":{"shape":"ServiceRoleArn"},
492
682
  "oauthToken":{"shape":"OauthToken"},
683
+ "accessToken":{"shape":"AccessToken"},
493
684
  "environmentVariables":{"shape":"EnvironmentVariables"},
494
685
  "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
495
686
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
496
687
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
497
688
  "customRules":{"shape":"CustomRules"},
498
- "tags":{"shape":"Tags"},
499
- "buildSpec":{"shape":"BuildSpec"}
689
+ "tags":{"shape":"TagMap"},
690
+ "buildSpec":{"shape":"BuildSpec"},
691
+ "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
692
+ "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
693
+ "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
500
694
  }
501
695
  },
502
696
  "CreateAppResult":{
@@ -527,9 +721,10 @@
527
721
  "environmentVariables":{"shape":"EnvironmentVariables"},
528
722
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
529
723
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
530
- "tags":{"shape":"Tags"},
724
+ "tags":{"shape":"TagMap"},
531
725
  "buildSpec":{"shape":"BuildSpec"},
532
- "ttl":{"shape":"TTL"}
726
+ "ttl":{"shape":"TTL"},
727
+ "displayName":{"shape":"DisplayName"}
533
728
  }
534
729
  },
535
730
  "CreateBranchResult":{
@@ -539,6 +734,38 @@
539
734
  "branch":{"shape":"Branch"}
540
735
  }
541
736
  },
737
+ "CreateDeploymentRequest":{
738
+ "type":"structure",
739
+ "required":[
740
+ "appId",
741
+ "branchName"
742
+ ],
743
+ "members":{
744
+ "appId":{
745
+ "shape":"AppId",
746
+ "location":"uri",
747
+ "locationName":"appId"
748
+ },
749
+ "branchName":{
750
+ "shape":"BranchName",
751
+ "location":"uri",
752
+ "locationName":"branchName"
753
+ },
754
+ "fileMap":{"shape":"FileMap"}
755
+ }
756
+ },
757
+ "CreateDeploymentResult":{
758
+ "type":"structure",
759
+ "required":[
760
+ "fileUploadUrls",
761
+ "zipUploadUrl"
762
+ ],
763
+ "members":{
764
+ "jobId":{"shape":"JobId"},
765
+ "fileUploadUrls":{"shape":"FileUploadUrls"},
766
+ "zipUploadUrl":{"shape":"UploadUrl"}
767
+ }
768
+ },
542
769
  "CreateDomainAssociationRequest":{
543
770
  "type":"structure",
544
771
  "required":[
@@ -565,6 +792,29 @@
565
792
  }
566
793
  },
567
794
  "CreateTime":{"type":"timestamp"},
795
+ "CreateWebhookRequest":{
796
+ "type":"structure",
797
+ "required":[
798
+ "appId",
799
+ "branchName"
800
+ ],
801
+ "members":{
802
+ "appId":{
803
+ "shape":"AppId",
804
+ "location":"uri",
805
+ "locationName":"appId"
806
+ },
807
+ "branchName":{"shape":"BranchName"},
808
+ "description":{"shape":"Description"}
809
+ }
810
+ },
811
+ "CreateWebhookResult":{
812
+ "type":"structure",
813
+ "required":["webhook"],
814
+ "members":{
815
+ "webhook":{"shape":"Webhook"}
816
+ }
817
+ },
568
818
  "CustomDomain":{
569
819
  "type":"string",
570
820
  "max":255
@@ -702,6 +952,24 @@
702
952
  "jobSummary":{"shape":"JobSummary"}
703
953
  }
704
954
  },
955
+ "DeleteWebhookRequest":{
956
+ "type":"structure",
957
+ "required":["webhookId"],
958
+ "members":{
959
+ "webhookId":{
960
+ "shape":"WebhookId",
961
+ "location":"uri",
962
+ "locationName":"webhookId"
963
+ }
964
+ }
965
+ },
966
+ "DeleteWebhookResult":{
967
+ "type":"structure",
968
+ "required":["webhook"],
969
+ "members":{
970
+ "webhook":{"shape":"Webhook"}
971
+ }
972
+ },
705
973
  "DependentServiceFailureException":{
706
974
  "type":"structure",
707
975
  "members":{
@@ -726,7 +994,6 @@
726
994
  "enableAutoSubDomain",
727
995
  "domainStatus",
728
996
  "statusReason",
729
- "certificateVerificationDNSRecord",
730
997
  "subDomains"
731
998
  ],
732
999
  "members":{
@@ -763,9 +1030,13 @@
763
1030
  "IN_PROGRESS",
764
1031
  "AVAILABLE",
765
1032
  "PENDING_DEPLOYMENT",
766
- "FAILED"
1033
+ "FAILED",
1034
+ "CREATING",
1035
+ "REQUESTING_CERTIFICATE",
1036
+ "UPDATING"
767
1037
  ]
768
1038
  },
1039
+ "EnableAutoBranchCreation":{"type":"boolean"},
769
1040
  "EnableAutoBuild":{"type":"boolean"},
770
1041
  "EnableAutoSubDomain":{"type":"boolean"},
771
1042
  "EnableBasicAuth":{"type":"boolean"},
@@ -789,6 +1060,20 @@
789
1060
  "type":"string",
790
1061
  "max":255
791
1062
  },
1063
+ "FileMap":{
1064
+ "type":"map",
1065
+ "key":{"shape":"FileName"},
1066
+ "value":{"shape":"MD5Hash"}
1067
+ },
1068
+ "FileName":{
1069
+ "type":"string",
1070
+ "max":255
1071
+ },
1072
+ "FileUploadUrls":{
1073
+ "type":"map",
1074
+ "key":{"shape":"FileName"},
1075
+ "value":{"shape":"UploadUrl"}
1076
+ },
792
1077
  "Framework":{
793
1078
  "type":"string",
794
1079
  "max":255
@@ -895,6 +1180,24 @@
895
1180
  "job":{"shape":"Job"}
896
1181
  }
897
1182
  },
1183
+ "GetWebhookRequest":{
1184
+ "type":"structure",
1185
+ "required":["webhookId"],
1186
+ "members":{
1187
+ "webhookId":{
1188
+ "shape":"WebhookId",
1189
+ "location":"uri",
1190
+ "locationName":"webhookId"
1191
+ }
1192
+ }
1193
+ },
1194
+ "GetWebhookResult":{
1195
+ "type":"structure",
1196
+ "required":["webhook"],
1197
+ "members":{
1198
+ "webhook":{"shape":"Webhook"}
1199
+ }
1200
+ },
898
1201
  "InternalFailureException":{
899
1202
  "type":"structure",
900
1203
  "members":{
@@ -972,6 +1275,7 @@
972
1275
  "enum":[
973
1276
  "RELEASE",
974
1277
  "RETRY",
1278
+ "MANUAL",
975
1279
  "WEB_HOOK"
976
1280
  ],
977
1281
  "max":10
@@ -1103,10 +1407,60 @@
1103
1407
  "nextToken":{"shape":"NextToken"}
1104
1408
  }
1105
1409
  },
1410
+ "ListTagsForResourceRequest":{
1411
+ "type":"structure",
1412
+ "required":["resourceArn"],
1413
+ "members":{
1414
+ "resourceArn":{
1415
+ "shape":"ResourceArn",
1416
+ "location":"uri",
1417
+ "locationName":"resourceArn"
1418
+ }
1419
+ }
1420
+ },
1421
+ "ListTagsForResourceResponse":{
1422
+ "type":"structure",
1423
+ "members":{
1424
+ "tags":{"shape":"TagMap"}
1425
+ }
1426
+ },
1427
+ "ListWebhooksRequest":{
1428
+ "type":"structure",
1429
+ "required":["appId"],
1430
+ "members":{
1431
+ "appId":{
1432
+ "shape":"AppId",
1433
+ "location":"uri",
1434
+ "locationName":"appId"
1435
+ },
1436
+ "nextToken":{
1437
+ "shape":"NextToken",
1438
+ "location":"querystring",
1439
+ "locationName":"nextToken"
1440
+ },
1441
+ "maxResults":{
1442
+ "shape":"MaxResults",
1443
+ "location":"querystring",
1444
+ "locationName":"maxResults"
1445
+ }
1446
+ }
1447
+ },
1448
+ "ListWebhooksResult":{
1449
+ "type":"structure",
1450
+ "required":["webhooks"],
1451
+ "members":{
1452
+ "webhooks":{"shape":"Webhooks"},
1453
+ "nextToken":{"shape":"NextToken"}
1454
+ }
1455
+ },
1106
1456
  "LogUrl":{
1107
1457
  "type":"string",
1108
1458
  "max":1000
1109
1459
  },
1460
+ "MD5Hash":{
1461
+ "type":"string",
1462
+ "max":32
1463
+ },
1110
1464
  "MaxResults":{
1111
1465
  "type":"integer",
1112
1466
  "max":100,
@@ -1135,12 +1489,7 @@
1135
1489
  },
1136
1490
  "Platform":{
1137
1491
  "type":"string",
1138
- "enum":[
1139
- "IOS",
1140
- "ANDROID",
1141
- "WEB",
1142
- "REACT_NATIVE"
1143
- ]
1492
+ "enum":["WEB"]
1144
1493
  },
1145
1494
  "ProductionBranch":{
1146
1495
  "type":"structure",
@@ -1155,6 +1504,23 @@
1155
1504
  "type":"string",
1156
1505
  "max":1000
1157
1506
  },
1507
+ "ResourceArn":{
1508
+ "type":"string",
1509
+ "pattern":"^arn:aws:amplify:.*"
1510
+ },
1511
+ "ResourceNotFoundException":{
1512
+ "type":"structure",
1513
+ "required":[
1514
+ "code",
1515
+ "message"
1516
+ ],
1517
+ "members":{
1518
+ "code":{"shape":"Code"},
1519
+ "message":{"shape":"ErrorMessage"}
1520
+ },
1521
+ "error":{"httpStatusCode":404},
1522
+ "exception":true
1523
+ },
1158
1524
  "Screenshots":{
1159
1525
  "type":"map",
1160
1526
  "key":{"shape":"ThumbnailName"},
@@ -1170,6 +1536,10 @@
1170
1536
  "max":2048,
1171
1537
  "min":1
1172
1538
  },
1539
+ "SourceUrl":{
1540
+ "type":"string",
1541
+ "max":1000
1542
+ },
1173
1543
  "Stage":{
1174
1544
  "type":"string",
1175
1545
  "enum":[
@@ -1179,6 +1549,34 @@
1179
1549
  "EXPERIMENTAL"
1180
1550
  ]
1181
1551
  },
1552
+ "StartDeploymentRequest":{
1553
+ "type":"structure",
1554
+ "required":[
1555
+ "appId",
1556
+ "branchName"
1557
+ ],
1558
+ "members":{
1559
+ "appId":{
1560
+ "shape":"AppId",
1561
+ "location":"uri",
1562
+ "locationName":"appId"
1563
+ },
1564
+ "branchName":{
1565
+ "shape":"BranchName",
1566
+ "location":"uri",
1567
+ "locationName":"branchName"
1568
+ },
1569
+ "jobId":{"shape":"JobId"},
1570
+ "sourceUrl":{"shape":"SourceUrl"}
1571
+ }
1572
+ },
1573
+ "StartDeploymentResult":{
1574
+ "type":"structure",
1575
+ "required":["jobSummary"],
1576
+ "members":{
1577
+ "jobSummary":{"shape":"JobSummary"}
1578
+ }
1579
+ },
1182
1580
  "StartJobRequest":{
1183
1581
  "type":"structure",
1184
1582
  "required":[
@@ -1237,7 +1635,9 @@
1237
1635
  "endTime":{"shape":"EndTime"},
1238
1636
  "logUrl":{"shape":"LogUrl"},
1239
1637
  "artifactsUrl":{"shape":"ArtifactsUrl"},
1240
- "screenshots":{"shape":"Screenshots"}
1638
+ "screenshots":{"shape":"Screenshots"},
1639
+ "statusReason":{"shape":"StatusReason"},
1640
+ "context":{"shape":"Context"}
1241
1641
  }
1242
1642
  },
1243
1643
  "StepName":{
@@ -1317,16 +1717,46 @@
1317
1717
  "TTL":{"type":"string"},
1318
1718
  "TagKey":{
1319
1719
  "type":"string",
1320
- "max":1000
1720
+ "max":128,
1721
+ "min":1,
1722
+ "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
1321
1723
  },
1322
- "TagValue":{
1323
- "type":"string",
1324
- "max":1000
1724
+ "TagKeyList":{
1725
+ "type":"list",
1726
+ "member":{"shape":"TagKey"},
1727
+ "max":50,
1728
+ "min":1
1325
1729
  },
1326
- "Tags":{
1730
+ "TagMap":{
1327
1731
  "type":"map",
1328
1732
  "key":{"shape":"TagKey"},
1329
- "value":{"shape":"TagValue"}
1733
+ "value":{"shape":"TagValue"},
1734
+ "max":50,
1735
+ "min":1
1736
+ },
1737
+ "TagResourceRequest":{
1738
+ "type":"structure",
1739
+ "required":[
1740
+ "resourceArn",
1741
+ "tags"
1742
+ ],
1743
+ "members":{
1744
+ "resourceArn":{
1745
+ "shape":"ResourceArn",
1746
+ "location":"uri",
1747
+ "locationName":"resourceArn"
1748
+ },
1749
+ "tags":{"shape":"TagMap"}
1750
+ }
1751
+ },
1752
+ "TagResourceResponse":{
1753
+ "type":"structure",
1754
+ "members":{
1755
+ }
1756
+ },
1757
+ "TagValue":{
1758
+ "type":"string",
1759
+ "max":256
1330
1760
  },
1331
1761
  "Target":{
1332
1762
  "type":"string",
@@ -1354,6 +1784,30 @@
1354
1784
  "error":{"httpStatusCode":401},
1355
1785
  "exception":true
1356
1786
  },
1787
+ "UntagResourceRequest":{
1788
+ "type":"structure",
1789
+ "required":[
1790
+ "resourceArn",
1791
+ "tagKeys"
1792
+ ],
1793
+ "members":{
1794
+ "resourceArn":{
1795
+ "shape":"ResourceArn",
1796
+ "location":"uri",
1797
+ "locationName":"resourceArn"
1798
+ },
1799
+ "tagKeys":{
1800
+ "shape":"TagKeyList",
1801
+ "location":"querystring",
1802
+ "locationName":"tagKeys"
1803
+ }
1804
+ }
1805
+ },
1806
+ "UntagResourceResponse":{
1807
+ "type":"structure",
1808
+ "members":{
1809
+ }
1810
+ },
1357
1811
  "UpdateAppRequest":{
1358
1812
  "type":"structure",
1359
1813
  "required":["appId"],
@@ -1372,7 +1826,10 @@
1372
1826
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
1373
1827
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
1374
1828
  "customRules":{"shape":"CustomRules"},
1375
- "buildSpec":{"shape":"BuildSpec"}
1829
+ "buildSpec":{"shape":"BuildSpec"},
1830
+ "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
1831
+ "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
1832
+ "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
1376
1833
  }
1377
1834
  },
1378
1835
  "UpdateAppResult":{
@@ -1408,7 +1865,8 @@
1408
1865
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
1409
1866
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
1410
1867
  "buildSpec":{"shape":"BuildSpec"},
1411
- "ttl":{"shape":"TTL"}
1868
+ "ttl":{"shape":"TTL"},
1869
+ "displayName":{"shape":"DisplayName"}
1412
1870
  }
1413
1871
  },
1414
1872
  "UpdateBranchResult":{
@@ -1448,6 +1906,67 @@
1448
1906
  }
1449
1907
  },
1450
1908
  "UpdateTime":{"type":"timestamp"},
1451
- "Verified":{"type":"boolean"}
1909
+ "UpdateWebhookRequest":{
1910
+ "type":"structure",
1911
+ "required":["webhookId"],
1912
+ "members":{
1913
+ "webhookId":{
1914
+ "shape":"WebhookId",
1915
+ "location":"uri",
1916
+ "locationName":"webhookId"
1917
+ },
1918
+ "branchName":{"shape":"BranchName"},
1919
+ "description":{"shape":"Description"}
1920
+ }
1921
+ },
1922
+ "UpdateWebhookResult":{
1923
+ "type":"structure",
1924
+ "required":["webhook"],
1925
+ "members":{
1926
+ "webhook":{"shape":"Webhook"}
1927
+ }
1928
+ },
1929
+ "UploadUrl":{
1930
+ "type":"string",
1931
+ "max":1000
1932
+ },
1933
+ "Verified":{"type":"boolean"},
1934
+ "Webhook":{
1935
+ "type":"structure",
1936
+ "required":[
1937
+ "webhookArn",
1938
+ "webhookId",
1939
+ "webhookUrl",
1940
+ "branchName",
1941
+ "description",
1942
+ "createTime",
1943
+ "updateTime"
1944
+ ],
1945
+ "members":{
1946
+ "webhookArn":{"shape":"WebhookArn"},
1947
+ "webhookId":{"shape":"WebhookId"},
1948
+ "webhookUrl":{"shape":"WebhookUrl"},
1949
+ "branchName":{"shape":"BranchName"},
1950
+ "description":{"shape":"Description"},
1951
+ "createTime":{"shape":"CreateTime"},
1952
+ "updateTime":{"shape":"UpdateTime"}
1953
+ }
1954
+ },
1955
+ "WebhookArn":{
1956
+ "type":"string",
1957
+ "max":1000
1958
+ },
1959
+ "WebhookId":{
1960
+ "type":"string",
1961
+ "max":255
1962
+ },
1963
+ "WebhookUrl":{
1964
+ "type":"string",
1965
+ "max":1000
1966
+ },
1967
+ "Webhooks":{
1968
+ "type":"list",
1969
+ "member":{"shape":"Webhook"}
1970
+ }
1452
1971
  }
1453
1972
  }