aws-sdk-core 2.11.583 → 2.11.588

Sign up to get free protection for your applications and to get access to all the features.
@@ -461,7 +461,8 @@
461
461
  "input":{"shape":"DescribeProvisionedProductInput"},
462
462
  "output":{"shape":"DescribeProvisionedProductOutput"},
463
463
  "errors":[
464
- {"shape":"ResourceNotFoundException"}
464
+ {"shape":"ResourceNotFoundException"},
465
+ {"shape":"InvalidParametersException"}
465
466
  ]
466
467
  },
467
468
  "DescribeProvisionedProductPlan":{
@@ -1852,10 +1853,10 @@
1852
1853
  },
1853
1854
  "DescribeProvisionedProductInput":{
1854
1855
  "type":"structure",
1855
- "required":["Id"],
1856
1856
  "members":{
1857
1857
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1858
- "Id":{"shape":"Id"}
1858
+ "Id":{"shape":"Id"},
1859
+ "Name":{"shape":"ProvisionedProductName"}
1859
1860
  }
1860
1861
  },
1861
1862
  "DescribeProvisionedProductOutput":{
@@ -41,6 +41,7 @@
41
41
  {"shape":"InvalidDefinition"},
42
42
  {"shape":"InvalidName"},
43
43
  {"shape":"InvalidLoggingConfiguration"},
44
+ {"shape":"InvalidTracingConfiguration"},
44
45
  {"shape":"StateMachineAlreadyExists"},
45
46
  {"shape":"StateMachineDeleting"},
46
47
  {"shape":"StateMachineLimitExceeded"},
@@ -319,6 +320,7 @@
319
320
  {"shape":"InvalidArn"},
320
321
  {"shape":"InvalidDefinition"},
321
322
  {"shape":"InvalidLoggingConfiguration"},
323
+ {"shape":"InvalidTracingConfiguration"},
322
324
  {"shape":"MissingRequiredParameter"},
323
325
  {"shape":"StateMachineDeleting"},
324
326
  {"shape":"StateMachineDoesNotExist"}
@@ -471,7 +473,8 @@
471
473
  "roleArn":{"shape":"Arn"},
472
474
  "type":{"shape":"StateMachineType"},
473
475
  "loggingConfiguration":{"shape":"LoggingConfiguration"},
474
- "tags":{"shape":"TagList"}
476
+ "tags":{"shape":"TagList"},
477
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
475
478
  }
476
479
  },
477
480
  "CreateStateMachineOutput":{
@@ -560,7 +563,8 @@
560
563
  "input":{"shape":"SensitiveData"},
561
564
  "inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
562
565
  "output":{"shape":"SensitiveData"},
563
- "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
566
+ "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
567
+ "traceHeader":{"shape":"TraceHeader"}
564
568
  }
565
569
  },
566
570
  "DescribeStateMachineForExecutionInput":{
@@ -585,7 +589,8 @@
585
589
  "definition":{"shape":"Definition"},
586
590
  "roleArn":{"shape":"Arn"},
587
591
  "updateDate":{"shape":"Timestamp"},
588
- "loggingConfiguration":{"shape":"LoggingConfiguration"}
592
+ "loggingConfiguration":{"shape":"LoggingConfiguration"},
593
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
589
594
  }
590
595
  },
591
596
  "DescribeStateMachineInput":{
@@ -613,9 +618,11 @@
613
618
  "roleArn":{"shape":"Arn"},
614
619
  "type":{"shape":"StateMachineType"},
615
620
  "creationDate":{"shape":"Timestamp"},
616
- "loggingConfiguration":{"shape":"LoggingConfiguration"}
621
+ "loggingConfiguration":{"shape":"LoggingConfiguration"},
622
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
617
623
  }
618
624
  },
625
+ "Enabled":{"type":"boolean"},
619
626
  "ErrorMessage":{"type":"string"},
620
627
  "EventId":{"type":"long"},
621
628
  "ExecutionAbortedEventDetails":{
@@ -915,6 +922,13 @@
915
922
  },
