aws-sdk-core 2.11.419 → 2.11.420

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,6 +58,26 @@
58
58
  "output_token": "nextToken",
59
59
  "result_key": "suites"
60
60
  },
61
+ "ListTestGridProjects": {
62
+ "input_token": "nextToken",
63
+ "limit_key": "maxResult",
64
+ "output_token": "nextToken"
65
+ },
66
+ "ListTestGridSessionActions": {
67
+ "input_token": "nextToken",
68
+ "limit_key": "maxResult",
69
+ "output_token": "nextToken"
70
+ },
71
+ "ListTestGridSessionArtifacts": {
72
+ "input_token": "nextToken",
73
+ "limit_key": "maxResult",
74
+ "output_token": "nextToken"
75
+ },
76
+ "ListTestGridSessions": {
77
+ "input_token": "nextToken",
78
+ "limit_key": "maxResult",
79
+ "output_token": "nextToken"
80
+ },
61
81
  "ListTests": {
62
82
  "input_token": "nextToken",
63
83
  "output_token": "nextToken",
@@ -7909,6 +7909,7 @@
7909
7909
  },
7910
7910
  "DateTime":{"type":"timestamp"},
7911
7911
  "DedicatedHostFlag":{"type":"boolean"},
7912
+ "DedicatedHostId":{"type":"string"},
7912
7913
  "DefaultRouteTableAssociationValue":{
7913
7914
  "type":"string",
7914
7915
  "enum":[
@@ -8157,7 +8158,7 @@
8157
8158
  "type":"structure",
8158
8159
  "required":["KeyName"],
8159
8160
  "members":{
8160
- "KeyName":{"shape":"String"},
8161
+ "KeyName":{"shape":"KeyPairName"},
8161
8162
  "DryRun":{
8162
8163
  "shape":"Boolean",
8163
8164
  "locationName":"dryRun"
@@ -9549,6 +9550,10 @@
9549
9550
  "ExportTaskIds":{
9550
9551
  "shape":"ExportTaskIdStringList",
9551
9552
  "locationName":"exportTaskId"
9553
+ },
9554
+ "Filters":{
9555
+ "shape":"FilterList",
9556
+ "locationName":"Filter"
9552
9557
  }
9553
9558
  }
9554
9559
  },
@@ -10381,6 +10386,10 @@
10381
10386
  "shape":"KeyNameStringList",
10382
10387
  "locationName":"KeyName"
10383
10388
  },
10389
+ "KeyPairIds":{
10390
+ "shape":"KeyPairIdStringList",
10391
+ "locationName":"KeyPairId"
10392
+ },
10384
10393
  "DryRun":{
10385
10394
  "shape":"Boolean",
10386
10395
  "locationName":"dryRun"
@@ -10878,6 +10887,10 @@
10878
10887
  "GroupNames":{
10879
10888
  "shape":"PlacementGroupStringList",
10880
10889
  "locationName":"groupName"
10890
+ },
10891
+ "GroupIds":{
10892
+ "shape":"PlacementGroupIdStringList",
10893
+ "locationName":"GroupId"
10881
10894
  }
10882
10895
  }
10883
10896
  },
@@ -13993,6 +14006,10 @@
13993
14006
  "StatusMessage":{
13994
14007
  "shape":"String",
13995
14008
  "locationName":"statusMessage"
14009
+ },
14010
+ "Tags":{
14011
+ "shape":"TagList",
14012
+ "locationName":"tagSet"
13996
14013
  }
13997
14014
  }
13998
14015
  },
@@ -15347,7 +15364,6 @@
15347
15364
  }
15348
15365
  }
15349
15366
  },
