UNPKG

prowler-sdk-poc

Version:
2,066 lines (2,065 loc) 161 kB
{ "version": "2.0", "metadata": { "apiVersion": "2018-04-01", "endpointPrefix": "quicksight", "jsonVersion": "1.0", "protocol": "rest-json", "serviceFullName": "Amazon QuickSight", "serviceId": "QuickSight", "signatureVersion": "v4", "uid": "quicksight-2018-04-01" }, "operations": { "CancelIngestion": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSetId", "IngestionId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSetId": { "location": "uri", "locationName": "DataSetId" }, "IngestionId": { "location": "uri", "locationName": "IngestionId" } } }, "output": { "type": "structure", "members": { "Arn": {}, "IngestionId": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateAccountCustomization": { "http": { "requestUri": "/accounts/{AwsAccountId}/customizations" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AccountCustomization" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "querystring", "locationName": "namespace" }, "AccountCustomization": { "shape": "Sa" }, "Tags": { "shape": "Sb" } } }, "output": { "type": "structure", "members": { "Arn": {}, "AwsAccountId": {}, "Namespace": {}, "AccountCustomization": { "shape": "Sa" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateAnalysis": { "http": { "requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AnalysisId", "Name", "SourceEntity" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "AnalysisId": { "location": "uri", "locationName": "AnalysisId" }, "Name": {}, "Parameters": { "shape": "Sj" }, "Permissions": { "shape": "S10" }, "SourceEntity": { "shape": "S14" }, "ThemeArn": {}, "Tags": { "shape": "Sb" } } }, "output": { "type": "structure", "members": { "Arn": {}, "AnalysisId": {}, "CreationStatus": {}, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "CreateDashboard": { "http": { "requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DashboardId", "Name", "SourceEntity" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DashboardId": { "location": "uri", "locationName": "DashboardId" }, "Name": {}, "Parameters": { "shape": "Sj" }, "Permissions": { "shape": "S10" }, "SourceEntity": { "shape": "S1c" }, "Tags": { "shape": "Sb" }, "VersionDescription": {}, "DashboardPublishOptions": { "shape": "S1f" }, "ThemeArn": {} } }, "output": { "type": "structure", "members": { "Arn": {}, "VersionArn": {}, "DashboardId": {}, "CreationStatus": {}, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "CreateDataSet": { "http": { "requestUri": "/accounts/{AwsAccountId}/data-sets" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSetId", "Name", "PhysicalTableMap", "ImportMode" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSetId": {}, "Name": {}, "PhysicalTableMap": { "shape": "S1p" }, "LogicalTableMap": { "shape": "S2a" }, "ImportMode": {}, "ColumnGroups": { "shape": "S37" }, "FieldFolders": { "shape": "S3d" }, "Permissions": { "shape": "S10" }, "RowLevelPermissionDataSet": { "shape": "S3i" }, "RowLevelPermissionTagConfiguration": { "shape": "S3m" }, "ColumnLevelPermissionRules": { "shape": "S3s" }, "Tags": { "shape": "Sb" }, "DataSetUsageConfiguration": { "shape": "S3w" } } }, "output": { "type": "structure", "members": { "Arn": {}, "DataSetId": {}, "IngestionArn": {}, "IngestionId": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateDataSource": { "http": { "requestUri": "/accounts/{AwsAccountId}/data-sources" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSourceId", "Name", "Type" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSourceId": {}, "Name": {}, "Type": {}, "DataSourceParameters": { "shape": "S40" }, "Credentials": { "shape": "S52" }, "Permissions": { "shape": "S10" }, "VpcConnectionProperties": { "shape": "S58" }, "SslProperties": { "shape": "S59" }, "Tags": { "shape": "Sb" } } }, "output": { "type": "structure", "members": { "Arn": {}, "DataSourceId": {}, "CreationStatus": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateFolder": { "http": { "requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "FolderId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "FolderId": { "location": "uri", "locationName": "FolderId" }, "Name": {}, "FolderType": {}, "ParentFolderArn": {}, "Permissions": { "shape": "S10" }, "Tags": { "shape": "Sb" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer" }, "Arn": {}, "FolderId": {}, "RequestId": {} } } }, "CreateFolderMembership": { "http": { "method": "PUT", "requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "FolderId", "MemberId", "MemberType" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "FolderId": { "location": "uri", "locationName": "FolderId" }, "MemberId": { "location": "uri", "locationName": "MemberId" }, "MemberType": { "location": "uri", "locationName": "MemberType" } } }, "output": { "type": "structure", "members": { "Status": { "type": "integer" }, "FolderMember": { "type": "structure", "members": { "MemberId": {}, "MemberType": {} } }, "RequestId": {} } } }, "CreateGroup": { "http": { "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups" }, "input": { "type": "structure", "required": [ "GroupName", "AwsAccountId", "Namespace" ], "members": { "GroupName": {}, "Description": {}, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "Group": { "shape": "S5n" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateGroupMembership": { "http": { "method": "PUT", "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}" }, "input": { "type": "structure", "required": [ "MemberName", "GroupName", "AwsAccountId", "Namespace" ], "members": { "MemberName": { "location": "uri", "locationName": "MemberName" }, "GroupName": { "location": "uri", "locationName": "GroupName" }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "GroupMember": { "shape": "S5r" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateIAMPolicyAssignment": { "http": { "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AssignmentName", "AssignmentStatus", "Namespace" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "AssignmentName": {}, "AssignmentStatus": {}, "PolicyArn": {}, "Identities": { "shape": "S5v" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "AssignmentName": {}, "AssignmentId": {}, "AssignmentStatus": {}, "PolicyArn": {}, "Identities": { "shape": "S5v" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateIngestion": { "http": { "method": "PUT", "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}" }, "input": { "type": "structure", "required": [ "DataSetId", "IngestionId", "AwsAccountId" ], "members": { "DataSetId": { "location": "uri", "locationName": "DataSetId" }, "IngestionId": { "location": "uri", "locationName": "IngestionId" }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "IngestionType": {} } }, "output": { "type": "structure", "members": { "Arn": {}, "IngestionId": {}, "IngestionStatus": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateNamespace": { "http": { "requestUri": "/accounts/{AwsAccountId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "Namespace", "IdentityStore" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": {}, "IdentityStore": {}, "Tags": { "shape": "Sb" } } }, "output": { "type": "structure", "members": { "Arn": {}, "Name": {}, "CapacityRegion": {}, "CreationStatus": {}, "IdentityStore": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "CreateTemplate": { "http": { "requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "TemplateId", "SourceEntity" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "TemplateId": { "location": "uri", "locationName": "TemplateId" }, "Name": {}, "Permissions": { "shape": "S10" }, "SourceEntity": { "shape": "S69" }, "Tags": { "shape": "Sb" }, "VersionDescription": {} } }, "output": { "type": "structure", "members": { "Arn": {}, "VersionArn": {}, "TemplateId": {}, "CreationStatus": {}, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "CreateTemplateAlias": { "http": { "requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "TemplateId", "AliasName", "TemplateVersionNumber" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "TemplateId": { "location": "uri", "locationName": "TemplateId" }, "AliasName": { "location": "uri", "locationName": "AliasName" }, "TemplateVersionNumber": { "type": "long" } } }, "output": { "type": "structure", "members": { "TemplateAlias": { "shape": "S6h" }, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "CreateTheme": { "http": { "requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "ThemeId", "Name", "BaseThemeId", "Configuration" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "ThemeId": { "location": "uri", "locationName": "ThemeId" }, "Name": {}, "BaseThemeId": {}, "VersionDescription": {}, "Configuration": { "shape": "S6k" }, "Permissions": { "shape": "S10" }, "Tags": { "shape": "Sb" } } }, "output": { "type": "structure", "members": { "Arn": {}, "VersionArn": {}, "ThemeId": {}, "CreationStatus": {}, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "CreateThemeAlias": { "http": { "requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "ThemeId", "AliasName", "ThemeVersionNumber" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "ThemeId": { "location": "uri", "locationName": "ThemeId" }, "AliasName": { "location": "uri", "locationName": "AliasName" }, "ThemeVersionNumber": { "type": "long" } } }, "output": { "type": "structure", "members": { "ThemeAlias": { "shape": "S6z" }, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "DeleteAccountCustomization": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/customizations" }, "input": { "type": "structure", "required": [ "AwsAccountId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "querystring", "locationName": "namespace" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteAnalysis": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AnalysisId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "AnalysisId": { "location": "uri", "locationName": "AnalysisId" }, "RecoveryWindowInDays": { "location": "querystring", "locationName": "recovery-window-in-days", "type": "long" }, "ForceDeleteWithoutRecovery": { "location": "querystring", "locationName": "force-delete-without-recovery", "type": "boolean" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer" }, "Arn": {}, "AnalysisId": {}, "DeletionTime": { "type": "timestamp" }, "RequestId": {} } } }, "DeleteDashboard": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DashboardId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DashboardId": { "location": "uri", "locationName": "DashboardId" }, "VersionNumber": { "location": "querystring", "locationName": "version-number", "type": "long" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer" }, "Arn": {}, "DashboardId": {}, "RequestId": {} } } }, "DeleteDataSet": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSetId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSetId": { "location": "uri", "locationName": "DataSetId" } } }, "output": { "type": "structure", "members": { "Arn": {}, "DataSetId": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteDataSource": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/data-sources/{DataSourceId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSourceId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSourceId": { "location": "uri", "locationName": "DataSourceId" } } }, "output": { "type": "structure", "members": { "Arn": {}, "DataSourceId": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteFolder": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "FolderId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "FolderId": { "location": "uri", "locationName": "FolderId" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer" }, "Arn": {}, "FolderId": {}, "RequestId": {} } } }, "DeleteFolderMembership": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}/members/{MemberType}/{MemberId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "FolderId", "MemberId", "MemberType" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "FolderId": { "location": "uri", "locationName": "FolderId" }, "MemberId": { "location": "uri", "locationName": "MemberId" }, "MemberType": { "location": "uri", "locationName": "MemberType" } } }, "output": { "type": "structure", "members": { "Status": { "type": "integer" }, "RequestId": {} } } }, "DeleteGroup": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}" }, "input": { "type": "structure", "required": [ "GroupName", "AwsAccountId", "Namespace" ], "members": { "GroupName": { "location": "uri", "locationName": "GroupName" }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteGroupMembership": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}" }, "input": { "type": "structure", "required": [ "MemberName", "GroupName", "AwsAccountId", "Namespace" ], "members": { "MemberName": { "location": "uri", "locationName": "MemberName" }, "GroupName": { "location": "uri", "locationName": "GroupName" }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteIAMPolicyAssignment": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/namespace/{Namespace}/iam-policy-assignments/{AssignmentName}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AssignmentName", "Namespace" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "AssignmentName": { "location": "uri", "locationName": "AssignmentName" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "AssignmentName": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteNamespace": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "Namespace" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteTemplate": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "TemplateId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "TemplateId": { "location": "uri", "locationName": "TemplateId" }, "VersionNumber": { "location": "querystring", "locationName": "version-number", "type": "long" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Arn": {}, "TemplateId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteTemplateAlias": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "TemplateId", "AliasName" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "TemplateId": { "location": "uri", "locationName": "TemplateId" }, "AliasName": { "location": "uri", "locationName": "AliasName" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer" }, "TemplateId": {}, "AliasName": {}, "Arn": {}, "RequestId": {} } } }, "DeleteTheme": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "ThemeId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "ThemeId": { "location": "uri", "locationName": "ThemeId" }, "VersionNumber": { "location": "querystring", "locationName": "version-number", "type": "long" } } }, "output": { "type": "structure", "members": { "Arn": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" }, "ThemeId": {} } } }, "DeleteThemeAlias": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "ThemeId", "AliasName" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "ThemeId": { "location": "uri", "locationName": "ThemeId" }, "AliasName": { "location": "uri", "locationName": "AliasName" } } }, "output": { "type": "structure", "members": { "AliasName": {}, "Arn": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" }, "ThemeId": {} } } }, "DeleteUser": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}" }, "input": { "type": "structure", "required": [ "UserName", "AwsAccountId", "Namespace" ], "members": { "UserName": { "location": "uri", "locationName": "UserName" }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DeleteUserByPrincipalId": { "http": { "method": "DELETE", "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/user-principals/{PrincipalId}" }, "input": { "type": "structure", "required": [ "PrincipalId", "AwsAccountId", "Namespace" ], "members": { "PrincipalId": { "location": "uri", "locationName": "PrincipalId" }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "uri", "locationName": "Namespace" } } }, "output": { "type": "structure", "members": { "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeAccountCustomization": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/customizations" }, "input": { "type": "structure", "required": [ "AwsAccountId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "Namespace": { "location": "querystring", "locationName": "namespace" }, "Resolved": { "location": "querystring", "locationName": "resolved", "type": "boolean" } } }, "output": { "type": "structure", "members": { "Arn": {}, "AwsAccountId": {}, "Namespace": {}, "AccountCustomization": { "shape": "Sa" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeAccountSettings": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/settings" }, "input": { "type": "structure", "required": [ "AwsAccountId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" } } }, "output": { "type": "structure", "members": { "AccountSettings": { "type": "structure", "members": { "AccountName": {}, "Edition": {}, "DefaultNamespace": {}, "NotificationEmail": {} } }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeAnalysis": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AnalysisId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "AnalysisId": { "location": "uri", "locationName": "AnalysisId" } } }, "output": { "type": "structure", "members": { "Analysis": { "type": "structure", "members": { "AnalysisId": {}, "Arn": {}, "Name": {}, "Status": {}, "Errors": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "Message": {} } } }, "DataSetArns": { "shape": "S8c" }, "ThemeArn": {}, "CreatedTime": { "type": "timestamp" }, "LastUpdatedTime": { "type": "timestamp" }, "Sheets": { "shape": "S8d" } } }, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "DescribeAnalysisPermissions": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions" }, "input": { "type": "structure", "required": [ "AwsAccountId", "AnalysisId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "AnalysisId": { "location": "uri", "locationName": "AnalysisId" } } }, "output": { "type": "structure", "members": { "AnalysisId": {}, "AnalysisArn": {}, "Permissions": { "shape": "S10" }, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "DescribeDashboard": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DashboardId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DashboardId": { "location": "uri", "locationName": "DashboardId" }, "VersionNumber": { "location": "querystring", "locationName": "version-number", "type": "long" }, "AliasName": { "location": "querystring", "locationName": "alias-name" } } }, "output": { "type": "structure", "members": { "Dashboard": { "type": "structure", "members": { "DashboardId": {}, "Arn": {}, "Name": {}, "Version": { "type": "structure", "members": { "CreatedTime": { "type": "timestamp" }, "Errors": { "type": "list", "member": { "type": "structure", "members": { "Type": {}, "Message": {} } } }, "VersionNumber": { "type": "long" }, "Status": {}, "Arn": {}, "SourceEntityArn": {}, "DataSetArns": { "shape": "S8c" }, "Description": {}, "ThemeArn": {}, "Sheets": { "shape": "S8d" } } }, "CreatedTime": { "type": "timestamp" }, "LastPublishedTime": { "type": "timestamp" }, "LastUpdatedTime": { "type": "timestamp" } } }, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "DescribeDashboardPermissions": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DashboardId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DashboardId": { "location": "uri", "locationName": "DashboardId" } } }, "output": { "type": "structure", "members": { "DashboardId": {}, "DashboardArn": {}, "Permissions": { "shape": "S10" }, "Status": { "location": "statusCode", "type": "integer" }, "RequestId": {} } } }, "DescribeDataSet": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSetId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSetId": { "location": "uri", "locationName": "DataSetId" } } }, "output": { "type": "structure", "members": { "DataSet": { "type": "structure", "members": { "Arn": {}, "DataSetId": {}, "Name": {}, "CreatedTime": { "type": "timestamp" }, "LastUpdatedTime": { "type": "timestamp" }, "PhysicalTableMap": { "shape": "S1p" }, "LogicalTableMap": { "shape": "S2a" }, "OutputColumns": { "type": "list", "member": { "type": "structure", "members": { "Name": {}, "Description": {}, "Type": {} } } }, "ImportMode": {}, "ConsumedSpiceCapacityInBytes": { "type": "long" }, "ColumnGroups": { "shape": "S37" }, "FieldFolders": { "shape": "S3d" }, "RowLevelPermissionDataSet": { "shape": "S3i" }, "RowLevelPermissionTagConfiguration": { "shape": "S3m" }, "ColumnLevelPermissionRules": { "shape": "S3s" }, "DataSetUsageConfiguration": { "shape": "S3w" } } }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeDataSetPermissions": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSetId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSetId": { "location": "uri", "locationName": "DataSetId" } } }, "output": { "type": "structure", "members": { "DataSetArn": {}, "DataSetId": {}, "Permissions": { "shape": "S10" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeDataSource": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/data-sources/{DataSourceId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSourceId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSourceId": { "location": "uri", "locationName": "DataSourceId" } } }, "output": { "type": "structure", "members": { "DataSource": { "shape": "S8z" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeDataSourcePermissions": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions" }, "input": { "type": "structure", "required": [ "AwsAccountId", "DataSourceId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "DataSourceId": { "location": "uri", "locationName": "DataSourceId" } } }, "output": { "type": "structure", "members": { "DataSourceArn": {}, "DataSourceId": {}, "Permissions": { "shape": "S10" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" } } } }, "DescribeFolder": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}" }, "input": { "type": "structure", "required": [ "AwsAccountId", "FolderId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "FolderId": { "location": "uri", "locationName": "FolderId" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer" }, "Folder": { "type": "structure", "members": { "FolderId": {}, "Arn": {}, "Name": {}, "FolderType": {}, "FolderPath": { "type": "list", "member": {} }, "CreatedTime": { "type": "timestamp" }, "LastUpdatedTime": { "type": "timestamp" } } }, "RequestId": {} } } }, "DescribeFolderPermissions": { "http": { "method": "GET", "requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}/permissions" }, "input": { "type": "structure", "required": [ "AwsAccountId", "FolderId" ], "members": { "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" }, "FolderId": { "location": "uri", "locationName": "FolderId" } } }, "output": { "type": "structure", "members": { "Status": { "location": "statusCode", "type": "integer"