916
923
  "exception":true
917
924
  },
925
+ "InvalidTracingConfiguration":{
926
+ "type":"structure",
927
+ "members":{
928
+ "message":{"shape":"ErrorMessage"}
929
+ },
930
+ "exception":true
931
+ },
918
932
  "LambdaFunctionFailedEventDetails":{
919
933
  "type":"structure",
920
934
  "members":{
@@ -1170,7 +1184,8 @@
1170
1184
  "members":{
1171
1185
  "stateMachineArn":{"shape":"Arn"},
1172
1186
  "name":{"shape":"Name"},
1173
- "input":{"shape":"SensitiveData"}
1187
+ "input":{"shape":"SensitiveData"},
1188
+ "traceHeader":{"shape":"TraceHeader"}
1174
1189
  }
1175
1190
  },
1176
1191
  "StartExecutionOutput":{
@@ -1468,6 +1483,18 @@
1468
1483
  },
1469
1484
  "exception":true
1470
1485
  },
1486
+ "TraceHeader":{
1487
+ "type":"string",
1488
+ "max":256,
1489
+ "min":0,
1490
+ "pattern":"\\p{ASCII}*"
1491
+ },
1492
+ "TracingConfiguration":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ "enabled":{"shape":"Enabled"}
1496
+ }
1497
+ },
1471
1498
  "UnsignedInteger":{
1472
1499
  "type":"integer",
1473
1500
  "min":0
@@ -1495,7 +1522,8 @@
1495
1522
  "stateMachineArn":{"shape":"Arn"},
1496
1523
  "definition":{"shape":"Definition"},
1497
1524
  "roleArn":{"shape":"Arn"},
1498
- "loggingConfiguration":{"shape":"LoggingConfiguration"}
1525
+ "loggingConfiguration":{"shape":"LoggingConfiguration"},
1526
+ "tracingConfiguration":{"shape":"TracingConfiguration"}
1499
1527
  }
1500
1528
  },
1501
1529
  "UpdateStateMachineOutput":{
@@ -136,6 +136,10 @@
136
136
  "max":48000,
137
137
  "min":8000
138
138
  },
139
+ "NumberOfChannels":{
140
+ "type":"integer",
141
+ "min":2
142
+ },
139
143
  "RequestId":{"type":"string"},
140
144
  "Result":{
141
145
  "type":"structure",
@@ -144,7 +148,8 @@
144
148
  "StartTime":{"shape":"Double"},
145
149
  "EndTime":{"shape":"Double"},
146
150
  "IsPartial":{"shape":"Boolean"},
147
- "Alternatives":{"shape":"AlternativeList"}
151
+ "Alternatives":{"shape":"AlternativeList"},
152
+ "ChannelId":{"shape":"String"}
148
153
  }
149
154
  },
150
155
  "ResultList":{
@@ -161,6 +166,8 @@
161
166
  },
162
167
  "SessionId":{
163
168
  "type":"string",
169
+ "max":36,
170
+ "min":36,
164
171
  "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
165
172
  },
166
173
  "StartStreamTranscriptionRequest":{
@@ -212,6 +219,16 @@
212
219
  "shape":"Boolean",
213
220
  "location":"header",
214
221
  "locationName":"x-amzn-transcribe-show-speaker-label"
222
+ },
223
+ "EnableChannelIdentification":{
224
+ "shape":"Boolean",
225
+ "location":"header",
226
+ "locationName":"x-amzn-transcribe-enable-channel-identification"
227
+ },
228
+ "NumberOfChannels":{
229
+ "shape":"NumberOfChannels",
230
+ "location":"header",
231
+ "locationName":"x-amzn-transcribe-number-of-channels"
215
232
  }
216
233
  },
217
234
  "payload":"AudioStream"
@@ -264,6 +281,16 @@
264
281
  "shape":"Boolean",
265
282
  "location":"header",
266
283
  "locationName":"x-amzn-transcribe-show-speaker-label"