15350
- "HostId":{"type":"string"},
15351
15367
  "HostInstance":{
15352
15368
  "type":"structure",
15353
15369
  "members":{
@@ -16070,6 +16086,10 @@
16070
16086
  "shape":"String",
16071
16087
  "locationName":"statusMessage"
16072
16088
  },
16089
+ "Tags":{
16090
+ "shape":"TagList",
16091
+ "locationName":"tagSet"
16092
+ },
16073
16093
  "LicenseSpecifications":{
16074
16094
  "shape":"ImportImageLicenseSpecificationListResponse",
16075
16095
  "locationName":"licenseSpecifications"
@@ -16240,7 +16260,7 @@
16240
16260
  "locationName":"dryRun"
16241
16261
  },
16242
16262
  "KeyName":{
16243
- "shape":"String",
16263
+ "shape":"KeyPairName",
16244
16264
  "locationName":"keyName"
16245
16265
  },
16246
16266
  "PublicKeyMaterial":{
@@ -16306,6 +16326,10 @@
16306
16326
  "SnapshotTaskDetail":{
16307
16327
  "shape":"SnapshotTaskDetail",
16308
16328
  "locationName":"snapshotTaskDetail"
16329
+ },
16330
+ "Tags":{
16331
+ "shape":"TagList",
16332
+ "locationName":"tagSet"
16309
16333
  }
16310
16334
  }
16311
16335
  },
@@ -18028,12 +18052,27 @@
18028
18052
  "KeyName":{
18029
18053
  "shape":"String",
18030
18054
  "locationName":"keyName"
18055
+ },
18056
+ "KeyPairId":{
18057
+ "shape":"String",
18058
+ "locationName":"keyPairId"
18031
18059
  }
18032
18060
  }
18033
18061
  },
18062
+ "KeyPairIdStringList":{
18063
+ "type":"list",
18064
+ "member":{
18065
+ "shape":"String",
18066
+ "locationName":"KeyPairId"
18067
+ }
18068
+ },
18034
18069
  "KeyPairInfo":{
18035
18070
  "type":"structure",
18036
18071
  "members":{
18072
+ "KeyPairId":{
18073
+ "shape":"String",
18074
+ "locationName":"keyPairId"
18075
+ },
18037
18076
  "KeyFingerprint":{
18038
18077
  "shape":"String",
18039
18078
  "locationName":"keyFingerprint"
@@ -18041,6 +18080,10 @@
18041
18080
  "KeyName":{
18042
18081
  "shape":"String",
18043
18082
  "locationName":"keyName"
18083
+ },
18084
+ "Tags":{
18085
+ "shape":"TagList",
18086
+ "locationName":"tagSet"
18044
18087
  }
18045
18088
  }
18046
18089
  },
@@ -19635,7 +19678,7 @@
19635
19678
  },
19636
19679
  "GroupName":{"shape":"PlacementGroupName"},
19637
19680
  "HostId":{
19638
- "shape":"HostId",
19681
+ "shape":"DedicatedHostId",
19639
19682
  "locationName":"hostId"
19640
19683
  },
19641
19684
  "InstanceId":{
@@ -21282,9 +21325,24 @@
21282
21325
  "PartitionCount":{
21283
21326
  "shape":"Integer",
21284
21327
  "locationName":"partitionCount"
21328
+ },
21329
+ "GroupId":{
21330
+ "shape":"String",
21331
+ "locationName":"groupId"
21332
+ },
21333
+ "Tags":{
21334
+ "shape":"TagList",
21335
+ "locationName":"tagSet"
21285
21336
  }
21286
21337
  }
21287
21338
  },
21339
+ "PlacementGroupIdStringList":{
21340
+ "type":"list",
21341
+ "member":{
21342
+ "shape":"String",
21343
+ "locationName":"GroupId"
21344
+ }
21345
+ },
21288
21346
  "PlacementGroupInfo":{
21289
21347
  "type":"structure",
21290
21348
  "members":{
@@ -22476,7 +22534,7 @@
22476
22534
  "RequestHostIdSet":{
22477
22535
  "type":"list",
22478
22536
  "member":{
22479
- "shape":"HostId",
22537
+ "shape":"DedicatedHostId",
22480
22538
  "locationName":"item"
22481
22539
  }
22482
22540
  },
@@ -23275,10 +23333,12 @@
23275
23333
  "image",
23276
23334
  "instance",
23277
23335
  "internet-gateway",
23336
+ "key-pair",
23278
23337
  "launch-template",
23279
23338
  "natgateway",
23280
23339
  "network-acl",
23281
23340
  "network-interface",
23341
+ "placement-group",
23282
23342
  "reserved-instances",
23283
23343
  "route-table",
23284
23344
  "security-group",
@@ -1361,7 +1361,8 @@
1361
1361
  "LabelsToRemove",
1362
1362
  "MaxSize",
1363
1363
  "MinSize",
1364
- "ReleaseVersion"
1364
+ "ReleaseVersion",
1365
+ "PublicAccessCidrs"
1365
1366
  ]
1366
1367
  },
