aws-sdk-eks
Version:
AWS SDK for JavaScript
2,095 lines • 457 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2018-04-01",
"endpointPrefix": "quicksight",
"jsonVersion": "1.0",
"protocol": "rest-json",
"serviceFullName": "Amazon QuickSight",
"serviceId": "QuickSight",
"signatureVersion": "v4",
"uid": "quicksight-2018-04-01"
},
"operations": {
"CancelIngestion": {
"http": {
"method": "DELETE",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"DataSetId",
"IngestionId"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"IngestionId": {
"location": "uri",
"locationName": "IngestionId"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"IngestionId": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateAccountCustomization": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/customizations"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"AccountCustomization"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {
"location": "querystring",
"locationName": "namespace"
},
"AccountCustomization": {
"shape": "Sa"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"AwsAccountId": {},
"Namespace": {},
"AccountCustomization": {
"shape": "Sa"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateAccountSubscription": {
"http": {
"requestUri": "/account/{AwsAccountId}"
},
"input": {
"type": "structure",
"required": [
"Edition",
"AuthenticationMethod",
"AwsAccountId",
"AccountName",
"NotificationEmail"
],
"members": {
"Edition": {},
"AuthenticationMethod": {},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"AccountName": {},
"NotificationEmail": {},
"ActiveDirectoryName": {},
"Realm": {},
"DirectoryId": {},
"AdminGroup": {
"shape": "Sk"
},
"AuthorGroup": {
"shape": "Sk"
},
"ReaderGroup": {
"shape": "Sk"
},
"FirstName": {},
"LastName": {},
"EmailAddress": {},
"ContactNumber": {}
}
},
"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": "Sr"
},
"Permissions": {
"shape": "S19"
},
"SourceEntity": {
"shape": "S1d"
},
"ThemeArn": {},
"Tags": {
"shape": "Sb"
},
"Definition": {
"shape": "S1h"
},
"ValidationStrategy": {
"shape": "Sm5"
},
"FolderArns": {
"shape": "Sm7"
}
}
},
"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": "Sr"
},
"Permissions": {
"shape": "S19"
},
"SourceEntity": {
"shape": "Smc"
},
"Tags": {
"shape": "Sb"
},
"VersionDescription": {},
"DashboardPublishOptions": {
"shape": "Smf"
},
"ThemeArn": {},
"Definition": {
"shape": "Smu"
},
"ValidationStrategy": {
"shape": "Sm5"
},
"FolderArns": {
"shape": "Sm7"
},
"LinkSharingConfiguration": {
"shape": "Smv"
},
"LinkEntities": {
"shape": "Smw"
}
}
},
"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": "Sn2"
},
"LogicalTableMap": {
"shape": "Snm"
},
"ImportMode": {},
"ColumnGroups": {
"shape": "Sot"
},
"FieldFolders": {
"shape": "Soz"
},
"Permissions": {
"shape": "S19"
},
"RowLevelPermissionDataSet": {
"shape": "Sp4"
},
"RowLevelPermissionTagConfiguration": {
"shape": "Sp8"
},
"ColumnLevelPermissionRules": {
"shape": "Spg"
},
"Tags": {
"shape": "Sb"
},
"DataSetUsageConfiguration": {
"shape": "Spk"
},
"DatasetParameters": {
"shape": "Spl"
},
"FolderArns": {
"shape": "Sm7"
}
}
},
"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": "Sq0"
},
"Credentials": {
"shape": "Srh"
},
"Permissions": {
"shape": "S19"
},
"VpcConnectionProperties": {
"shape": "Sro"
},
"SslProperties": {
"shape": "Srp"
},
"Tags": {
"shape": "Sb"
},
"FolderArns": {
"shape": "Sm7"
}
}
},
"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": "S19"
},
"Tags": {
"shape": "Sb"
},
"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": "Ss5"
},
"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": "Ss9"
},
"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": "Ssd"
},
"Namespace": {
"location": "uri",
"locationName": "Namespace"
}
}
},
"output": {
"type": "structure",
"members": {
"AssignmentName": {},
"AssignmentId": {},
"AssignmentStatus": {},
"PolicyArn": {},
"Identities": {
"shape": "Ssd"
},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateIngestion": {
"http": {
"method": "PUT",
"requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"
},
"input": {
"type": "structure",
"required": [
"DataSetId",
"IngestionId",
"AwsAccountId"
],
"members": {
"DataSetId": {
"location": "uri",
"locationName": "DataSetId"
},
"IngestionId": {
"location": "uri",
"locationName": "IngestionId"
},
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"IngestionType": {}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"IngestionId": {},
"IngestionStatus": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"CreateNamespace": {
"http": {
"requestUri": "/accounts/{AwsAccountId}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"Namespace",
"IdentityStore"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"Namespace": {},
"IdentityStore": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"CapacityRegion": {},
"CreationStatus": {},
"IdentityStore": {},
"RequestId": {},
"Status": {
"location": "statusCode",
"type": "integer"
}
}
}
},
"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": "Ssq"
}
}
},
"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": "S19"
},
"SourceEntity": {
"shape": "St2"
},
"Tags": {
"shape": "Sb"
},
"VersionDescription": {},
"Definition": {
"shape": "St5"
},
"ValidationStrategy": {
"shape": "Sm5"
}
}
},
"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": "Stk"
},
"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": "Stn"
},
"Permissions": {
"shape": "S19"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"VersionArn": {},
"ThemeId": {},
"CreationStatus": {},
"Status": {
"location": "statusCode",
"type": "integer"
},
"RequestId": {}
}
}
},
"CreateThemeAlias": {
"http": {
"requestUri": "/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}"
},
"input": {
"type": "structure",
"required": [
"AwsAccountId",
"ThemeId",
"AliasName",
"ThemeVersionNumber"
],
"members": {
"AwsAccountId": {
"location": "uri",
"locationName": "AwsAccountId"
},
"ThemeId": {
"location": "uri",
"locationName": "ThemeId"
},
"AliasName": {
"location": "uri",
"locationName": "AliasName"
},
"ThemeVersionNumber": {
"type": "long"
}
}
},
"output": {
"type": "structure",
"members": {
"ThemeAlias": {
"shape": "Su3"
},
"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": "Su6"
},
"Tags": {
"shape": "Sb"
}
}
},
"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": "Svv"
}
}
},
"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": "Sw0"
},
"SecurityGroupIds": {
"shape": "Sw2"
},
"DnsResolvers": {
"shape": "Sw4"
},
"RoleArn": {},
"Tags": {
"shape": "Sb"
}
}
},
"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": "VPCConn