284
+ },
285
+ "EnableChannelIdentification":{
286
+ "shape":"Boolean",
287
+ "location":"header",
288
+ "locationName":"x-amzn-transcribe-enable-channel-identification"
289
+ },
290
+ "NumberOfChannels":{
291
+ "shape":"NumberOfChannels",
292
+ "location":"header",
293
+ "locationName":"x-amzn-transcribe-number-of-channels"
267
294
  }
268
295
  },
269
296
  "payload":"TranscriptResultStream"
@@ -677,6 +677,7 @@
677
677
  "DownloadUri":{"shape":"Uri"}
678
678
  }
679
679
  },
680
+ "IdentifiedLanguageScore":{"type":"float"},
680
681
  "InputDataConfig":{
681
682
  "type":"structure",
682
683
  "required":[
@@ -765,6 +766,11 @@
765
766
  "InputDataConfig":{"shape":"InputDataConfig"}
766
767
  }
767
768
  },
769
+ "LanguageOptions":{
770
+ "type":"list",
771
+ "member":{"shape":"LanguageCode"},
772
+ "min":2
773
+ },
768
774
  "LimitExceededException":{
769
775
  "type":"structure",
770
776
  "members":{
@@ -1080,7 +1086,6 @@
1080
1086
  "type":"structure",
1081
1087
  "required":[
1082
1088
  "TranscriptionJobName",
1083
- "LanguageCode",
1084
1089
  "Media"
1085
1090
  ],
1086
1091
  "members":{
@@ -1094,7 +1099,9 @@
1094
1099
  "Settings":{"shape":"Settings"},
1095
1100
  "ModelSettings":{"shape":"ModelSettings"},
1096
1101
  "JobExecutionSettings":{"shape":"JobExecutionSettings"},
1097
- "ContentRedaction":{"shape":"ContentRedaction"}
1102
+ "ContentRedaction":{"shape":"ContentRedaction"},
1103
+ "IdentifyLanguage":{"shape":"Boolean"},
1104
+ "LanguageOptions":{"shape":"LanguageOptions"}
1098
1105
  }
1099
1106
  },
1100
1107
  "StartTranscriptionJobResponse":{
@@ -1128,7 +1135,10 @@
1128
1135
  "Settings":{"shape":"Settings"},
1129
1136
  "ModelSettings":{"shape":"ModelSettings"},
1130
1137
  "JobExecutionSettings":{"shape":"JobExecutionSettings"},
1131
- "ContentRedaction":{"shape":"ContentRedaction"}
1138
+ "ContentRedaction":{"shape":"ContentRedaction"},
1139
+ "IdentifyLanguage":{"shape":"Boolean"},
1140
+ "LanguageOptions":{"shape":"LanguageOptions"},
1141
+ "IdentifiedLanguageScore":{"shape":"IdentifiedLanguageScore"}
1132
1142
  }
1133
1143
  },
1134
1144
  "TranscriptionJobName":{
@@ -1162,7 +1172,9 @@
1162
1172
  "FailureReason":{"shape":"FailureReason"},
1163
1173
  "OutputLocationType":{"shape":"OutputLocationType"},
1164
1174
  "ContentRedaction":{"shape":"ContentRedaction"},
1165
- "ModelSettings":{"shape":"ModelSettings"}
1175
+ "ModelSettings":{"shape":"ModelSettings"},
1176
+ "IdentifyLanguage":{"shape":"Boolean"},
1177
+ "IdentifiedLanguageScore":{"shape":"IdentifiedLanguageScore"}
1166
1178
  }
1167
1179
  },
1168
1180
  "Type":{
@@ -12,6 +12,23 @@
12
12
  "uid":"workspaces-2015-04-08"
13
13
  },
