aws-sdk-quicksight 1.42.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +254 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-quicksight.rb +2 -2
- data/lib/aws-sdk-quicksight/client.rb +682 -5
- data/lib/aws-sdk-quicksight/client_api.rb +404 -1
- data/lib/aws-sdk-quicksight/errors.rb +1 -1
- data/lib/aws-sdk-quicksight/resource.rb +1 -1
- data/lib/aws-sdk-quicksight/types.rb +1110 -48
- metadata +9 -7
| @@ -3,7 +3,7 @@ | |
| 3 3 | 
             
            # WARNING ABOUT GENERATED CODE
         | 
| 4 4 | 
             
            #
         | 
| 5 5 | 
             
            # This file is generated. See the contributing guide for more information:
         | 
| 6 | 
            -
            # https://github.com/aws/aws-sdk-ruby/blob/ | 
| 6 | 
            +
            # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
         | 
| 7 7 | 
             
            #
         | 
| 8 8 | 
             
            # WARNING ABOUT GENERATED CODE
         | 
| 9 9 |  | 
| @@ -87,6 +87,10 @@ module Aws::QuickSight | |
| 87 87 | 
             
                CreateDataSetResponse = Shapes::StructureShape.new(name: 'CreateDataSetResponse')
         | 
| 88 88 | 
             
                CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
         | 
| 89 89 | 
             
                CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
         | 
| 90 | 
            +
                CreateFolderMembershipRequest = Shapes::StructureShape.new(name: 'CreateFolderMembershipRequest')
         | 
| 91 | 
            +
                CreateFolderMembershipResponse = Shapes::StructureShape.new(name: 'CreateFolderMembershipResponse')
         | 
| 92 | 
            +
                CreateFolderRequest = Shapes::StructureShape.new(name: 'CreateFolderRequest')
         | 
| 93 | 
            +
                CreateFolderResponse = Shapes::StructureShape.new(name: 'CreateFolderResponse')
         | 
| 90 94 | 
             
                CreateGroupMembershipRequest = Shapes::StructureShape.new(name: 'CreateGroupMembershipRequest')
         | 
| 91 95 | 
             
                CreateGroupMembershipResponse = Shapes::StructureShape.new(name: 'CreateGroupMembershipResponse')
         | 
| 92 96 | 
             
                CreateGroupRequest = Shapes::StructureShape.new(name: 'CreateGroupRequest')
         | 
| @@ -161,6 +165,10 @@ module Aws::QuickSight | |
| 161 165 | 
             
                DeleteDataSetResponse = Shapes::StructureShape.new(name: 'DeleteDataSetResponse')
         | 
| 162 166 | 
             
                DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
         | 
| 163 167 | 
             
                DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
         | 
| 168 | 
            +
                DeleteFolderMembershipRequest = Shapes::StructureShape.new(name: 'DeleteFolderMembershipRequest')
         | 
| 169 | 
            +
                DeleteFolderMembershipResponse = Shapes::StructureShape.new(name: 'DeleteFolderMembershipResponse')
         | 
| 170 | 
            +
                DeleteFolderRequest = Shapes::StructureShape.new(name: 'DeleteFolderRequest')
         | 
| 171 | 
            +
                DeleteFolderResponse = Shapes::StructureShape.new(name: 'DeleteFolderResponse')
         | 
| 164 172 | 
             
                DeleteGroupMembershipRequest = Shapes::StructureShape.new(name: 'DeleteGroupMembershipRequest')
         | 
| 165 173 | 
             
                DeleteGroupMembershipResponse = Shapes::StructureShape.new(name: 'DeleteGroupMembershipResponse')
         | 
| 166 174 | 
             
                DeleteGroupRequest = Shapes::StructureShape.new(name: 'DeleteGroupRequest')
         | 
| @@ -202,6 +210,12 @@ module Aws::QuickSight | |
| 202 210 | 
             
                DescribeDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDataSourcePermissionsResponse')
         | 
| 203 211 | 
             
                DescribeDataSourceRequest = Shapes::StructureShape.new(name: 'DescribeDataSourceRequest')
         | 
| 204 212 | 
             
                DescribeDataSourceResponse = Shapes::StructureShape.new(name: 'DescribeDataSourceResponse')
         | 
| 213 | 
            +
                DescribeFolderPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeFolderPermissionsRequest')
         | 
| 214 | 
            +
                DescribeFolderPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeFolderPermissionsResponse')
         | 
| 215 | 
            +
                DescribeFolderRequest = Shapes::StructureShape.new(name: 'DescribeFolderRequest')
         | 
| 216 | 
            +
                DescribeFolderResolvedPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeFolderResolvedPermissionsRequest')
         | 
| 217 | 
            +
                DescribeFolderResolvedPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeFolderResolvedPermissionsResponse')
         | 
| 218 | 
            +
                DescribeFolderResponse = Shapes::StructureShape.new(name: 'DescribeFolderResponse')
         | 
| 205 219 | 
             
                DescribeGroupRequest = Shapes::StructureShape.new(name: 'DescribeGroupRequest')
         | 
| 206 220 | 
             
                DescribeGroupResponse = Shapes::StructureShape.new(name: 'DescribeGroupResponse')
         | 
| 207 221 | 
             
                DescribeIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'DescribeIAMPolicyAssignmentRequest')
         | 
| @@ -243,7 +257,17 @@ module Aws::QuickSight | |
| 243 257 | 
             
                FileFormat = Shapes::StringShape.new(name: 'FileFormat')
         | 
| 244 258 | 
             
                FilterOperation = Shapes::StructureShape.new(name: 'FilterOperation')
         | 
| 245 259 | 
             
                FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
         | 
