aws-sdk
Version:
AWS SDK for JavaScript
2,097 lines • 485 kB
JSON
{
"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":