1367
1368
  "UpdateParams":{
@@ -1392,7 +1393,8 @@
1392
1393
  "subnetIds":{"shape":"StringList"},
1393
1394
  "securityGroupIds":{"shape":"StringList"},
1394
1395
  "endpointPublicAccess":{"shape":"BoxedBoolean"},
1395
- "endpointPrivateAccess":{"shape":"BoxedBoolean"}
1396
+ "endpointPrivateAccess":{"shape":"BoxedBoolean"},
1397
+ "publicAccessCidrs":{"shape":"StringList"}
1396
1398
  }
1397
1399
  },
1398
1400
  "VpcConfigResponse":{
@@ -1403,7 +1405,8 @@
1403
1405
  "clusterSecurityGroupId":{"shape":"String"},
1404
1406
  "vpcId":{"shape":"String"},
1405
1407
  "endpointPublicAccess":{"shape":"Boolean"},
1406
- "endpointPrivateAccess":{"shape":"Boolean"}
1408
+ "endpointPrivateAccess":{"shape":"Boolean"},
1409
+ "publicAccessCidrs":{"shape":"StringList"}
1407
1410
  }
1408
1411
  },
1409
1412
  "labelKey":{
@@ -2528,8 +2528,40 @@
2528
2528
  "output": {
2529
2529
  "shape": "ListTagsForResourceResponse"
2530
2530
  },
2531
+ "errors": []
2532
+ },
2533
+ "ListTemplateVersions": {
2534
+ "name": "ListTemplateVersions",
2535
+ "http": {
2536
+ "method": "GET",
2537
+ "requestUri": "/v1/templates/{template-name}/{template-type}/versions",
2538
+ "responseCode": 200
2539
+ },
2540
+ "input": {
2541
+ "shape": "ListTemplateVersionsRequest"
2542
+ },
2543
+ "output": {
2544
+ "shape": "ListTemplateVersionsResponse"
2545
+ },
2531
2546
  "errors": [
2532
-
2547
+ {
2548
+ "shape": "BadRequestException"
2549
+ },
2550
+ {
2551
+ "shape": "InternalServerErrorException"
2552
+ },
2553
+ {
2554
+ "shape": "ForbiddenException"
2555
+ },
2556
+ {
2557
+ "shape": "NotFoundException"
2558
+ },
2559
+ {
2560
+ "shape": "MethodNotAllowedException"
2561
+ },
2562
+ {
2563
+ "shape": "TooManyRequestsException"
2564
+ }
2533
2565
  ]
2534
2566
  },
2535
2567
  "ListTemplates": {
@@ -2777,9 +2809,7 @@
2777
2809
  "input": {
2778
2810
  "shape": "TagResourceRequest"
2779
2811
  },
2780
- "errors": [
2781
-
2782
- ]
2812
+ "errors": []
2783
2813
  },
2784
2814
  "UntagResource": {
2785
2815
  "name": "UntagResource",
@@ -2791,9 +2821,7 @@
2791
2821
  "input": {
2792
2822
  "shape": "UntagResourceRequest"
2793
2823
  },
2794
- "errors": [
2795
-
2796
- ]
2824
+ "errors": []
2797
2825
  },
2798
2826
  "UpdateAdmChannel": {
2799
2827
  "name": "UpdateAdmChannel",
@@ -3441,6 +3469,40 @@
3441
3469
  }
3442
3470
  ]
3443
3471
  },