| 260 | 
            +
                Folder = Shapes::StructureShape.new(name: 'Folder')
         | 
| 246 261 | 
             
                FolderColumnList = Shapes::ListShape.new(name: 'FolderColumnList')
         | 
| 262 | 
            +
                FolderFilterAttribute = Shapes::StringShape.new(name: 'FolderFilterAttribute')
         | 
| 263 | 
            +
                FolderMember = Shapes::StructureShape.new(name: 'FolderMember')
         | 
| 264 | 
            +
                FolderMemberList = Shapes::ListShape.new(name: 'FolderMemberList')
         | 
| 265 | 
            +
                FolderName = Shapes::StringShape.new(name: 'FolderName')
         | 
| 266 | 
            +
                FolderSearchFilter = Shapes::StructureShape.new(name: 'FolderSearchFilter')
         | 
| 267 | 
            +
                FolderSearchFilterList = Shapes::ListShape.new(name: 'FolderSearchFilterList')
         | 
| 268 | 
            +
                FolderSummary = Shapes::StructureShape.new(name: 'FolderSummary')
         | 
| 269 | 
            +
                FolderSummaryList = Shapes::ListShape.new(name: 'FolderSummaryList')
         | 
| 270 | 
            +
                FolderType = Shapes::StringShape.new(name: 'FolderType')
         | 
| 247 271 | 
             
                GeoSpatialColumnGroup = Shapes::StructureShape.new(name: 'GeoSpatialColumnGroup')
         | 
| 248 272 | 
             
                GeoSpatialCountryCode = Shapes::StringShape.new(name: 'GeoSpatialCountryCode')
         | 
| 249 273 | 
             
                GeoSpatialDataRole = Shapes::StringShape.new(name: 'GeoSpatialDataRole')
         | 
| @@ -303,6 +327,10 @@ module Aws::QuickSight | |
| 303 327 | 
             
                ListDataSetsResponse = Shapes::StructureShape.new(name: 'ListDataSetsResponse')
         | 
| 304 328 | 
             
                ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
         | 
| 305 329 | 
             
                ListDataSourcesResponse = Shapes::StructureShape.new(name: 'ListDataSourcesResponse')
         | 
| 330 | 
            +
                ListFolderMembersRequest = Shapes::StructureShape.new(name: 'ListFolderMembersRequest')
         | 
| 331 | 
            +
                ListFolderMembersResponse = Shapes::StructureShape.new(name: 'ListFolderMembersResponse')
         | 
| 332 | 
            +
                ListFoldersRequest = Shapes::StructureShape.new(name: 'ListFoldersRequest')
         | 
| 333 | 
            +
                ListFoldersResponse = Shapes::StructureShape.new(name: 'ListFoldersResponse')
         | 
| 306 334 | 
             
                ListGroupMembershipsRequest = Shapes::StructureShape.new(name: 'ListGroupMembershipsRequest')
         | 
| 307 335 | 
             
                ListGroupMembershipsResponse = Shapes::StructureShape.new(name: 'ListGroupMembershipsResponse')
         | 
| 308 336 | 
             
                ListGroupsRequest = Shapes::StructureShape.new(name: 'ListGroupsRequest')
         | 
| @@ -344,6 +372,8 @@ module Aws::QuickSight | |
| 344 372 | 
             
                MarginStyle = Shapes::StructureShape.new(name: 'MarginStyle')
         | 
| 345 373 | 
             
                MariaDbParameters = Shapes::StructureShape.new(name: 'MariaDbParameters')
         | 
| 346 374 | 
             
                MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
         | 
| 375 | 
            +
                MemberIdArnPair = Shapes::StructureShape.new(name: 'MemberIdArnPair')
         | 
| 376 | 
            +
                MemberType = Shapes::StringShape.new(name: 'MemberType')
         | 
| 347 377 | 
             
                MySqlParameters = Shapes::StructureShape.new(name: 'MySqlParameters')
         | 
| 348 378 | 
             
                Namespace = Shapes::StringShape.new(name: 'Namespace')
         | 
| 349 379 | 
             
                NamespaceError = Shapes::StructureShape.new(name: 'NamespaceError')
         | 
| @@ -359,6 +389,7 @@ module Aws::QuickSight | |
| 359 389 | 
             
                OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
         | 
| 360 390 | 
             
                Parameters = Shapes::StructureShape.new(name: 'Parameters')
         | 
| 361 391 | 
             
                Password = Shapes::StringShape.new(name: 'Password')
         | 
| 392 | 
            +
                Path = Shapes::ListShape.new(name: 'Path')
         | 
| 362 393 | 
             
                PhysicalTable = Shapes::StructureShape.new(name: 'PhysicalTable')
         | 
| 363 394 | 
             
                PhysicalTableId = Shapes::StringShape.new(name: 'PhysicalTableId')
         | 
| 364 395 | 
             
                PhysicalTableMap = Shapes::MapShape.new(name: 'PhysicalTableMap')
         | 
| @@ -399,6 +430,7 @@ module Aws::QuickSight | |
| 399 430 | 
             
                RoleSessionName = Shapes::StringShape.new(name: 'RoleSessionName')
         | 
| 400 431 | 
             
                RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
         | 
| 401 432 | 
             
                RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
         | 
| 433 | 
            +
                RowLevelPermissionFormatVersion = Shapes::StringShape.new(name: 'RowLevelPermissionFormatVersion')
         | 
| 402 434 | 
             
                RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
         | 
| 403 435 | 
             
                S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
         | 
| 404 436 | 
             
                S3Key = Shapes::StringShape.new(name: 'S3Key')
         | 
