@aws-sdk/client-quicksight 3.1056.0 → 3.1058.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +196 -7
- package/dist-cjs/index.js +442 -5
- package/dist-cjs/schemas/schemas_0.js +979 -262
- package/dist-es/QuickSight.js +56 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/enums.js +52 -5
- package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +941 -226
- package/dist-types/QuickSight.d.ts +196 -0
- package/dist-types/QuickSightClient.d.ts +29 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/enums.d.ts +124 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +751 -756
- package/dist-types/models/models_4.d.ts +3961 -4019
- package/dist-types/models/models_5.d.ts +2051 -4
- package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +102 -0
- package/dist-types/ts3.4/QuickSight.d.ts +466 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/enums.d.ts +69 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +166 -173
- package/dist-types/ts3.4/models/models_4.d.ts +435 -412
- package/dist-types/ts3.4/models/models_5.d.ts +506 -2
- package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
1
2
|
import {
|
|
2
3
|
AssetBundleExportFormat,
|
|
3
4
|
AssetBundleExportJobStatus,
|
|
@@ -33,9 +34,6 @@ import {
|
|
|
33
34
|
HorizontalTextAlignment,
|
|
34
35
|
IdentityStore,
|
|
35
36
|
IncludeFolderMembers,
|
|
36
|
-
IngestionErrorType,
|
|
37
|
-
IngestionRequestSource,
|
|
38
|
-
IngestionRequestType,
|
|
39
37
|
IngestionStatus,
|
|
40
38
|
IngestionType,
|
|
41
39
|
JoinType,
|
|
@@ -45,9 +43,9 @@ import {
|
|
|
45
43
|
NamedFilterType,
|
|
46
44
|
NamespaceStatus,
|
|
47
45
|
NullFilterType,
|
|
46
|
+
OAuthClientAuthenticationType,
|
|
48
47
|
PropertyRole,
|
|
49
48
|
PropertyUsage,
|
|
50
|
-
QDataKeyType,
|
|
51
49
|
RefreshInterval,
|
|
52
50
|
ResourceStatus,
|
|
53
51
|
Role,
|
|
@@ -59,6 +57,7 @@ import {
|
|
|
59
57
|
Status,
|
|
60
58
|
TextQualifier,
|
|
61
59
|
TextTransform,
|
|
60
|
+
TimeGranularity,
|
|
62
61
|
TopicRelativeDateFilterFunction,
|
|
63
62
|
TopicScheduleType,
|
|
64
63
|
TopicTimeGranularity,
|
|
@@ -71,6 +70,8 @@ import {
|
|
|
71
70
|
AccountInfo,
|
|
72
71
|
AccountSettings,
|
|
73
72
|
ActionConnector,
|
|
73
|
+
Agent,
|
|
74
|
+
AggregateOperation,
|
|
74
75
|
Analysis,
|
|
75
76
|
AnalysisDefaults,
|
|
76
77
|
AnalysisError,
|
|
@@ -88,6 +89,7 @@ import {
|
|
|
88
89
|
_Parameters,
|
|
89
90
|
AnalysisDefinition,
|
|
90
91
|
AnonymousUserSnapshotJobResult,
|
|
92
|
+
AppendOperation,
|
|
91
93
|
AssetBundleCloudFormationOverridePropertyConfiguration,
|
|
92
94
|
AssetBundleExportJobError,
|
|
93
95
|
AssetBundleExportJobValidationStrategy,
|
|
@@ -104,6 +106,7 @@ import {
|
|
|
104
106
|
BrandDetail,
|
|
105
107
|
Capabilities,
|
|
106
108
|
CastColumnTypeOperation,
|
|
109
|
+
CastColumnTypesOperation,
|
|
107
110
|
CellValueSynonym,
|
|
108
111
|
CollectiveConstant,
|
|
109
112
|
ColumnGroup,
|
|
@@ -117,32 +120,84 @@ import {
|
|
|
117
120
|
CreateColumnsOperation,
|
|
118
121
|
DashboardPublishOptions,
|
|
119
122
|
DashboardVersionDefinition,
|
|
120
|
-
DataPrepConfiguration,
|
|
121
123
|
DataSetReference,
|
|
122
124
|
DataSetRefreshProperties,
|
|
123
125
|
DataSourceParameters,
|
|
124
|
-
|
|
125
|
-
DecimalDatasetParameter,
|
|
126
|
+
DestinationTable,
|
|
126
127
|
DisplayFormatOptions,
|
|
127
128
|
FilterOperation,
|
|
129
|
+
FiltersOperation,
|
|
130
|
+
ImportTableOperation,
|
|
128
131
|
InputColumn,
|
|
129
|
-
|
|
132
|
+
JoinOperation,
|
|
130
133
|
LinkSharingConfiguration,
|
|
134
|
+
PivotOperation,
|
|
131
135
|
ProjectOperation,
|
|
132
136
|
RenameColumnOperation,
|
|
137
|
+
RenameColumnsOperation,
|
|
133
138
|
ResourcePermission,
|
|
134
139
|
SheetDefinition,
|
|
135
140
|
SnapshotFile,
|
|
136
141
|
SnapshotJobResultFileGroup,
|
|
137
142
|
SnapshotS3DestinationConfiguration,
|
|
143
|
+
SourceTable,
|
|
138
144
|
SslProperties,
|
|
139
145
|
StaticFile,
|
|
140
|
-
StringDatasetParameterDefaultValues,
|
|
141
146
|
Tag,
|
|
142
147
|
TooltipSheetDefinition,
|
|
148
|
+
UnpivotOperation,
|
|
143
149
|
ValidationStrategy,
|
|
144
150
|
VpcConnectionProperties,
|
|
145
151
|
} from "./models_2";
|
|
152
|
+
export interface TransformStep {
|
|
153
|
+
ImportTableStep?: ImportTableOperation | undefined;
|
|
154
|
+
ProjectStep?: ProjectOperation | undefined;
|
|
155
|
+
FiltersStep?: FiltersOperation | undefined;
|
|
156
|
+
CreateColumnsStep?: CreateColumnsOperation | undefined;
|
|
157
|
+
RenameColumnsStep?: RenameColumnsOperation | undefined;
|
|
158
|
+
CastColumnTypesStep?: CastColumnTypesOperation | undefined;
|
|
159
|
+
JoinStep?: JoinOperation | undefined;
|
|
160
|
+
AggregateStep?: AggregateOperation | undefined;
|
|
161
|
+
PivotStep?: PivotOperation | undefined;
|
|
162
|
+
UnpivotStep?: UnpivotOperation | undefined;
|
|
163
|
+
AppendStep?: AppendOperation | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DataPrepConfiguration {
|
|
166
|
+
SourceTableMap: Record<string, SourceTable> | undefined;
|
|
167
|
+
TransformStepMap: Record<string, TransformStep> | undefined;
|
|
168
|
+
DestinationTableMap: Record<string, DestinationTable> | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface DateTimeDatasetParameterDefaultValues {
|
|
171
|
+
StaticValues?: Date[] | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface DateTimeDatasetParameter {
|
|
174
|
+
Id: string | undefined;
|
|
175
|
+
Name: string | undefined;
|
|
176
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
177
|
+
TimeGranularity?: TimeGranularity | undefined;
|
|
178
|
+
DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DecimalDatasetParameterDefaultValues {
|
|
181
|
+
StaticValues?: number[] | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface DecimalDatasetParameter {
|
|
184
|
+
Id: string | undefined;
|
|
185
|
+
Name: string | undefined;
|
|
186
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
187
|
+
DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface IntegerDatasetParameterDefaultValues {
|
|
190
|
+
StaticValues?: number[] | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface IntegerDatasetParameter {
|
|
193
|
+
Id: string | undefined;
|
|
194
|
+
Name: string | undefined;
|
|
195
|
+
ValueType: DatasetParameterValueType | undefined;
|
|
196
|
+
DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface StringDatasetParameterDefaultValues {
|
|
199
|
+
StaticValues?: string[] | undefined;
|
|
200
|
+
}
|
|
146
201
|
export interface StringDatasetParameter {
|
|
147
202
|
Id: string | undefined;
|
|
148
203
|
Name: string | undefined;
|
|
@@ -553,6 +608,24 @@ export interface CreateDataSourceResponse {
|
|
|
553
608
|
RequestId?: string | undefined;
|
|
554
609
|
Status?: number | undefined;
|
|
555
610
|
}
|
|
611
|
+
export interface Permission {
|
|
612
|
+
Actions: string[] | undefined;
|
|
613
|
+
Principal: string | undefined;
|
|
614
|
+
}
|
|
615
|
+
export interface CreateFlowRequest {
|
|
616
|
+
AwsAccountId: string | undefined;
|
|
617
|
+
Name: string | undefined;
|
|
618
|
+
Description?: string | undefined;
|
|
619
|
+
FlowDefinition: __DocumentType | undefined;
|
|
620
|
+
Permissions?: Permission[] | undefined;
|
|
621
|
+
ClientToken?: string | undefined;
|
|
622
|
+
}
|
|
623
|
+
export interface CreateFlowResponse {
|
|
624
|
+
Arn: string | undefined;
|
|
625
|
+
FlowId: string | undefined;
|
|
626
|
+
RequestId?: string | undefined;
|
|
627
|
+
Status?: number | undefined;
|
|
628
|
+
}
|
|
556
629
|
export interface CreateFolderRequest {
|
|
557
630
|
AwsAccountId: string | undefined;
|
|
558
631
|
FolderId: string | undefined;
|
|
@@ -661,6 +734,27 @@ export interface CreateNamespaceResponse {
|
|
|
661
734
|
RequestId?: string | undefined;
|
|
662
735
|
Status?: number | undefined;
|
|
663
736
|
}
|
|
737
|
+
export interface CreateOAuthClientApplicationRequest {
|
|
738
|
+
AwsAccountId: string | undefined;
|
|
739
|
+
OAuthClientApplicationId: string | undefined;
|
|
740
|
+
Name: string | undefined;
|
|
741
|
+
OAuthClientAuthenticationType: OAuthClientAuthenticationType | undefined;
|
|
742
|
+
ClientId: string | undefined;
|
|
743
|
+
ClientSecret: string | undefined;
|
|
744
|
+
OAuthTokenEndpointUrl: string | undefined;
|
|
745
|
+
OAuthAuthorizationEndpointUrl?: string | undefined;
|
|
746
|
+
OAuthScopes?: string | undefined;
|
|
747
|
+
DataSourceType?: DataSourceType | undefined;
|
|
748
|
+
IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
749
|
+
Tags?: Tag[] | undefined;
|
|
750
|
+
}
|
|
751
|
+
export interface CreateOAuthClientApplicationResponse {
|
|
752
|
+
Arn?: string | undefined;
|
|
753
|
+
OAuthClientApplicationId?: string | undefined;
|
|
754
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
755
|
+
RequestId?: string | undefined;
|
|
756
|
+
Status?: number | undefined;
|
|
757
|
+
}
|
|
664
758
|
export interface ScheduleRefreshOnEntity {
|
|
665
759
|
DayOfWeek?: DayOfWeek | undefined;
|
|
666
760
|
DayOfMonth?: string | undefined;
|
|
@@ -699,6 +793,17 @@ export interface CreateRoleMembershipResponse {
|
|
|
699
793
|
RequestId?: string | undefined;
|
|
700
794
|
Status?: number | undefined;
|
|
701
795
|
}
|
|
796
|
+
export interface CreateSpaceRequest {
|
|
797
|
+
AwsAccountId: string | undefined;
|
|
798
|
+
SpaceId: string | undefined;
|
|
799
|
+
Name: string | undefined;
|
|
800
|
+
Description?: string | undefined;
|
|
801
|
+
}
|
|
802
|
+
export interface CreateSpaceResponse {
|
|
803
|
+
spaceId: string | undefined;
|
|
804
|
+
spaceArn?: string | undefined;
|
|
805
|
+
RequestId?: string | undefined;
|
|
806
|
+
}
|
|
702
807
|
export interface DataSetSchema {
|
|
703
808
|
ColumnSchemaList?: ColumnSchema[] | undefined;
|
|
704
809
|
}
|
|
@@ -1277,6 +1382,13 @@ export interface DeleteActionConnectorResponse {
|
|
|
1277
1382
|
RequestId?: string | undefined;
|
|
1278
1383
|
Status?: number | undefined;
|
|
1279
1384
|
}
|
|
1385
|
+
export interface DeleteAgentRequest {
|
|
1386
|
+
AgentId: string | undefined;
|
|
1387
|
+
AwsAccountId: string | undefined;
|
|
1388
|
+
}
|
|
1389
|
+
export interface DeleteAgentResponse {
|
|
1390
|
+
RequestId?: string | undefined;
|
|
1391
|
+
}
|
|
1280
1392
|
export interface DeleteAnalysisRequest {
|
|
1281
1393
|
AwsAccountId: string | undefined;
|
|
1282
1394
|
AnalysisId: string | undefined;
|
|
@@ -1359,6 +1471,14 @@ export interface DeleteDefaultQBusinessApplicationResponse {
|
|
|
1359
1471
|
RequestId?: string | undefined;
|
|
1360
1472
|
Status?: number | undefined;
|
|
1361
1473
|
}
|
|
1474
|
+
export interface DeleteFlowRequest {
|
|
1475
|
+
AwsAccountId: string | undefined;
|
|
1476
|
+
FlowId: string | undefined;
|
|
1477
|
+
}
|
|
1478
|
+
export interface DeleteFlowResponse {
|
|
1479
|
+
RequestId?: string | undefined;
|
|
1480
|
+
Status?: number | undefined;
|
|
1481
|
+
}
|
|
1362
1482
|
export interface DeleteFolderRequest {
|
|
1363
1483
|
AwsAccountId: string | undefined;
|
|
1364
1484
|
FolderId: string | undefined;
|
|
@@ -1424,6 +1544,16 @@ export interface DeleteNamespaceResponse {
|
|
|
1424
1544
|
RequestId?: string | undefined;
|
|
1425
1545
|
Status?: number | undefined;
|
|
1426
1546
|
}
|
|
1547
|
+
export interface DeleteOAuthClientApplicationRequest {
|
|
1548
|
+
AwsAccountId: string | undefined;
|
|
1549
|
+
OAuthClientApplicationId: string | undefined;
|
|
1550
|
+
}
|
|
1551
|
+
export interface DeleteOAuthClientApplicationResponse {
|
|
1552
|
+
Arn?: string | undefined;
|
|
1553
|
+
OAuthClientApplicationId?: string | undefined;
|
|
1554
|
+
RequestId?: string | undefined;
|
|
1555
|
+
Status?: number | undefined;
|
|
1556
|
+
}
|
|
1427
1557
|
export interface DeleteRefreshScheduleRequest {
|
|
1428
1558
|
DataSetId: string | undefined;
|
|
1429
1559
|
AwsAccountId: string | undefined;
|
|
@@ -1454,6 +1584,15 @@ export interface DeleteRoleMembershipResponse {
|
|
|
1454
1584
|
RequestId?: string | undefined;
|
|
1455
1585
|
Status?: number | undefined;
|
|
1456
1586
|
}
|
|
1587
|
+
export interface DeleteSpaceRequest {
|
|
1588
|
+
AwsAccountId: string | undefined;
|
|
1589
|
+
SpaceId: string | undefined;
|
|
1590
|
+
}
|
|
1591
|
+
export interface DeleteSpaceResponse {
|
|
1592
|
+
spaceId: string | undefined;
|
|
1593
|
+
spaceArn?: string | undefined;
|
|
1594
|
+
RequestId?: string | undefined;
|
|
1595
|
+
}
|
|
1457
1596
|
export interface DeleteTemplateRequest {
|
|
1458
1597
|
AwsAccountId: string | undefined;
|
|
1459
1598
|
TemplateId: string | undefined;
|
|
@@ -1618,6 +1757,24 @@ export interface DescribeActionConnectorPermissionsResponse {
|
|
|
1618
1757
|
RequestId?: string | undefined;
|
|
1619
1758
|
Status?: number | undefined;
|
|
1620
1759
|
}
|
|
1760
|
+
export interface DescribeAgentRequest {
|
|
1761
|
+
AgentId: string | undefined;
|
|
1762
|
+
AwsAccountId: string | undefined;
|
|
1763
|
+
}
|
|
1764
|
+
export interface DescribeAgentResponse {
|
|
1765
|
+
Agent: Agent | undefined;
|
|
1766
|
+
RequestId?: string | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
export interface DescribeAgentPermissionsRequest {
|
|
1769
|
+
AgentId: string | undefined;
|
|
1770
|
+
AwsAccountId: string | undefined;
|
|
1771
|
+
}
|
|
1772
|
+
export interface DescribeAgentPermissionsResponse {
|
|
1773
|
+
Arn: string | undefined;
|
|
1774
|
+
AgentId: string | undefined;
|
|
1775
|
+
Permissions: ResourcePermission[] | undefined;
|
|
1776
|
+
RequestId: string | undefined;
|
|
1777
|
+
}
|
|
1621
1778
|
export interface DescribeAnalysisRequest {
|
|
1622
1779
|
AwsAccountId: string | undefined;
|
|
1623
1780
|
AnalysisId: string | undefined;
|
|
@@ -1907,167 +2064,3 @@ export interface DescribeDataSourcePermissionsRequest {
|
|
|
1907
2064
|
AwsAccountId: string | undefined;
|
|
1908
2065
|
DataSourceId: string | undefined;
|
|
1909
2066
|
}
|
|
1910
|
-
export interface DescribeDataSourcePermissionsResponse {
|
|
1911
|
-
DataSourceArn?: string | undefined;
|
|
1912
|
-
DataSourceId?: string | undefined;
|
|
1913
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1914
|
-
RequestId?: string | undefined;
|
|
1915
|
-
Status?: number | undefined;
|
|
1916
|
-
}
|
|
1917
|
-
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
1918
|
-
AwsAccountId: string | undefined;
|
|
1919
|
-
Namespace?: string | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
1922
|
-
RequestId?: string | undefined;
|
|
1923
|
-
Status?: number | undefined;
|
|
1924
|
-
ApplicationId?: string | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export interface DescribeFolderRequest {
|
|
1927
|
-
AwsAccountId: string | undefined;
|
|
1928
|
-
FolderId: string | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface Folder {
|
|
1931
|
-
FolderId?: string | undefined;
|
|
1932
|
-
Arn?: string | undefined;
|
|
1933
|
-
Name?: string | undefined;
|
|
1934
|
-
FolderType?: FolderType | undefined;
|
|
1935
|
-
FolderPath?: string[] | undefined;
|
|
1936
|
-
CreatedTime?: Date | undefined;
|
|
1937
|
-
LastUpdatedTime?: Date | undefined;
|
|
1938
|
-
SharingModel?: SharingModel | undefined;
|
|
1939
|
-
}
|
|
1940
|
-
export interface DescribeFolderResponse {
|
|
1941
|
-
Status?: number | undefined;
|
|
1942
|
-
Folder?: Folder | undefined;
|
|
1943
|
-
RequestId?: string | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export interface DescribeFolderPermissionsRequest {
|
|
1946
|
-
AwsAccountId: string | undefined;
|
|
1947
|
-
FolderId: string | undefined;
|
|
1948
|
-
Namespace?: string | undefined;
|
|
1949
|
-
MaxResults?: number | undefined;
|
|
1950
|
-
NextToken?: string | undefined;
|
|
1951
|
-
}
|
|
1952
|
-
export interface DescribeFolderPermissionsResponse {
|
|
1953
|
-
Status?: number | undefined;
|
|
1954
|
-
FolderId?: string | undefined;
|
|
1955
|
-
Arn?: string | undefined;
|
|
1956
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1957
|
-
RequestId?: string | undefined;
|
|
1958
|
-
NextToken?: string | undefined;
|
|
1959
|
-
}
|
|
1960
|
-
export interface DescribeFolderResolvedPermissionsRequest {
|
|
1961
|
-
AwsAccountId: string | undefined;
|
|
1962
|
-
FolderId: string | undefined;
|
|
1963
|
-
Namespace?: string | undefined;
|
|
1964
|
-
MaxResults?: number | undefined;
|
|
1965
|
-
NextToken?: string | undefined;
|
|
1966
|
-
}
|
|
1967
|
-
export interface DescribeFolderResolvedPermissionsResponse {
|
|
1968
|
-
Status?: number | undefined;
|
|
1969
|
-
FolderId?: string | undefined;
|
|
1970
|
-
Arn?: string | undefined;
|
|
1971
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1972
|
-
RequestId?: string | undefined;
|
|
1973
|
-
NextToken?: string | undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface DescribeGroupRequest {
|
|
1976
|
-
GroupName: string | undefined;
|
|
1977
|
-
AwsAccountId: string | undefined;
|
|
1978
|
-
Namespace: string | undefined;
|
|
1979
|
-
}
|
|
1980
|
-
export interface DescribeGroupResponse {
|
|
1981
|
-
Group?: Group | undefined;
|
|
1982
|
-
RequestId?: string | undefined;
|
|
1983
|
-
Status?: number | undefined;
|
|
1984
|
-
}
|
|
1985
|
-
export interface DescribeGroupMembershipRequest {
|
|
1986
|
-
MemberName: string | undefined;
|
|
1987
|
-
GroupName: string | undefined;
|
|
1988
|
-
AwsAccountId: string | undefined;
|
|
1989
|
-
Namespace: string | undefined;
|
|
1990
|
-
}
|
|
1991
|
-
export interface DescribeGroupMembershipResponse {
|
|
1992
|
-
GroupMember?: GroupMember | undefined;
|
|
1993
|
-
RequestId?: string | undefined;
|
|
1994
|
-
Status?: number | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface DescribeIAMPolicyAssignmentRequest {
|
|
1997
|
-
AwsAccountId: string | undefined;
|
|
1998
|
-
AssignmentName: string | undefined;
|
|
1999
|
-
Namespace: string | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface IAMPolicyAssignment {
|
|
2002
|
-
AwsAccountId?: string | undefined;
|
|
2003
|
-
AssignmentId?: string | undefined;
|
|
2004
|
-
AssignmentName?: string | undefined;
|
|
2005
|
-
PolicyArn?: string | undefined;
|
|
2006
|
-
Identities?: Record<string, string[]> | undefined;
|
|
2007
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
2008
|
-
}
|
|
2009
|
-
export interface DescribeIAMPolicyAssignmentResponse {
|
|
2010
|
-
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
2011
|
-
RequestId?: string | undefined;
|
|
2012
|
-
Status?: number | undefined;
|
|
2013
|
-
}
|
|
2014
|
-
export interface DescribeIngestionRequest {
|
|
2015
|
-
AwsAccountId: string | undefined;
|
|
2016
|
-
DataSetId: string | undefined;
|
|
2017
|
-
IngestionId: string | undefined;
|
|
2018
|
-
}
|
|
2019
|
-
export interface ErrorInfo {
|
|
2020
|
-
Type?: IngestionErrorType | undefined;
|
|
2021
|
-
Message?: string | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface QueueInfo {
|
|
2024
|
-
WaitingOnIngestion: string | undefined;
|
|
2025
|
-
QueuedIngestion: string | undefined;
|
|
2026
|
-
}
|
|
2027
|
-
export interface RowInfo {
|
|
2028
|
-
RowsIngested?: number | undefined;
|
|
2029
|
-
RowsDropped?: number | undefined;
|
|
2030
|
-
TotalRowsInDataset?: number | undefined;
|
|
2031
|
-
}
|
|
2032
|
-
export interface Ingestion {
|
|
2033
|
-
Arn: string | undefined;
|
|
2034
|
-
IngestionId?: string | undefined;
|
|
2035
|
-
IngestionStatus: IngestionStatus | undefined;
|
|
2036
|
-
ErrorInfo?: ErrorInfo | undefined;
|
|
2037
|
-
RowInfo?: RowInfo | undefined;
|
|
2038
|
-
QueueInfo?: QueueInfo | undefined;
|
|
2039
|
-
CreatedTime: Date | undefined;
|
|
2040
|
-
IngestionTimeInSeconds?: number | undefined;
|
|
2041
|
-
IngestionSizeInBytes?: number | undefined;
|
|
2042
|
-
RequestSource?: IngestionRequestSource | undefined;
|
|
2043
|
-
RequestType?: IngestionRequestType | undefined;
|
|
2044
|
-
}
|
|
2045
|
-
export interface DescribeIngestionResponse {
|
|
2046
|
-
Ingestion?: Ingestion | undefined;
|
|
2047
|
-
RequestId?: string | undefined;
|
|
2048
|
-
Status?: number | undefined;
|
|
2049
|
-
}
|
|
2050
|
-
export interface DescribeIpRestrictionRequest {
|
|
2051
|
-
AwsAccountId: string | undefined;
|
|
2052
|
-
}
|
|
2053
|
-
export interface DescribeIpRestrictionResponse {
|
|
2054
|
-
AwsAccountId?: string | undefined;
|
|
2055
|
-
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
2056
|
-
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
2057
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
2058
|
-
Enabled?: boolean | undefined;
|
|
2059
|
-
RequestId?: string | undefined;
|
|
2060
|
-
Status?: number | undefined;
|
|
2061
|
-
}
|
|
2062
|
-
export interface DescribeKeyRegistrationRequest {
|
|
2063
|
-
AwsAccountId: string | undefined;
|
|
2064
|
-
DefaultKeyOnly?: boolean | undefined;
|
|
2065
|
-
}
|
|
2066
|
-
export interface RegisteredCustomerManagedKey {
|
|
2067
|
-
KeyArn?: string | undefined;
|
|
2068
|
-
DefaultKey?: boolean | undefined;
|
|
2069
|
-
}
|
|
2070
|
-
export interface QDataKey {
|
|
2071
|
-
QDataKeyArn?: string | undefined;
|
|
2072
|
-
QDataKeyType?: QDataKeyType | undefined;
|
|
2073
|
-
}
|