14
14
  "operations":{
15
+ "AssociateConnectionAlias":{
16
+ "name":"AssociateConnectionAlias",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"AssociateConnectionAliasRequest"},
22
+ "output":{"shape":"AssociateConnectionAliasResult"},
23
+ "errors":[
24
+ {"shape":"ResourceAssociatedException"},
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"InvalidParameterValuesException"},
28
+ {"shape":"InvalidResourceStateException"},
29
+ {"shape":"OperationNotSupportedException"}
30
+ ]
31
+ },
15
32
  "AssociateIpGroups":{
16
33
  "name":"AssociateIpGroups",
17
34
  "http":{
@@ -63,6 +80,23 @@
63
80
  {"shape":"InvalidParameterValuesException"}
64
81
  ]
65
82
  },
83
+ "CreateConnectionAlias":{
84
+ "name":"CreateConnectionAlias",
85
+ "http":{
86
+ "method":"POST",
87
+ "requestUri":"/"
88
+ },
89
+ "input":{"shape":"CreateConnectionAliasRequest"},
90
+ "output":{"shape":"CreateConnectionAliasResult"},
91
+ "errors":[
92
+ {"shape":"ResourceAlreadyExistsException"},
93
+ {"shape":"AccessDeniedException"},
94
+ {"shape":"InvalidParameterValuesException"},
95
+ {"shape":"ResourceLimitExceededException"},
96
+ {"shape":"InvalidResourceStateException"},
97
+ {"shape":"OperationNotSupportedException"}
98
+ ]
99
+ },
66
100
  "CreateIpGroup":{
67
101
  "name":"CreateIpGroup",
68
102
  "http":{
@@ -106,6 +140,23 @@
106
140
  {"shape":"InvalidParameterValuesException"}
107
141
  ]
108
142
  },
143
+ "DeleteConnectionAlias":{
144
+ "name":"DeleteConnectionAlias",
145
+ "http":{
146
+ "method":"POST",
147
+ "requestUri":"/"
148
+ },
149
+ "input":{"shape":"DeleteConnectionAliasRequest"},
150
+ "output":{"shape":"DeleteConnectionAliasResult"},
151
+ "errors":[
152
+ {"shape":"ResourceNotFoundException"},
153
+ {"shape":"ResourceAssociatedException"},
154
+ {"shape":"AccessDeniedException"},
155
+ {"shape":"InvalidParameterValuesException"},
156
+ {"shape":"InvalidResourceStateException"},
157
+ {"shape":"OperationNotSupportedException"}
158
+ ]
159
+ },
109
160
  "DeleteIpGroup":{
110
161
  "name":"DeleteIpGroup",
111
162
  "http":{
@@ -202,6 +253,35 @@
202
253
  {"shape":"AccessDeniedException"}
203
254
  ]
204
255
  },
256
+ "DescribeConnectionAliasPermissions":{
257
+ "name":"DescribeConnectionAliasPermissions",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"DescribeConnectionAliasPermissionsRequest"},
263
+ "output":{"shape":"DescribeConnectionAliasPermissionsResult"},
264
+ "errors":[
265
+ {"shape":"AccessDeniedException"},
266
+ {"shape":"InvalidParameterValuesException"},
267
+ {"shape":"ResourceNotFoundException"},
268
+ {"shape":"OperationNotSupportedException"}
269
+ ]
270
+ },
271
+ "DescribeConnectionAliases":{
272
+ "name":"DescribeConnectionAliases",
273
+ "http":{
274
+ "method":"POST",
275
+ "requestUri":"/"
276
+ },
277
+ "input":{"shape":"DescribeConnectionAliasesRequest"},
278
+ "output":{"shape":"DescribeConnectionAliasesResult"},
279
+ "errors":[
280
+ {"shape":"AccessDeniedException"},
281
+ {"shape":"InvalidParameterValuesException"},
282
+ {"shape":"OperationNotSupportedException"}
283
+ ]
284
+ },
205
285
  "DescribeIpGroups":{
206
286
  "name":"DescribeIpGroups",
207
287
  "http":{
@@ -316,6 +396,22 @@
316
396
  {"shape":"InvalidParameterValuesException"}
317
397
  ]
318
398
  },