| @@ -408,6 +440,8 @@ module Aws::QuickSight | |
| 408 440 | 
             
                SearchAnalysesResponse = Shapes::StructureShape.new(name: 'SearchAnalysesResponse')
         | 
| 409 441 | 
             
                SearchDashboardsRequest = Shapes::StructureShape.new(name: 'SearchDashboardsRequest')
         | 
| 410 442 | 
             
                SearchDashboardsResponse = Shapes::StructureShape.new(name: 'SearchDashboardsResponse')
         | 
| 443 | 
            +
                SearchFoldersRequest = Shapes::StructureShape.new(name: 'SearchFoldersRequest')
         | 
| 444 | 
            +
                SearchFoldersResponse = Shapes::StructureShape.new(name: 'SearchFoldersResponse')
         | 
| 411 445 | 
             
                ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
         | 
| 412 446 | 
             
                SessionLifetimeInMinutes = Shapes::IntegerShape.new(name: 'SessionLifetimeInMinutes')
         | 
| 413 447 | 
             
                SessionLifetimeInMinutesInvalidException = Shapes::StructureShape.new(name: 'SessionLifetimeInMinutesInvalidException')
         | 
| @@ -501,6 +535,10 @@ module Aws::QuickSight | |
| 501 535 | 
             
                UpdateDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDataSourcePermissionsResponse')
         | 
| 502 536 | 
             
                UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
         | 
| 503 537 | 
             
                UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
         | 
| 538 | 
            +
                UpdateFolderPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsRequest')
         | 
| 539 | 
            +
                UpdateFolderPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateFolderPermissionsResponse')
         | 
| 540 | 
            +
                UpdateFolderRequest = Shapes::StructureShape.new(name: 'UpdateFolderRequest')
         | 
| 541 | 
            +
                UpdateFolderResponse = Shapes::StructureShape.new(name: 'UpdateFolderResponse')
         | 
| 504 542 | 
             
                UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
         | 
| 505 543 | 
             
                UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
         | 
| 506 544 | 
             
                UpdateIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentRequest')
         | 
| @@ -796,6 +834,32 @@ module Aws::QuickSight | |
| 796 834 | 
             
                CreateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 797 835 | 
             
                CreateDataSourceResponse.struct_class = Types::CreateDataSourceResponse
         | 
| 798 836 |  | 
| 837 | 
            +
                CreateFolderMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 838 | 
            +
                CreateFolderMembershipRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 839 | 
            +
                CreateFolderMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "MemberId"))
         | 
| 840 | 
            +
                CreateFolderMembershipRequest.add_member(:member_type, Shapes::ShapeRef.new(shape: MemberType, required: true, location: "uri", location_name: "MemberType"))
         | 
| 841 | 
            +
                CreateFolderMembershipRequest.struct_class = Types::CreateFolderMembershipRequest
         | 
| 842 | 
            +
             | 
| 843 | 
            +
                CreateFolderMembershipResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
         | 
| 844 | 
            +
                CreateFolderMembershipResponse.add_member(:folder_member, Shapes::ShapeRef.new(shape: FolderMember, location_name: "FolderMember"))
         | 
| 845 | 
            +
                CreateFolderMembershipResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 846 | 
            +
                CreateFolderMembershipResponse.struct_class = Types::CreateFolderMembershipResponse
         | 
| 847 | 
            +
             | 
| 848 | 
            +
                CreateFolderRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 849 | 
            +
                CreateFolderRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 850 | 
            +
                CreateFolderRequest.add_member(:name, Shapes::ShapeRef.new(shape: FolderName, location_name: "Name"))
         | 
| 851 | 
            +
                CreateFolderRequest.add_member(:folder_type, Shapes::ShapeRef.new(shape: FolderType, location_name: "FolderType"))
         | 
| 852 | 
            +
                CreateFolderRequest.add_member(:parent_folder_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ParentFolderArn"))
         | 
| 853 | 
            +
                CreateFolderRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
         | 
| 854 | 
            +
                CreateFolderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
         | 
| 855 | 
            +
                CreateFolderRequest.struct_class = Types::CreateFolderRequest
         | 
| 856 | 
            +
             | 
| 857 | 
            +
                CreateFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 858 | 
            +
                CreateFolderResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 859 | 
            +
                CreateFolderResponse.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 860 | 
            +
                CreateFolderResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 861 | 
            +
                CreateFolderResponse.struct_class = Types::CreateFolderResponse
         | 
| 862 | 
            +
             | 
| 799 863 | 
             
                CreateGroupMembershipRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: GroupMemberName, required: true, location: "uri", location_name: "MemberName"))
         | 
| 800 864 | 
             
                CreateGroupMembershipRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
         | 
| 801 865 | 
             
                CreateGroupMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| @@ -1160,6 +1224,26 @@ module Aws::QuickSight | |
| 1160 1224 | 
             
                DeleteDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1161 1225 | 
             
                DeleteDataSourceResponse.struct_class = Types::DeleteDataSourceResponse
         | 
| 1162 1226 |  | 
| 1227 | 
            +
                DeleteFolderMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1228 | 
            +
                DeleteFolderMembershipRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 1229 | 
            +
                DeleteFolderMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "MemberId"))
         | 
| 1230 | 
            +
                DeleteFolderMembershipRequest.add_member(:member_type, Shapes::ShapeRef.new(shape: MemberType, required: true, location: "uri", location_name: "MemberType"))
         | 
| 1231 | 
            +
                DeleteFolderMembershipRequest.struct_class = Types::DeleteFolderMembershipRequest
         | 
| 1232 | 
            +
             | 
| 1233 | 
            +
                DeleteFolderMembershipResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
         | 