3472
+ "UpdateTemplateActiveVersion": {
3473
+ "name": "UpdateTemplateActiveVersion",
3474
+ "http": {
3475
+ "method": "PUT",
3476
+ "requestUri": "/v1/templates/{template-name}/{template-type}/active-version",
3477
+ "responseCode": 200
3478
+ },
3479
+ "input": {
3480
+ "shape": "UpdateTemplateActiveVersionRequest"
3481
+ },
3482
+ "output": {
3483
+ "shape": "UpdateTemplateActiveVersionResponse"
3484
+ },
3485
+ "errors": [
3486
+ {
3487
+ "shape": "BadRequestException"
3488
+ },
3489
+ {
3490
+ "shape": "InternalServerErrorException"
3491
+ },
3492
+ {
3493
+ "shape": "ForbiddenException"
3494
+ },
3495
+ {
3496
+ "shape": "NotFoundException"
3497
+ },
3498
+ {
3499
+ "shape": "MethodNotAllowedException"
3500
+ },
3501
+ {
3502
+ "shape": "TooManyRequestsException"
3503
+ }
3504
+ ]
3505
+ },
3444
3506
  "UpdateVoiceChannel": {
3445
3507
  "name": "UpdateVoiceChannel",
3446
3508
  "http": {
@@ -5344,6 +5406,11 @@
5344
5406
  "shape": "__string",
5345
5407
  "location": "uri",
5346
5408
  "locationName": "template-name"
5409
+ },
5410
+ "Version": {
5411
+ "shape": "__string",
5412
+ "location": "querystring",
5413
+ "locationName": "version"
5347
5414
  }
5348
5415
  },
5349
5416
  "required": [
@@ -5481,6 +5548,11 @@
5481
5548
  "shape": "__string",
5482
5549
  "location": "uri",
5483
5550
  "locationName": "template-name"
5551
+ },
5552
+ "Version": {
5553
+ "shape": "__string",
5554
+ "location": "querystring",
5555
+ "locationName": "version"
5484
5556
  }
5485
5557
  },
5486
5558
  "required": [
@@ -5562,6 +5634,11 @@
5562
5634
  "shape": "__string",
5563
5635
  "location": "uri",
5564
5636
  "locationName": "template-name"
5637
+ },
5638
+ "Version": {
5639
+ "shape": "__string",
5640
+ "location": "querystring",
5641
+ "locationName": "version"
5565
5642
  }
5566
5643
  },
5567
5644
  "required": [
@@ -5643,6 +5720,11 @@
5643
5720
  "shape": "__string",
5644
5721
  "location": "uri",
5645
5722
  "locationName": "template-name"
5723
+ },
5724
+ "Version": {
5725
+ "shape": "__string",
5726
+ "location": "querystring",
5727
+ "locationName": "version"
5646
5728
  }
5647
5729
  },
5648
5730
  "required": [
@@ -5835,6 +5917,9 @@
5835
5917
  },
5836
5918
  "TemplateName": {
5837
5919
  "shape": "__string"
5920
+ },
5921
+ "TemplateVersion": {
5922
+ "shape": "__string"
5838
5923
  }
5839
5924
  }
5840
5925
  },
@@ -5898,6 +5983,9 @@
5898
5983
  },
5899
5984
  "TextPart": {
5900
5985
  "shape": "__string"
5986
+ },
5987
+ "Version": {
5988
+ "shape": "__string"
5901
5989
  }
5902
5990
  },
5903
5991
  "required": [
@@ -7185,6 +7273,11 @@
7185
7273
  "shape": "__string",
7186
7274
  "location": "uri",
7187
7275
  "locationName": "template-name"
7276
+ },
7277
+ "Version": {
7278
+ "shape": "__string",
7279
+ "location": "querystring",
7280
+ "locationName": "version"
7188
7281
  }
7189
7282
  },
7190
7283
  "required": [
@@ -7599,6 +7692,11 @@
7599
7692
  "shape": "__string",
7600
7693
  "location": "uri",
7601
7694
  "locationName": "template-name"
7695
+ },
7696
+ "Version": {
7697
+ "shape": "__string",
7698
+ "location": "querystring",
7699
+ "locationName": "version"
7602
7700
  }