399
+ "DisassociateConnectionAlias":{
400
+ "name":"DisassociateConnectionAlias",
401
+ "http":{
402
+ "method":"POST",
403
+ "requestUri":"/"
404
+ },
405
+ "input":{"shape":"DisassociateConnectionAliasRequest"},
406
+ "output":{"shape":"DisassociateConnectionAliasResult"},
407
+ "errors":[
408
+ {"shape":"AccessDeniedException"},
409
+ {"shape":"ResourceNotFoundException"},
410
+ {"shape":"InvalidParameterValuesException"},
411
+ {"shape":"InvalidResourceStateException"},
412
+ {"shape":"OperationNotSupportedException"}
413
+ ]
414
+ },
319
415
  "DisassociateIpGroups":{
320
416
  "name":"DisassociateIpGroups",
321
417
  "http":{
@@ -575,6 +671,24 @@
575
671
  "input":{"shape":"TerminateWorkspacesRequest"},
576
672
  "output":{"shape":"TerminateWorkspacesResult"}
577
673
  },
674
+ "UpdateConnectionAliasPermission":{
675
+ "name":"UpdateConnectionAliasPermission",
676
+ "http":{
677
+ "method":"POST",
678
+ "requestUri":"/"
679
+ },
680
+ "input":{"shape":"UpdateConnectionAliasPermissionRequest"},
681
+ "output":{"shape":"UpdateConnectionAliasPermissionResult"},
682
+ "errors":[
683
+ {"shape":"AccessDeniedException"},
684
+ {"shape":"InvalidParameterValuesException"},
685
+ {"shape":"ResourceLimitExceededException"},
686
+ {"shape":"ResourceNotFoundException"},
687
+ {"shape":"ResourceAssociatedException"},
688
+ {"shape":"InvalidResourceStateException"},
689
+ {"shape":"OperationNotSupportedException"}
690
+ ]
691
+ },
578
692
  "UpdateRulesOfIpGroup":{
579
693
  "name":"UpdateRulesOfIpGroup",
580
694
  "http":{
@@ -656,6 +770,23 @@
656
770
  "max":5,
657
771
  "min":1
658
772
  },
773
+ "AssociateConnectionAliasRequest":{
774
+ "type":"structure",
775
+ "required":[
776
+ "AliasId",
777
+ "ResourceId"
778
+ ],
779
+ "members":{
780
+ "AliasId":{"shape":"ConnectionAliasId"},
781
+ "ResourceId":{"shape":"NonEmptyString"}
782
+ }
783
+ },
784
+ "AssociateConnectionAliasResult":{
785
+ "type":"structure",
786
+ "members":{
787
+ "ConnectionIdentifier":{"shape":"ConnectionIdentifier"}
788
+ }
789
+ },
659
790
  "AssociateIpGroupsRequest":{
660
791
  "type":"structure",
661
792
  "required":[
@@ -672,6 +803,16 @@
672
803
  "members":{
673
804
  }
674
805
  },
806
+ "AssociationStatus":{
807
+ "type":"string",
808
+ "enum":[
809
+ "NOT_ASSOCIATED",
810
+ "ASSOCIATED_WITH_OWNER_ACCOUNT",
811
+ "ASSOCIATED_WITH_SHARED_ACCOUNT",
812
+ "PENDING_ASSOCIATION",
813
+ "PENDING_DISASSOCIATION"
814
+ ]
815
+ },
675
816
  "AuthorizeIpRulesRequest":{
676
817
  "type":"structure",
677
818
  "required":[
@@ -744,6 +885,80 @@
744
885
  }
745
886
  },
746
887
  "ComputerName":{"type":"string"},
888
+ "ConnectionAlias":{
889
+ "type":"structure",
890
+ "members":{
891
+ "ConnectionString":{"shape":"ConnectionString"},
892
+ "AliasId":{"shape":"ConnectionAliasId"},
893
+ "State":{"shape":"ConnectionAliasState"},
894
+ "OwnerAccountId":{"shape":"AwsAccount"},
895
+ "Associations":{"shape":"ConnectionAliasAssociationList"}
896
+ }
897
+ },
898
+ "ConnectionAliasAssociation":{
899
+ "type":"structure",
900
+ "members":{
901
+ "AssociationStatus":{"shape":"AssociationStatus"},
902
+ "AssociatedAccountId":{"shape":"AwsAccount"},
903
+ "ResourceId":{"shape":"NonEmptyString"},
904
+ "ConnectionIdentifier":{"shape":"ConnectionIdentifier"}
905
+ }
906
+ },
907
+ "ConnectionAliasAssociationList":{
908
+ "type":"list",
909
+ "member":{"shape":"ConnectionAliasAssociation"},
910
+ "max":25,
911
+ "min":1
912
+ },
913
+ "ConnectionAliasId":{
914
+ "type":"string",
915
+ "max":68,
916
+ "min":13,
917
+ "pattern":"^wsca-[0-9a-z]{8,63}$"
918
+ },
919
+ "ConnectionAliasIdList":{
920
+ "type":"list",
921
+ "member":{"shape":"ConnectionAliasId"},
922
+ "max":25,
923
+ "min":1
924
+ },
925
+ "ConnectionAliasList":{
926
+ "type":"list",
927
+ "member":{"shape":"ConnectionAlias"},
928
+ "max":25,
929
+ "min":1
930
+ },
931
+ "ConnectionAliasPermission":{
932
+ "type":"structure",
933
+ "required":[
934
+ "SharedAccountId",
935
+ "AllowAssociation"
936
+ ],
937
+ "members":{
938
+ "SharedAccountId":{"shape":"AwsAccount"},
939
+ "AllowAssociation":{"shape":"BooleanObject"}
940
+ }
941
+ },
942
+ "ConnectionAliasPermissions":{
943
+ "type":"list",
944
+ "member":{"shape":"ConnectionAliasPermission"},
945
+ "max":25,
946
+ "min":1
947
+ },
948
+ "ConnectionAliasState":{
949
+ "type":"string",
950
+ "enum":[
951
+ "CREATING",
952
+ "CREATED",
953
+ "DELETING"
954
+ ]
955
+ },
956
+ "ConnectionIdentifier":{
957
+ "type":"string",
958
+ "max":20,
959
+ "min":1,
960
+ "pattern":"^[a-zA-Z0-9]+$"
961
+ },
747
962
  "ConnectionState":{
748
963
  "type":"string",
749
964
  "enum":[
@@ -752,6 +967,12 @@
752
967
  "UNKNOWN"
753
968
  ]
754
969
  },
970
+ "ConnectionString":{
971
+ "type":"string",
972
+ "max":255,
973
+ "min":1,
974
+ "pattern":"^[.0-9a-zA-Z\\-]{1,255}$"
975
+ },
755
976
  "CopyWorkspaceImageRequest":{
756
977
  "type":"structure",
757
978
  "required":[
@@ -773,6 +994,20 @@
773
994
  "ImageId":{"shape":"WorkspaceImageId"}
774
995
  }
775
996
  },
997
+ "CreateConnectionAliasRequest":{
998
+ "type":"structure",
999
+ "required":["ConnectionString"],
1000
+ "members":{
1001
+ "ConnectionString":{"shape":"ConnectionString"},
1002
+ "Tags":{"shape":"TagList"}
1003
+ }
1004
+ },
1005
+ "CreateConnectionAliasResult":{
1006
+ "type":"structure",
1007
+ "members":{
1008
+ "AliasId":{"shape":"ConnectionAliasId"}
1009
+ }
1010
+ },
776
1011
  "CreateIpGroupRequest":{
777
1012
  "type":"structure",
778
1013
  "required":["GroupName"],
@@ -858,6 +1093,18 @@
858
1093
  "EnableMaintenanceMode":{"shape":"BooleanObject"}
859
1094
  }
860
1095
  },
1096
+ "DeleteConnectionAliasRequest":{
1097
+ "type":"structure",
1098
+ "required":["AliasId"],
1099
+ "members":{
1100
+ "AliasId":{"shape":"ConnectionAliasId"}
1101
+ }
1102
+ },
1103
+ "DeleteConnectionAliasResult":{
1104
+ "type":"structure",
1105
+ "members":{
1106
+ }
1107
+ },
861
1108
  "DeleteIpGroupRequest":{
862
1109
  "type":"structure",
863
1110
  "required":["GroupId"],
@@ -948,6 +1195,39 @@
948
1195
  "ClientPropertiesList":{"shape":"ClientPropertiesList"}
949
1196
  }
950
1197
  },
1198
+ "DescribeConnectionAliasPermissionsRequest":{
1199
+ "type":"structure",
1200
+ "required":["AliasId"],
1201
+ "members":{
1202
+ "AliasId":{"shape":"ConnectionAliasId"},
1203
+ "NextToken":{"shape":"PaginationToken"},
1204
+ "MaxResults":{"shape":"Limit"}
1205
+ }
1206
+ },
1207
+ "DescribeConnectionAliasPermissionsResult":{
1208
+ "type":"structure",
1209
+ "members":{
1210
+ "AliasId":{"shape":"ConnectionAliasId"},
1211
+ "ConnectionAliasPermissions":{"shape":"ConnectionAliasPermissions"},
1212
+ "NextToken":{"shape":"PaginationToken"}
1213
+ }
1214
+ },
1215
+ "DescribeConnectionAliasesRequest":{
1216
+ "type":"structure",
1217
+ "members":{
1218
+ "AliasIds":{"shape":"ConnectionAliasIdList"},
1219
+ "ResourceId":{"shape":"NonEmptyString"},
1220
+ "Limit":{"shape":"Limit"},
1221
+ "NextToken":{"shape":"PaginationToken"}
1222
+ }
1223
+ },
1224
+ "DescribeConnectionAliasesResult":{
1225
+ "type":"structure",
1226
+ "members":{
1227
+ "ConnectionAliases":{"shape":"ConnectionAliasList"},
1228
+ "NextToken":{"shape":"PaginationToken"}
1229
+ }
1230
+ },
951
1231
  "DescribeIpGroupsRequest":{
952
1232
  "type":"structure",
953
1233
  "members":{
@@ -1103,6 +1383,18 @@
1103
1383
  "member":{"shape":"WorkspaceDirectory"}
1104
1384
  },
1105
1385
  "DirectoryName":{"type":"string"},
1386
+ "DisassociateConnectionAliasRequest":{
1387
+ "type":"structure",
1388
+ "required":["AliasId"],
1389
+ "members":{
1390
+ "AliasId":{"shape":"ConnectionAliasId"}
1391
+ }
1392
+ },
1393
+ "DisassociateConnectionAliasResult":{
1394
+ "type":"structure",
1395
+ "members":{
1396
+ }
1397
+ },
1106
1398
  "DisassociateIpGroupsRequest":{
1107
1399
  "type":"structure",
1108
1400
  "required":[
@@ -1466,7 +1758,7 @@
1466
1758
  },
1467
1759
  "PaginationToken":{
1468
1760
  "type":"string",
1469
- "max":63,
1761
+ "max":2048,
1470
1762
  "min":1
1471
1763
  },
1472
1764
  "RebootRequest":{
@@ -1819,6 +2111,22 @@
1819
2111
  },
1820
2112
  "exception":true
1821
2113
  },
2114
+ "UpdateConnectionAliasPermissionRequest":{
2115
+ "type":"structure",
2116
+ "required":[
2117
+ "AliasId",
2118
+ "ConnectionAliasPermission"
2119
+ ],
2120
+ "members":{
2121
+ "AliasId":{"shape":"ConnectionAliasId"},
2122
+ "ConnectionAliasPermission":{"shape":"ConnectionAliasPermission"}
2123
+ }
2124
+ },
2125
+ "UpdateConnectionAliasPermissionResult":{
2126
+ "type":"structure",
2127
+ "members":{
2128
+ }
2129
+ },
1822
2130
  "UpdateRulesOfIpGroupRequest":{
1823
2131
  "type":"structure",
1824
2132
  "required":[