| 1234 | 
            +
                DeleteFolderMembershipResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1235 | 
            +
                DeleteFolderMembershipResponse.struct_class = Types::DeleteFolderMembershipResponse
         | 
| 1236 | 
            +
             | 
| 1237 | 
            +
                DeleteFolderRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1238 | 
            +
                DeleteFolderRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 1239 | 
            +
                DeleteFolderRequest.struct_class = Types::DeleteFolderRequest
         | 
| 1240 | 
            +
             | 
| 1241 | 
            +
                DeleteFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1242 | 
            +
                DeleteFolderResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 1243 | 
            +
                DeleteFolderResponse.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 1244 | 
            +
                DeleteFolderResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1245 | 
            +
                DeleteFolderResponse.struct_class = Types::DeleteFolderResponse
         | 
| 1246 | 
            +
             | 
| 1163 1247 | 
             
                DeleteGroupMembershipRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: GroupMemberName, required: true, location: "uri", location_name: "MemberName"))
         | 
| 1164 1248 | 
             
                DeleteGroupMembershipRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
         | 
| 1165 1249 | 
             
                DeleteGroupMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| @@ -1364,6 +1448,37 @@ module Aws::QuickSight | |
| 1364 1448 | 
             
                DescribeDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1365 1449 | 
             
                DescribeDataSourceResponse.struct_class = Types::DescribeDataSourceResponse
         | 
| 1366 1450 |  | 
| 1451 | 
            +
                DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1452 | 
            +
                DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 1453 | 
            +
                DescribeFolderPermissionsRequest.struct_class = Types::DescribeFolderPermissionsRequest
         | 
| 1454 | 
            +
             | 
| 1455 | 
            +
                DescribeFolderPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1456 | 
            +
                DescribeFolderPermissionsResponse.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 1457 | 
            +
                DescribeFolderPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 1458 | 
            +
                DescribeFolderPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
         | 
| 1459 | 
            +
                DescribeFolderPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1460 | 
            +
                DescribeFolderPermissionsResponse.struct_class = Types::DescribeFolderPermissionsResponse
         | 
| 1461 | 
            +
             | 
| 1462 | 
            +
                DescribeFolderRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1463 | 
            +
                DescribeFolderRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 1464 | 
            +
                DescribeFolderRequest.struct_class = Types::DescribeFolderRequest
         | 
| 1465 | 
            +
             | 
| 1466 | 
            +
                DescribeFolderResolvedPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1467 | 
            +
                DescribeFolderResolvedPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 1468 | 
            +
                DescribeFolderResolvedPermissionsRequest.struct_class = Types::DescribeFolderResolvedPermissionsRequest
         | 
| 1469 | 
            +
             | 
| 1470 | 
            +
                DescribeFolderResolvedPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1471 | 
            +
                DescribeFolderResolvedPermissionsResponse.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 1472 | 
            +
                DescribeFolderResolvedPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 1473 | 
            +
                DescribeFolderResolvedPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
         | 
| 1474 | 
            +
                DescribeFolderResolvedPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1475 | 
            +
                DescribeFolderResolvedPermissionsResponse.struct_class = Types::DescribeFolderResolvedPermissionsResponse
         | 
| 1476 | 
            +
             | 
| 1477 | 
            +
                DescribeFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1478 | 
            +
                DescribeFolderResponse.add_member(:folder, Shapes::ShapeRef.new(shape: Folder, location_name: "Folder"))
         | 
| 1479 | 
            +
                DescribeFolderResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1480 | 
            +
                DescribeFolderResponse.struct_class = Types::DescribeFolderResponse
         | 
| 1481 | 
            +
             | 
| 1367 1482 | 
             
                DescribeGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
         | 
| 1368 1483 | 
             
                DescribeGroupRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1369 1484 | 
             
                DescribeGroupRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
         | 
| @@ -1500,8 +1615,40 @@ module Aws::QuickSight | |
| 1500 1615 | 
             
                FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "ConditionExpression"))
         | 
| 1501 1616 | 
             
                FilterOperation.struct_class = Types::FilterOperation
         | 
| 1502 1617 |  | 
| 1618 | 
            +
                Folder.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 1619 | 
            +
                Folder.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 1620 | 
            +
                Folder.add_member(:name, Shapes::ShapeRef.new(shape: FolderName, location_name: "Name"))
         | 
| 1621 | 
            +
                Folder.add_member(:folder_type, Shapes::ShapeRef.new(shape: FolderType, location_name: "FolderType"))
         | 
| 1622 | 
            +
                Folder.add_member(:folder_path, Shapes::ShapeRef.new(shape: Path, location_name: "FolderPath"))
         | 
| 1623 | 
            +
                Folder.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
         | 
| 1624 | 
            +
                Folder.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
         | 
| 1625 | 
            +
                Folder.struct_class = Types::Folder
         | 
| 1626 | 
            +
             | 
| 1503 1627 | 
             
                FolderColumnList.member = Shapes::ShapeRef.new(shape: String)
         | 
| 1504 1628 |  | 
| 1629 | 
            +
                FolderMember.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "MemberId"))
         | 
| 1630 | 
            +
                FolderMember.add_member(:member_type, Shapes::ShapeRef.new(shape: MemberType, location_name: "MemberType"))
         | 
| 1631 | 
            +
                FolderMember.struct_class = Types::FolderMember
         | 
| 1632 | 
            +
             | 
| 1633 | 
            +
                FolderMemberList.member = Shapes::ShapeRef.new(shape: MemberIdArnPair)
         | 
| 1634 | 
            +
             | 
| 1635 | 
            +
                FolderSearchFilter.add_member(:operator, Shapes::ShapeRef.new(shape: FilterOperator, location_name: "Operator"))
         | 