7603
7701
  },
7604
7702
  "required": [
@@ -7875,6 +7973,11 @@
7875
7973
  "shape": "__string",
7876
7974
  "location": "uri",
7877
7975
  "locationName": "template-name"
7976
+ },
7977
+ "Version": {
7978
+ "shape": "__string",
7979
+ "location": "querystring",
7980
+ "locationName": "version"
7878
7981
  }
7879
7982
  },
7880
7983
  "required": [
@@ -7956,6 +8059,11 @@
7956
8059
  "shape": "__string",
7957
8060
  "location": "uri",
7958
8061
  "locationName": "template-name"
8062
+ },
8063
+ "Version": {
8064
+ "shape": "__string",
8065
+ "location": "querystring",
8066
+ "locationName": "version"
7959
8067
  }
7960
8068
  },
7961
8069
  "required": [
@@ -8432,6 +8540,47 @@
8432
8540
  ],
8433
8541
  "payload": "TagsModel"
8434
8542
  },
8543
+ "ListTemplateVersionsRequest": {
8544
+ "type": "structure",
8545
+ "members": {
8546
+ "NextToken": {
8547
+ "shape": "__string",
8548
+ "location": "querystring",
8549
+ "locationName": "next-token"
8550
+ },
8551
+ "PageSize": {
8552
+ "shape": "__string",
8553
+ "location": "querystring",
8554
+ "locationName": "page-size"
8555
+ },
8556
+ "TemplateName": {
8557
+ "shape": "__string",
8558
+ "location": "uri",
8559
+ "locationName": "template-name"
8560
+ },
8561
+ "TemplateType": {
8562
+ "shape": "__string",
8563
+ "location": "uri",
8564
+ "locationName": "template-type"
8565
+ }
8566
+ },
8567
+ "required": [
8568
+ "TemplateName",
8569
+ "TemplateType"
8570
+ ]
8571
+ },
8572
+ "ListTemplateVersionsResponse": {
8573
+ "type": "structure",
8574
+ "members": {
8575
+ "TemplateVersionsResponse": {
8576
+ "shape": "TemplateVersionsResponse"
8577
+ }
8578
+ },
8579
+ "required": [
8580
+ "TemplateVersionsResponse"
8581
+ ],
8582
+ "payload": "TemplateVersionsResponse"
8583
+ },
8435
8584
  "ListTemplatesRequest": {
8436
8585
  "type": "structure",
8437
8586
  "members": {
@@ -8900,13 +9049,16 @@
8900
9049
  },
8901
9050
  "TemplateType": {
8902
9051
  "shape": "TemplateType"
9052
+ },
9053
+ "Version": {
9054
+ "shape": "__string"
8903
9055
  }
8904
9056
  },
8905
9057
  "required": [
8906
9058
  "LastModifiedDate",
8907
9059
  "CreationDate",
8908
- "TemplateName",
8909
- "TemplateType"
9060
+ "TemplateType",
9061
+ "TemplateName"
8910
9062
  ]
8911
9063
  },
8912
9064
  "PutEventStreamRequest": {
@@ -9237,6 +9389,9 @@
9237
9389
  },
9238
9390
  "TemplateType": {
9239
9391
  "shape": "TemplateType"
9392
+ },
9393
+ "Version": {
9394
+ "shape": "__string"
9240
9395
  }
9241
9396
  },
9242
9397
  "required": [
@@ -9733,6 +9888,17 @@
9733
9888
  "members": {
9734
9889
  "Name": {
9735
9890
  "shape": "__string"
9891
+ },
9892
+ "Version": {
9893
+ "shape": "__string"
9894
+ }
9895
+ }
9896
+ },
9897
+ "TemplateActiveVersionRequest": {
9898
+ "type": "structure",
9899
+ "members": {
9900
+ "Version": {
9901
+ "shape": "__string"
9736
9902
  }
9737
9903
  }
9738
9904
  },
