aws-sdk-core 2.11.582 → 2.11.587

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/budgets/2016-10-20/api-2.json +2 -2
  3. data/apis/budgets/2016-10-20/paginators-1.json +25 -1
  4. data/apis/cloudfront/2020-05-31/api-2.json +1 -0
  5. data/apis/connect/2017-08-08/api-2.json +754 -4
  6. data/apis/connect/2017-08-08/paginators-1.json +12 -0
  7. data/apis/dlm/2018-01-12/api-2.json +1 -1
  8. data/apis/docdb/2014-10-31/api-2.json +1 -0
  9. data/apis/docdb/2014-10-31/paginators-1.json +30 -0
  10. data/apis/ec2/2016-11-15/api-2.json +9 -1
  11. data/apis/greengrass/2017-06-07/api-2.json +120 -0
  12. data/apis/kafka/2018-11-14/api-2.json +232 -6
  13. data/apis/kafka/2018-11-14/paginators-1.json +7 -1
  14. data/apis/kendra/2019-02-03/api-2.json +3 -1
  15. data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
  16. data/apis/medialive/2017-10-14/api-2.json +64 -40
  17. data/apis/organizations/2016-11-28/api-2.json +14 -7
  18. data/apis/s3/2006-03-01/api-2.json +437 -2
  19. data/apis/s3/2006-03-01/examples-1.json +117 -117
  20. data/apis/sagemaker/2017-07-24/api-2.json +16 -2
  21. data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
  22. data/apis/sso-admin/2020-07-20/api-2.json +1296 -0
  23. data/apis/sso-admin/2020-07-20/examples-1.json +5 -0
  24. data/apis/sso-admin/2020-07-20/paginators-1.json +63 -0
  25. data/apis/states/2016-11-23/api-2.json +34 -6
  26. data/apis/transcribe/2017-10-26/api-2.json +16 -4
  27. data/apis/workspaces/2015-04-08/api-2.json +309 -1
  28. data/endpoints.json +68 -1
  29. data/lib/aws-sdk-core.rb +1 -0
  30. data/lib/aws-sdk-core/ssoadmin.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +4 -0
  33. metadata +6 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,63 @@
1
+ {
2
+ "pagination": {
3
+ "ListAccountAssignmentCreationStatus": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "AccountAssignmentsCreationStatus"
8
+ },
9
+ "ListAccountAssignmentDeletionStatus": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "AccountAssignmentsDeletionStatus"
14
+ },
15
+ "ListAccountAssignments": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "AccountAssignments"
20
+ },
21
+ "ListAccountsForProvisionedPermissionSet": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "AccountIds"
26
+ },
27
+ "ListInstances": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "Instances"
32
+ },
33
+ "ListManagedPoliciesInPermissionSet": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "AttachedManagedPolicies"
38
+ },
39
+ "ListPermissionSetProvisioningStatus": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "PermissionSetsProvisioningStatus"
44
+ },
45
+ "ListPermissionSets": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken",
49
+ "result_key": "PermissionSets"
50
+ },
51
+ "ListPermissionSetsProvisionedToAccount": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken",
55
+ "result_key": "PermissionSets"
56
+ },
57
+ "ListTagsForResource": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "result_key": "Tags"
61
+ }
62
+ }
63
+ }
@@ -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":{
@@ -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":[