| 1636 | 
            +
                FolderSearchFilter.add_member(:name, Shapes::ShapeRef.new(shape: FolderFilterAttribute, location_name: "Name"))
         | 
| 1637 | 
            +
                FolderSearchFilter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
         | 
| 1638 | 
            +
                FolderSearchFilter.struct_class = Types::FolderSearchFilter
         | 
| 1639 | 
            +
             | 
| 1640 | 
            +
                FolderSearchFilterList.member = Shapes::ShapeRef.new(shape: FolderSearchFilter)
         | 
| 1641 | 
            +
             | 
| 1642 | 
            +
                FolderSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 1643 | 
            +
                FolderSummary.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 1644 | 
            +
                FolderSummary.add_member(:name, Shapes::ShapeRef.new(shape: FolderName, location_name: "Name"))
         | 
| 1645 | 
            +
                FolderSummary.add_member(:folder_type, Shapes::ShapeRef.new(shape: FolderType, location_name: "FolderType"))
         | 
| 1646 | 
            +
                FolderSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
         | 
| 1647 | 
            +
                FolderSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
         | 
| 1648 | 
            +
                FolderSummary.struct_class = Types::FolderSummary
         | 
| 1649 | 
            +
             | 
| 1650 | 
            +
                FolderSummaryList.member = Shapes::ShapeRef.new(shape: FolderSummary)
         | 
| 1651 | 
            +
             | 
| 1505 1652 | 
             
                GeoSpatialColumnGroup.add_member(:name, Shapes::ShapeRef.new(shape: ColumnGroupName, required: true, location_name: "Name"))
         | 
| 1506 1653 | 
             
                GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, required: true, location_name: "CountryCode"))
         | 
| 1507 1654 | 
             
                GeoSpatialColumnGroup.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "Columns"))
         | 
| @@ -1689,6 +1836,29 @@ module Aws::QuickSight | |
| 1689 1836 | 
             
                ListDataSourcesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1690 1837 | 
             
                ListDataSourcesResponse.struct_class = Types::ListDataSourcesResponse
         | 
| 1691 1838 |  | 
| 1839 | 
            +
                ListFolderMembersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1840 | 
            +
                ListFolderMembersRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 1841 | 
            +
                ListFolderMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
         | 
| 1842 | 
            +
                ListFolderMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
         | 
| 1843 | 
            +
                ListFolderMembersRequest.struct_class = Types::ListFolderMembersRequest
         | 
| 1844 | 
            +
             | 
| 1845 | 
            +
                ListFolderMembersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1846 | 
            +
                ListFolderMembersResponse.add_member(:folder_member_list, Shapes::ShapeRef.new(shape: FolderMemberList, location_name: "FolderMemberList"))
         | 
| 1847 | 
            +
                ListFolderMembersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         | 
| 1848 | 
            +
                ListFolderMembersResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1849 | 
            +
                ListFolderMembersResponse.struct_class = Types::ListFolderMembersResponse
         | 
| 1850 | 
            +
             | 
| 1851 | 
            +
                ListFoldersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 1852 | 
            +
                ListFoldersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
         | 
| 1853 | 
            +
                ListFoldersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
         | 
| 1854 | 
            +
                ListFoldersRequest.struct_class = Types::ListFoldersRequest
         | 
| 1855 | 
            +
             | 
| 1856 | 
            +
                ListFoldersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 1857 | 
            +
                ListFoldersResponse.add_member(:folder_summary_list, Shapes::ShapeRef.new(shape: FolderSummaryList, location_name: "FolderSummaryList"))
         | 
| 1858 | 
            +
                ListFoldersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         | 
| 1859 | 
            +
                ListFoldersResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 1860 | 
            +
                ListFoldersResponse.struct_class = Types::ListFoldersResponse
         | 
| 1861 | 
            +
             | 
| 1692 1862 | 
             
                ListGroupMembershipsRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
         | 
| 1693 1863 | 
             
                ListGroupMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
         | 
| 1694 1864 | 
             
                ListGroupMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
         | 
| @@ -1893,6 +2063,10 @@ module Aws::QuickSight | |
| 1893 2063 | 
             
                MariaDbParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
         | 
| 1894 2064 | 
             
                MariaDbParameters.struct_class = Types::MariaDbParameters
         | 
| 1895 2065 |  | 
| 2066 | 
            +
                MemberIdArnPair.add_member(:member_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "MemberId"))
         | 
| 2067 | 
            +
                MemberIdArnPair.add_member(:member_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MemberArn"))
         | 
| 2068 | 
            +
                MemberIdArnPair.struct_class = Types::MemberIdArnPair
         | 
| 2069 | 
            +
             | 
| 1896 2070 | 
             
                MySqlParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
         | 
| 1897 2071 | 
             
                MySqlParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
         | 
| 1898 2072 | 
             
                MySqlParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
         | 
| @@ -1930,6 +2104,8 @@ module Aws::QuickSight | |
| 1930 2104 | 
             
                Parameters.add_member(:date_time_parameters, Shapes::ShapeRef.new(shape: DateTimeParameterList, location_name: "DateTimeParameters"))
         | 
| 1931 2105 | 
             
                Parameters.struct_class = Types::Parameters
         | 
| 1932 2106 |  | 
| 2107 | 
            +
                Path.member = Shapes::ShapeRef.new(shape: Arn)
         | 
| 2108 | 
            +
             | 
| 1933 2109 | 
             
                PhysicalTable.add_member(:relational_table, Shapes::ShapeRef.new(shape: RelationalTable, location_name: "RelationalTable"))
         | 
| 1934 2110 | 
             
                PhysicalTable.add_member(:custom_sql, Shapes::ShapeRef.new(shape: CustomSql, location_name: "CustomSql"))
         | 
| 1935 2111 | 
             
                PhysicalTable.add_member(:s3_source, Shapes::ShapeRef.new(shape: S3Source, location_name: "S3Source"))
         | 
| @@ -1986,6 +2162,9 @@ module Aws::QuickSight | |
| 1986 2162 | 
             
                RegisterUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
         | 
| 1987 2163 | 
             
                RegisterUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
         | 
| 1988 2164 | 
             
                RegisterUserRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "CustomPermissionsName"))
         | 