@@ -9780,6 +9946,9 @@
9780
9946
  },
9781
9947
  "TemplateType": {
9782
9948
  "shape": "TemplateType"
9949
+ },
9950
+ "Version": {
9951
+ "shape": "__string"
9783
9952
  }
9784
9953
  },
9785
9954
  "required": [
@@ -9798,6 +9967,58 @@
9798
9967
  "PUSH"
9799
9968
  ]
9800
9969
  },
9970
+ "TemplateVersionResponse": {
9971
+ "type": "structure",
9972
+ "members": {
9973
+ "CreationDate": {
9974
+ "shape": "__string"
9975
+ },
9976
+ "DefaultSubstitutions": {
9977
+ "shape": "__string"
9978
+ },
9979
+ "LastModifiedDate": {
9980
+ "shape": "__string"
9981
+ },
9982
+ "TemplateDescription": {
9983
+ "shape": "__string"
9984
+ },
9985
+ "TemplateName": {
9986
+ "shape": "__string"
9987
+ },
9988
+ "TemplateType": {
9989
+ "shape": "__string"
9990
+ },
9991
+ "Version": {
9992
+ "shape": "__string"
9993
+ }
9994
+ },
9995
+ "required": [
9996
+ "LastModifiedDate",
9997
+ "CreationDate",
9998
+ "TemplateName",
9999
+ "TemplateType"
10000
+ ]
10001
+ },
10002
+ "TemplateVersionsResponse": {
10003
+ "type": "structure",
10004
+ "members": {
10005
+ "Item": {
10006
+ "shape": "ListOfTemplateVersionResponse"
10007
+ },
10008
+ "Message": {
10009
+ "shape": "__string"
10010
+ },
10011
+ "NextToken": {
10012
+ "shape": "__string"
10013
+ },
10014
+ "RequestID": {
10015
+ "shape": "__string"
10016
+ }
10017
+ },
10018
+ "required": [
10019
+ "Item"
10020
+ ]
10021
+ },
9801
10022
  "TemplatesResponse": {
9802
10023
  "type": "structure",
9803
10024
  "members": {
@@ -10174,6 +10395,11 @@
10174
10395
  "UpdateEmailTemplateRequest": {
10175
10396
  "type": "structure",
10176
10397
  "members": {
10398
+ "CreateNewVersion": {
10399
+ "shape": "__boolean",
10400
+ "location": "querystring",
10401
+ "locationName": "create-new-version"
10402
+ },
10177
10403
  "EmailTemplateRequest": {
10178
10404
  "shape": "EmailTemplateRequest"
10179
10405
  },
@@ -10181,6 +10407,11 @@
10181
10407
  "shape": "__string",
10182
10408
  "location": "uri",
10183
10409
  "locationName": "template-name"
10410
+ },
10411
+ "Version": {
10412
+ "shape": "__string",
10413
+ "location": "querystring",
10414
+ "locationName": "version"
10184
10415
  }
10185
10416
  },
10186
10417
  "required": [
@@ -10372,6 +10603,11 @@
10372
10603
  "UpdatePushTemplateRequest": {
10373
10604
  "type": "structure",
10374
10605
  "members": {
10606
+ "CreateNewVersion": {
10607
+ "shape": "__boolean",
10608
+ "location": "querystring",
10609
+ "locationName": "create-new-version"
10610
+ },
10375
10611
  "PushNotificationTemplateRequest": {
10376
10612
  "shape": "PushNotificationTemplateRequest"
10377
10613
  },
@@ -10379,6 +10615,11 @@
10379
10615
  "shape": "__string",
10380
10616
  "location": "uri",
10381
10617
  "locationName": "template-name"
10618
+ },
10619
+ "Version": {
10620
+ "shape": "__string",
10621
+ "location": "querystring",
10622
+ "locationName": "version"
10382
10623
  }
10383
10624
  },
10384
10625
  "required": [
@@ -10468,6 +10709,11 @@
10468
10709
  "UpdateSmsTemplateRequest": {
10469
10710
  "type": "structure",
10470
10711
  "members": {
10712
+ "CreateNewVersion": {
10713
+ "shape": "__boolean",
10714
+ "location": "querystring",
10715
+ "locationName": "create-new-version"
10716
+ },
10471
10717
  "SMSTemplateRequest": {
10472
10718
  "shape": "SMSTemplateRequest"
10473
10719
  },
@@ -10475,6 +10721,11 @@
10475
10721
  "shape": "__string",
10476
10722
  "location": "uri",
10477
10723
  "locationName": "template-name"
10724
+ },
10725
+ "Version": {
10726
+ "shape": "__string",
10727
+ "location": "querystring",
10728
+ "locationName": "version"
10478
10729
  }
10479
10730
  },
10480
10731
  "required": [
@@ -10495,6 +10746,42 @@
10495
10746
  ],
10496
10747
  "payload": "MessageBody"
10497
10748
  },
10749
+ "UpdateTemplateActiveVersionRequest": {
10750
+ "type": "structure",
10751
+ "members": {
10752
+ "TemplateActiveVersionRequest": {
10753
+ "shape": "TemplateActiveVersionRequest"
10754
+ },
10755
+ "TemplateName": {
10756
+ "shape": "__string",
10757
+ "location": "uri",
10758
+ "locationName": "template-name"
10759
+ },
10760
+ "TemplateType": {
10761
+ "shape": "__string",
10762
+ "location": "uri",
10763
+ "locationName": "template-type"
10764
+ }
10765
+ },
10766
+ "required": [
10767
+ "TemplateName",
10768
+ "TemplateType",
10769
+ "TemplateActiveVersionRequest"
10770
+ ],
10771
+ "payload": "TemplateActiveVersionRequest"
10772
+ },
10773
+ "UpdateTemplateActiveVersionResponse": {
10774
+ "type": "structure",
10775
+ "members": {
10776
+ "MessageBody": {
10777
+ "shape": "MessageBody"
10778
+ }
10779
+ },
10780
+ "required": [
10781
+ "MessageBody"
10782
+ ],
10783
+ "payload": "MessageBody"
10784
+ },
10498
10785
  "UpdateVoiceChannelRequest": {
10499
10786
  "type": "structure",
10500
10787
  "members": {
@@ -10528,11 +10815,21 @@
10528
10815
  "UpdateVoiceTemplateRequest": {
10529
10816
  "type": "structure",
10530
10817
  "members": {
10818
+ "CreateNewVersion": {
10819
+ "shape": "__boolean",
10820
+ "location": "querystring",
10821
+ "locationName": "create-new-version"
10822
+ },
10531
10823
  "TemplateName": {
10532
10824
  "shape": "__string",
10533
10825
  "location": "uri",
10534
10826
  "locationName": "template-name"
10535
10827
  },
10828
+ "Version": {
10829
+ "shape": "__string",
10830
+ "location": "querystring",
10831
+ "locationName": "version"
10832
+ },
10536
10833
  "VoiceTemplateRequest": {
10537
10834
  "shape": "VoiceTemplateRequest"
10538
10835
  }
@@ -10679,6 +10976,9 @@
10679
10976
  "TemplateType": {
10680
10977
  "shape": "TemplateType"
10681
10978
  },
10979
+ "Version": {
10980
+ "shape": "__string"
10981
+ },
10682
10982
  "VoiceId": {
10683
10983
  "shape": "__string"
10684
10984
  }
@@ -11000,6 +11300,12 @@
11000
11300
  "shape": "TemplateResponse"
11001
11301
  }
11002
11302
  },
11303
+ "ListOfTemplateVersionResponse": {
11304
+ "type": "list",
11305
+ "member": {
11306
+ "shape": "TemplateVersionResponse"
11307
+ }
11308
+ },
11003
11309
  "ListOfTreatmentResource": {
11004
11310
  "type": "list",
11005
11311
  "member": {
@@ -11186,4 +11492,4 @@
11186
11492
  "timestampFormat": "unixTimestamp"
11187
11493
  }
11188
11494
  }
11189
- }
11495
+ }