{
"version": "2.0",
"metadata": {
"apiVersion": "2018-04-01",
"endpointPrefix": "quicksight",
"jsonVersion": "1.0",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "Amazon QuickSight",
"serviceId": "QuickSight",
"signatureVersion": "v4",
"uid": "quicksight-2018-04-01",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"BatchCreateTopicReviewedAnswer": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/batch-create-reviewed-answers"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"Answers"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"Answers": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AnswerId",
"DatasetArn",
"Question"
],
"members": {
"AnswerId": {},
"DatasetArn": {},
"Question": {},
"Mir": {
"shape": "S9"
},
"PrimaryVisual": {
"shape": "S1q"
},
"Template": {
"shape": "S1t"
}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"SucceededAnswers": {
"shape": "S1x"
},
"InvalidAnswers": {
"shape": "S1z"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"BatchDeleteTopicReviewedAnswer": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/batch-delete-reviewed-answers"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"AnswerIds": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"SucceededAnswers": {
"shape": "S1x"
},
"InvalidAnswers": {
"shape": "S1z"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"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": "S2c"
},
"Tags": {
"shape": "S2d"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"AwsAccountId": {},
"Namespace": {},
"AccountCustomization": {
"shape": "S2c"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateAccountSubscription": {
"http": {
"requestUri": "/account/{AwsAccountId}"
},
"input": {
"type": "structure",
"required": [
"AuthenticationMethod",
"AwsAccountId",
"AccountName",
"NotificationEmail"
],
"members": {
"Edition": {},
"AuthenticationMethod": {},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AccountName": {},
"NotificationEmail": {},
"ActiveDirectoryName": {},
"Realm": {},
"DirectoryId": {},
"AdminGroup": {
"shape": "S2m"
},
"AuthorGroup": {
"shape": "S2m"
},
"ReaderGroup": {
"shape": "S2m"
},
"AdminProGroup": {
"shape": "S2m"
},
"AuthorProGroup": {
"shape": "S2m"
},
"ReaderProGroup": {
"shape": "S2m"
},
"FirstName": {},
"LastName": {},
"EmailAddress": {},
"ContactNumber": {},
"IAMIdentityCenterInstanceArn": {}
}
},
"output": {
"type": "structure",
"members": {
"SignupResponse": {
"type": "structure",
"members": {
"IAMUser": {
"type": "boolean"
},
"userLoginName": {},
"accountName": {},
"directoryType": {}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"CreateAnalysis": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AnalysisId",
"Name"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AnalysisId": {
"location": "uri",
"locationName": "AnalysisId"
},
"Name": {},
"Parameters": {
"shape": "S2s"
},
"Permissions": {
"shape": "S3a"
},
"SourceEntity": {
"shape": "S3e"
},
"ThemeArn": {},
"Tags": {
"shape": "S2d"
},
"Definition": {
"shape": "S3i"
},
"ValidationStrategy": {
"shape": "Soy"
},
"FolderArns": {
"shape": "Sp0"
}
}
},
"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"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"Name": {},
"Parameters": {
"shape": "S2s"
},
"Permissions": {
"shape": "S3a"
},
"SourceEntity": {
"shape": "Sp5"
},
"Tags": {
"shape": "S2d"
},
"VersionDescription": {},
"DashboardPublishOptions": {
"shape": "Sp8"
},
"ThemeArn": {},
"Definition": {
"shape": "Spl"
},
"ValidationStrategy": {
"shape": "Soy"
},
"FolderArns": {
"shape": "Sp0"
},
"LinkSharingConfiguration": {
"shape": "Spm"
},
"LinkEntities": {
"shape": "Spn"
}
}
},
"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": "Spt"
},
"LogicalTableMap": {
"shape": "Sqd"
},
"ImportMode": {},
"ColumnGroups": {
"shape": "Srl"
},
"FieldFolders": {
"shape": "Srr"
},
"Permissions": {
"shape": "S3a"
},
"RowLevelPermissionDataSet": {
"shape": "Srw"
},
"RowLevelPermissionTagConfiguration": {
"shape": "Ss0"
},
"ColumnLevelPermissionRules": {
"shape": "Ss8"
},
"Tags": {
"shape": "S2d"
},
"DataSetUsageConfiguration": {
"shape": "Ssc"
},
"DatasetParameters": {
"shape": "Ssd"
},
"FolderArns": {
"shape": "Sp0"
}
}
},
"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": "Sss"
},
"Credentials": {
"shape": "Su9"
},
"Permissions": {
"shape": "S3a"
},
"VpcConnectionProperties": {
"shape": "Sug"
},
"SslProperties": {
"shape": "Suh"
},
"Tags": {
"shape": "S2d"
},
"FolderArns": {
"shape": "Sp0"
}
}
},
"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": "S3a"
},
"Tags": {
"shape": "S2d"
},
"SharingModel": {}
}
},
"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": "Sux"
},
"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": "Sv1"
},
"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": "Sv5"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"AssignmentName": {},
"AssignmentId": {},
"AssignmentStatus": {},
"PolicyArn": {},
"Identities": {
"shape": "Sv5"
},
"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": "S2d"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"CapacityRegion": {},
"CreationStatus": {},
"IdentityStore": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateRefreshSchedule": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
},
"input": {
"type": "structure",
"required": [
"DataSetId",
"AwsAccountId",
"Schedule"
],
"members": {
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Schedule": {
"shape": "Svi"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"ScheduleId": {},
"Arn": {}
}
}
},
"CreateRoleMembership": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}"
},
"input": {
"type": "structure",
"required": [
"MemberName",
"AwsAccountId",
"Namespace",
"Role"
],
"members": {
"MemberName": {
"location": "uri",
"locationName": "MemberName"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
},
"Role": {
"location": "uri",
"locationName": "Role"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateTemplate": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TemplateId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TemplateId": {
"location": "uri",
"locationName": "TemplateId"
},
"Name": {},
"Permissions": {
"shape": "S3a"
},
"SourceEntity": {
"shape": "Svu"
},
"Tags": {
"shape": "S2d"
},
"VersionDescription": {},
"Definition": {
"shape": "Svx"
},
"ValidationStrategy": {
"shape": "Soy"
}
}
},
"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": "Swc"
},
"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": "Swf"
},
"Permissions": {
"shape": "S3a"
},
"Tags": {
"shape": "S2d"
}
}
},
"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": "Swv"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"CreateTopic": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/topics"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"Topic"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {},
"Topic": {
"shape": "Swx"
},
"Tags": {
"shape": "S2d"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"TopicId": {},
"RefreshArn": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateTopicRefreshSchedule": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/schedules"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"DatasetArn",
"RefreshSchedule"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"DatasetArn": {},
"DatasetName": {},
"RefreshSchedule": {
"shape": "Sye"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"DatasetArn": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"CreateVPCConnection": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/vpc-connections"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"VPCConnectionId",
"Name",
"SubnetIds",
"SecurityGroupIds",
"RoleArn"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"VPCConnectionId": {},
"Name": {},
"SubnetIds": {
"shape": "Syj"
},
"SecurityGroupIds": {
"shape": "Syl"
},
"DnsResolvers": {
"shape": "Syn"
},
"RoleArn": {},
"Tags": {
"shape": "S2d"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"VPCConnectionId": {},
"CreationStatus": {},
"AvailabilityStatus": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"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"
}
}
}
},
"DeleteAccountSubscription": {
"http": {
"method": "DELETE",
"requestUri": "/account/{AwsAccountId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
}
}
},
"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"
}
}
}
},
"DeleteDataSetRefreshProperties": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
}
}
},
"output": {
"type": "structure",
"members": {
"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"
}
}
}
},
"DeleteIdentityPropagationConfig": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/identity-propagation-config/{Service}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Service"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Service": {
"location": "uri",
"locationName": "Service"
}
}
},
"output": {
"type": "structure",
"members": {
"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"
}
}
}
},
"DeleteRefreshSchedule": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"
},
"input": {
"type": "structure",
"required": [
"DataSetId",
"AwsAccountId",
"ScheduleId"
],
"members": {
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ScheduleId": {
"location": "uri",
"locationName": "ScheduleId"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"ScheduleId": {},
"Arn": {}
}
}
},
"DeleteRoleCustomPermission": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission"
},
"input": {
"type": "structure",
"required": [
"Role",
"AwsAccountId",
"Namespace"
],
"members": {
"Role": {
"location": "uri",
"locationName": "Role"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"type": "integer"
}
}
}
},
"DeleteRoleMembership": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}"
},
"input": {
"type": "structure",
"required": [
"MemberName",
"Role",
"AwsAccountId",
"Namespace"
],
"members": {
"MemberName": {
"location": "uri",
"locationName": "MemberName"
},
"Role": {
"location": "uri",
"locationName": "Role"
},
"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": {}
}
}
},
"DeleteTopic": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"TopicId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DeleteTopicRefreshSchedule": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"DatasetId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"DatasetId": {
"location": "uri",
"locationName": "DatasetId"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"DatasetArn": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"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"
}
}
}
},
"DeleteVPCConnection": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"VPCConnectionId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"VPCConnectionId": {
"location": "uri",
"locationName": "VPCConnectionId"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"VPCConnectionId": {},
"DeletionStatus": {},
"AvailabilityStatus": {},
"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": "S2c"
},
"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": {},
"PublicSharingEnabled": {
"type": "boolean"
},
"TerminationProtectionEnabled": {
"type": "boolean"
}
}
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeAccountSubscription": {
"http": {
"method": "GET",
"requestUri": "/account/{AwsAccountId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
}
}
},
"output": {
"type": "structure",
"members": {
"AccountInfo": {
"type": "structure",
"members": {
"AccountName": {},
"Edition": {},
"NotificationEmail": {},
"AuthenticationType": {},
"AccountSubscriptionStatus": {},
"IAMIdentityCenterInstanceArn": {}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"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": {
"shape": "S10o"
},
"DataSetArns": {
"shape": "S10t"
},
"ThemeArn": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"Sheets": {
"shape": "S10u"
}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeAnalysisDefinition": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}/definition"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AnalysisId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AnalysisId": {
"location": "uri",
"locationName": "AnalysisId"
}
}
},
"output": {
"type": "structure",
"members": {
"AnalysisId": {},
"Name": {},
"Errors": {
"shape": "S10o"
},
"ResourceStatus": {},
"ThemeArn": {},
"Definition": {
"shape": "S3i"
},
"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": "S3a"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeAssetBundleExportJob": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/asset-bundle-export-jobs/{AssetBundleExportJobId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AssetBundleExportJobId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AssetBundleExportJobId": {
"location": "uri",
"locationName": "AssetBundleExportJobId"
}
}
},
"output": {
"type": "structure",
"members": {
"JobStatus": {},
"DownloadUrl": {
"shape": "S113"
},
"Errors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Type": {},
"Message": {}
}
}
},
"Arn": {},
"CreatedTime": {
"type": "timestamp"
},
"AssetBundleExportJobId": {},
"AwsAccountId": {},
"ResourceArns": {
"shape": "S116"
},
"IncludeAllDependencies": {
"type": "boolean"
},
"ExportFormat": {},
"CloudFormationOverridePropertyConfiguration": {
"shape": "S118"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"IncludePermissions": {
"type": "boolean"
},
"IncludeTags": {
"type": "boolean"
},
"ValidationStrategy": {
"shape": "S122"
},
"Warnings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Message": {}
}
}
}
}
}
},
"DescribeAssetBundleImportJob": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/asset-bundle-import-jobs/{AssetBundleImportJobId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AssetBundleImportJobId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AssetBundleImportJobId": {
"location": "uri",
"locationName": "AssetBundleImportJobId"
}
}
},
"output": {
"type": "structure",
"members": {
"JobStatus": {},
"Errors": {
"shape": "S128"
},
"RollbackErrors": {
"shape": "S128"
},
"Arn": {},
"CreatedTime": {
"type": "timestamp"
},
"AssetBundleImportJobId": {},
"AwsAccountId": {},
"AssetBundleImportSource": {
"type": "structure",
"members": {
"Body": {
"shape": "S113"
},
"S3Uri": {}
}
},
"OverrideParameters": {
"shape": "S12c"
},
"FailureAction": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"OverridePermissions": {
"shape": "S12v"
},
"OverrideTags": {
"shape": "S13b"
},
"OverrideValidationStrategy": {
"shape": "S13o"
},
"Warnings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Message": {}
}
}
}
}
}
},
"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": {
"shape": "S13v"
},
"VersionNumber": {
"type": "long"
},
"Status": {},
"Arn": {},
"SourceEntityArn": {},
"DataSetArns": {
"shape": "S10t"
},
"Description": {},
"ThemeArn": {},
"Sheets": {
"shape": "S10u"
}
}
},
"CreatedTime": {
"type": "timestamp"
},
"LastPublishedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"LinkEntities": {
"shape": "Spn"
}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeDashboardDefinition": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/definition"
},
"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": {
"DashboardId": {},
"Errors": {
"shape": "S13v"
},
"Name": {},
"ResourceStatus": {},
"ThemeArn": {},
"Definition": {
"shape": "Spl"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"DashboardPublishOptions": {
"shape": "Sp8"
}
}
}
},
"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": "S3a"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"LinkSharingConfiguration": {
"shape": "Spm"
}
}
}
},
"DescribeDashboardSnapshotJob": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"SnapshotJobId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"SnapshotJobId": {
"location": "uri",
"locationName": "SnapshotJobId"
}
}
},
"output": {
"type": "structure",
"members": {
"AwsAccountId": {},
"DashboardId": {},
"SnapshotJobId": {},
"UserConfiguration": {
"type": "structure",
"members": {
"AnonymousUsers": {
"type": "list",
"member": {
"type": "structure",
"members": {
"RowLevelPermissionTagKeys": {
"type": "list",
"member": {}
}
}
}
}
}
},
"SnapshotConfiguration": {
"shape": "S148"
},
"Arn": {},
"JobStatus": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"RequestId": {},
"Status": {
"type": "integer"
}
}
}
},
"DescribeDashboardSnapshotJobResult": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs/{SnapshotJobId}/result"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"SnapshotJobId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"SnapshotJobId": {
"location": "uri",
"locationName": "SnapshotJobId"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"JobStatus": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"Result": {
"type": "structure",
"members": {
"AnonymousUsers": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FileGroups": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Files": {
"shape": "S14b"
},
"S3Results": {
"type": "list",
"member": {
"type": "structure",
"members": {
"S3DestinationConfiguration": {
"shape": "S14k"
},
"S3Uri": {
"shape": "S113"
},
"ErrorInfo": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ErrorMessage": {},
"ErrorType": {}
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"ErrorInfo": {
"type": "structure",
"members": {
"ErrorMessage": {},
"ErrorType": {}
}
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"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": "Spt"
},
"LogicalTableMap": {
"shape": "Sqd"
},
"OutputColumns": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Description": {
"shape": "Sr0"
},
"Type": {},
"SubType": {}
}
}
},
"ImportMode": {},
"ConsumedSpiceCapacityInBytes": {
"type": "long"
},
"ColumnGroups": {
"shape": "Srl"
},
"FieldFolders": {
"shape": "Srr"
},
"RowLevelPermissionDataSet": {
"shape": "Srw"
},
"RowLevelPermissionTagConfiguration": {
"shape": "Ss0"
},
"ColumnLevelPermissionRules": {
"shape": "Ss8"
},
"DataSetUsageConfiguration": {
"shape": "Ssc"
},
"DatasetParameters": {
"shape": "Ssd"
}
}
},
"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": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeDataSetRefreshProperties": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"DataSetRefreshProperties": {
"shape": "S158"
}
}
}
},
"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": "S15g"
},
"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": "S3a"
},
"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"
},
"SharingModel": {}
}
},
"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"
},
"Namespace": {
"location": "querystring",
"locationName": "namespace"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"FolderId": {},
"Arn": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"NextToken": {}
}
}
},
"DescribeFolderResolvedPermissions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}/resolved-permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"FolderId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"FolderId": {
"location": "uri",
"locationName": "FolderId"
},
"Namespace": {
"location": "querystring",
"locationName": "namespace"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"FolderId": {},
"Arn": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"NextToken": {}
}
}
},
"DescribeGroup": {
"http": {
"method": "GET",
"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": {
"Group": {
"shape": "Sux"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeGroupMembership": {
"http": {
"method": "GET",
"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": "Sv1"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeIAMPolicyAssignment": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{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": {
"IAMPolicyAssignment": {
"type": "structure",
"members": {
"AwsAccountId": {},
"AssignmentId": {},
"AssignmentName": {},
"PolicyArn": {},
"Identities": {
"shape": "Sv5"
},
"AssignmentStatus": {}
}
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeIngestion": {
"http": {
"method": "GET",
"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": {
"Ingestion": {
"shape": "S163"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeIpRestriction": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/ip-restriction"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
}
}
},
"output": {
"type": "structure",
"members": {
"AwsAccountId": {},
"IpRestrictionRuleMap": {
"shape": "S16c"
},
"VpcIdRestrictionRuleMap": {
"shape": "S16f"
},
"VpcEndpointIdRestrictionRuleMap": {
"shape": "S16i"
},
"Enabled": {
"type": "boolean"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeKeyRegistration": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/key-registration"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DefaultKeyOnly": {
"location": "querystring",
"locationName": "default-key-only",
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"AwsAccountId": {},
"KeyRegistration": {
"shape": "S16n"
},
"RequestId": {},
"Status": {
"type": "integer"
}
}
}
},
"DescribeNamespace": {
"http": {
"method": "GET",
"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": {
"Namespace": {
"shape": "S16r"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeRefreshSchedule": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId",
"ScheduleId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"ScheduleId": {
"location": "uri",
"locationName": "ScheduleId"
}
}
},
"output": {
"type": "structure",
"members": {
"RefreshSchedule": {
"shape": "Svi"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"Arn": {}
}
}
},
"DescribeRoleCustomPermission": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission"
},
"input": {
"type": "structure",
"required": [
"Role",
"AwsAccountId",
"Namespace"
],
"members": {
"Role": {
"location": "uri",
"locationName": "Role"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"CustomPermissionsName": {},
"RequestId": {},
"Status": {
"type": "integer"
}
}
}
},
"DescribeTemplate": {
"http": {
"method": "GET",
"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"
},
"AliasName": {
"location": "querystring",
"locationName": "alias-name"
}
}
},
"output": {
"type": "structure",
"members": {
"Template": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"Version": {
"type": "structure",
"members": {
"CreatedTime": {
"type": "timestamp"
},
"Errors": {
"shape": "S173"
},
"VersionNumber": {
"type": "long"
},
"Status": {},
"DataSetConfigurations": {
"shape": "Svy"
},
"Description": {},
"SourceEntityArn": {},
"ThemeArn": {},
"Sheets": {
"shape": "S10u"
}
}
},
"TemplateId": {},
"LastUpdatedTime": {
"type": "timestamp"
},
"CreatedTime": {
"type": "timestamp"
}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeTemplateAlias": {
"http": {
"method": "GET",
"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": {
"TemplateAlias": {
"shape": "Swc"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeTemplateDefinition": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/definition"
},
"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"
},
"AliasName": {
"location": "querystring",
"locationName": "alias-name"
}
}
},
"output": {
"type": "structure",
"members": {
"Name": {},
"TemplateId": {},
"Errors": {
"shape": "S173"
},
"ResourceStatus": {},
"ThemeArn": {},
"Definition": {
"shape": "Svx"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeTemplatePermissions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TemplateId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TemplateId": {
"location": "uri",
"locationName": "TemplateId"
}
}
},
"output": {
"type": "structure",
"members": {
"TemplateId": {},
"TemplateArn": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeTheme": {
"http": {
"method": "GET",
"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"
},
"AliasName": {
"location": "querystring",
"locationName": "alias-name"
}
}
},
"output": {
"type": "structure",
"members": {
"Theme": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"ThemeId": {},
"Version": {
"type": "structure",
"members": {
"VersionNumber": {
"type": "long"
},
"Arn": {},
"Description": {},
"BaseThemeId": {},
"CreatedTime": {
"type": "timestamp"
},
"Configuration": {
"shape": "Swf"
},
"Errors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Message": {}
}
}
},
"Status": {}
}
},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"Type": {}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeThemeAlias": {
"http": {
"method": "GET",
"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": {
"ThemeAlias": {
"shape": "Swv"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeThemePermissions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"ThemeId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ThemeId": {
"location": "uri",
"locationName": "ThemeId"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeId": {},
"ThemeArn": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeTopic": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"TopicId": {},
"Topic": {
"shape": "Swx"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeTopicPermissions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"Permissions": {
"shape": "S3a"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeTopicRefresh": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/refresh/{RefreshId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"RefreshId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"RefreshId": {
"location": "uri",
"locationName": "RefreshId"
}
}
},
"output": {
"type": "structure",
"members": {
"RefreshDetails": {
"type": "structure",
"members": {
"RefreshArn": {},
"RefreshId": {},
"RefreshStatus": {}
}
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeTopicRefreshSchedule": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"DatasetId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"DatasetId": {
"location": "uri",
"locationName": "DatasetId"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"DatasetArn": {},
"RefreshSchedule": {
"shape": "Sye"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"DescribeUser": {
"http": {
"method": "GET",
"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": {
"User": {
"shape": "S181"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"DescribeVPCConnection": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"VPCConnectionId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"VPCConnectionId": {
"location": "uri",
"locationName": "VPCConnectionId"
}
}
},
"output": {
"type": "structure",
"members": {
"VPCConnection": {
"type": "structure",
"members": {
"VPCConnectionId": {},
"Arn": {},
"Name": {},
"VPCId": {},
"SecurityGroupIds": {
"shape": "Syl"
},
"DnsResolvers": {
"shape": "Sxb"
},
"Status": {},
"AvailabilityStatus": {},
"NetworkInterfaces": {
"shape": "S187"
},
"RoleArn": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
},
"RequestId": {},
"Status": {
"type": "integer"
}
}
}
},
"GenerateEmbedUrlForAnonymousUser": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/embed-url/anonymous-user"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Namespace",
"AuthorizedResourceArns",
"ExperienceConfiguration"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"SessionLifetimeInMinutes": {
"type": "long"
},
"Namespace": {},
"SessionTags": {
"shape": "S18d"
},
"AuthorizedResourceArns": {
"type": "list",
"member": {}
},
"ExperienceConfiguration": {
"type": "structure",
"members": {
"Dashboard": {
"type": "structure",
"required": [
"InitialDashboardId"
],
"members": {
"InitialDashboardId": {},
"EnabledFeatures": {
"type": "list",
"member": {}
},
"DisabledFeatures": {
"type": "list",
"member": {}
},
"FeatureConfigurations": {
"type": "structure",
"members": {
"SharedView": {
"shape": "S18n"
}
}
}
}
},
"DashboardVisual": {
"type": "structure",
"required": [
"InitialDashboardVisualId"
],
"members": {
"InitialDashboardVisualId": {
"shape": "S18p"
}
}
},
"QSearchBar": {
"type": "structure",
"required": [
"InitialTopicId"
],
"members": {
"InitialTopicId": {}
}
},
"GenerativeQnA": {
"type": "structure",
"required": [
"InitialTopicId"
],
"members": {
"InitialTopicId": {}
}
}
}
},
"AllowedDomains": {
"shape": "Sxb"
}
}
},
"output": {
"type": "structure",
"required": [
"EmbedUrl",
"Status",
"RequestId",
"AnonymousUserArn"
],
"members": {
"EmbedUrl": {
"shape": "S18t"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"AnonymousUserArn": {}
}
}
},
"GenerateEmbedUrlForRegisteredUser": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/embed-url/registered-user"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"UserArn",
"ExperienceConfiguration"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"SessionLifetimeInMinutes": {
"type": "long"
},
"UserArn": {},
"ExperienceConfiguration": {
"type": "structure",
"members": {
"Dashboard": {
"type": "structure",
"required": [
"InitialDashboardId"
],
"members": {
"InitialDashboardId": {},
"FeatureConfigurations": {
"type": "structure",
"members": {
"StatePersistence": {
"shape": "S18y"
},
"SharedView": {
"shape": "S18n"
},
"Bookmarks": {
"type": "structure",
"required": [
"Enabled"
],
"members": {
"Enabled": {
"type": "boolean"
}
}
}
}
}
}
},
"QuickSightConsole": {
"type": "structure",
"members": {
"InitialPath": {},
"FeatureConfigurations": {
"type": "structure",
"members": {
"StatePersistence": {
"shape": "S18y"
},
"SharedView": {
"shape": "S18n"
}
}
}
}
},
"QSearchBar": {
"type": "structure",
"members": {
"InitialTopicId": {}
}
},
"DashboardVisual": {
"type": "structure",
"required": [
"InitialDashboardVisualId"
],
"members": {
"InitialDashboardVisualId": {
"shape": "S18p"
}
}
},
"GenerativeQnA": {
"type": "structure",
"members": {
"InitialTopicId": {}
}
}
}
},
"AllowedDomains": {
"shape": "Sxb"
}
}
},
"output": {
"type": "structure",
"required": [
"EmbedUrl",
"Status",
"RequestId"
],
"members": {
"EmbedUrl": {
"shape": "S18t"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"GetDashboardEmbedUrl": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/embed-url"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"IdentityType"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"IdentityType": {
"location": "querystring",
"locationName": "creds-type"
},
"SessionLifetimeInMinutes": {
"location": "querystring",
"locationName": "session-lifetime",
"type": "long"
},
"UndoRedoDisabled": {
"location": "querystring",
"locationName": "undo-redo-disabled",
"type": "boolean"
},
"ResetDisabled": {
"location": "querystring",
"locationName": "reset-disabled",
"type": "boolean"
},
"StatePersistenceEnabled": {
"location": "querystring",
"locationName": "state-persistence-enabled",
"type": "boolean"
},
"UserArn": {
"location": "querystring",
"locationName": "user-arn"
},
"Namespace": {
"location": "querystring",
"locationName": "namespace"
},
"AdditionalDashboardIds": {
"location": "querystring",
"locationName": "additional-dashboard-ids",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"EmbedUrl": {
"shape": "S18t"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"GetSessionEmbedUrl": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/session-embed-url"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"EntryPoint": {
"location": "querystring",
"locationName": "entry-point"
},
"SessionLifetimeInMinutes": {
"location": "querystring",
"locationName": "session-lifetime",
"type": "long"
},
"UserArn": {
"location": "querystring",
"locationName": "user-arn"
}
}
},
"output": {
"type": "structure",
"members": {
"EmbedUrl": {
"shape": "S18t"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListAnalyses": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/analyses"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"AnalysisSummaryList": {
"shape": "S19g"
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListAssetBundleExportJobs": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/asset-bundle-export-jobs"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"AssetBundleExportJobSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"JobStatus": {},
"Arn": {},
"CreatedTime": {
"type": "timestamp"
},
"AssetBundleExportJobId": {},
"IncludeAllDependencies": {
"type": "boolean"
},
"ExportFormat": {},
"IncludePermissions": {
"type": "boolean"
},
"IncludeTags": {
"type": "boolean"
}
}
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListAssetBundleImportJobs": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/asset-bundle-import-jobs"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"AssetBundleImportJobSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"JobStatus": {},
"Arn": {},
"CreatedTime": {
"type": "timestamp"
},
"AssetBundleImportJobId": {},
"FailureAction": {}
}
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListDashboardVersions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DashboardVersionSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"CreatedTime": {
"type": "timestamp"
},
"VersionNumber": {
"type": "long"
},
"Status": {},
"SourceEntityArn": {},
"Description": {}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListDashboards": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/dashboards"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DashboardSummaryList": {
"shape": "S19w"
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListDataSets": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/data-sets"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DataSetSummaries": {
"shape": "S1a0"
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListDataSources": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/data-sources"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DataSources": {
"type": "list",
"member": {
"shape": "S15g"
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListFolderMembers": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}/members"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"FolderId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"FolderId": {
"location": "uri",
"locationName": "FolderId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"FolderMemberList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MemberId": {},
"MemberArn": {}
}
}
},
"NextToken": {},
"RequestId": {}
}
}
},
"ListFolders": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/folders"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"FolderSummaryList": {
"shape": "S1ab"
},
"NextToken": {},
"RequestId": {}
}
}
},
"ListGroupMemberships": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members"
},
"input": {
"type": "structure",
"required": [
"GroupName",
"AwsAccountId",
"Namespace"
],
"members": {
"GroupName": {
"location": "uri",
"locationName": "GroupName"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"GroupMemberList": {
"type": "list",
"member": {
"shape": "Sv1"
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListGroups": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Namespace"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"GroupList": {
"shape": "S1ai"
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListIAMPolicyAssignments": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/v2/iam-policy-assignments"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Namespace"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AssignmentStatus": {
"location": "querystring",
"locationName": "assignment-status"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"IAMPolicyAssignments": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssignmentName": {},
"AssignmentStatus": {}
}
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListIAMPolicyAssignmentsForUser": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/iam-policy-assignments"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"UserName",
"Namespace"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"UserName": {
"location": "uri",
"locationName": "UserName"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"ActiveAssignments": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssignmentName": {},
"PolicyArn": {}
}
}
},
"RequestId": {},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListIdentityPropagationConfigs": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/identity-propagation-config"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
}
}
},
"output": {
"type": "structure",
"members": {
"Services": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Service": {},
"AuthorizedTargets": {
"shape": "S1aw"
}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListIngestions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions"
},
"input": {
"type": "structure",
"required": [
"DataSetId",
"AwsAccountId"
],
"members": {
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Ingestions": {
"type": "list",
"member": {
"shape": "S163"
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListNamespaces": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Namespaces": {
"type": "list",
"member": {
"shape": "S16r"
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListRefreshSchedules": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
}
}
},
"output": {
"type": "structure",
"members": {
"RefreshSchedules": {
"type": "list",
"member": {
"shape": "Svi"
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListRoleMemberships": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members"
},
"input": {
"type": "structure",
"required": [
"Role",
"AwsAccountId",
"Namespace"
],
"members": {
"Role": {
"location": "uri",
"locationName": "Role"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"MembersList": {
"shape": "S2m"
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/resources/{ResourceArn}/tags"
},
"input": {
"type": "structure",
"required": [
"ResourceArn"
],
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "ResourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "S2d"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListTemplateAliases": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TemplateId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TemplateId": {
"location": "uri",
"locationName": "TemplateId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-result",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"TemplateAliasList": {
"type": "list",
"member": {
"shape": "Swc"
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"NextToken": {}
}
}
},
"ListTemplateVersions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/versions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TemplateId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TemplateId": {
"location": "uri",
"locationName": "TemplateId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"TemplateVersionSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"VersionNumber": {
"type": "long"
},
"CreatedTime": {
"type": "timestamp"
},
"Status": {},
"Description": {}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListTemplates": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/templates"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-result",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"TemplateSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"TemplateId": {},
"Name": {},
"LatestVersionNumber": {
"type": "long"
},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListThemeAliases": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"ThemeId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ThemeId": {
"location": "uri",
"locationName": "ThemeId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-result",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeAliasList": {
"type": "list",
"member": {
"shape": "Swv"
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"NextToken": {}
}
}
},
"ListThemeVersions": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/versions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"ThemeId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ThemeId": {
"location": "uri",
"locationName": "ThemeId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeVersionSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"VersionNumber": {
"type": "long"
},
"Arn": {},
"Description": {},
"CreatedTime": {
"type": "timestamp"
},
"Status": {}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListThemes": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/themes"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"Type": {
"location": "querystring",
"locationName": "type"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeSummaryList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"ThemeId": {},
"LatestVersionNumber": {
"type": "long"
},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListTopicRefreshSchedules": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/schedules"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"RefreshSchedules": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DatasetId": {},
"DatasetArn": {},
"DatasetName": {},
"RefreshSchedule": {
"shape": "Sye"
}
}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListTopicReviewedAnswers": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/reviewed-answers"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"Answers": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AnswerId",
"DatasetArn",
"Question"
],
"members": {
"Arn": {},
"AnswerId": {},
"DatasetArn": {},
"Question": {},
"Mir": {
"shape": "S9"
},
"PrimaryVisual": {
"shape": "S1q"
},
"Template": {
"shape": "S1t"
}
}
}
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"ListTopics": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/topics"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicsSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"TopicId": {},
"Name": {},
"UserExperienceVersion": {}
}
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListUserGroups": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/groups"
},
"input": {
"type": "structure",
"required": [
"UserName",
"AwsAccountId",
"Namespace"
],
"members": {
"UserName": {
"location": "uri",
"locationName": "UserName"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"GroupList": {
"shape": "S1ai"
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListUsers": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Namespace"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"UserList": {
"type": "list",
"member": {
"shape": "S181"
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"ListVPCConnections": {
"http": {
"method": "GET",
"requestUri": "/accounts/{AwsAccountId}/vpc-connections"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"VPCConnectionSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"VPCConnectionId": {},
"Arn": {},
"Name": {},
"VPCId": {},
"SecurityGroupIds": {
"shape": "Syl"
},
"DnsResolvers": {
"shape": "Sxb"
},
"Status": {},
"AvailabilityStatus": {},
"NetworkInterfaces": {
"shape": "S187"
},
"RoleArn": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"PutDataSetRefreshProperties": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-properties"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId",
"DataSetRefreshProperties"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"DataSetRefreshProperties": {
"shape": "S158"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"RegisterUser": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users"
},
"input": {
"type": "structure",
"required": [
"IdentityType",
"Email",
"UserRole",
"AwsAccountId",
"Namespace"
],
"members": {
"IdentityType": {},
"Email": {},
"UserRole": {},
"IamArn": {},
"SessionName": {},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
},
"UserName": {},
"CustomPermissionsName": {},
"ExternalLoginFederationProviderType": {},
"CustomFederationProviderUrl": {},
"ExternalLoginId": {},
"Tags": {
"shape": "S2d"
}
}
},
"output": {
"type": "structure",
"members": {
"User": {
"shape": "S181"
},
"UserInvitationUrl": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"RestoreAnalysis": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AnalysisId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AnalysisId": {
"location": "uri",
"locationName": "AnalysisId"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"Arn": {},
"AnalysisId": {},
"RequestId": {}
}
}
},
"SearchAnalyses": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/search/analyses"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Filters"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Operator": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"AnalysisSummaryList": {
"shape": "S19g"
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"SearchDashboards": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/search/dashboards"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Filters"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Operator"
],
"members": {
"Operator": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DashboardSummaryList": {
"shape": "S19w"
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"SearchDataSets": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/search/data-sets"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Filters"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Operator",
"Name",
"Value"
],
"members": {
"Operator": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DataSetSummaries": {
"shape": "S1a0"
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"SearchDataSources": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/search/data-sources"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Filters"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Operator",
"Name",
"Value"
],
"members": {
"Operator": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"DataSourceSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"DataSourceId": {},
"Name": {},
"Type": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"SearchFolders": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/search/folders"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Filters"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Operator": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"FolderSummaryList": {
"shape": "S1ab"
},
"NextToken": {},
"RequestId": {}
}
}
},
"SearchGroups": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups-search"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Namespace",
"Filters"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"NextToken": {
"location": "querystring",
"locationName": "next-token"
},
"MaxResults": {
"location": "querystring",
"locationName": "max-results",
"type": "integer"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Operator",
"Name",
"Value"
],
"members": {
"Operator": {},
"Name": {},
"Value": {}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"GroupList": {
"shape": "S1ai"
},
"NextToken": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"StartAssetBundleExportJob": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/asset-bundle-export-jobs/export"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AssetBundleExportJobId",
"ResourceArns",
"ExportFormat"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AssetBundleExportJobId": {},
"ResourceArns": {
"shape": "S116"
},
"IncludeAllDependencies": {
"type": "boolean"
},
"ExportFormat": {},
"CloudFormationOverridePropertyConfiguration": {
"shape": "S118"
},
"IncludePermissions": {
"type": "boolean"
},
"IncludeTags": {
"type": "boolean"
},
"ValidationStrategy": {
"shape": "S122"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"AssetBundleExportJobId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"StartAssetBundleImportJob": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/asset-bundle-import-jobs/import"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AssetBundleImportJobId",
"AssetBundleImportSource"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AssetBundleImportJobId": {},
"AssetBundleImportSource": {
"type": "structure",
"members": {
"Body": {
"type": "blob",
"sensitive": true
},
"S3Uri": {}
}
},
"OverrideParameters": {
"shape": "S12c"
},
"FailureAction": {},
"OverridePermissions": {
"shape": "S12v"
},
"OverrideTags": {
"shape": "S13b"
},
"OverrideValidationStrategy": {
"shape": "S13o"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"AssetBundleImportJobId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"StartDashboardSnapshotJob": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/snapshot-jobs"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"SnapshotJobId",
"UserConfiguration",
"SnapshotConfiguration"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"SnapshotJobId": {},
"UserConfiguration": {
"type": "structure",
"members": {
"AnonymousUsers": {
"type": "list",
"member": {
"type": "structure",
"members": {
"RowLevelPermissionTags": {
"shape": "S18d"
}
}
}
}
}
},
"SnapshotConfiguration": {
"shape": "S148"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"SnapshotJobId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"TagResource": {
"http": {
"requestUri": "/resources/{ResourceArn}/tags"
},
"input": {
"type": "structure",
"required": [
"ResourceArn",
"Tags"
],
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "ResourceArn"
},
"Tags": {
"shape": "S2d"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/resources/{ResourceArn}/tags"
},
"input": {
"type": "structure",
"required": [
"ResourceArn",
"TagKeys"
],
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "ResourceArn"
},
"TagKeys": {
"location": "querystring",
"locationName": "keys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateAccountCustomization": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/customizations"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AccountCustomization"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "querystring",
"locationName": "namespace"
},
"AccountCustomization": {
"shape": "S2c"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"AwsAccountId": {},
"Namespace": {},
"AccountCustomization": {
"shape": "S2c"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateAccountSettings": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/settings"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DefaultNamespace"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DefaultNamespace": {},
"NotificationEmail": {},
"TerminationProtectionEnabled": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateAnalysis": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AnalysisId",
"Name"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AnalysisId": {
"location": "uri",
"locationName": "AnalysisId"
},
"Name": {},
"Parameters": {
"shape": "S2s"
},
"SourceEntity": {
"shape": "S3e"
},
"ThemeArn": {},
"Definition": {
"shape": "S3i"
},
"ValidationStrategy": {
"shape": "Soy"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"AnalysisId": {},
"UpdateStatus": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateAnalysisPermissions": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AnalysisId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AnalysisId": {
"location": "uri",
"locationName": "AnalysisId"
},
"GrantPermissions": {
"shape": "S1ea"
},
"RevokePermissions": {
"shape": "S1ea"
}
}
},
"output": {
"type": "structure",
"members": {
"AnalysisArn": {},
"AnalysisId": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateDashboard": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"Name"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"Name": {},
"SourceEntity": {
"shape": "Sp5"
},
"Parameters": {
"shape": "S2s"
},
"VersionDescription": {},
"DashboardPublishOptions": {
"shape": "Sp8"
},
"ThemeArn": {},
"Definition": {
"shape": "Spl"
},
"ValidationStrategy": {
"shape": "Soy"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"VersionArn": {},
"DashboardId": {},
"CreationStatus": {},
"Status": {
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateDashboardLinks": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/linked-entities"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"LinkEntities"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"LinkEntities": {
"shape": "Spn"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"DashboardArn": {},
"LinkEntities": {
"shape": "Spn"
}
}
}
},
"UpdateDashboardPermissions": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"GrantPermissions": {
"shape": "S1ea"
},
"RevokePermissions": {
"shape": "S1ea"
},
"GrantLinkPermissions": {
"shape": "S1eh"
},
"RevokeLinkPermissions": {
"shape": "S1eh"
}
}
},
"output": {
"type": "structure",
"members": {
"DashboardArn": {},
"DashboardId": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"LinkSharingConfiguration": {
"shape": "Spm"
}
}
}
},
"UpdateDashboardPublishedVersion": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DashboardId",
"VersionNumber"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DashboardId": {
"location": "uri",
"locationName": "DashboardId"
},
"VersionNumber": {
"location": "uri",
"locationName": "VersionNumber",
"type": "long"
}
}
},
"output": {
"type": "structure",
"members": {
"DashboardId": {},
"DashboardArn": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateDataSet": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId",
"Name",
"PhysicalTableMap",
"ImportMode"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"Name": {},
"PhysicalTableMap": {
"shape": "Spt"
},
"LogicalTableMap": {
"shape": "Sqd"
},
"ImportMode": {},
"ColumnGroups": {
"shape": "Srl"
},
"FieldFolders": {
"shape": "Srr"
},
"RowLevelPermissionDataSet": {
"shape": "Srw"
},
"RowLevelPermissionTagConfiguration": {
"shape": "Ss0"
},
"ColumnLevelPermissionRules": {
"shape": "Ss8"
},
"DataSetUsageConfiguration": {
"shape": "Ssc"
},
"DatasetParameters": {
"shape": "Ssd"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"DataSetId": {},
"IngestionArn": {},
"IngestionId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateDataSetPermissions": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"GrantPermissions": {
"shape": "S3a"
},
"RevokePermissions": {
"shape": "S3a"
}
}
},
"output": {
"type": "structure",
"members": {
"DataSetArn": {},
"DataSetId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateDataSource": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/data-sources/{DataSourceId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSourceId",
"Name"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSourceId": {
"location": "uri",
"locationName": "DataSourceId"
},
"Name": {},
"DataSourceParameters": {
"shape": "Sss"
},
"Credentials": {
"shape": "Su9"
},
"VpcConnectionProperties": {
"shape": "Sug"
},
"SslProperties": {
"shape": "Suh"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"DataSourceId": {},
"UpdateStatus": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateDataSourcePermissions": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSourceId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSourceId": {
"location": "uri",
"locationName": "DataSourceId"
},
"GrantPermissions": {
"shape": "S3a"
},
"RevokePermissions": {
"shape": "S3a"
}
}
},
"output": {
"type": "structure",
"members": {
"DataSourceArn": {},
"DataSourceId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateFolder": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"FolderId",
"Name"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"FolderId": {
"location": "uri",
"locationName": "FolderId"
},
"Name": {}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"Arn": {},
"FolderId": {},
"RequestId": {}
}
}
},
"UpdateFolderPermissions": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/folders/{FolderId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"FolderId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"FolderId": {
"location": "uri",
"locationName": "FolderId"
},
"GrantPermissions": {
"shape": "S3a"
},
"RevokePermissions": {
"shape": "S3a"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"type": "integer"
},
"Arn": {},
"FolderId": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {}
}
}
},
"UpdateGroup": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"
},
"input": {
"type": "structure",
"required": [
"GroupName",
"AwsAccountId",
"Namespace"
],
"members": {
"GroupName": {
"location": "uri",
"locationName": "GroupName"
},
"Description": {},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"Group": {
"shape": "Sux"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateIAMPolicyAssignment": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{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"
},
"AssignmentStatus": {},
"PolicyArn": {},
"Identities": {
"shape": "Sv5"
}
}
},
"output": {
"type": "structure",
"members": {
"AssignmentName": {},
"AssignmentId": {},
"PolicyArn": {},
"Identities": {
"shape": "Sv5"
},
"AssignmentStatus": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateIdentityPropagationConfig": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/identity-propagation-config/{Service}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Service"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Service": {
"location": "uri",
"locationName": "Service"
},
"AuthorizedTargets": {
"shape": "S1aw"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateIpRestriction": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/ip-restriction"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"IpRestrictionRuleMap": {
"shape": "S16c"
},
"VpcIdRestrictionRuleMap": {
"shape": "S16f"
},
"VpcEndpointIdRestrictionRuleMap": {
"shape": "S16i"
},
"Enabled": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"AwsAccountId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateKeyRegistration": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/key-registration"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"KeyRegistration"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"KeyRegistration": {
"shape": "S16n"
}
}
},
"output": {
"type": "structure",
"members": {
"FailedKeyRegistration": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Message",
"StatusCode",
"SenderFault"
],
"members": {
"KeyArn": {},
"Message": {},
"StatusCode": {
"type": "integer"
},
"SenderFault": {
"type": "boolean"
}
}
}
},
"SuccessfulKeyRegistration": {
"type": "list",
"member": {
"type": "structure",
"required": [
"KeyArn",
"StatusCode"
],
"members": {
"KeyArn": {},
"StatusCode": {
"type": "integer"
}
}
}
},
"RequestId": {}
}
}
},
"UpdatePublicSharingSettings": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/public-sharing-settings"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"PublicSharingEnabled": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateRefreshSchedule": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules"
},
"input": {
"type": "structure",
"required": [
"DataSetId",
"AwsAccountId",
"Schedule"
],
"members": {
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Schedule": {
"shape": "Svi"
}
}
},
"output": {
"type": "structure",
"members": {
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {},
"ScheduleId": {},
"Arn": {}
}
}
},
"UpdateRoleCustomPermission": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission"
},
"input": {
"type": "structure",
"required": [
"CustomPermissionsName",
"Role",
"AwsAccountId",
"Namespace"
],
"members": {
"CustomPermissionsName": {},
"Role": {
"location": "uri",
"locationName": "Role"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"type": "integer"
}
}
}
},
"UpdateSPICECapacityConfiguration": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/spice-capacity-configuration"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"PurchaseMode"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"PurchaseMode": {}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateTemplate": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TemplateId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TemplateId": {
"location": "uri",
"locationName": "TemplateId"
},
"SourceEntity": {
"shape": "Svu"
},
"VersionDescription": {},
"Name": {},
"Definition": {
"shape": "Svx"
},
"ValidationStrategy": {
"shape": "Soy"
}
}
},
"output": {
"type": "structure",
"members": {
"TemplateId": {},
"Arn": {},
"VersionArn": {},
"CreationStatus": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateTemplateAlias": {
"http": {
"method": "PUT",
"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": "Swc"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateTemplatePermissions": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TemplateId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TemplateId": {
"location": "uri",
"locationName": "TemplateId"
},
"GrantPermissions": {
"shape": "S1ea"
},
"RevokePermissions": {
"shape": "S1ea"
}
}
},
"output": {
"type": "structure",
"members": {
"TemplateId": {},
"TemplateArn": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateTheme": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"ThemeId",
"BaseThemeId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ThemeId": {
"location": "uri",
"locationName": "ThemeId"
},
"Name": {},
"BaseThemeId": {},
"VersionDescription": {},
"Configuration": {
"shape": "Swf"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeId": {},
"Arn": {},
"VersionArn": {},
"CreationStatus": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateThemeAlias": {
"http": {
"method": "PUT",
"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": "Swv"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateThemePermissions": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"ThemeId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ThemeId": {
"location": "uri",
"locationName": "ThemeId"
},
"GrantPermissions": {
"shape": "S1ea"
},
"RevokePermissions": {
"shape": "S1ea"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeId": {},
"ThemeArn": {},
"Permissions": {
"shape": "S3a"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateTopic": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"Topic"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"Topic": {
"shape": "Swx"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"Arn": {},
"RefreshArn": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateTopicPermissions": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/permissions"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"GrantPermissions": {
"shape": "S1ea"
},
"RevokePermissions": {
"shape": "S1ea"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"Permissions": {
"shape": "S3a"
},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateTopicRefreshSchedule": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/topics/{TopicId}/schedules/{DatasetId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"TopicId",
"DatasetId",
"RefreshSchedule"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"TopicId": {
"location": "uri",
"locationName": "TopicId"
},
"DatasetId": {
"location": "uri",
"locationName": "DatasetId"
},
"RefreshSchedule": {
"shape": "Sye"
}
}
},
"output": {
"type": "structure",
"members": {
"TopicId": {},
"TopicArn": {},
"DatasetArn": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"UpdateUser": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"
},
"input": {
"type": "structure",
"required": [
"UserName",
"AwsAccountId",
"Namespace",
"Email",
"Role"
],
"members": {
"UserName": {
"location": "uri",
"locationName": "UserName"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
},
"Email": {},
"Role": {},
"CustomPermissionsName": {},
"UnapplyCustomPermissions": {
"type": "boolean"
},
"ExternalLoginFederationProviderType": {},
"CustomFederationProviderUrl": {},
"ExternalLoginId": {}
}
},
"output": {
"type": "structure",
"members": {
"User": {
"shape": "S181"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"UpdateVPCConnection": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/vpc-connections/{VPCConnectionId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"VPCConnectionId",
"Name",
"SubnetIds",
"SecurityGroupIds",
"RoleArn"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"VPCConnectionId": {
"location": "uri",
"locationName": "VPCConnectionId"
},
"Name": {},
"SubnetIds": {
"shape": "Syj"
},
"SecurityGroupIds": {
"shape": "Syl"
},
"DnsResolvers": {
"shape": "Syn"
},
"RoleArn": {}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"VPCConnectionId": {},
"UpdateStatus": {},
"AvailabilityStatus": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
}
},
"shapes": {
"S9": {
"type": "structure",
"members": {
"Metrics": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MetricId": {
"shape": "Sc"
},
"Function": {
"type": "structure",
"members": {
"Aggregation": {},
"AggregationFunctionParameters": {
"shape": "Sf"
},
"Period": {},
"PeriodField": {}
}
},
"Operands": {
"type": "list",
"member": {
"shape": "Sc"
}
},
"ComparisonMethod": {
"type": "structure",
"members": {
"Type": {},
"Period": {},
"WindowSize": {
"type": "integer"
}
}
},
"Expression": {
"shape": "Sn"
},
"CalculatedFieldReferences": {
"type": "list",
"member": {
"shape": "Sc"
}
},
"DisplayFormat": {},
"DisplayFormatOptions": {
"shape": "Sq"
},
"NamedEntity": {
"shape": "Sv"
}
}
}
},
"GroupByList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldName": {
"shape": "Sc"
},
"TimeGranularity": {},
"Sort": {
"shape": "Sy"
},
"DisplayFormat": {},
"DisplayFormatOptions": {
"shape": "Sq"
},
"NamedEntity": {
"shape": "Sv"
}
}
}
},
"Filters": {
"type": "list",
"member": {
"type": "list",
"member": {
"shape": "S12"
}
}
},
"Sort": {
"shape": "Sy"
},
"ContributionAnalysis": {
"type": "structure",
"members": {
"Factors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldName": {}
}
}
},
"TimeRanges": {
"type": "structure",
"members": {
"StartRange": {
"shape": "S12"
},
"EndRange": {
"shape": "S12"
}
}
},
"Direction": {},
"SortType": {}
}
},
"Visual": {
"type": "structure",
"members": {
"type": {}
}
}
}
},
"Sc": {
"type": "structure",
"required": [
"Identity"
],
"members": {
"Identity": {}
}
},
"Sf": {
"type": "map",
"key": {},
"value": {}
},
"Sn": {
"type": "string",
"sensitive": true
},
"Sq": {
"type": "structure",
"members": {
"UseBlankCellFormat": {
"type": "boolean"
},
"BlankCellFormat": {},
"DateFormat": {},
"DecimalSeparator": {},
"GroupingSeparator": {},
"UseGrouping": {
"type": "boolean"
},
"FractionDigits": {
"type": "integer"
},
"Prefix": {},
"Suffix": {},
"UnitScaler": {},
"NegativeFormat": {
"type": "structure",
"members": {
"Prefix": {},
"Suffix": {}
}
},
"CurrencySymbol": {}
}
},
"Sv": {
"type": "structure",
"members": {
"NamedEntityName": {}
}
},
"Sy": {
"type": "structure",
"members": {
"Operand": {
"shape": "Sc"
},
"SortDirection": {}
}
},
"S12": {
"type": "structure",
"members": {
"FilterType": {},
"FilterClass": {},
"OperandField": {
"shape": "Sc"
},
"Function": {},
"Constant": {
"shape": "S16"
},
"Inverse": {
"type": "boolean"
},
"NullFilter": {},
"Aggregation": {},
"AggregationFunctionParameters": {
"shape": "Sf"
},
"AggregationPartitionBy": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldName": {},
"TimeGranularity": {}
}
}
},
"Range": {
"shape": "S16"
},
"Inclusive": {
"type": "boolean"
},
"TimeGranularity": {},
"LastNextOffset": {
"shape": "S16"
},
"AggMetrics": {
"type": "list",
"member": {
"type": "structure",
"members": {
"MetricOperand": {
"shape": "Sc"
},
"Function": {},
"SortDirection": {}
}
}
},
"TopBottomLimit": {
"shape": "S16"
},
"SortDirection": {},
"Anchor": {
"type": "structure",
"members": {
"AnchorType": {},
"TimeGranularity": {},
"Offset": {
"type": "integer"
}
}
}
}
},
"S16": {
"type": "structure",
"members": {
"ConstantType": {},
"Value": {},
"Minimum": {},
"Maximum": {},
"ValueList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ConstantType": {},
"Value": {}
}
}
}
}
},
"S1q": {
"type": "structure",
"members": {
"VisualId": {},
"Role": {},
"Ir": {
"shape": "S9"
},
"SupportingVisuals": {
"type": "list",
"member": {
"shape": "S1q"
}
}
}
},
"S1t": {
"type": "structure",
"members": {
"TemplateType": {},
"Slots": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SlotId": {},
"VisualId": {}
}
}
}
}
},
"S1x": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AnswerId": {}
}
}
},
"S1z": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AnswerId": {},
"Error": {}
}
}
},
"S2c": {
"type": "structure",
"members": {
"DefaultTheme": {},
"DefaultEmailCustomizationTemplate": {}
}
},
"S2d": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"S2m": {
"type": "list",
"member": {}
},
"S2s": {
"type": "structure",
"members": {
"StringParameters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Values"
],
"members": {
"Name": {},
"Values": {
"shape": "S2w"
}
}
}
},
"IntegerParameters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Values"
],
"members": {
"Name": {},
"Values": {
"type": "list",
"member": {
"shape": "S31"
}
}
}
}
},
"DecimalParameters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Values"
],
"members": {
"Name": {},
"Values": {
"type": "list",
"member": {
"shape": "S35"
}
}
}
}
},
"DateTimeParameters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Values"
],
"members": {
"Name": {},
"Values": {
"type": "list",
"member": {
"shape": "S39"
}
}
}
}
}
}
},
"S2w": {
"type": "list",
"member": {
"shape": "S2x"
}
},
"S2x": {
"type": "string",
"sensitive": true
},
"S31": {
"type": "long",
"sensitive": true
},
"S35": {
"type": "double",
"sensitive": true
},
"S39": {
"type": "timestamp",
"sensitive": true
},
"S3a": {
"type": "list",
"member": {
"shape": "S3b"
}
},
"S3b": {
"type": "structure",
"required": [
"Principal",
"Actions"
],
"members": {
"Principal": {},
"Actions": {
"shape": "S3d"
}
}
},
"S3d": {
"type": "list",
"member": {}
},
"S3e": {
"type": "structure",
"members": {
"SourceTemplate": {
"type": "structure",
"required": [
"DataSetReferences",
"Arn"
],
"members": {
"DataSetReferences": {
"shape": "S3g"
},
"Arn": {}
}
}
}
},
"S3g": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetPlaceholder",
"DataSetArn"
],
"members": {
"DataSetPlaceholder": {},
"DataSetArn": {}
}
}
},
"S3i": {
"type": "structure",
"required": [
"DataSetIdentifierDeclarations"
],
"members": {
"DataSetIdentifierDeclarations": {
"shape": "S3j"
},
"Sheets": {
"shape": "S3m"
},
"CalculatedFields": {
"shape": "Smh"
},
"ParameterDeclarations": {
"shape": "Smk"
},
"FilterGroups": {
"shape": "Sn4"
},
"ColumnConfigurations": {
"shape": "Sog"
},
"AnalysisDefaults": {
"shape": "Son"
},
"Options": {
"shape": "Sou"
},
"QueryExecutionOptions": {
"shape": "Sow"
}
}
},
"S3j": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Identifier",
"DataSetArn"
],
"members": {
"Identifier": {},
"DataSetArn": {}
}
}
},
"S3m": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SheetId"
],
"members": {
"SheetId": {},
"Title": {},
"Description": {},
"Name": {},
"ParameterControls": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DateTimePicker": {
"type": "structure",
"required": [
"ParameterControlId",
"Title",
"SourceParameterName"
],
"members": {
"ParameterControlId": {},
"Title": {},
"SourceParameterName": {},
"DisplayOptions": {
"shape": "S3w"
}
}
},
"List": {
"type": "structure",
"required": [
"ParameterControlId",
"Title",
"SourceParameterName"
],
"members": {
"ParameterControlId": {},
"Title": {},
"SourceParameterName": {},
"DisplayOptions": {
"shape": "S4b"
},
"Type": {},
"SelectableValues": {
"shape": "S4f"
},
"CascadingControlConfiguration": {
"shape": "S4j"
}
}
},
"Dropdown": {
"type": "structure",
"required": [
"ParameterControlId",
"Title",
"SourceParameterName"
],
"members": {
"ParameterControlId": {},
"Title": {},
"SourceParameterName": {},
"DisplayOptions": {
"shape": "S4n"
},
"Type": {},
"SelectableValues": {
"shape": "S4f"
},
"CascadingControlConfiguration": {
"shape": "S4j"
}
}
},
"TextField": {
"type": "structure",
"required": [
"ParameterControlId",
"Title",
"SourceParameterName"
],
"members": {
"ParameterControlId": {},
"Title": {},
"SourceParameterName": {},
"DisplayOptions": {
"shape": "S4p"
}
}
},
"TextArea": {
"type": "structure",
"required": [
"ParameterControlId",
"Title",
"SourceParameterName"
],
"members": {
"ParameterControlId": {},
"Title": {},
"SourceParameterName": {},
"Delimiter": {},
"DisplayOptions": {
"shape": "S4t"
}
}
},
"Slider": {
"type": "structure",
"required": [
"ParameterControlId",
"Title",
"SourceParameterName",
"MaximumValue",
"MinimumValue",
"StepSize"
],
"members": {
"ParameterControlId": {},
"Title": {},
"SourceParameterName": {},
"DisplayOptions": {
"shape": "S4v"
},
"MaximumValue": {
"type": "double"
},
"MinimumValue": {
"type": "double"
},
"StepSize": {
"type": "double"
}
}
}
}
}
},
"FilterControls": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DateTimePicker": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"DisplayOptions": {
"shape": "S3w"
},
"Type": {}
}
},
"List": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"DisplayOptions": {
"shape": "S4b"
},
"Type": {},
"SelectableValues": {
"shape": "S52"
},
"CascadingControlConfiguration": {
"shape": "S4j"
}
}
},
"Dropdown": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"DisplayOptions": {
"shape": "S4n"
},
"Type": {},
"SelectableValues": {
"shape": "S52"
},
"CascadingControlConfiguration": {
"shape": "S4j"
}
}
},
"TextField": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"DisplayOptions": {
"shape": "S4p"
}
}
},
"TextArea": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"Delimiter": {},
"DisplayOptions": {
"shape": "S4t"
}
}
},
"Slider": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId",
"MaximumValue",
"MinimumValue",
"StepSize"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"DisplayOptions": {
"shape": "S4v"
},
"Type": {},
"MaximumValue": {
"type": "double"
},
"MinimumValue": {
"type": "double"
},
"StepSize": {
"type": "double"
}
}
},
"RelativeDateTime": {
"type": "structure",
"required": [
"FilterControlId",
"Title",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"Title": {},
"SourceFilterId": {},
"DisplayOptions": {
"shape": "S59"
}
}
},
"CrossSheet": {
"type": "structure",
"required": [
"FilterControlId",
"SourceFilterId"
],
"members": {
"FilterControlId": {},
"SourceFilterId": {},
"CascadingControlConfiguration": {
"shape": "S4j"
}
}
}
}
}
},
"Visuals": {
"type": "list",
"member": {
"type": "structure",
"members": {
"TableVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"TableAggregatedFieldWells": {
"type": "structure",
"members": {
"GroupBy": {
"shape": "S5p"
},
"Values": {
"shape": "S6f"
}
}
},
"TableUnaggregatedFieldWells": {
"type": "structure",
"members": {
"Values": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"FormatConfiguration": {
"shape": "S6u"
}
}
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"RowSort": {
"type": "list",
"member": {
"shape": "S6x"
}
},
"PaginationConfiguration": {
"shape": "S74"
}
}
},
"TableOptions": {
"type": "structure",
"members": {
"Orientation": {},
"HeaderStyle": {
"shape": "S79"
},
"CellStyle": {
"shape": "S79"
},
"RowAlternateColorOptions": {
"shape": "S7j"
}
}
},
"TotalOptions": {
"type": "structure",
"members": {
"TotalsVisibility": {},
"Placement": {},
"ScrollStatus": {},
"CustomLabel": {},
"TotalCellStyle": {
"shape": "S79"
},
"TotalAggregationOptions": {
"shape": "S7p"
}
}
},
"FieldOptions": {
"type": "structure",
"members": {
"SelectedFieldOptions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"Width": {},
"CustomLabel": {},
"Visibility": {},
"URLStyling": {
"type": "structure",
"members": {
"LinkConfiguration": {
"type": "structure",
"required": [
"Target",
"Content"
],
"members": {
"Target": {},
"Content": {
"type": "structure",
"members": {
"CustomTextContent": {
"type": "structure",
"required": [
"FontConfiguration"
],
"members": {
"Value": {},
"FontConfiguration": {
"shape": "S3z"
}
}
},
"CustomIconContent": {
"type": "structure",
"members": {
"Icon": {}
}
}
}
}
}
},
"ImageConfiguration": {
"type": "structure",
"members": {
"SizingOptions": {
"type": "structure",
"members": {
"TableCellImageScalingConfiguration": {}
}
}
}
}
}
}
}
}
},
"Order": {
"type": "list",
"member": {}
},
"PinnedFieldOptions": {
"type": "structure",
"members": {
"PinnedLeftFields": {
"type": "list",
"member": {}
}
}
}
}
},
"PaginatedReportOptions": {
"type": "structure",
"members": {
"VerticalOverflowVisibility": {},
"OverflowColumnHeaderVisibility": {}
}
},
"TableInlineVisualizations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DataBars": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"PositiveColor": {},
"NegativeColor": {}
}
}
}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"ConditionalFormatting": {
"type": "structure",
"members": {
"ConditionalFormattingOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Cell": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"TextFormat": {
"shape": "S8n"
}
}
},
"Row": {
"type": "structure",
"members": {
"BackgroundColor": {
"shape": "S8o"
},
"TextColor": {
"shape": "S8o"
}
}
}
}
}
}
}
},
"Actions": {
"shape": "S94"
}
}
},
"PivotTableVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"PivotTableAggregatedFieldWells": {
"type": "structure",
"members": {
"Rows": {
"shape": "Sa6"
},
"Columns": {
"shape": "Sa6"
},
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"FieldSortOptions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FieldId",
"SortBy"
],
"members": {
"FieldId": {},
"SortBy": {
"type": "structure",
"members": {
"Field": {
"shape": "S6y"
},
"Column": {
"shape": "S70"
},
"DataPath": {
"type": "structure",
"required": [
"Direction",
"SortPaths"
],
"members": {
"Direction": {},
"SortPaths": {
"shape": "Sad"
}
}
}
}
}
}
}
}
}
},
"TableOptions": {
"type": "structure",
"members": {
"MetricPlacement": {},
"SingleMetricVisibility": {},
"ColumnNamesVisibility": {},
"ToggleButtonsVisibility": {},
"ColumnHeaderStyle": {
"shape": "S79"
},
"RowHeaderStyle": {
"shape": "S79"
},
"CellStyle": {
"shape": "S79"
},
"RowFieldNamesStyle": {
"shape": "S79"
},
"RowAlternateColorOptions": {
"shape": "S7j"
},
"CollapsedRowDimensionsVisibility": {},
"RowsLayout": {},
"RowsLabelOptions": {
"type": "structure",
"members": {
"Visibility": {},
"CustomLabel": {}
}
},
"DefaultCellWidth": {}
}
},
"TotalOptions": {
"type": "structure",
"members": {
"RowSubtotalOptions": {
"shape": "Sao"
},
"ColumnSubtotalOptions": {
"shape": "Sao"
},
"RowTotalOptions": {
"shape": "Sav"
},
"ColumnTotalOptions": {
"shape": "Sav"
}
}
},
"FieldOptions": {
"type": "structure",
"members": {
"SelectedFieldOptions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"CustomLabel": {},
"Visibility": {}
}
}
},
"DataPathOptions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataPathList"
],
"members": {
"DataPathList": {
"shape": "Sad"
},
"Width": {}
}
}
},
"CollapseStateOptions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Target"
],
"members": {
"Target": {
"type": "structure",
"members": {
"FieldId": {},
"FieldDataPathValues": {
"shape": "Sad"
}
}
},
"State": {}
}
}
}
}
},
"PaginatedReportOptions": {
"type": "structure",
"members": {
"VerticalOverflowVisibility": {},
"OverflowColumnHeaderVisibility": {}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"ConditionalFormatting": {
"type": "structure",
"members": {
"ConditionalFormattingOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Cell": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"TextFormat": {
"shape": "S8n"
},
"Scope": {
"shape": "Sba"
},
"Scopes": {
"type": "list",
"member": {
"shape": "Sba"
}
}
}
}
}
}
}
}
},
"Actions": {
"shape": "S94"
}
}
},
"BarChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"BarChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Category": {
"shape": "S5p"
},
"Values": {
"shape": "S6f"
},
"Colors": {
"shape": "S5p"
},
"SmallMultiples": {
"shape": "Sbh"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"CategoryItemsLimit": {
"shape": "Sbk"
},
"ColorSort": {
"shape": "Sbj"
},
"ColorItemsLimit": {
"shape": "Sbk"
},
"SmallMultiplesSort": {
"shape": "Sbj"
},
"SmallMultiplesLimitConfiguration": {
"shape": "Sbk"
}
}
},
"Orientation": {},
"BarsArrangement": {},
"VisualPalette": {
"shape": "Sbo"
},
"SmallMultiplesOptions": {
"shape": "Sbr"
},
"CategoryAxis": {
"shape": "Sc1"
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"ValueAxis": {
"shape": "Sc1"
},
"ValueLabelOptions": {
"shape": "Scg"
},
"ColorLabelOptions": {
"shape": "Scg"
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"ReferenceLines": {
"shape": "Sd6"
},
"ContributionAnalysisDefaults": {
"shape": "Sdl"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"KPIVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"Values": {
"shape": "S6f"
},
"TargetValues": {
"shape": "S6f"
},
"TrendGroups": {
"shape": "S5p"
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"TrendGroupSort": {
"shape": "Sbj"
}
}
},
"KPIOptions": {
"type": "structure",
"members": {
"ProgressBar": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"TrendArrows": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"SecondaryValue": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"Comparison": {
"shape": "Seb"
},
"PrimaryValueDisplayType": {},
"PrimaryValueFontConfiguration": {
"shape": "S3z"
},
"SecondaryValueFontConfiguration": {
"shape": "S3z"
},
"Sparkline": {
"type": "structure",
"required": [
"Type"
],
"members": {
"Visibility": {},
"Type": {},
"Color": {},
"TooltipVisibility": {}
}
},
"VisualLayoutOptions": {
"type": "structure",
"members": {
"StandardLayout": {
"type": "structure",
"required": [
"Type"
],
"members": {
"Type": {}
}
}
}
}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"ConditionalFormatting": {
"type": "structure",
"members": {
"ConditionalFormattingOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PrimaryValue": {
"type": "structure",
"members": {
"TextColor": {
"shape": "S8o"
},
"Icon": {
"shape": "S8u"
}
}
},
"ProgressBar": {
"type": "structure",
"members": {
"ForegroundColor": {
"shape": "S8o"
}
}
},
"ActualValue": {
"type": "structure",
"members": {
"TextColor": {
"shape": "S8o"
},
"Icon": {
"shape": "S8u"
}
}
},
"ComparisonValue": {
"type": "structure",
"members": {
"TextColor": {
"shape": "S8o"
},
"Icon": {
"shape": "S8u"
}
}
}
}
}
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"PieChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"PieChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Category": {
"shape": "S5p"
},
"Values": {
"shape": "S6f"
},
"SmallMultiples": {
"shape": "Sbh"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"CategoryItemsLimit": {
"shape": "Sbk"
},
"SmallMultiplesSort": {
"shape": "Sbj"
},
"SmallMultiplesLimitConfiguration": {
"shape": "Sbk"
}
}
},
"DonutOptions": {
"type": "structure",
"members": {
"ArcOptions": {
"type": "structure",
"members": {
"ArcThickness": {}
}
},
"DonutCenterOptions": {
"type": "structure",
"members": {
"LabelVisibility": {}
}
}
}
},
"SmallMultiplesOptions": {
"shape": "Sbr"
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"ValueLabelOptions": {
"shape": "Scg"
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"VisualPalette": {
"shape": "Sbo"
},
"ContributionAnalysisDefaults": {
"shape": "Sdl"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"GaugeChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"Values": {
"shape": "S6f"
},
"TargetValues": {
"shape": "S6f"
}
}
},
"GaugeChartOptions": {
"type": "structure",
"members": {
"PrimaryValueDisplayType": {},
"Comparison": {
"shape": "Seb"
},
"ArcAxis": {
"type": "structure",
"members": {
"Range": {
"type": "structure",
"members": {
"Min": {
"type": "double"
},
"Max": {
"type": "double"
}
}
},
"ReserveRange": {
"type": "integer"
}
}
},
"Arc": {
"type": "structure",
"members": {
"ArcAngle": {
"type": "double"
},
"ArcThickness": {}
}
},
"PrimaryValueFontConfiguration": {
"shape": "S3z"
}
}
},
"DataLabels": {
"shape": "Scm"
},
"TooltipOptions": {
"shape": "Scx"
},
"VisualPalette": {
"shape": "Sbo"
},
"ColorConfiguration": {
"type": "structure",
"members": {
"ForegroundColor": {},
"BackgroundColor": {}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"ConditionalFormatting": {
"type": "structure",
"members": {
"ConditionalFormattingOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PrimaryValue": {
"type": "structure",
"members": {
"TextColor": {
"shape": "S8o"
},
"Icon": {
"shape": "S8u"
}
}
},
"Arc": {
"type": "structure",
"members": {
"ForegroundColor": {
"shape": "S8o"
}
}
}
}
}
}
}
},
"Actions": {
"shape": "S94"
}
}
},
"LineChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"LineChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Category": {
"shape": "S5p"
},
"Values": {
"shape": "S6f"
},
"Colors": {
"shape": "S5p"
},
"SmallMultiples": {
"shape": "Sbh"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"CategoryItemsLimitConfiguration": {
"shape": "Sbk"
},
"ColorItemsLimitConfiguration": {
"shape": "Sbk"
},
"SmallMultiplesSort": {
"shape": "Sbj"
},
"SmallMultiplesLimitConfiguration": {
"shape": "Sbk"
}
}
},
"ForecastConfigurations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ForecastProperties": {
"type": "structure",
"members": {
"PeriodsForward": {
"type": "integer"
},
"PeriodsBackward": {
"type": "integer"
},
"UpperBoundary": {
"type": "double"
},
"LowerBoundary": {
"type": "double"
},
"PredictionInterval": {
"type": "integer"
},
"Seasonality": {
"type": "integer"
}
}
},
"Scenario": {
"type": "structure",
"members": {
"WhatIfPointScenario": {
"type": "structure",
"required": [
"Date",
"Value"
],
"members": {
"Date": {
"type": "timestamp"
},
"Value": {
"type": "double"
}
}
},
"WhatIfRangeScenario": {
"type": "structure",
"required": [
"StartDate",
"EndDate",
"Value"
],
"members": {
"StartDate": {
"type": "timestamp"
},
"EndDate": {
"type": "timestamp"
},
"Value": {
"type": "double"
}
}
}
}
}
}
}
},
"Type": {},
"SmallMultiplesOptions": {
"shape": "Sbr"
},
"XAxisDisplayOptions": {
"shape": "Sc1"
},
"XAxisLabelOptions": {
"shape": "Scg"
},
"PrimaryYAxisDisplayOptions": {
"shape": "Sfu"
},
"PrimaryYAxisLabelOptions": {
"shape": "Scg"
},
"SecondaryYAxisDisplayOptions": {
"shape": "Sfu"
},
"SecondaryYAxisLabelOptions": {
"shape": "Scg"
},
"SingleAxisOptions": {
"shape": "Sfy"
},
"DefaultSeriesSettings": {
"type": "structure",
"members": {
"AxisBinding": {},
"LineStyleSettings": {
"shape": "Sg2"
},
"MarkerStyleSettings": {
"shape": "Sg5"
}
}
},
"Series": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldSeriesItem": {
"type": "structure",
"required": [
"FieldId",
"AxisBinding"
],
"members": {
"FieldId": {},
"AxisBinding": {},
"Settings": {
"shape": "Sga"
}
}
},
"DataFieldSeriesItem": {
"type": "structure",
"required": [
"FieldId",
"AxisBinding"
],
"members": {
"FieldId": {},
"FieldValue": {
"shape": "S2x"
},
"AxisBinding": {},
"Settings": {
"shape": "Sga"
}
}
}
}
}
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"ReferenceLines": {
"shape": "Sd6"
},
"Tooltip": {
"shape": "Scx"
},
"ContributionAnalysisDefaults": {
"shape": "Sdl"
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"HeatMapVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"HeatMapAggregatedFieldWells": {
"type": "structure",
"members": {
"Rows": {
"shape": "Sgg"
},
"Columns": {
"shape": "Sgg"
},
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"HeatMapRowSort": {
"shape": "Sbj"
},
"HeatMapColumnSort": {
"shape": "Sbj"
},
"HeatMapRowItemsLimitConfiguration": {
"shape": "Sbk"
},
"HeatMapColumnItemsLimitConfiguration": {
"shape": "Sbk"
}
}
},
"RowLabelOptions": {
"shape": "Scg"
},
"ColumnLabelOptions": {
"shape": "Scg"
},
"ColorScale": {
"shape": "Sgj"
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"Interactions": {
"shape": "S8f"
}
}
},
"ColumnHierarchies": {
"shape": "Sdo"
},
"Actions": {
"shape": "S94"
}
}
},
"TreeMapVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"TreeMapAggregatedFieldWells": {
"type": "structure",
"members": {
"Groups": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Sizes": {
"shape": "Sgs"
},
"Colors": {
"shape": "Sgs"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"TreeMapSort": {
"shape": "Sbj"
},
"TreeMapGroupItemsLimitConfiguration": {
"shape": "Sbk"
}
}
},
"GroupLabelOptions": {
"shape": "Scg"
},
"SizeLabelOptions": {
"shape": "Scg"
},
"ColorLabelOptions": {
"shape": "Scg"
},
"ColorScale": {
"shape": "Sgj"
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"GeospatialMapVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"GeospatialMapAggregatedFieldWells": {
"type": "structure",
"members": {
"Geospatial": {
"shape": "S5p"
},
"Values": {
"shape": "S6f"
},
"Colors": {
"shape": "S5p"
}
}
}
}
},
"Legend": {
"shape": "Sck"
},
"Tooltip": {
"shape": "Scx"
},
"WindowOptions": {
"shape": "Sgy"
},
"MapStyleOptions": {
"shape": "Sh3"
},
"PointStyleOptions": {
"type": "structure",
"members": {
"SelectedPointStyle": {},
"ClusterMarkerConfiguration": {
"type": "structure",
"members": {
"ClusterMarker": {
"type": "structure",
"members": {
"SimpleClusterMarker": {
"type": "structure",
"members": {
"Color": {}
}
}
}
}
}
},
"HeatmapConfiguration": {
"type": "structure",
"members": {
"HeatmapColor": {
"type": "structure",
"members": {
"Colors": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Color"
],
"members": {
"Color": {}
}
}
}
}
}
}
}
}
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"ColumnHierarchies": {
"shape": "Sdo"
},
"Actions": {
"shape": "S94"
}
}
},
"FilledMapVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"FilledMapAggregatedFieldWells": {
"type": "structure",
"members": {
"Geospatial": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
}
}
},
"Legend": {
"shape": "Sck"
},
"Tooltip": {
"shape": "Scx"
},
"WindowOptions": {
"shape": "Sgy"
},
"MapStyleOptions": {
"shape": "Sh3"
},
"Interactions": {
"shape": "S8f"
}
}
},
"ConditionalFormatting": {
"type": "structure",
"required": [
"ConditionalFormattingOptions"
],
"members": {
"ConditionalFormattingOptions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Shape"
],
"members": {
"Shape": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"Format": {
"type": "structure",
"required": [
"BackgroundColor"
],
"members": {
"BackgroundColor": {
"shape": "S8o"
}
}
}
}
}
}
}
}
}
},
"ColumnHierarchies": {
"shape": "Sdo"
},
"Actions": {
"shape": "S94"
}
}
},
"FunnelChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"FunnelChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Category": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"CategoryItemsLimit": {
"shape": "Sbk"
}
}
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"ValueLabelOptions": {
"shape": "Scg"
},
"Tooltip": {
"shape": "Scx"
},
"DataLabelOptions": {
"type": "structure",
"members": {
"Visibility": {},
"CategoryLabelVisibility": {},
"MeasureLabelVisibility": {},
"Position": {},
"LabelFontConfiguration": {
"shape": "S3z"
},
"LabelColor": {},
"MeasureDataLabelStyle": {}
}
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"ScatterPlotVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"ScatterPlotCategoricallyAggregatedFieldWells": {
"type": "structure",
"members": {
"XAxis": {
"shape": "S6f"
},
"YAxis": {
"shape": "S6f"
},
"Category": {
"shape": "S5p"
},
"Size": {
"shape": "S6f"
},
"Label": {
"shape": "S5p"
}
}
},
"ScatterPlotUnaggregatedFieldWells": {
"type": "structure",
"members": {
"XAxis": {
"shape": "S5p"
},
"YAxis": {
"shape": "S5p"
},
"Size": {
"shape": "S6f"
},
"Category": {
"shape": "S5p"
},
"Label": {
"shape": "S5p"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"ScatterPlotLimitConfiguration": {
"shape": "Sbk"
}
}
},
"XAxisLabelOptions": {
"shape": "Scg"
},
"XAxisDisplayOptions": {
"shape": "Sc1"
},
"YAxisLabelOptions": {
"shape": "Scg"
},
"YAxisDisplayOptions": {
"shape": "Sc1"
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"ComboChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"ComboChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Category": {
"shape": "S5p"
},
"BarValues": {
"shape": "S6f"
},
"Colors": {
"shape": "S5p"
},
"LineValues": {
"shape": "S6f"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"CategoryItemsLimit": {
"shape": "Sbk"
},
"ColorSort": {
"shape": "Sbj"
},
"ColorItemsLimit": {
"shape": "Sbk"
}
}
},
"BarsArrangement": {},
"CategoryAxis": {
"shape": "Sc1"
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"PrimaryYAxisDisplayOptions": {
"shape": "Sc1"
},
"PrimaryYAxisLabelOptions": {
"shape": "Scg"
},
"SecondaryYAxisDisplayOptions": {
"shape": "Sc1"
},
"SecondaryYAxisLabelOptions": {
"shape": "Scg"
},
"SingleAxisOptions": {
"shape": "Sfy"
},
"ColorLabelOptions": {
"shape": "Scg"
},
"Legend": {
"shape": "Sck"
},
"BarDataLabels": {
"shape": "Scm"
},
"LineDataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"ReferenceLines": {
"shape": "Sd6"
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"BoxPlotVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"BoxPlotAggregatedFieldWells": {
"type": "structure",
"members": {
"GroupBy": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"PaginationConfiguration": {
"shape": "S74"
}
}
},
"BoxPlotOptions": {
"type": "structure",
"members": {
"StyleOptions": {
"type": "structure",
"members": {
"FillStyle": {}
}
},
"OutlierVisibility": {},
"AllDataPointsVisibility": {}
}
},
"CategoryAxis": {
"shape": "Sc1"
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"PrimaryYAxisDisplayOptions": {
"shape": "Sc1"
},
"PrimaryYAxisLabelOptions": {
"shape": "Scg"
},
"Legend": {
"shape": "Sck"
},
"Tooltip": {
"shape": "Scx"
},
"ReferenceLines": {
"shape": "Sd6"
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"WaterfallVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"WaterfallChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Categories": {
"shape": "S5p"
},
"Values": {
"shape": "S6f"
},
"Breakdowns": {
"shape": "S5p"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"BreakdownItemsLimit": {
"shape": "Sbk"
}
}
},
"WaterfallChartOptions": {
"type": "structure",
"members": {
"TotalBarLabel": {}
}
},
"CategoryAxisLabelOptions": {
"shape": "Scg"
},
"CategoryAxisDisplayOptions": {
"shape": "Sc1"
},
"PrimaryYAxisLabelOptions": {
"shape": "Scg"
},
"PrimaryYAxisDisplayOptions": {
"shape": "Sc1"
},
"Legend": {
"shape": "Sck"
},
"DataLabels": {
"shape": "Scm"
},
"VisualPalette": {
"shape": "Sbo"
},
"ColorConfiguration": {
"type": "structure",
"members": {
"GroupColorConfiguration": {
"type": "structure",
"members": {
"PositiveBarColor": {},
"NegativeBarColor": {},
"TotalBarColor": {}
}
}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"HistogramVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"HistogramAggregatedFieldWells": {
"type": "structure",
"members": {
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"XAxisDisplayOptions": {
"shape": "Sc1"
},
"XAxisLabelOptions": {
"shape": "Scg"
},
"YAxisDisplayOptions": {
"shape": "Sc1"
},
"BinOptions": {
"type": "structure",
"members": {
"SelectedBinType": {},
"BinCount": {
"type": "structure",
"members": {
"Value": {
"type": "integer"
}
}
},
"BinWidth": {
"type": "structure",
"members": {
"Value": {
"type": "double"
},
"BinCountLimit": {
"type": "long"
}
}
},
"StartValue": {
"type": "double"
}
}
},
"DataLabels": {
"shape": "Scm"
},
"Tooltip": {
"shape": "Scx"
},
"VisualPalette": {
"shape": "Sbo"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
}
}
},
"WordCloudVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"WordCloudAggregatedFieldWells": {
"type": "structure",
"members": {
"GroupBy": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Size": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategoryItemsLimit": {
"shape": "Sbk"
},
"CategorySort": {
"shape": "Sbj"
}
}
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"WordCloudOptions": {
"type": "structure",
"members": {
"WordOrientation": {},
"WordScaling": {},
"CloudLayout": {},
"WordCasing": {},
"WordPadding": {},
"MaximumStringLength": {
"type": "integer"
}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
},
"InsightVisual": {
"type": "structure",
"required": [
"VisualId",
"DataSetIdentifier"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"InsightConfiguration": {
"type": "structure",
"members": {
"Computations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"TopBottomRanked": {
"type": "structure",
"required": [
"ComputationId",
"Type"
],
"members": {
"ComputationId": {},
"Name": {},
"Category": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
},
"ResultSize": {
"type": "integer"
},
"Type": {}
}
},
"TopBottomMovers": {
"type": "structure",
"required": [
"ComputationId",
"Type"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"Category": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
},
"MoverSize": {
"type": "integer"
},
"SortOrder": {},
"Type": {}
}
},
"TotalAggregation": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Value": {
"shape": "S6g"
}
}
},
"MaximumMinimum": {
"type": "structure",
"required": [
"ComputationId",
"Type"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
},
"Type": {}
}
},
"MetricComparison": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"FromValue": {
"shape": "S6g"
},
"TargetValue": {
"shape": "S6g"
}
}
},
"PeriodOverPeriod": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
}
}
},
"PeriodToDate": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
},
"PeriodTimeGranularity": {}
}
},
"GrowthRate": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
},
"PeriodSize": {
"type": "integer"
}
}
},
"UniqueValues": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Category": {
"shape": "S5q"
}
}
},
"Forecast": {
"type": "structure",
"required": [
"ComputationId"
],
"members": {
"ComputationId": {},
"Name": {},
"Time": {
"shape": "S5q"
},
"Value": {
"shape": "S6g"
},
"PeriodsForward": {
"type": "integer"
},
"PeriodsBackward": {
"type": "integer"
},
"UpperBoundary": {
"type": "double"
},
"LowerBoundary": {
"type": "double"
},
"PredictionInterval": {
"type": "integer"
},
"Seasonality": {},
"CustomSeasonalityValue": {
"type": "integer"
}
}
}
}
}
},
"CustomNarrative": {
"type": "structure",
"required": [
"Narrative"
],
"members": {
"Narrative": {}
}
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"DataSetIdentifier": {}
}
},
"SankeyDiagramVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"SankeyDiagramAggregatedFieldWells": {
"type": "structure",
"members": {
"Source": {
"shape": "S5p"
},
"Destination": {
"shape": "S5p"
},
"Weight": {
"shape": "S6f"
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"WeightSort": {
"shape": "Sbj"
},
"SourceItemsLimit": {
"shape": "Sbk"
},
"DestinationItemsLimit": {
"shape": "Sbk"
}
}
},
"DataLabels": {
"shape": "Scm"
},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
}
}
},
"CustomContentVisual": {
"type": "structure",
"required": [
"VisualId",
"DataSetIdentifier"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"ContentUrl": {},
"ContentType": {},
"ImageScaling": {},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"DataSetIdentifier": {}
}
},
"EmptyVisual": {
"type": "structure",
"required": [
"VisualId",
"DataSetIdentifier"
],
"members": {
"VisualId": {},
"DataSetIdentifier": {},
"Actions": {
"shape": "S94"
}
}
},
"RadarChartVisual": {
"type": "structure",
"required": [
"VisualId"
],
"members": {
"VisualId": {},
"Title": {
"shape": "S5e"
},
"Subtitle": {
"shape": "S5i"
},
"ChartConfiguration": {
"type": "structure",
"members": {
"FieldWells": {
"type": "structure",
"members": {
"RadarChartAggregatedFieldWells": {
"type": "structure",
"members": {
"Category": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Color": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Values": {
"type": "list",
"member": {
"shape": "S6g"
}
}
}
}
}
},
"SortConfiguration": {
"type": "structure",
"members": {
"CategorySort": {
"shape": "Sbj"
},
"CategoryItemsLimit": {
"shape": "Sbk"
},
"ColorSort": {
"shape": "Sbj"
},
"ColorItemsLimit": {
"shape": "Sbk"
}
}
},
"Shape": {},
"BaseSeriesSettings": {
"type": "structure",
"members": {
"AreaStyleSettings": {
"type": "structure",
"members": {
"Visibility": {}
}
}
}
},
"StartAngle": {
"type": "double"
},
"VisualPalette": {
"shape": "Sbo"
},
"AlternateBandColorsVisibility": {},
"AlternateBandEvenColor": {},
"AlternateBandOddColor": {},
"CategoryAxis": {
"shape": "Sc1"
},
"CategoryLabelOptions": {
"shape": "Scg"
},
"ColorAxis": {
"shape": "Sc1"
},
"ColorLabelOptions": {
"shape": "Scg"
},
"Legend": {
"shape": "Sck"
},
"AxesRangeScale": {},
"Interactions": {
"shape": "S8f"
}
}
},
"Actions": {
"shape": "S94"
},
"ColumnHierarchies": {
"shape": "Sdo"
}
}
}
}
}
},
"TextBoxes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SheetTextBoxId"
],
"members": {
"SheetTextBoxId": {},
"Content": {}
}
}
},
"Layouts": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Configuration"
],
"members": {
"Configuration": {
"type": "structure",
"members": {
"GridLayout": {
"shape": "Skz"
},
"FreeFormLayout": {
"type": "structure",
"required": [
"Elements"
],
"members": {
"Elements": {
"shape": "Slb"
},
"CanvasSizeOptions": {
"shape": "Slk"
}
}
},
"SectionBasedLayout": {
"type": "structure",
"required": [
"HeaderSections",
"BodySections",
"FooterSections",
"CanvasSizeOptions"
],
"members": {
"HeaderSections": {
"shape": "Sln"
},
"BodySections": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SectionId",
"Content"
],
"members": {
"SectionId": {},
"Content": {
"type": "structure",
"members": {
"Layout": {
"shape": "Slp"
}
}
},
"Style": {
"shape": "Slr"
},
"PageBreakConfiguration": {
"type": "structure",
"members": {
"After": {
"shape": "Sly"
}
}
},
"RepeatConfiguration": {
"type": "structure",
"members": {
"DimensionConfigurations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DynamicCategoryDimensionConfiguration": {
"type": "structure",
"required": [
"Column"
],
"members": {
"Column": {
"shape": "S4h"
},
"Limit": {
"type": "integer"
},
"SortByMetrics": {
"shape": "Sm5"
}
}
},
"DynamicNumericDimensionConfiguration": {
"type": "structure",
"required": [
"Column"
],
"members": {
"Column": {
"shape": "S4h"
},
"Limit": {
"type": "integer"
},
"SortByMetrics": {
"shape": "Sm5"
}
}
}
}
}
},
"PageBreakConfiguration": {
"type": "structure",
"members": {
"After": {
"shape": "Sly"
}
}
},
"NonRepeatingVisuals": {
"type": "list",
"member": {}
}
}
}
}
}
},
"FooterSections": {
"shape": "Sln"
},
"CanvasSizeOptions": {
"shape": "Sm9"
}
}
}
}
}
}
}
},
"SheetControlLayouts": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Configuration"
],
"members": {
"Configuration": {
"type": "structure",
"members": {
"GridLayout": {
"shape": "Skz"
}
}
}
}
}
},
"ContentType": {}
}
}
},
"S3w": {
"type": "structure",
"members": {
"TitleOptions": {
"shape": "S3x"
},
"DateTimeFormat": {},
"InfoIconLabelOptions": {
"shape": "S48"
},
"HelperTextVisibility": {},
"DateIconVisibility": {}
}
},
"S3x": {
"type": "structure",
"members": {
"Visibility": {},
"FontConfiguration": {
"shape": "S3z"
},
"CustomLabel": {}
}
},
"S3z": {
"type": "structure",
"members": {
"FontSize": {
"type": "structure",
"members": {
"Relative": {}
}
},
"FontDecoration": {},
"FontColor": {},
"FontWeight": {
"type": "structure",
"members": {
"Name": {}
}
},
"FontStyle": {}
}
},
"S48": {
"type": "structure",
"members": {
"Visibility": {},
"InfoIconText": {}
}
},
"S4b": {
"type": "structure",
"members": {
"SearchOptions": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"SelectAllOptions": {
"shape": "S4d"
},
"TitleOptions": {
"shape": "S3x"
},
"InfoIconLabelOptions": {
"shape": "S48"
}
}
},
"S4d": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"S4f": {
"type": "structure",
"members": {
"Values": {
"shape": "S4g"
},
"LinkToDataSetColumn": {
"shape": "S4h"
}
}
},
"S4g": {
"type": "list",
"member": {}
},
"S4h": {
"type": "structure",
"required": [
"DataSetIdentifier",
"ColumnName"
],
"members": {
"DataSetIdentifier": {},
"ColumnName": {}
}
},
"S4j": {
"type": "structure",
"members": {
"SourceControls": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SourceSheetControlId": {},
"ColumnToMatch": {
"shape": "S4h"
}
}
}
}
}
},
"S4n": {
"type": "structure",
"members": {
"SelectAllOptions": {
"shape": "S4d"
},
"TitleOptions": {
"shape": "S3x"
},
"InfoIconLabelOptions": {
"shape": "S48"
}
}
},
"S4p": {
"type": "structure",
"members": {
"TitleOptions": {
"shape": "S3x"
},
"PlaceholderOptions": {
"shape": "S4q"
},
"InfoIconLabelOptions": {
"shape": "S48"
}
}
},
"S4q": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"S4t": {
"type": "structure",
"members": {
"TitleOptions": {
"shape": "S3x"
},
"PlaceholderOptions": {
"shape": "S4q"
},
"InfoIconLabelOptions": {
"shape": "S48"
}
}
},
"S4v": {
"type": "structure",
"members": {
"TitleOptions": {
"shape": "S3x"
},
"InfoIconLabelOptions": {
"shape": "S48"
}
}
},
"S52": {
"type": "structure",
"members": {
"Values": {
"shape": "S4g"
}
}
},
"S59": {
"type": "structure",
"members": {
"TitleOptions": {
"shape": "S3x"
},
"DateTimeFormat": {},
"InfoIconLabelOptions": {
"shape": "S48"
}
}
},
"S5e": {
"type": "structure",
"members": {
"Visibility": {},
"FormatText": {
"type": "structure",
"members": {
"PlainText": {},
"RichText": {}
}
}
}
},
"S5i": {
"type": "structure",
"members": {
"Visibility": {},
"FormatText": {
"type": "structure",
"members": {
"PlainText": {},
"RichText": {}
}
}
}
},
"S5p": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"S5q": {
"type": "structure",
"members": {
"NumericalDimensionField": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"HierarchyId": {},
"FormatConfiguration": {
"shape": "S5u"
}
}
},
"CategoricalDimensionField": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"HierarchyId": {},
"FormatConfiguration": {
"shape": "S6c"
}
}
},
"DateDimensionField": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"DateGranularity": {},
"HierarchyId": {},
"FormatConfiguration": {
"shape": "S6e"
}
}
}
}
},
"S5u": {
"type": "structure",
"members": {
"FormatConfiguration": {
"shape": "S5v"
}
}
},
"S5v": {
"type": "structure",
"members": {
"NumberDisplayFormatConfiguration": {
"shape": "S5w"
},
"CurrencyDisplayFormatConfiguration": {
"type": "structure",
"members": {
"Prefix": {
"shape": "S5x"
},
"Suffix": {
"shape": "S5y"
},
"SeparatorConfiguration": {
"shape": "S5z"
},
"Symbol": {},
"DecimalPlacesConfiguration": {
"shape": "S62"
},
"NumberScale": {},
"NegativeValueConfiguration": {
"shape": "S64"
},
"NullValueFormatConfiguration": {
"shape": "S66"
}
}
},
"PercentageDisplayFormatConfiguration": {
"shape": "S6a"
}
}
},
"S5w": {
"type": "structure",
"members": {
"Prefix": {
"shape": "S5x"
},
"Suffix": {
"shape": "S5y"
},
"SeparatorConfiguration": {
"shape": "S5z"
},
"DecimalPlacesConfiguration": {
"shape": "S62"
},
"NumberScale": {},
"NegativeValueConfiguration": {
"shape": "S64"
},
"NullValueFormatConfiguration": {
"shape": "S66"
}
}
},
"S5x": {
"type": "string",
"sensitive": true
},
"S5y": {
"type": "string",
"sensitive": true
},
"S5z": {
"type": "structure",
"members": {
"DecimalSeparator": {},
"ThousandsSeparator": {
"type": "structure",
"members": {
"Symbol": {},
"Visibility": {}
}
}
}
},
"S62": {
"type": "structure",
"required": [
"DecimalPlaces"
],
"members": {
"DecimalPlaces": {
"type": "long"
}
}
},
"S64": {
"type": "structure",
"required": [
"DisplayMode"
],
"members": {
"DisplayMode": {}
}
},
"S66": {
"type": "structure",
"required": [
"NullString"
],
"members": {
"NullString": {
"type": "string",
"sensitive": true
}
}
},
"S6a": {
"type": "structure",
"members": {
"Prefix": {
"shape": "S5x"
},
"Suffix": {
"shape": "S5y"
},
"SeparatorConfiguration": {
"shape": "S5z"
},
"DecimalPlacesConfiguration": {
"shape": "S62"
},
"NegativeValueConfiguration": {
"shape": "S64"
},
"NullValueFormatConfiguration": {
"shape": "S66"
}
}
},
"S6c": {
"type": "structure",
"members": {
"NullValueFormatConfiguration": {
"shape": "S66"
},
"NumericFormatConfiguration": {
"shape": "S5v"
}
}
},
"S6e": {
"type": "structure",
"members": {
"DateTimeFormat": {},
"NullValueFormatConfiguration": {
"shape": "S66"
},
"NumericFormatConfiguration": {
"shape": "S5v"
}
}
},
"S6f": {
"type": "list",
"member": {
"shape": "S6g"
}
},
"S6g": {
"type": "structure",
"members": {
"NumericalMeasureField": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"AggregationFunction": {
"shape": "S6i"
},
"FormatConfiguration": {
"shape": "S5u"
}
}
},
"CategoricalMeasureField": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"AggregationFunction": {},
"FormatConfiguration": {
"shape": "S6c"
}
}
},
"DateMeasureField": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
},
"AggregationFunction": {},
"FormatConfiguration": {
"shape": "S6e"
}
}
},
"CalculatedMeasureField": {
"type": "structure",
"required": [
"FieldId",
"Expression"
],
"members": {
"FieldId": {},
"Expression": {
"shape": "Sn"
}
}
}
}
},
"S6i": {
"type": "structure",
"members": {
"SimpleNumericalAggregation": {},
"PercentileAggregation": {
"type": "structure",
"members": {
"PercentileValue": {
"type": "double"
}
}
}
}
},
"S6u": {
"type": "structure",
"members": {
"StringFormatConfiguration": {
"shape": "S6c"
},
"NumberFormatConfiguration": {
"shape": "S5u"
},
"DateTimeFormatConfiguration": {
"shape": "S6e"
}
}
},
"S6x": {
"type": "structure",
"members": {
"FieldSort": {
"shape": "S6y"
},
"ColumnSort": {
"shape": "S70"
}
}
},
"S6y": {
"type": "structure",
"required": [
"FieldId",
"Direction"
],
"members": {
"FieldId": {},
"Direction": {}
}
},
"S70": {
"type": "structure",
"required": [
"SortBy",
"Direction"
],
"members": {
"SortBy": {
"shape": "S4h"
},
"Direction": {},
"AggregationFunction": {
"shape": "S71"
}
}
},
"S71": {
"type": "structure",
"members": {
"NumericalAggregationFunction": {
"shape": "S6i"
},
"CategoricalAggregationFunction": {},
"DateAggregationFunction": {},
"AttributeAggregationFunction": {
"type": "structure",
"members": {
"SimpleAttributeAggregation": {},
"ValueForMultipleValues": {}
}
}
}
},
"S74": {
"type": "structure",
"required": [
"PageSize",
"PageNumber"
],
"members": {
"PageSize": {
"type": "long"
},
"PageNumber": {
"type": "long"
}
}
},
"S79": {
"type": "structure",
"members": {
"Visibility": {},
"FontConfiguration": {
"shape": "S3z"
},
"TextWrap": {},
"HorizontalTextAlignment": {},
"VerticalTextAlignment": {},
"BackgroundColor": {},
"Height": {
"type": "integer"
},
"Border": {
"type": "structure",
"members": {
"UniformBorder": {
"shape": "S7f"
},
"SideSpecificBorder": {
"type": "structure",
"members": {
"InnerVertical": {
"shape": "S7f"
},
"InnerHorizontal": {
"shape": "S7f"
},
"Left": {
"shape": "S7f"
},
"Right": {
"shape": "S7f"
},
"Top": {
"shape": "S7f"
},
"Bottom": {
"shape": "S7f"
}
}
}
}
}
}
},
"S7f": {
"type": "structure",
"members": {
"Color": {},
"Thickness": {
"type": "integer"
},
"Style": {}
}
},
"S7j": {
"type": "structure",
"members": {
"Status": {},
"RowAlternateColors": {
"type": "list",
"member": {}
},
"UsePrimaryBackgroundColor": {}
}
},
"S7p": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FieldId",
"TotalAggregationFunction"
],
"members": {
"FieldId": {},
"TotalAggregationFunction": {
"type": "structure",
"members": {
"SimpleTotalAggregationFunction": {}
}
}
}
}
},
"S8f": {
"type": "structure",
"members": {
"VisualMenuOption": {
"shape": "S8g"
},
"ContextMenuOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
}
}
},
"S8g": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"S8n": {
"type": "structure",
"members": {
"BackgroundColor": {
"shape": "S8o"
},
"TextColor": {
"shape": "S8o"
},
"Icon": {
"shape": "S8u"
}
}
},
"S8o": {
"type": "structure",
"members": {
"Solid": {
"type": "structure",
"required": [
"Expression"
],
"members": {
"Expression": {
"shape": "Sn"
},
"Color": {}
}
},
"Gradient": {
"type": "structure",
"required": [
"Expression",
"Color"
],
"members": {
"Expression": {
"shape": "Sn"
},
"Color": {
"type": "structure",
"members": {
"Stops": {
"type": "list",
"member": {
"type": "structure",
"required": [
"GradientOffset"
],
"members": {
"GradientOffset": {
"type": "double"
},
"DataValue": {
"type": "double"
},
"Color": {}
}
}
}
}
}
}
}
}
},
"S8u": {
"type": "structure",
"members": {
"IconSet": {
"type": "structure",
"required": [
"Expression"
],
"members": {
"Expression": {
"shape": "Sn"
},
"IconSetType": {}
}
},
"CustomCondition": {
"type": "structure",
"required": [
"Expression",
"IconOptions"
],
"members": {
"Expression": {
"shape": "Sn"
},
"IconOptions": {
"type": "structure",
"members": {
"Icon": {},
"UnicodeIcon": {}
}
},
"Color": {},
"DisplayConfiguration": {
"type": "structure",
"members": {
"IconDisplayOption": {}
}
}
}
}
}
},
"S94": {
"type": "list",
"member": {
"type": "structure",
"required": [
"CustomActionId",
"Name",
"Trigger",
"ActionOperations"
],
"members": {
"CustomActionId": {},
"Name": {},
"Status": {},
"Trigger": {},
"ActionOperations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FilterOperation": {
"type": "structure",
"required": [
"SelectedFieldsConfiguration",
"TargetVisualsConfiguration"
],
"members": {
"SelectedFieldsConfiguration": {
"type": "structure",
"members": {
"SelectedFields": {
"type": "list",
"member": {}
},
"SelectedFieldOptions": {},
"SelectedColumns": {
"type": "list",
"member": {
"shape": "S4h"
}
}
}
},
"TargetVisualsConfiguration": {
"type": "structure",
"members": {
"SameSheetTargetVisualConfiguration": {
"type": "structure",
"members": {
"TargetVisuals": {
"type": "list",
"member": {}
},
"TargetVisualOptions": {}
}
}
}
}
}
},
"NavigationOperation": {
"type": "structure",
"members": {
"LocalNavigationConfiguration": {
"type": "structure",
"required": [
"TargetSheetId"
],
"members": {
"TargetSheetId": {}
}
}
}
},
"URLOperation": {
"type": "structure",
"required": [
"URLTemplate",
"URLTarget"
],
"members": {
"URLTemplate": {},
"URLTarget": {}
}
},
"SetParametersOperation": {
"type": "structure",
"required": [
"ParameterValueConfigurations"
],
"members": {
"ParameterValueConfigurations": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DestinationParameterName",
"Value"
],
"members": {
"DestinationParameterName": {},
"Value": {
"type": "structure",
"members": {
"CustomValuesConfiguration": {
"type": "structure",
"required": [
"CustomValues"
],
"members": {
"IncludeNullValue": {
"type": "boolean"
},
"CustomValues": {
"type": "structure",
"members": {
"StringValues": {
"shape": "S9u"
},
"IntegerValues": {
"shape": "S9w"
},
"DecimalValues": {
"shape": "S9y"
},
"DateTimeValues": {
"shape": "Sa0"
}
}
}
}
},
"SelectAllValueOptions": {},
"SourceParameterName": {},
"SourceField": {},
"SourceColumn": {
"shape": "S4h"
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"S9u": {
"type": "list",
"member": {
"type": "string",
"sensitive": true
}
},
"S9w": {
"type": "list",
"member": {
"type": "long",
"sensitive": true
}
},
"S9y": {
"type": "list",
"member": {
"type": "double",
"sensitive": true
}
},
"Sa0": {
"type": "list",
"member": {
"shape": "S39"
}
},
"Sa6": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Sad": {
"type": "list",
"member": {
"shape": "Sae"
}
},
"Sae": {
"type": "structure",
"members": {
"FieldId": {},
"FieldValue": {
"shape": "Saf"
},
"DataPathType": {
"type": "structure",
"members": {
"PivotTableDataPathType": {}
}
}
}
},
"Saf": {
"type": "string",
"sensitive": true
},
"Sao": {
"type": "structure",
"members": {
"TotalsVisibility": {},
"CustomLabel": {},
"FieldLevel": {},
"FieldLevelOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldId": {}
}
}
},
"TotalCellStyle": {
"shape": "S79"
},
"ValueCellStyle": {
"shape": "S79"
},
"MetricHeaderCellStyle": {
"shape": "S79"
},
"StyleTargets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"CellType"
],
"members": {
"CellType": {}
}
}
}
}
},
"Sav": {
"type": "structure",
"members": {
"TotalsVisibility": {},
"Placement": {},
"ScrollStatus": {},
"CustomLabel": {},
"TotalCellStyle": {
"shape": "S79"
},
"ValueCellStyle": {
"shape": "S79"
},
"MetricHeaderCellStyle": {
"shape": "S79"
},
"TotalAggregationOptions": {
"shape": "S7p"
}
}
},
"Sba": {
"type": "structure",
"members": {
"Role": {}
}
},
"Sbh": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Sbj": {
"type": "list",
"member": {
"shape": "S6x"
}
},
"Sbk": {
"type": "structure",
"members": {
"ItemsLimit": {
"type": "long"
},
"OtherCategories": {}
}
},
"Sbo": {
"type": "structure",
"members": {
"ChartColor": {},
"ColorMap": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Element",
"Color"
],
"members": {
"Element": {
"shape": "Sae"
},
"Color": {},
"TimeGranularity": {}
}
}
}
}
},
"Sbr": {
"type": "structure",
"members": {
"MaxVisibleRows": {
"type": "long"
},
"MaxVisibleColumns": {
"type": "long"
},
"PanelConfiguration": {
"type": "structure",
"members": {
"Title": {
"type": "structure",
"members": {
"Visibility": {},
"FontConfiguration": {
"shape": "S3z"
},
"HorizontalTextAlignment": {}
}
},
"BorderVisibility": {},
"BorderThickness": {},
"BorderStyle": {},
"BorderColor": {},
"GutterVisibility": {},
"GutterSpacing": {},
"BackgroundVisibility": {},
"BackgroundColor": {}
}
},
"XAxis": {
"shape": "Sby"
},
"YAxis": {
"shape": "Sby"
}
}
},
"Sby": {
"type": "structure",
"members": {
"Scale": {},
"Placement": {}
}
},
"Sc1": {
"type": "structure",
"members": {
"TickLabelOptions": {
"type": "structure",
"members": {
"LabelOptions": {
"shape": "S3x"
},
"RotationAngle": {
"type": "double"
}
}
},
"AxisLineVisibility": {},
"GridLineVisibility": {},
"DataOptions": {
"type": "structure",
"members": {
"NumericAxisOptions": {
"type": "structure",
"members": {
"Scale": {
"type": "structure",
"members": {
"Linear": {
"type": "structure",
"members": {
"StepCount": {
"type": "integer"
},
"StepSize": {
"type": "double"
}
}
},
"Logarithmic": {
"type": "structure",
"members": {
"Base": {
"type": "double"
}
}
}
}
},
"Range": {
"type": "structure",
"members": {
"MinMax": {
"type": "structure",
"members": {
"Minimum": {
"type": "double"
},
"Maximum": {
"type": "double"
}
}
},
"DataDriven": {
"type": "structure",
"members": {}
}
}
}
}
},
"DateAxisOptions": {
"type": "structure",
"members": {
"MissingDateVisibility": {}
}
}
}
},
"ScrollbarOptions": {
"type": "structure",
"members": {
"Visibility": {},
"VisibleRange": {
"type": "structure",
"members": {
"PercentRange": {
"type": "structure",
"members": {
"From": {
"type": "double"
},
"To": {
"type": "double"
}
}
}
}
}
}
},
"AxisOffset": {}
}
},
"Scg": {
"type": "structure",
"members": {
"Visibility": {},
"SortIconVisibility": {},
"AxisLabelOptions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FontConfiguration": {
"shape": "S3z"
},
"CustomLabel": {},
"ApplyTo": {
"type": "structure",
"required": [
"FieldId",
"Column"
],
"members": {
"FieldId": {},
"Column": {
"shape": "S4h"
}
}
}
}
}
}
}
},
"Sck": {
"type": "structure",
"members": {
"Visibility": {},
"Title": {
"shape": "S3x"
},
"Position": {},
"Width": {},
"Height": {}
}
},
"Scm": {
"type": "structure",
"members": {
"Visibility": {},
"CategoryLabelVisibility": {},
"MeasureLabelVisibility": {},
"DataLabelTypes": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldLabelType": {
"type": "structure",
"members": {
"FieldId": {},
"Visibility": {}
}
},
"DataPathLabelType": {
"type": "structure",
"members": {
"FieldId": {},
"FieldValue": {
"shape": "Saf"
},
"Visibility": {}
}
},
"RangeEndsLabelType": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"MinimumLabelType": {
"type": "structure",
"members": {
"Visibility": {}
}
},
"MaximumLabelType": {
"type": "structure",
"members": {
"Visibility": {}
}
}
}
}
},
"Position": {},
"LabelContent": {},
"LabelFontConfiguration": {
"shape": "S3z"
},
"LabelColor": {},
"Overlap": {},
"TotalsVisibility": {}
}
},
"Scx": {
"type": "structure",
"members": {
"TooltipVisibility": {},
"SelectedTooltipType": {},
"FieldBasedTooltip": {
"type": "structure",
"members": {
"AggregationVisibility": {},
"TooltipTitleType": {},
"TooltipFields": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldTooltipItem": {
"type": "structure",
"required": [
"FieldId"
],
"members": {
"FieldId": {},
"Label": {},
"Visibility": {},
"TooltipTarget": {}
}
},
"ColumnTooltipItem": {
"type": "structure",
"required": [
"Column"
],
"members": {
"Column": {
"shape": "S4h"
},
"Label": {},
"Visibility": {},
"Aggregation": {
"shape": "S71"
},
"TooltipTarget": {}
}
}
}
}
}
}
}
}
},
"Sd6": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataConfiguration"
],
"members": {
"Status": {},
"DataConfiguration": {
"type": "structure",
"members": {
"StaticConfiguration": {
"type": "structure",
"required": [
"Value"
],
"members": {
"Value": {
"shape": "S35"
}
}
},
"DynamicConfiguration": {
"type": "structure",
"required": [
"Column",
"Calculation"
],
"members": {
"Column": {
"shape": "S4h"
},
"MeasureAggregationFunction": {
"shape": "S71"
},
"Calculation": {
"shape": "S6i"
}
}
},
"AxisBinding": {},
"SeriesType": {}
}
},
"StyleConfiguration": {
"type": "structure",
"members": {
"Pattern": {},
"Color": {}
}
},
"LabelConfiguration": {
"type": "structure",
"members": {
"ValueLabelConfiguration": {
"type": "structure",
"members": {
"RelativePosition": {},
"FormatConfiguration": {
"shape": "S5v"
}
}
},
"CustomLabelConfiguration": {
"type": "structure",
"required": [
"CustomLabel"
],
"members": {
"CustomLabel": {}
}
},
"FontConfiguration": {
"shape": "S3z"
},
"FontColor": {},
"HorizontalPosition": {},
"VerticalPosition": {}
}
}
}
}
},
"Sdl": {
"type": "list",
"member": {
"type": "structure",
"required": [
"MeasureFieldId",
"ContributorDimensions"
],
"members": {
"MeasureFieldId": {},
"ContributorDimensions": {
"type": "list",
"member": {
"shape": "S4h"
}
}
}
}
},
"Sdo": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ExplicitHierarchy": {
"type": "structure",
"required": [
"HierarchyId",
"Columns"
],
"members": {
"HierarchyId": {},
"Columns": {
"type": "list",
"member": {
"shape": "S4h"
}
},
"DrillDownFilters": {
"shape": "Sds"
}
}
},
"DateTimeHierarchy": {
"type": "structure",
"required": [
"HierarchyId"
],
"members": {
"HierarchyId": {},
"DrillDownFilters": {
"shape": "Sds"
}
}
},
"PredefinedHierarchy": {
"type": "structure",
"required": [
"HierarchyId",
"Columns"
],
"members": {
"HierarchyId": {},
"Columns": {
"type": "list",
"member": {
"shape": "S4h"
}
},
"DrillDownFilters": {
"shape": "Sds"
}
}
}
}
}
},
"Sds": {
"type": "list",
"member": {
"type": "structure",
"members": {
"NumericEqualityFilter": {
"type": "structure",
"required": [
"Column",
"Value"
],
"members": {
"Column": {
"shape": "S4h"
},
"Value": {
"type": "double"
}
}
},
"CategoryFilter": {
"type": "structure",
"required": [
"Column",
"CategoryValues"
],
"members": {
"Column": {
"shape": "S4h"
},
"CategoryValues": {
"shape": "Sdw"
}
}
},
"TimeRangeFilter": {
"type": "structure",
"required": [
"Column",
"RangeMinimum",
"RangeMaximum",
"TimeGranularity"
],
"members": {
"Column": {
"shape": "S4h"
},
"RangeMinimum": {
"type": "timestamp"
},
"RangeMaximum": {
"type": "timestamp"
},
"TimeGranularity": {}
}
}
}
}
},
"Sdw": {
"type": "list",
"member": {}
},
"Seb": {
"type": "structure",
"members": {
"ComparisonMethod": {},
"ComparisonFormat": {
"type": "structure",
"members": {
"NumberDisplayFormatConfiguration": {
"shape": "S5w"
},
"PercentageDisplayFormatConfiguration": {
"shape": "S6a"
}
}
}
}
},
"Sfu": {
"type": "structure",
"members": {
"AxisOptions": {
"shape": "Sc1"
},
"MissingDataConfigurations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"TreatmentOption": {}
}
}
}
}
},
"Sfy": {
"type": "structure",
"members": {
"YAxisOptions": {
"type": "structure",
"required": [
"YAxis"
],
"members": {
"YAxis": {}
}
}
}
},
"Sg2": {
"type": "structure",
"members": {
"LineVisibility": {},
"LineInterpolation": {},
"LineStyle": {},
"LineWidth": {}
}
},
"Sg5": {
"type": "structure",
"members": {
"MarkerVisibility": {},
"MarkerShape": {},
"MarkerSize": {},
"MarkerColor": {}
}
},
"Sga": {
"type": "structure",
"members": {
"LineStyleSettings": {
"shape": "Sg2"
},
"MarkerStyleSettings": {
"shape": "Sg5"
}
}
},
"Sgg": {
"type": "list",
"member": {
"shape": "S5q"
}
},
"Sgj": {
"type": "structure",
"required": [
"Colors",
"ColorFillType"
],
"members": {
"Colors": {
"type": "list",
"member": {
"shape": "Sgl"
}
},
"ColorFillType": {},
"NullValueColor": {
"shape": "Sgl"
}
}
},
"Sgl": {
"type": "structure",
"members": {
"Color": {},
"DataValue": {
"type": "double"
}
}
},
"Sgs": {
"type": "list",
"member": {
"shape": "S6g"
}
},
"Sgy": {
"type": "structure",
"members": {
"Bounds": {
"type": "structure",
"required": [
"North",
"South",
"West",
"East"
],
"members": {
"North": {
"type": "double"
},
"South": {
"type": "double"
},
"West": {
"type": "double"
},
"East": {
"type": "double"
}
}
},
"MapZoomMode": {}
}
},
"Sh3": {
"type": "structure",
"members": {
"BaseMapStyle": {}
}
},
"Skz": {
"type": "structure",
"required": [
"Elements"
],
"members": {
"Elements": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ElementId",
"ElementType",
"ColumnSpan",
"RowSpan"
],
"members": {
"ElementId": {},
"ElementType": {},
"ColumnIndex": {
"type": "integer"
},
"ColumnSpan": {
"type": "integer"
},
"RowIndex": {
"type": "integer"
},
"RowSpan": {
"type": "integer"
}
}
}
},
"CanvasSizeOptions": {
"shape": "Sl7"
}
}
},
"Sl7": {
"type": "structure",
"members": {
"ScreenCanvasSizeOptions": {
"type": "structure",
"required": [
"ResizeOption"
],
"members": {
"ResizeOption": {},
"OptimizedViewPortWidth": {}
}
}
}
},
"Slb": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ElementId",
"ElementType",
"XAxisLocation",
"YAxisLocation",
"Width",
"Height"
],
"members": {
"ElementId": {},
"ElementType": {},
"XAxisLocation": {},
"YAxisLocation": {},
"Width": {},
"Height": {},
"Visibility": {},
"RenderingRules": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Expression",
"ConfigurationOverrides"
],
"members": {
"Expression": {
"shape": "Sn"
},
"ConfigurationOverrides": {
"type": "structure",
"members": {
"Visibility": {}
}
}
}
}
},
"BorderStyle": {
"shape": "Slh"
},
"SelectedBorderStyle": {
"shape": "Slh"
},
"BackgroundStyle": {
"type": "structure",
"members": {
"Visibility": {},
"Color": {}
}
},
"LoadingAnimation": {
"type": "structure",
"members": {
"Visibility": {}
}
}
}
}
},
"Slh": {
"type": "structure",
"members": {
"Visibility": {},
"Color": {}
}
},
"Slk": {
"type": "structure",
"members": {
"ScreenCanvasSizeOptions": {
"type": "structure",
"required": [
"OptimizedViewPortWidth"
],
"members": {
"OptimizedViewPortWidth": {}
}
}
}
},
"Sln": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SectionId",
"Layout"
],
"members": {
"SectionId": {},
"Layout": {
"shape": "Slp"
},
"Style": {
"shape": "Slr"
}
}
}
},
"Slp": {
"type": "structure",
"required": [
"FreeFormLayout"
],
"members": {
"FreeFormLayout": {
"type": "structure",
"required": [
"Elements"
],
"members": {
"Elements": {
"shape": "Slb"
}
}
}
}
},
"Slr": {
"type": "structure",
"members": {
"Height": {},
"Padding": {
"shape": "Sls"
}
}
},
"Sls": {
"type": "structure",
"members": {
"Top": {},
"Bottom": {},
"Left": {},
"Right": {}
}
},
"Sly": {
"type": "structure",
"members": {
"Status": {}
}
},
"Sm5": {
"type": "list",
"member": {
"shape": "S70"
}
},
"Sm9": {
"type": "structure",
"members": {
"PaperCanvasSizeOptions": {
"type": "structure",
"members": {
"PaperSize": {},
"PaperOrientation": {},
"PaperMargin": {
"shape": "Sls"
}
}
}
}
},
"Smh": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetIdentifier",
"Name",
"Expression"
],
"members": {
"DataSetIdentifier": {},
"Name": {},
"Expression": {
"type": "string",
"sensitive": true
}
}
}
},
"Smk": {
"type": "list",
"member": {
"type": "structure",
"members": {
"StringParameterDeclaration": {
"type": "structure",
"required": [
"ParameterValueType",
"Name"
],
"members": {
"ParameterValueType": {},
"Name": {},
"DefaultValues": {
"type": "structure",
"members": {
"DynamicValue": {
"shape": "Smp"
},
"StaticValues": {
"shape": "S9u"
}
}
},
"ValueWhenUnset": {
"type": "structure",
"members": {
"ValueWhenUnsetOption": {},
"CustomValue": {
"shape": "S2x"
}
}
},
"MappedDataSetParameters": {
"shape": "Sms"
}
}
},
"DecimalParameterDeclaration": {
"type": "structure",
"required": [
"ParameterValueType",
"Name"
],
"members": {
"ParameterValueType": {},
"Name": {},
"DefaultValues": {
"type": "structure",
"members": {
"DynamicValue": {
"shape": "Smp"
},
"StaticValues": {
"shape": "S9y"
}
}
},
"ValueWhenUnset": {
"type": "structure",
"members": {
"ValueWhenUnsetOption": {},
"CustomValue": {
"shape": "S35"
}
}
},
"MappedDataSetParameters": {
"shape": "Sms"
}
}
},
"IntegerParameterDeclaration": {
"type": "structure",
"required": [
"ParameterValueType",
"Name"
],
"members": {
"ParameterValueType": {},
"Name": {},
"DefaultValues": {
"type": "structure",
"members": {
"DynamicValue": {
"shape": "Smp"
},
"StaticValues": {
"shape": "S9w"
}
}
},
"ValueWhenUnset": {
"type": "structure",
"members": {
"ValueWhenUnsetOption": {},
"CustomValue": {
"shape": "S31"
}
}
},
"MappedDataSetParameters": {
"shape": "Sms"
}
}
},
"DateTimeParameterDeclaration": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"DefaultValues": {
"type": "structure",
"members": {
"DynamicValue": {
"shape": "Smp"
},
"StaticValues": {
"shape": "Sa0"
},
"RollingDate": {
"shape": "Sn2"
}
}
},
"TimeGranularity": {},
"ValueWhenUnset": {
"type": "structure",
"members": {
"ValueWhenUnsetOption": {},
"CustomValue": {
"shape": "S39"
}
}
},
"MappedDataSetParameters": {
"shape": "Sms"
}
}
}
}
}
},
"Smp": {
"type": "structure",
"required": [
"DefaultValueColumn"
],
"members": {
"UserNameColumn": {
"shape": "S4h"
},
"GroupNameColumn": {
"shape": "S4h"
},
"DefaultValueColumn": {
"shape": "S4h"
}
}
},
"Sms": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetIdentifier",
"DataSetParameterName"
],
"members": {
"DataSetIdentifier": {},
"DataSetParameterName": {}
}
}
},
"Sn2": {
"type": "structure",
"required": [
"Expression"
],
"members": {
"DataSetIdentifier": {},
"Expression": {
"shape": "Sn"
}
}
},
"Sn4": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FilterGroupId",
"Filters",
"ScopeConfiguration",
"CrossDataset"
],
"members": {
"FilterGroupId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CategoryFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"Configuration"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"Configuration": {
"shape": "Sn9"
},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"NumericRangeFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"NullOption"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"IncludeMinimum": {
"type": "boolean"
},
"IncludeMaximum": {
"type": "boolean"
},
"RangeMinimum": {
"shape": "Snq"
},
"RangeMaximum": {
"shape": "Snq"
},
"SelectAllOptions": {},
"AggregationFunction": {
"shape": "S71"
},
"NullOption": {},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"NumericEqualityFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"MatchOperator",
"NullOption"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"Value": {
"type": "double"
},
"SelectAllOptions": {},
"MatchOperator": {},
"AggregationFunction": {
"shape": "S71"
},
"ParameterName": {},
"NullOption": {},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"TimeEqualityFilter": {
"type": "structure",
"required": [
"FilterId",
"Column"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"Value": {
"type": "timestamp"
},
"ParameterName": {},
"TimeGranularity": {},
"RollingDate": {
"shape": "Sn2"
},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"TimeRangeFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"NullOption"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"IncludeMinimum": {
"type": "boolean"
},
"IncludeMaximum": {
"type": "boolean"
},
"RangeMinimumValue": {
"shape": "Snw"
},
"RangeMaximumValue": {
"shape": "Snw"
},
"NullOption": {},
"ExcludePeriodConfiguration": {
"shape": "Snx"
},
"TimeGranularity": {},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"RelativeDatesFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"AnchorDateConfiguration",
"TimeGranularity",
"RelativeDateType",
"NullOption"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"AnchorDateConfiguration": {
"type": "structure",
"members": {
"AnchorOption": {},
"ParameterName": {}
}
},
"MinimumGranularity": {},
"TimeGranularity": {},
"RelativeDateType": {},
"RelativeDateValue": {
"type": "integer"
},
"ParameterName": {},
"NullOption": {},
"ExcludePeriodConfiguration": {
"shape": "Snx"
},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"TopBottomFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"AggregationSortConfigurations"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"Limit": {
"type": "integer"
},
"AggregationSortConfigurations": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Column",
"SortDirection"
],
"members": {
"Column": {
"shape": "S4h"
},
"SortDirection": {},
"AggregationFunction": {
"shape": "S71"
}
}
}
},
"TimeGranularity": {},
"ParameterName": {},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
},
"NestedFilter": {
"type": "structure",
"required": [
"FilterId",
"Column",
"IncludeInnerSet",
"InnerFilter"
],
"members": {
"FilterId": {},
"Column": {
"shape": "S4h"
},
"IncludeInnerSet": {
"type": "boolean"
},
"InnerFilter": {
"type": "structure",
"members": {
"CategoryInnerFilter": {
"type": "structure",
"required": [
"Column",
"Configuration"
],
"members": {
"Column": {
"shape": "S4h"
},
"Configuration": {
"shape": "Sn9"
},
"DefaultFilterControlConfiguration": {
"shape": "Sng"
}
}
}
}
}
}
}
}
}
},
"ScopeConfiguration": {
"type": "structure",
"members": {
"SelectedSheets": {
"type": "structure",
"members": {
"SheetVisualScopingConfigurations": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SheetId",
"Scope"
],
"members": {
"SheetId": {},
"Scope": {},
"VisualIds": {
"type": "list",
"member": {}
}
}
}
}
}
},
"AllSheets": {
"type": "structure",
"members": {}
}
}
},
"Status": {},
"CrossDataset": {}
}
}
},
"Sn9": {
"type": "structure",
"members": {
"FilterListConfiguration": {
"type": "structure",
"required": [
"MatchOperator"
],
"members": {
"MatchOperator": {},
"CategoryValues": {
"shape": "Sdw"
},
"SelectAllOptions": {},
"NullOption": {}
}
},
"CustomFilterListConfiguration": {
"type": "structure",
"required": [
"MatchOperator",
"NullOption"
],
"members": {
"MatchOperator": {},
"CategoryValues": {
"shape": "Sdw"
},
"SelectAllOptions": {},
"NullOption": {}
}
},
"CustomFilterConfiguration": {
"type": "structure",
"required": [
"MatchOperator",
"NullOption"
],
"members": {
"MatchOperator": {},
"CategoryValue": {},
"SelectAllOptions": {},
"ParameterName": {},
"NullOption": {}
}
}
}
},
"Sng": {
"type": "structure",
"required": [
"Title",
"ControlOptions"
],
"members": {
"Title": {},
"ControlOptions": {
"type": "structure",
"members": {
"DefaultDateTimePickerOptions": {
"type": "structure",
"members": {
"Type": {},
"DisplayOptions": {
"shape": "S3w"
}
}
},
"DefaultListOptions": {
"type": "structure",
"members": {
"DisplayOptions": {
"shape": "S4b"
},
"Type": {},
"SelectableValues": {
"shape": "S52"
}
}
},
"DefaultDropdownOptions": {
"type": "structure",
"members": {
"DisplayOptions": {
"shape": "S4n"
},
"Type": {},
"SelectableValues": {
"shape": "S52"
}
}
},
"DefaultTextFieldOptions": {
"type": "structure",
"members": {
"DisplayOptions": {
"shape": "S4p"
}
}
},
"DefaultTextAreaOptions": {
"type": "structure",
"members": {
"Delimiter": {},
"DisplayOptions": {
"shape": "S4t"
}
}
},
"DefaultSliderOptions": {
"type": "structure",
"required": [
"MaximumValue",
"MinimumValue",
"StepSize"
],
"members": {
"DisplayOptions": {
"shape": "S4v"
},
"Type": {},
"MaximumValue": {
"type": "double"
},
"MinimumValue": {
"type": "double"
},
"StepSize": {
"type": "double"
}
}
},
"DefaultRelativeDateTimeOptions": {
"type": "structure",
"members": {
"DisplayOptions": {
"shape": "S59"
}
}
}
}
}
}
},
"Snq": {
"type": "structure",
"members": {
"StaticValue": {
"type": "double"
},
"Parameter": {}
}
},
"Snw": {
"type": "structure",
"members": {
"StaticValue": {
"type": "timestamp"
},
"RollingDate": {
"shape": "Sn2"
},
"Parameter": {}
}
},
"Snx": {
"type": "structure",
"required": [
"Amount",
"Granularity"
],
"members": {
"Amount": {
"type": "integer"
},
"Granularity": {},
"Status": {}
}
},
"Sog": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Column"
],
"members": {
"Column": {
"shape": "S4h"
},
"FormatConfiguration": {
"shape": "S6u"
},
"Role": {},
"ColorsConfiguration": {
"type": "structure",
"members": {
"CustomColors": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Color"
],
"members": {
"FieldValue": {
"shape": "Saf"
},
"Color": {},
"SpecialValue": {}
}
}
}
}
}
}
}
},
"Son": {
"type": "structure",
"required": [
"DefaultNewSheetConfiguration"
],
"members": {
"DefaultNewSheetConfiguration": {
"type": "structure",
"members": {
"InteractiveLayoutConfiguration": {
"type": "structure",
"members": {
"Grid": {
"type": "structure",
"required": [
"CanvasSizeOptions"
],
"members": {
"CanvasSizeOptions": {
"shape": "Sl7"
}
}
},
"FreeForm": {
"type": "structure",
"required": [
"CanvasSizeOptions"
],
"members": {
"CanvasSizeOptions": {
"shape": "Slk"
}
}
}
}
},
"PaginatedLayoutConfiguration": {
"type": "structure",
"members": {
"SectionBased": {
"type": "structure",
"required": [
"CanvasSizeOptions"
],
"members": {
"CanvasSizeOptions": {
"shape": "Sm9"
}
}
}
}
},
"SheetContentType": {}
}
}
}
},
"Sou": {
"type": "structure",
"members": {
"Timezone": {},
"WeekStart": {}
}
},
"Sow": {
"type": "structure",
"members": {
"QueryExecutionMode": {}
}
},
"Soy": {
"type": "structure",
"required": [
"Mode"
],
"members": {
"Mode": {}
}
},
"Sp0": {
"type": "list",
"member": {}
},
"Sp5": {
"type": "structure",
"members": {
"SourceTemplate": {
"type": "structure",
"required": [
"DataSetReferences",
"Arn"
],
"members": {
"DataSetReferences": {
"shape": "S3g"
},
"Arn": {}
}
}
}
},
"Sp8": {
"type": "structure",
"members": {
"AdHocFilteringOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"ExportToCSVOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"SheetControlsOption": {
"type": "structure",
"members": {
"VisibilityState": {}
}
},
"VisualPublishOptions": {
"deprecated": true,
"deprecatedMessage": "VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields.",
"type": "structure",
"members": {
"ExportHiddenFieldsOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
}
}
},
"SheetLayoutElementMaximizationOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"VisualMenuOption": {
"shape": "S8g"
},
"VisualAxisSortOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"ExportWithHiddenFieldsOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"DataPointDrillUpDownOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"DataPointMenuLabelOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
},
"DataPointTooltipOption": {
"type": "structure",
"members": {
"AvailabilityStatus": {}
}
}
}
},
"Spl": {
"type": "structure",
"required": [
"DataSetIdentifierDeclarations"
],
"members": {
"DataSetIdentifierDeclarations": {
"shape": "S3j"
},
"Sheets": {
"shape": "S3m"
},
"CalculatedFields": {
"shape": "Smh"
},
"ParameterDeclarations": {
"shape": "Smk"
},
"FilterGroups": {
"shape": "Sn4"
},
"ColumnConfigurations": {
"shape": "Sog"
},
"AnalysisDefaults": {
"shape": "Son"
},
"Options": {
"shape": "Sou"
}
}
},
"Spm": {
"type": "structure",
"members": {
"Permissions": {
"shape": "S3a"
}
}
},
"Spn": {
"type": "list",
"member": {}
},
"Spt": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"RelationalTable": {
"type": "structure",
"required": [
"DataSourceArn",
"Name",
"InputColumns"
],
"members": {
"DataSourceArn": {},
"Catalog": {},
"Schema": {},
"Name": {},
"InputColumns": {
"shape": "Sq0"
}
}
},
"CustomSql": {
"type": "structure",
"required": [
"DataSourceArn",
"Name",
"SqlQuery"
],
"members": {
"DataSourceArn": {},
"Name": {},
"SqlQuery": {},
"Columns": {
"shape": "Sq0"
}
}
},
"S3Source": {
"type": "structure",
"required": [
"DataSourceArn",
"InputColumns"
],
"members": {
"DataSourceArn": {},
"UploadSettings": {
"type": "structure",
"members": {
"Format": {},
"StartFromRow": {
"type": "integer"
},
"ContainsHeader": {
"type": "boolean"
},
"TextQualifier": {},
"Delimiter": {}
}
},
"InputColumns": {
"shape": "Sq0"
}
}
}
}
}
},
"Sq0": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Name",
"Type"
],
"members": {
"Name": {},
"Type": {},
"SubType": {}
}
}
},
"Sqd": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"Alias",
"Source"
],
"members": {
"Alias": {},
"DataTransforms": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ProjectOperation": {
"type": "structure",
"required": [
"ProjectedColumns"
],
"members": {
"ProjectedColumns": {
"type": "list",
"member": {}
}
}
},
"FilterOperation": {
"type": "structure",
"required": [
"ConditionExpression"
],
"members": {
"ConditionExpression": {
"shape": "Sn"
}
}
},
"CreateColumnsOperation": {
"type": "structure",
"required": [
"Columns"
],
"members": {
"Columns": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ColumnName",
"ColumnId",
"Expression"
],
"members": {
"ColumnName": {},
"ColumnId": {},
"Expression": {
"type": "string",
"sensitive": true
}
}
}
}
}
},
"RenameColumnOperation": {
"type": "structure",
"required": [
"ColumnName",
"NewColumnName"
],
"members": {
"ColumnName": {},
"NewColumnName": {}
}
},
"CastColumnTypeOperation": {
"type": "structure",
"required": [
"ColumnName",
"NewColumnType"
],
"members": {
"ColumnName": {},
"NewColumnType": {},
"SubType": {},
"Format": {}
}
},
"TagColumnOperation": {
"type": "structure",
"required": [
"ColumnName",
"Tags"
],
"members": {
"ColumnName": {},
"Tags": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ColumnGeographicRole": {},
"ColumnDescription": {
"type": "structure",
"members": {
"Text": {
"shape": "Sr0"
}
}
}
}
}
}
}
},
"UntagColumnOperation": {
"type": "structure",
"required": [
"ColumnName",
"TagNames"
],
"members": {
"ColumnName": {},
"TagNames": {
"type": "list",
"member": {}
}
}
},
"OverrideDatasetParameterOperation": {
"type": "structure",
"required": [
"ParameterName"
],
"members": {
"ParameterName": {},
"NewParameterName": {},
"NewDefaultValues": {
"type": "structure",
"members": {
"StringStaticValues": {
"shape": "Sr7"
},
"DecimalStaticValues": {
"shape": "Sr9"
},
"DateTimeStaticValues": {
"shape": "Srb"
},
"IntegerStaticValues": {
"shape": "Srd"
}
}
}
}
}
}
}
},
"Source": {
"type": "structure",
"members": {
"JoinInstruction": {
"type": "structure",
"required": [
"LeftOperand",
"RightOperand",
"Type",
"OnClause"
],
"members": {
"LeftOperand": {},
"RightOperand": {},
"LeftJoinKeyProperties": {
"shape": "Srh"
},
"RightJoinKeyProperties": {
"shape": "Srh"
},
"Type": {},
"OnClause": {}
}
},
"PhysicalTableId": {},
"DataSetArn": {}
}
}
}
}
},
"Sr0": {
"type": "string",
"sensitive": true
},
"Sr7": {
"type": "list",
"member": {}
},
"Sr9": {
"type": "list",
"member": {
"type": "double"
}
},
"Srb": {
"type": "list",
"member": {
"type": "timestamp"
}
},
"Srd": {
"type": "list",
"member": {
"type": "long"
}
},
"Srh": {
"type": "structure",
"members": {
"UniqueKey": {
"type": "boolean"
}
}
},
"Srl": {
"type": "list",
"member": {
"type": "structure",
"members": {
"GeoSpatialColumnGroup": {
"type": "structure",
"required": [
"Name",
"Columns"
],
"members": {
"Name": {},
"CountryCode": {},
"Columns": {
"type": "list",
"member": {}
}
}
}
}
}
},
"Srr": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"description": {},
"columns": {
"type": "list",
"member": {}
}
}
}
},
"Srw": {
"type": "structure",
"required": [
"Arn",
"PermissionPolicy"
],
"members": {
"Namespace": {},
"Arn": {},
"PermissionPolicy": {},
"FormatVersion": {},
"Status": {}
}
},
"Ss0": {
"type": "structure",
"required": [
"TagRules"
],
"members": {
"Status": {},
"TagRules": {
"type": "list",
"member": {
"type": "structure",
"required": [
"TagKey",
"ColumnName"
],
"members": {
"TagKey": {},
"ColumnName": {},
"TagMultiValueDelimiter": {},
"MatchAllValue": {
"shape": "Ss5"
}
}
}
},
"TagRuleConfigurations": {
"type": "list",
"member": {
"type": "list",
"member": {}
}
}
}
},
"Ss5": {
"type": "string",
"sensitive": true
},
"Ss8": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Principals": {
"type": "list",
"member": {}
},
"ColumnNames": {
"type": "list",
"member": {}
}
}
}
},
"Ssc": {
"type": "structure",
"members": {
"DisableUseAsDirectQuerySource": {
"type": "boolean"
},
"DisableUseAsImportedSource": {
"type": "boolean"
}
}
},
"Ssd": {
"type": "list",
"member": {
"type": "structure",
"members": {
"StringDatasetParameter": {
"type": "structure",
"required": [
"Id",
"Name",
"ValueType"
],
"members": {
"Id": {},
"Name": {},
"ValueType": {},
"DefaultValues": {
"type": "structure",
"members": {
"StaticValues": {
"shape": "Sr7"
}
}
}
}
},
"DecimalDatasetParameter": {
"type": "structure",
"required": [
"Id",
"Name",
"ValueType"
],
"members": {
"Id": {},
"Name": {},
"ValueType": {},
"DefaultValues": {
"type": "structure",
"members": {
"StaticValues": {
"shape": "Sr9"
}
}
}
}
},
"IntegerDatasetParameter": {
"type": "structure",
"required": [
"Id",
"Name",
"ValueType"
],
"members": {
"Id": {},
"Name": {},
"ValueType": {},
"DefaultValues": {
"type": "structure",
"members": {
"StaticValues": {
"shape": "Srd"
}
}
}
}
},
"DateTimeDatasetParameter": {
"type": "structure",
"required": [
"Id",
"Name",
"ValueType"
],
"members": {
"Id": {},
"Name": {},
"ValueType": {},
"TimeGranularity": {},
"DefaultValues": {
"type": "structure",
"members": {
"StaticValues": {
"shape": "Srb"
}
}
}
}
}
}
}
},
"Sss": {
"type": "structure",
"members": {
"AmazonElasticsearchParameters": {
"type": "structure",
"required": [
"Domain"
],
"members": {
"Domain": {}
}
},
"AthenaParameters": {
"type": "structure",
"members": {
"WorkGroup": {},
"RoleArn": {}
}
},
"AuroraParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"AuroraPostgreSqlParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"AwsIotAnalyticsParameters": {
"type": "structure",
"required": [
"DataSetName"
],
"members": {
"DataSetName": {}
}
},
"JiraParameters": {
"type": "structure",
"required": [
"SiteBaseUrl"
],
"members": {
"SiteBaseUrl": {}
}
},
"MariaDbParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"MySqlParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"OracleParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"PostgreSqlParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"PrestoParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Catalog"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Catalog": {}
}
},
"RdsParameters": {
"type": "structure",
"required": [
"InstanceId",
"Database"
],
"members": {
"InstanceId": {},
"Database": {}
}
},
"RedshiftParameters": {
"type": "structure",
"required": [
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {},
"ClusterId": {},
"IAMParameters": {
"type": "structure",
"required": [
"RoleArn"
],
"members": {
"RoleArn": {},
"DatabaseUser": {},
"DatabaseGroups": {
"type": "list",
"member": {}
},
"AutoCreateDatabaseUser": {
"type": "boolean"
}
}
},
"IdentityCenterConfiguration": {
"type": "structure",
"members": {
"EnableIdentityPropagation": {
"type": "boolean"
}
}
}
}
},
"S3Parameters": {
"type": "structure",
"required": [
"ManifestFileLocation"
],
"members": {
"ManifestFileLocation": {
"type": "structure",
"required": [
"Bucket",
"Key"
],
"members": {
"Bucket": {},
"Key": {}
}
},
"RoleArn": {}
}
},
"ServiceNowParameters": {
"type": "structure",
"required": [
"SiteBaseUrl"
],
"members": {
"SiteBaseUrl": {}
}
},
"SnowflakeParameters": {
"type": "structure",
"required": [
"Host",
"Database",
"Warehouse"
],
"members": {
"Host": {},
"Database": {},
"Warehouse": {}
}
},
"SparkParameters": {
"type": "structure",
"required": [
"Host",
"Port"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
}
}
},
"SqlServerParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"TeradataParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Database"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Database": {}
}
},
"TwitterParameters": {
"type": "structure",
"required": [
"Query",
"MaxRows"
],
"members": {
"Query": {},
"MaxRows": {
"type": "integer"
}
}
},
"AmazonOpenSearchParameters": {
"type": "structure",
"required": [
"Domain"
],
"members": {
"Domain": {}
}
},
"ExasolParameters": {
"type": "structure",
"required": [
"Host",
"Port"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
}
}
},
"DatabricksParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"SqlEndpointPath"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"SqlEndpointPath": {}
}
},
"StarburstParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Catalog"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Catalog": {},
"ProductType": {}
}
},
"TrinoParameters": {
"type": "structure",
"required": [
"Host",
"Port",
"Catalog"
],
"members": {
"Host": {},
"Port": {
"type": "integer"
},
"Catalog": {}
}
},
"BigQueryParameters": {
"type": "structure",
"required": [
"ProjectId"
],
"members": {
"ProjectId": {},
"DataSetRegion": {}
}
}
}
},
"Su9": {
"type": "structure",
"members": {
"CredentialPair": {
"type": "structure",
"required": [
"Username",
"Password"
],
"members": {
"Username": {},
"Password": {},
"AlternateDataSourceParameters": {
"shape": "Sud"
}
}
},
"CopySourceArn": {},
"SecretArn": {}
},
"sensitive": true
},
"Sud": {
"type": "list",
"member": {
"shape": "Sss"
}
},
"Sug": {
"type": "structure",
"required": [
"VpcConnectionArn"
],
"members": {
"VpcConnectionArn": {}
}
},
"Suh": {
"type": "structure",
"members": {
"DisableSsl": {
"type": "boolean"
}
}
},
"Sux": {
"type": "structure",
"members": {
"Arn": {},
"GroupName": {},
"Description": {},
"PrincipalId": {}
}
},
"Sv1": {
"type": "structure",
"members": {
"Arn": {},
"MemberName": {}
}
},
"Sv5": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {}
}
},
"Svi": {
"type": "structure",
"required": [
"ScheduleId",
"ScheduleFrequency",
"RefreshType"
],
"members": {
"ScheduleId": {},
"ScheduleFrequency": {
"type": "structure",
"required": [
"Interval"
],
"members": {
"Interval": {},
"RefreshOnDay": {
"type": "structure",
"members": {
"DayOfWeek": {},
"DayOfMonth": {}
}
},
"Timezone": {},
"TimeOfTheDay": {}
}
},
"StartAfterDateTime": {
"type": "timestamp"
},
"RefreshType": {},
"Arn": {}
}
},
"Svu": {
"type": "structure",
"members": {
"SourceAnalysis": {
"type": "structure",
"required": [
"Arn",
"DataSetReferences"
],
"members": {
"Arn": {},
"DataSetReferences": {
"shape": "S3g"
}
}
},
"SourceTemplate": {
"type": "structure",
"required": [
"Arn"
],
"members": {
"Arn": {}
}
}
}
},
"Svx": {
"type": "structure",
"required": [
"DataSetConfigurations"
],
"members": {
"DataSetConfigurations": {
"shape": "Svy"
},
"Sheets": {
"shape": "S3m"
},
"CalculatedFields": {
"shape": "Smh"
},
"ParameterDeclarations": {
"shape": "Smk"
},
"FilterGroups": {
"shape": "Sn4"
},
"ColumnConfigurations": {
"shape": "Sog"
},
"AnalysisDefaults": {
"shape": "Son"
},
"Options": {
"shape": "Sou"
},
"QueryExecutionOptions": {
"shape": "Sow"
}
}
},
"Svy": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Placeholder": {},
"DataSetSchema": {
"type": "structure",
"members": {
"ColumnSchemaList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"DataType": {},
"GeographicRole": {}
}
}
}
}
},
"ColumnGroupSchemaList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"ColumnGroupColumnSchemaList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {}
}
}
}
}
}
}
}
}
},
"Swc": {
"type": "structure",
"members": {
"AliasName": {},
"Arn": {},
"TemplateVersionNumber": {
"type": "long"
}
}
},
"Swf": {
"type": "structure",
"members": {
"DataColorPalette": {
"type": "structure",
"members": {
"Colors": {
"shape": "Swh"
},
"MinMaxGradient": {
"shape": "Swh"
},
"EmptyFillColor": {}
}
},
"UIColorPalette": {
"type": "structure",
"members": {
"PrimaryForeground": {},
"PrimaryBackground": {},
"SecondaryForeground": {},
"SecondaryBackground": {},
"Accent": {},
"AccentForeground": {},
"Danger": {},
"DangerForeground": {},
"Warning": {},
"WarningForeground": {},
"Success": {},
"SuccessForeground": {},
"Dimension": {},
"DimensionForeground": {},
"Measure": {},
"MeasureForeground": {}
}
},
"Sheet": {
"type": "structure",
"members": {
"Tile": {
"type": "structure",
"members": {
"Border": {
"type": "structure",
"members": {
"Show": {
"type": "boolean"
}
}
}
}
},
"TileLayout": {
"type": "structure",
"members": {
"Gutter": {
"type": "structure",
"members": {
"Show": {
"type": "boolean"
}
}
},
"Margin": {
"type": "structure",
"members": {
"Show": {
"type": "boolean"
}
}
}
}
}
}
},
"Typography": {
"type": "structure",
"members": {
"FontFamilies": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FontFamily": {}
}
}
}
}
}
}
},
"Swh": {
"type": "list",
"member": {}
},
"Swv": {
"type": "structure",
"members": {
"Arn": {},
"AliasName": {},
"ThemeVersionNumber": {
"type": "long"
}
}
},
"Swx": {
"type": "structure",
"members": {
"Name": {},
"Description": {},
"UserExperienceVersion": {},
"DataSets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DatasetArn"
],
"members": {
"DatasetArn": {},
"DatasetName": {},
"DatasetDescription": {},
"DataAggregation": {
"type": "structure",
"members": {
"DatasetRowDateGranularity": {},
"DefaultDateColumnName": {}
}
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"FilterName",
"OperandFieldName"
],
"members": {
"FilterDescription": {},
"FilterClass": {},
"FilterName": {},
"FilterSynonyms": {
"shape": "Sx4"
},
"OperandFieldName": {},
"FilterType": {},
"CategoryFilter": {
"type": "structure",
"members": {
"CategoryFilterFunction": {},
"CategoryFilterType": {},
"Constant": {
"type": "structure",
"members": {
"ConstantType": {},
"SingularConstant": {},
"CollectiveConstant": {
"type": "structure",
"members": {
"ValueList": {
"shape": "Sxb"
}
}
}
},
"sensitive": true
},
"Inverse": {
"type": "boolean"
}
}
},
"NumericEqualityFilter": {
"type": "structure",
"members": {
"Constant": {
"shape": "Sxd"
},
"Aggregation": {}
}
},
"NumericRangeFilter": {
"type": "structure",
"members": {
"Inclusive": {
"type": "boolean"
},
"Constant": {
"shape": "Sxg"
},
"Aggregation": {}
}
},
"DateRangeFilter": {
"type": "structure",
"members": {
"Inclusive": {
"type": "boolean"
},
"Constant": {
"shape": "Sxg"
}
}
},
"RelativeDateFilter": {
"type": "structure",
"members": {
"TimeGranularity": {},
"RelativeDateFilterFunction": {},
"Constant": {
"shape": "Sxd"
}
}
}
}
}
},
"Columns": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ColumnName"
],
"members": {
"ColumnName": {},
"ColumnFriendlyName": {},
"ColumnDescription": {},
"ColumnSynonyms": {
"shape": "Sx4"
},
"ColumnDataRole": {},
"Aggregation": {},
"IsIncludedInTopic": {
"type": "boolean"
},
"DisableIndexing": {
"type": "boolean"
},
"ComparativeOrder": {
"shape": "Sxq"
},
"SemanticType": {
"shape": "Sxt"
},
"TimeGranularity": {},
"AllowedAggregations": {
"shape": "Sxv"
},
"NotAllowedAggregations": {
"shape": "Sxv"
},
"DefaultFormatting": {
"shape": "Sxx"
},
"NeverAggregateInFilter": {
"type": "boolean"
},
"CellValueSynonyms": {
"shape": "Sxy"
},
"NonAdditive": {
"type": "boolean"
}
}
}
},
"CalculatedFields": {
"type": "list",
"member": {
"type": "structure",
"required": [
"CalculatedFieldName",
"Expression"
],
"members": {
"CalculatedFieldName": {},
"CalculatedFieldDescription": {},
"Expression": {
"shape": "Sn"
},
"CalculatedFieldSynonyms": {
"shape": "Sx4"
},
"IsIncludedInTopic": {
"type": "boolean"
},
"DisableIndexing": {
"type": "boolean"
},
"ColumnDataRole": {},
"TimeGranularity": {},
"DefaultFormatting": {
"shape": "Sxx"
},
"Aggregation": {},
"ComparativeOrder": {
"shape": "Sxq"
},
"SemanticType": {
"shape": "Sxt"
},
"AllowedAggregations": {
"shape": "Sxv"
},
"NotAllowedAggregations": {
"shape": "Sxv"
},
"NeverAggregateInFilter": {
"type": "boolean"
},
"CellValueSynonyms": {
"shape": "Sxy"
},
"NonAdditive": {
"type": "boolean"
}
}
}
},
"NamedEntities": {
"type": "list",
"member": {
"type": "structure",
"required": [
"EntityName"
],
"members": {
"EntityName": {},
"EntityDescription": {},
"EntitySynonyms": {
"shape": "Sx4"
},
"SemanticEntityType": {
"type": "structure",
"members": {
"TypeName": {},
"SubTypeName": {},
"TypeParameters": {
"shape": "Sxu"
}
}
},
"Definition": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FieldName": {},
"PropertyName": {},
"PropertyRole": {},
"PropertyUsage": {},
"Metric": {
"type": "structure",
"members": {
"Aggregation": {},
"AggregationFunctionParameters": {
"type": "map",
"key": {},
"value": {}
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"Sx4": {
"type": "list",
"member": {}
},
"Sxb": {
"type": "list",
"member": {}
},
"Sxd": {
"type": "structure",
"members": {
"ConstantType": {},
"SingularConstant": {}
},
"sensitive": true
},
"Sxg": {
"type": "structure",
"members": {
"ConstantType": {},
"RangeConstant": {
"type": "structure",
"members": {
"Minimum": {},
"Maximum": {}
}
}
},
"sensitive": true
},
"Sxq": {
"type": "structure",
"members": {
"UseOrdering": {},
"SpecifedOrder": {
"shape": "Sxb"
},
"TreatUndefinedSpecifiedValues": {}
}
},
"Sxt": {
"type": "structure",
"members": {
"TypeName": {},
"SubTypeName": {},
"TypeParameters": {
"shape": "Sxu"
},
"TruthyCellValue": {
"shape": "S2x"
},
"TruthyCellValueSynonyms": {
"shape": "S2w"
},
"FalseyCellValue": {
"shape": "S2x"
},
"FalseyCellValueSynonyms": {
"shape": "S2w"
}
}
},
"Sxu": {
"type": "map",
"key": {},
"value": {}
},
"Sxv": {
"type": "list",
"member": {}
},
"Sxx": {
"type": "structure",
"members": {
"DisplayFormat": {},
"DisplayFormatOptions": {
"shape": "Sq"
}
}
},
"Sxy": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CellValue": {},
"Synonyms": {
"shape": "Sxb"
}
}
}
},
"Sye": {
"type": "structure",
"required": [
"IsEnabled",
"BasedOnSpiceSchedule"
],
"members": {
"IsEnabled": {
"type": "boolean"
},
"BasedOnSpiceSchedule": {
"type": "boolean"
},
"StartingAt": {
"type": "timestamp"
},
"Timezone": {},
"RepeatAt": {},
"TopicScheduleType": {}
}
},
"Syj": {
"type": "list",
"member": {}
},
"Syl": {
"type": "list",
"member": {}
},
"Syn": {
"type": "list",
"member": {}
},
"S10o": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Message": {},
"ViolatedEntities": {
"shape": "S10r"
}
}
}
},
"S10r": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Path": {}
}
}
},
"S10t": {
"type": "list",
"member": {}
},
"S10u": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SheetId": {},
"Name": {}
}
}
},
"S113": {
"type": "string",
"sensitive": true
},
"S116": {
"type": "list",
"member": {}
},
"S118": {
"type": "structure",
"members": {
"ResourceIdOverrideConfiguration": {
"type": "structure",
"members": {
"PrefixForAllResources": {
"type": "boolean"
}
}
},
"VPCConnections": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
},
"RefreshSchedules": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
},
"DataSources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
},
"DataSets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
},
"Themes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
},
"Analyses": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
},
"Dashboards": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Arn",
"Properties"
],
"members": {
"Arn": {},
"Properties": {
"type": "list",
"member": {}
}
}
}
}
}
},
"S122": {
"type": "structure",
"members": {
"StrictModeForAllResources": {
"type": "boolean"
}
}
},
"S128": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Type": {},
"Message": {}
}
}
},
"S12c": {
"type": "structure",
"members": {
"ResourceIdOverrideConfiguration": {
"type": "structure",
"members": {
"PrefixForAllResources": {}
}
},
"VPCConnections": {
"type": "list",
"member": {
"type": "structure",
"required": [
"VPCConnectionId"
],
"members": {
"VPCConnectionId": {},
"Name": {},
"SubnetIds": {
"shape": "Syj"
},
"SecurityGroupIds": {
"shape": "Syl"
},
"DnsResolvers": {
"shape": "Syn"
},
"RoleArn": {}
}
}
},
"RefreshSchedules": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetId",
"ScheduleId"
],
"members": {
"DataSetId": {},
"ScheduleId": {},
"StartAfterDateTime": {
"type": "timestamp"
}
}
}
},
"DataSources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSourceId"
],
"members": {
"DataSourceId": {},
"Name": {},
"DataSourceParameters": {
"shape": "Sss"
},
"VpcConnectionProperties": {
"shape": "Sug"
},
"SslProperties": {
"shape": "Suh"
},
"Credentials": {
"type": "structure",
"members": {
"CredentialPair": {
"type": "structure",
"required": [
"Username",
"Password"
],
"members": {
"Username": {},
"Password": {}
},
"sensitive": true
},
"SecretArn": {}
}
}
}
}
},
"DataSets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetId"
],
"members": {
"DataSetId": {},
"Name": {}
}
}
},
"Themes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ThemeId"
],
"members": {
"ThemeId": {},
"Name": {}
}
}
},
"Analyses": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AnalysisId"
],
"members": {
"AnalysisId": {},
"Name": {}
}
}
},
"Dashboards": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DashboardId"
],
"members": {
"DashboardId": {},
"Name": {}
}
}
}
}
},
"S12v": {
"type": "structure",
"members": {
"DataSources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSourceIds",
"Permissions"
],
"members": {
"DataSourceIds": {
"shape": "S12y"
},
"Permissions": {
"shape": "S130"
}
}
}
},
"DataSets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetIds",
"Permissions"
],
"members": {
"DataSetIds": {
"shape": "S12y"
},
"Permissions": {
"shape": "S130"
}
}
}
},
"Themes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ThemeIds",
"Permissions"
],
"members": {
"ThemeIds": {
"shape": "S12y"
},
"Permissions": {
"shape": "S130"
}
}
}
},
"Analyses": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AnalysisIds",
"Permissions"
],
"members": {
"AnalysisIds": {
"shape": "S12y"
},
"Permissions": {
"shape": "S130"
}
}
}
},
"Dashboards": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DashboardIds"
],
"members": {
"DashboardIds": {
"shape": "S12y"
},
"Permissions": {
"shape": "S130"
},
"LinkSharingConfiguration": {
"type": "structure",
"members": {
"Permissions": {
"shape": "S130"
}
}
}
}
}
}
}
},
"S12y": {
"type": "list",
"member": {}
},
"S130": {
"type": "structure",
"required": [
"Principals",
"Actions"
],
"members": {
"Principals": {
"type": "list",
"member": {}
},
"Actions": {
"shape": "S3d"
}
}
},
"S13b": {
"type": "structure",
"members": {
"VPCConnections": {
"type": "list",
"member": {
"type": "structure",
"required": [
"VPCConnectionIds",
"Tags"
],
"members": {
"VPCConnectionIds": {
"shape": "S12y"
},
"Tags": {
"shape": "S2d"
}
}
}
},
"DataSources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSourceIds",
"Tags"
],
"members": {
"DataSourceIds": {
"shape": "S12y"
},
"Tags": {
"shape": "S2d"
}
}
}
},
"DataSets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DataSetIds",
"Tags"
],
"members": {
"DataSetIds": {
"shape": "S12y"
},
"Tags": {
"shape": "S2d"
}
}
}
},
"Themes": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ThemeIds",
"Tags"
],
"members": {
"ThemeIds": {
"shape": "S12y"
},
"Tags": {
"shape": "S2d"
}
}
}
},
"Analyses": {
"type": "list",
"member": {
"type": "structure",
"required": [
"AnalysisIds",
"Tags"
],
"members": {
"AnalysisIds": {
"shape": "S12y"
},
"Tags": {
"shape": "S2d"
}
}
}
},
"Dashboards": {
"type": "list",
"member": {
"type": "structure",
"required": [
"DashboardIds",
"Tags"
],
"members": {
"DashboardIds": {
"shape": "S12y"
},
"Tags": {
"shape": "S2d"
}
}
}
}
}
},
"S13o": {
"type": "structure",
"members": {
"StrictModeForAllResources": {
"type": "boolean"
}
}
},
"S13v": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Message": {},
"ViolatedEntities": {
"shape": "S10r"
}
}
}
},
"S148": {
"type": "structure",
"required": [
"FileGroups"
],
"members": {
"FileGroups": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Files": {
"shape": "S14b"
}
}
}
},
"DestinationConfiguration": {
"type": "structure",
"members": {
"S3Destinations": {
"type": "list",
"member": {
"shape": "S14k"
}
}
}
},
"Parameters": {
"shape": "S2s"
}
}
},
"S14b": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SheetSelections",
"FormatType"
],
"members": {
"SheetSelections": {
"type": "list",
"member": {
"type": "structure",
"required": [
"SheetId",
"SelectionScope"
],
"members": {
"SheetId": {},
"SelectionScope": {},
"VisualIds": {
"type": "list",
"member": {}
}
}
}
},
"FormatType": {}
}
}
},
"S14k": {
"type": "structure",
"required": [
"BucketConfiguration"
],
"members": {
"BucketConfiguration": {
"type": "structure",
"required": [
"BucketName",
"BucketPrefix",
"BucketRegion"
],
"members": {
"BucketName": {},
"BucketPrefix": {},
"BucketRegion": {}
}
}
}
},
"S158": {
"type": "structure",
"required": [
"RefreshConfiguration"
],
"members": {
"RefreshConfiguration": {
"type": "structure",
"required": [
"IncrementalRefresh"
],
"members": {
"IncrementalRefresh": {
"type": "structure",
"required": [
"LookbackWindow"
],
"members": {
"LookbackWindow": {
"type": "structure",
"required": [
"ColumnName",
"Size",
"SizeUnit"
],
"members": {
"ColumnName": {},
"Size": {
"type": "long"
},
"SizeUnit": {}
}
}
}
}
}
}
}
},
"S15g": {
"type": "structure",
"members": {
"Arn": {},
"DataSourceId": {},
"Name": {},
"Type": {},
"Status": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"DataSourceParameters": {
"shape": "Sss"
},
"AlternateDataSourceParameters": {
"shape": "Sud"
},
"VpcConnectionProperties": {
"shape": "Sug"
},
"SslProperties": {
"shape": "Suh"
},
"ErrorInfo": {
"type": "structure",
"members": {
"Type": {},
"Message": {}
}
},
"SecretArn": {}
}
},
"S163": {
"type": "structure",
"required": [
"Arn",
"IngestionStatus",
"CreatedTime"
],
"members": {
"Arn": {},
"IngestionId": {},
"IngestionStatus": {},
"ErrorInfo": {
"type": "structure",
"members": {
"Type": {},
"Message": {}
}
},
"RowInfo": {
"type": "structure",
"members": {
"RowsIngested": {
"type": "long"
},
"RowsDropped": {
"type": "long"
},
"TotalRowsInDataset": {
"type": "long"
}
}
},
"QueueInfo": {
"type": "structure",
"required": [
"WaitingOnIngestion",
"QueuedIngestion"
],
"members": {
"WaitingOnIngestion": {},
"QueuedIngestion": {}
}
},
"CreatedTime": {
"type": "timestamp"
},
"IngestionTimeInSeconds": {
"type": "long"
},
"IngestionSizeInBytes": {
"type": "long"
},
"RequestSource": {},
"RequestType": {}
}
},
"S16c": {
"type": "map",
"key": {},
"value": {}
},
"S16f": {
"type": "map",
"key": {},
"value": {}
},
"S16i": {
"type": "map",
"key": {},
"value": {}
},
"S16n": {
"type": "list",
"member": {
"type": "structure",
"members": {
"KeyArn": {},
"DefaultKey": {
"type": "boolean"
}
}
}
},
"S16r": {
"type": "structure",
"members": {
"Name": {},
"Arn": {},
"CapacityRegion": {},
"CreationStatus": {},
"IdentityStore": {},
"NamespaceError": {
"type": "structure",
"members": {
"Type": {},
"Message": {}
}
}
}
},
"S173": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Message": {},
"ViolatedEntities": {
"shape": "S10r"
}
}
}
},
"S181": {
"type": "structure",
"members": {
"Arn": {},
"UserName": {},
"Email": {},
"Role": {},
"IdentityType": {},
"Active": {
"type": "boolean"
},
"PrincipalId": {},
"CustomPermissionsName": {},
"ExternalLoginFederationProviderType": {},
"ExternalLoginFederationProviderUrl": {},
"ExternalLoginId": {}
}
},
"S187": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SubnetId": {},
"AvailabilityZone": {},
"ErrorMessage": {},
"Status": {},
"NetworkInterfaceId": {}
}
}
},
"S18d": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {
"shape": "Ss5"
}
}
}
},
"S18n": {
"type": "structure",
"required": [
"Enabled"
],
"members": {
"Enabled": {
"type": "boolean"
}
}
},
"S18p": {
"type": "structure",
"required": [
"DashboardId",
"SheetId",
"VisualId"
],
"members": {
"DashboardId": {},
"SheetId": {},
"VisualId": {}
}
},
"S18t": {
"type": "string",
"sensitive": true
},
"S18y": {
"type": "structure",
"required": [
"Enabled"
],
"members": {
"Enabled": {
"type": "boolean"
}
}
},
"S19g": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"AnalysisId": {},
"Name": {},
"Status": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
}
}
}
},
"S19w": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"DashboardId": {},
"Name": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"PublishedVersionNumber": {
"type": "long"
},
"LastPublishedTime": {
"type": "timestamp"
}
}
}
},
"S1a0": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"DataSetId": {},
"Name": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"ImportMode": {},
"RowLevelPermissionDataSet": {
"shape": "Srw"
},
"RowLevelPermissionTagConfigurationApplied": {
"type": "boolean"
},
"ColumnLevelPermissionRulesApplied": {
"type": "boolean"
}
}
}
},
"S1ab": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"FolderId": {},
"Name": {},
"FolderType": {},
"CreatedTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"SharingModel": {}
}
}
},
"S1ai": {
"type": "list",
"member": {
"shape": "Sux"
}
},
"S1aw": {
"type": "list",
"member": {}
},
"S1ea": {
"type": "list",
"member": {
"shape": "S3b"
}
},
"S1eh": {
"type": "list",
"member": {
"shape": "S3b"
}
}
}
}