| 2165 | 
            +
                RegisterUserRequest.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
         | 
| 2166 | 
            +
                RegisterUserRequest.add_member(:custom_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "CustomFederationProviderUrl"))
         | 
| 2167 | 
            +
                RegisterUserRequest.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
         | 
| 1989 2168 | 
             
                RegisterUserRequest.struct_class = Types::RegisterUserRequest
         | 
| 1990 2169 |  | 
| 1991 2170 | 
             
                RegisterUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
         | 
| @@ -2043,6 +2222,7 @@ module Aws::QuickSight | |
| 2043 2222 | 
             
                RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
         | 
| 2044 2223 | 
             
                RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
         | 
| 2045 2224 | 
             
                RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
         | 
| 2225 | 
            +
                RowLevelPermissionDataSet.add_member(:format_version, Shapes::ShapeRef.new(shape: RowLevelPermissionFormatVersion, location_name: "FormatVersion"))
         | 
| 2046 2226 | 
             
                RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
         | 
| 2047 2227 |  | 
| 2048 2228 | 
             
                S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
         | 
| @@ -2077,6 +2257,18 @@ module Aws::QuickSight | |
| 2077 2257 | 
             
                SearchDashboardsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 2078 2258 | 
             
                SearchDashboardsResponse.struct_class = Types::SearchDashboardsResponse
         | 
| 2079 2259 |  | 
| 2260 | 
            +
                SearchFoldersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 2261 | 
            +
                SearchFoldersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FolderSearchFilterList, required: true, location_name: "Filters"))
         | 
| 2262 | 
            +
                SearchFoldersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         | 
| 2263 | 
            +
                SearchFoldersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
         | 
| 2264 | 
            +
                SearchFoldersRequest.struct_class = Types::SearchFoldersRequest
         | 
| 2265 | 
            +
             | 
| 2266 | 
            +
                SearchFoldersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 2267 | 
            +
                SearchFoldersResponse.add_member(:folder_summary_list, Shapes::ShapeRef.new(shape: FolderSummaryList, location_name: "FolderSummaryList"))
         | 
| 2268 | 
            +
                SearchFoldersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
         | 
| 2269 | 
            +
                SearchFoldersResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 2270 | 
            +
                SearchFoldersResponse.struct_class = Types::SearchFoldersResponse
         | 
| 2271 | 
            +
             | 
| 2080 2272 | 
             
                ServiceNowParameters.add_member(:site_base_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, required: true, location_name: "SiteBaseUrl"))
         | 
| 2081 2273 | 
             
                ServiceNowParameters.struct_class = Types::ServiceNowParameters
         | 
| 2082 2274 |  | 
| @@ -2478,6 +2670,30 @@ module Aws::QuickSight | |
| 2478 2670 | 
             
                UpdateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 2479 2671 | 
             
                UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
         | 
| 2480 2672 |  | 
| 2673 | 
            +
                UpdateFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 2674 | 
            +
                UpdateFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 2675 | 
            +
                UpdateFolderPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
         | 
| 2676 | 
            +
                UpdateFolderPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "RevokePermissions"))
         | 
| 2677 | 
            +
                UpdateFolderPermissionsRequest.struct_class = Types::UpdateFolderPermissionsRequest
         | 
| 2678 | 
            +
             | 
| 2679 | 
            +
                UpdateFolderPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
         | 
| 2680 | 
            +
                UpdateFolderPermissionsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 2681 | 
            +
                UpdateFolderPermissionsResponse.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 2682 | 
            +
                UpdateFolderPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
         | 
| 2683 | 
            +
                UpdateFolderPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 2684 | 
            +
                UpdateFolderPermissionsResponse.struct_class = Types::UpdateFolderPermissionsResponse
         | 
| 2685 | 
            +
             | 
| 2686 | 
            +
                UpdateFolderRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| 2687 | 
            +
                UpdateFolderRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
         | 
| 2688 | 
            +
                UpdateFolderRequest.add_member(:name, Shapes::ShapeRef.new(shape: FolderName, required: true, location_name: "Name"))
         | 
| 2689 | 
            +
                UpdateFolderRequest.struct_class = Types::UpdateFolderRequest
         | 
| 2690 | 
            +
             | 
| 2691 | 
            +
                UpdateFolderResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
         | 
| 2692 | 
            +
                UpdateFolderResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
         | 
| 2693 | 
            +
                UpdateFolderResponse.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "FolderId"))
         | 
| 2694 | 
            +
                UpdateFolderResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
         | 
| 2695 | 
            +
                UpdateFolderResponse.struct_class = Types::UpdateFolderResponse
         | 
| 2696 | 
            +
             | 
| 2481 2697 | 
             
                UpdateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
         | 
| 2482 2698 | 
             
                UpdateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: GroupDescription, location_name: "Description"))
         | 
| 2483 2699 | 
             
                UpdateGroupRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
         | 
| @@ -2594,6 +2810,9 @@ module Aws::QuickSight | |
| 2594 2810 | 
             
                UpdateUserRequest.add_member(:role, Shapes::ShapeRef.new(shape: UserRole, required: true, location_name: "Role"))
         | 
| 2595 2811 | 
             
                UpdateUserRequest.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "CustomPermissionsName"))
         | 
| 2596 2812 | 
             
                UpdateUserRequest.add_member(:unapply_custom_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "UnapplyCustomPermissions"))
         | 
| 2813 | 
            +
                UpdateUserRequest.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
         | 
| 2814 | 
            +
                UpdateUserRequest.add_member(:custom_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "CustomFederationProviderUrl"))
         | 
| 2815 | 
            +
                UpdateUserRequest.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
         | 
| 2597 2816 | 
             
                UpdateUserRequest.struct_class = Types::UpdateUserRequest
         | 
| 2598 2817 |  | 
| 2599 2818 | 
             
                UpdateUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
         | 
| @@ -2616,6 +2835,9 @@ module Aws::QuickSight | |
| 2616 2835 | 
             
                User.add_member(:active, Shapes::ShapeRef.new(shape: Boolean, location_name: "Active"))
         | 
| 2617 2836 | 
             
                User.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
         | 
| 2618 2837 | 
             
                User.add_member(:custom_permissions_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "CustomPermissionsName"))
         | 
| 2838 | 
            +
                User.add_member(:external_login_federation_provider_type, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderType"))
         | 
| 2839 | 
            +
                User.add_member(:external_login_federation_provider_url, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginFederationProviderUrl"))
         | 
| 2840 | 
            +
                User.add_member(:external_login_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalLoginId"))
         | 
| 2619 2841 | 
             
                User.struct_class = Types::User
         | 
| 2620 2842 |  | 
| 2621 2843 | 
             
                UserList.member = Shapes::ShapeRef.new(shape: User)
         | 
| @@ -2732,6 +2954,39 @@ module Aws::QuickSight | |
| 2732 2954 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 2733 2955 | 
             
                  end)
         | 
| 2734 2956 |  | 
| 2957 | 
            +
                  api.add_operation(:create_folder, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2958 | 
            +
                    o.name = "CreateFolder"
         | 
| 2959 | 
            +
                    o.http_method = "POST"
         | 
| 2960 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}"
         | 
| 2961 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateFolderRequest)
         | 
| 2962 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateFolderResponse)
         | 
| 2963 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 2964 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 2965 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 2966 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
         | 
| 2967 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         | 
| 2968 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 2969 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 2970 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
         | 
| 2971 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 2972 | 
            +
                  end)
         | 
| 2973 | 
            +
             | 
| 2974 | 
            +
                  api.add_operation(:create_folder_membership, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2975 | 
            +
                    o.name = "CreateFolderMembership"
         | 
| 2976 | 
            +
                    o.http_method = "PUT"
         | 
| 2977 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}"
         | 
| 2978 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateFolderMembershipRequest)
         | 
| 2979 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateFolderMembershipResponse)
         | 
| 2980 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 2981 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 2982 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 2983 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
         | 
| 2984 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 2985 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
         | 
| 2986 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 2987 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 2988 | 
            +
                  end)
         | 
| 2989 | 
            +
             | 
| 2735 2990 | 
             
                  api.add_operation(:create_group, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2736 2991 | 
             
                    o.name = "CreateGroup"
         | 
| 2737 2992 | 
             
                    o.http_method = "POST"
         | 
| @@ -2945,6 +3200,36 @@ module Aws::QuickSight | |
| 2945 3200 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 2946 3201 | 
             
                  end)
         | 
| 2947 3202 |  | 
| 3203 | 
            +
                  api.add_operation(:delete_folder, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3204 | 
            +
                    o.name = "DeleteFolder"
         | 
| 3205 | 
            +
                    o.http_method = "DELETE"
         | 
| 3206 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}"
         | 
| 3207 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteFolderRequest)
         | 
| 3208 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteFolderResponse)
         | 
| 3209 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3210 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
         | 
| 3211 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3212 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3213 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         | 
| 3214 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3215 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3216 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3217 | 
            +
                  end)
         | 
| 3218 | 
            +
             | 
| 3219 | 
            +
                  api.add_operation(:delete_folder_membership, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3220 | 
            +
                    o.name = "DeleteFolderMembership"
         | 
| 3221 | 
            +
                    o.http_method = "DELETE"
         | 
| 3222 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}"
         | 
| 3223 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DeleteFolderMembershipRequest)
         | 
| 3224 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DeleteFolderMembershipResponse)
         | 
| 3225 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3226 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3227 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3228 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3229 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3230 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3231 | 
            +
                  end)
         | 
| 3232 | 
            +
             | 
| 2948 3233 | 
             
                  api.add_operation(:delete_group, Seahorse::Model::Operation.new.tap do |o|
         | 
| 2949 3234 | 
             
                    o.name = "DeleteGroup"
         | 
| 2950 3235 | 
             
                    o.http_method = "DELETE"
         | 
| @@ -3226,6 +3511,48 @@ module Aws::QuickSight | |
| 3226 3511 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3227 3512 | 
             
                  end)
         | 
| 3228 3513 |  | 
| 3514 | 
            +
                  api.add_operation(:describe_folder, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3515 | 
            +
                    o.name = "DescribeFolder"
         | 
| 3516 | 
            +
                    o.http_method = "GET"
         | 
| 3517 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}"
         | 
| 3518 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeFolderRequest)
         | 
| 3519 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeFolderResponse)
         | 
| 3520 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3521 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3522 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3523 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3524 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3525 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3526 | 
            +
                  end)
         | 
| 3527 | 
            +
             | 
| 3528 | 
            +
                  api.add_operation(:describe_folder_permissions, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3529 | 
            +
                    o.name = "DescribeFolderPermissions"
         | 
| 3530 | 
            +
                    o.http_method = "GET"
         | 
| 3531 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}/permissions"
         | 
| 3532 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeFolderPermissionsRequest)
         | 
| 3533 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeFolderPermissionsResponse)
         | 
| 3534 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3535 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3536 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3537 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3538 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3539 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3540 | 
            +
                  end)
         | 
| 3541 | 
            +
             | 
| 3542 | 
            +
                  api.add_operation(:describe_folder_resolved_permissions, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3543 | 
            +
                    o.name = "DescribeFolderResolvedPermissions"
         | 
| 3544 | 
            +
                    o.http_method = "GET"
         | 
| 3545 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}/resolved-permissions"
         | 
| 3546 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: DescribeFolderResolvedPermissionsRequest)
         | 
| 3547 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: DescribeFolderResolvedPermissionsResponse)
         | 
| 3548 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3549 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3550 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3551 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3552 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3553 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3554 | 
            +
                  end)
         | 
| 3555 | 
            +
             | 
| 3229 3556 | 
             
                  api.add_operation(:describe_group, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3230 3557 | 
             
                    o.name = "DescribeGroup"
         | 
| 3231 3558 | 
             
                    o.http_method = "GET"
         | 
| @@ -3514,6 +3841,36 @@ module Aws::QuickSight | |
| 3514 3841 | 
             
                    )
         | 
| 3515 3842 | 
             
                  end)
         | 
| 3516 3843 |  | 
| 3844 | 
            +
                  api.add_operation(:list_folder_members, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3845 | 
            +
                    o.name = "ListFolderMembers"
         | 
| 3846 | 
            +
                    o.http_method = "GET"
         | 
| 3847 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}/members"
         | 
| 3848 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListFolderMembersRequest)
         | 
| 3849 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListFolderMembersResponse)
         | 
| 3850 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3851 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3852 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3853 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3854 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         | 
| 3855 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3856 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3857 | 
            +
                  end)
         | 
| 3858 | 
            +
             | 
| 3859 | 
            +
                  api.add_operation(:list_folders, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3860 | 
            +
                    o.name = "ListFolders"
         | 
| 3861 | 
            +
                    o.http_method = "GET"
         | 
| 3862 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders"
         | 
| 3863 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListFoldersRequest)
         | 
| 3864 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListFoldersResponse)
         | 
| 3865 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 3866 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 3867 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 3868 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 3869 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         | 
| 3870 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 3871 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 3872 | 
            +
                  end)
         | 
| 3873 | 
            +
             | 
| 3517 3874 | 
             
                  api.add_operation(:list_group_memberships, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3518 3875 | 
             
                    o.name = "ListGroupMemberships"
         | 
| 3519 3876 | 
             
                    o.http_method = "GET"
         | 
| @@ -3849,6 +4206,21 @@ module Aws::QuickSight | |
| 3849 4206 | 
             
                    )
         | 
| 3850 4207 | 
             
                  end)
         | 
| 3851 4208 |  | 
| 4209 | 
            +
                  api.add_operation(:search_folders, Seahorse::Model::Operation.new.tap do |o|
         | 
| 4210 | 
            +
                    o.name = "SearchFolders"
         | 
| 4211 | 
            +
                    o.http_method = "POST"
         | 
| 4212 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/search/folders"
         | 
| 4213 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: SearchFoldersRequest)
         | 
| 4214 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: SearchFoldersResponse)
         | 
| 4215 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 4216 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 4217 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 4218 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 4219 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
         | 
| 4220 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 4221 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 4222 | 
            +
                  end)
         | 
| 4223 | 
            +
             | 
| 3852 4224 | 
             
                  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
         | 
| 3853 4225 | 
             
                    o.name = "TagResource"
         | 
| 3854 4226 | 
             
                    o.http_method = "POST"
         | 
| @@ -4034,6 +4406,37 @@ module Aws::QuickSight | |
| 4034 4406 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 4035 4407 | 
             
                  end)
         | 
| 4036 4408 |  | 
| 4409 | 
            +
                  api.add_operation(:update_folder, Seahorse::Model::Operation.new.tap do |o|
         | 
| 4410 | 
            +
                    o.name = "UpdateFolder"
         | 
| 4411 | 
            +
                    o.http_method = "PUT"
         | 
| 4412 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}"
         | 
| 4413 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateFolderRequest)
         | 
| 4414 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateFolderResponse)
         | 
| 4415 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 4416 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 4417 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
         | 
| 4418 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 4419 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         | 
| 4420 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 4421 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 4422 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 4423 | 
            +
                  end)
         | 
| 4424 | 
            +
             | 
| 4425 | 
            +
                  api.add_operation(:update_folder_permissions, Seahorse::Model::Operation.new.tap do |o|
         | 
| 4426 | 
            +
                    o.name = "UpdateFolderPermissions"
         | 
| 4427 | 
            +
                    o.http_method = "PUT"
         | 
| 4428 | 
            +
                    o.http_request_uri = "/accounts/{AwsAccountId}/folders/{FolderId}/permissions"
         | 
| 4429 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: UpdateFolderPermissionsRequest)
         | 
| 4430 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: UpdateFolderPermissionsResponse)
         | 
| 4431 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
         | 
| 4432 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 4433 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
         | 
| 4434 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 4435 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 4436 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
         | 
| 4437 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
         | 
| 4438 | 
            +
                  end)
         | 
| 4439 | 
            +
             | 
| 4037 4440 | 
             
                  api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
         | 
| 4038 4441 | 
             
                    o.name = "UpdateGroup"
         | 
| 4039 4442 | 
             
                    o.http_method = "PUT"
         |