@aws-sdk/client-quicksight 3.1019.0 → 3.1021.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 +14 -0
- package/dist-cjs/index.js +48 -0
- package/dist-cjs/schemas/schemas_0.js +186 -82
- package/dist-es/QuickSight.js +25 -21
- package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
- package/dist-es/commands/StartAutomationJobCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/schemas/schemas_0.js +160 -56
- package/dist-types/QuickSight.d.ts +244 -230
- package/dist-types/QuickSightClient.d.ts +237 -235
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +17 -17
- package/dist-types/models/models_1.d.ts +84 -30
- package/dist-types/models/models_2.d.ts +96 -213
- package/dist-types/models/models_3.d.ts +335 -231
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/QuickSight.d.ts +34 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +14 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/models/models_1.d.ts +30 -17
- package/dist-types/ts3.4/models/models_2.d.ts +33 -148
- package/dist-types/ts3.4/models/models_3.d.ts +191 -63
- package/dist-types/ts3.4/models/models_4.d.ts +82 -86
- package/dist-types/ts3.4/models/models_5.d.ts +62 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +14 -14
|
@@ -1,7 +1,235 @@
|
|
|
1
|
-
import { AssetBundleExportFormat, AssetBundleImportFailureAction, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, EmbeddingIdentityType, FieldName, FilterOperator, FlowPublishState, FolderFilterAttribute, FolderType, GeneratedAnswerStatus, GroupFilterAttribute, GroupFilterOperator, IdentityType, IncludeFolderMembers, IncludeGeneratedAnswer, IncludeQuickSightQIndex, NetworkInterfaceStatus, PersonalizationMode, PurchaseMode, QAResultType, QSearchStatus, ResourceStatus, Role, SearchFilterOperator, SelfUpgradeAdminAction, SelfUpgradeRequestStatus, SelfUpgradeStatus, ServiceType, SharingModel, ThemeErrorType, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicRefreshStatus, TopicUserExperienceVersion, UserRole,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { AssetBundleExportFormat, AssetBundleImportFailureAction, AssignmentStatus, DashboardsQAStatus, DataSetImportMode, EmbeddingIdentityType, FieldName, FilterOperator, FlowPublishState, FolderFilterAttribute, FolderType, GeneratedAnswerStatus, GroupFilterAttribute, GroupFilterOperator, IdentityType, IncludeFolderMembers, IncludeGeneratedAnswer, IncludeQuickSightQIndex, NetworkInterfaceStatus, PersonalizationMode, PurchaseMode, QAResultType, QSearchStatus, ResourceStatus, Role, SearchFilterOperator, SelfUpgradeAdminAction, SelfUpgradeRequestStatus, SelfUpgradeStatus, ServiceType, SharingModel, TemplateErrorType, ThemeErrorType, ThemeType, TopicFilterAttribute, TopicFilterOperator, TopicRefreshStatus, TopicUserExperienceVersion, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./enums";
|
|
2
|
+
import type { AccountCustomization, ActionConnectorSearchFilter, ActionConnectorSummary, ActiveIAMPolicyAssignment, AmazonQInQuickSightConsoleConfigurations, AmazonQInQuickSightDashboardConfigurations, Entity, Sheet } from "./models_0";
|
|
3
|
+
import type { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobSummary, AssetBundleImportSource, AuthConfig, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DashboardVisualId, DataPrepConfiguration, DatasetParameter, DataSetRefreshProperties, DataSetUsageConfiguration, DataSourceParameters, FieldFolder, LinkSharingConfiguration, ResourcePermission, SharedViewConfigurations, SslProperties, Tag, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
4
|
+
import type { CustomInstructions, CustomPermissions, DashboardSearchFilter, DashboardSummary, DashboardVersionSummary, DashboardVisualResult, DataSetConfiguration, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceCredentials, DataSourceSearchFilter, DataSourceSummary, Group, GroupMember, Ingestion, LogicalTable, NamespaceInfoV2, PerformanceConfiguration, PhysicalTable, RefreshSchedule, RegisteredCustomerManagedKey, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticModelConfiguration, SnapshotConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DescribeTemplateRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
AwsAccountId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The ID for the template.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
TemplateId: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>(Optional) The number for the version to describe. If a <code>VersionNumber</code> parameter
|
|
21
|
+
* value isn't provided, the latest version of the template is described.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
VersionNumber?: number | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The alias of the template that you want to describe. If you name a specific alias, you
|
|
27
|
+
* describe the version that the alias points to. You can specify the latest version of the
|
|
28
|
+
* template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
|
|
29
|
+
* parameter. The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
AliasName?: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* <p>List of errors that occurred when the template version creation failed.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface TemplateError {
|
|
39
|
+
/**
|
|
40
|
+
* <p>Type of error.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
Type?: TemplateErrorType | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Description of the error type.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
Message?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>An error path that shows which entities caused the template error.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
ViolatedEntities?: Entity[] | undefined;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* <p>A version of a template.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
export interface TemplateVersion {
|
|
60
|
+
/**
|
|
61
|
+
* <p>The time that this template version was created.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
CreatedTime?: Date | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>Errors associated with this template version.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
Errors?: TemplateError[] | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The version number of the template version.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
VersionNumber?: number | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The status that is associated with the template.</p>
|
|
77
|
+
* <ul>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>
|
|
80
|
+
* <code>CREATION_IN_PROGRESS</code>
|
|
81
|
+
* </p>
|
|
82
|
+
* </li>
|
|
83
|
+
* <li>
|
|
84
|
+
* <p>
|
|
85
|
+
* <code>CREATION_SUCCESSFUL</code>
|
|
86
|
+
* </p>
|
|
87
|
+
* </li>
|
|
88
|
+
* <li>
|
|
89
|
+
* <p>
|
|
90
|
+
* <code>CREATION_FAILED</code>
|
|
91
|
+
* </p>
|
|
92
|
+
* </li>
|
|
93
|
+
* <li>
|
|
94
|
+
* <p>
|
|
95
|
+
* <code>UPDATE_IN_PROGRESS</code>
|
|
96
|
+
* </p>
|
|
97
|
+
* </li>
|
|
98
|
+
* <li>
|
|
99
|
+
* <p>
|
|
100
|
+
* <code>UPDATE_SUCCESSFUL</code>
|
|
101
|
+
* </p>
|
|
102
|
+
* </li>
|
|
103
|
+
* <li>
|
|
104
|
+
* <p>
|
|
105
|
+
* <code>UPDATE_FAILED</code>
|
|
106
|
+
* </p>
|
|
107
|
+
* </li>
|
|
108
|
+
* <li>
|
|
109
|
+
* <p>
|
|
110
|
+
* <code>DELETED</code>
|
|
111
|
+
* </p>
|
|
112
|
+
* </li>
|
|
113
|
+
* </ul>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
Status?: ResourceStatus | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* <p>Schema of the dataset identified by the placeholder. Any dashboard created from this
|
|
119
|
+
* template should be bound to new datasets matching the same schema described through this
|
|
120
|
+
* API operation.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
DataSetConfigurations?: DataSetConfiguration[] | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The description of the template.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
Description?: string | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The Amazon Resource Name (ARN) of an analysis or template that was used to create this
|
|
131
|
+
* template.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
SourceEntityArn?: string | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The ARN of the theme associated with this version of the template.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
ThemeArn?: string | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
Sheets?: Sheet[] | undefined;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* <p>A template object. A <i>template</i> is an entity in Quick Sight that
|
|
148
|
+
* encapsulates the metadata required to create an analysis and that you can use to create
|
|
149
|
+
* a dashboard. A template adds a layer of abstraction by using placeholders to replace the
|
|
150
|
+
* dataset associated with an analysis. You can use templates to create dashboards by
|
|
151
|
+
* replacing dataset placeholders with datasets that follow the same schema that was used
|
|
152
|
+
* to create the source analysis and template.</p>
|
|
153
|
+
* <p>You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to
|
|
154
|
+
* create a template or a dashboard from an existing template.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
export interface Template {
|
|
158
|
+
/**
|
|
159
|
+
* <p>The Amazon Resource Name (ARN) of the template.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
Arn?: string | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The display name of the template.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
Name?: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>A structure describing the versions of the template.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
Version?: TemplateVersion | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
TemplateId?: string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>Time when this was last updated.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
LastUpdatedTime?: Date | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>Time when this was created.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
CreatedTime?: Date | undefined;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
export interface DescribeTemplateResponse {
|
|
193
|
+
/**
|
|
194
|
+
* <p>The template structure for the object you want to describe.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
Template?: Template | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The HTTP status of the request.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
Status?: number | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
RequestId?: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
export interface DescribeTemplateAliasRequest {
|
|
213
|
+
/**
|
|
214
|
+
* <p>The ID of the Amazon Web Services account that contains the template alias that you're
|
|
215
|
+
* describing.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
AwsAccountId: string | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The ID for the template.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
TemplateId: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The name of the template alias that you want to describe. If you name a specific alias, you
|
|
226
|
+
* describe the version that the alias points to. You can specify the latest version of the
|
|
227
|
+
* template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
|
|
228
|
+
* parameter. The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
AliasName: string | undefined;
|
|
232
|
+
}
|
|
5
233
|
/**
|
|
6
234
|
* @public
|
|
7
235
|
*/
|
|
@@ -5460,6 +5688,56 @@ export interface StartAssetBundleImportJobResponse {
|
|
|
5460
5688
|
*/
|
|
5461
5689
|
Status?: number | undefined;
|
|
5462
5690
|
}
|
|
5691
|
+
/**
|
|
5692
|
+
* @public
|
|
5693
|
+
*/
|
|
5694
|
+
export interface StartAutomationJobRequest {
|
|
5695
|
+
/**
|
|
5696
|
+
* <p>The ID of the Amazon Web Services account that contains the automation.</p>
|
|
5697
|
+
* @public
|
|
5698
|
+
*/
|
|
5699
|
+
AwsAccountId: string | undefined;
|
|
5700
|
+
/**
|
|
5701
|
+
* <p>The ID of the automation group that contains the automation to run.</p>
|
|
5702
|
+
* @public
|
|
5703
|
+
*/
|
|
5704
|
+
AutomationGroupId: string | undefined;
|
|
5705
|
+
/**
|
|
5706
|
+
* <p>The ID of the automation to run.</p>
|
|
5707
|
+
* @public
|
|
5708
|
+
*/
|
|
5709
|
+
AutomationId: string | undefined;
|
|
5710
|
+
/**
|
|
5711
|
+
* <p>The input payload for the automation job, provided as a JSON string.</p>
|
|
5712
|
+
* @public
|
|
5713
|
+
*/
|
|
5714
|
+
InputPayload?: string | undefined;
|
|
5715
|
+
}
|
|
5716
|
+
/**
|
|
5717
|
+
* @public
|
|
5718
|
+
*/
|
|
5719
|
+
export interface StartAutomationJobResponse {
|
|
5720
|
+
/**
|
|
5721
|
+
* <p>The Amazon Resource Name (ARN) of the automation job.</p>
|
|
5722
|
+
* @public
|
|
5723
|
+
*/
|
|
5724
|
+
Arn: string | undefined;
|
|
5725
|
+
/**
|
|
5726
|
+
* <p>The ID of the automation job that was started.</p>
|
|
5727
|
+
* @public
|
|
5728
|
+
*/
|
|
5729
|
+
JobId: string | undefined;
|
|
5730
|
+
/**
|
|
5731
|
+
* <p>The HTTP status of the request.</p>
|
|
5732
|
+
* @public
|
|
5733
|
+
*/
|
|
5734
|
+
Status?: number | undefined;
|
|
5735
|
+
/**
|
|
5736
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
5737
|
+
* @public
|
|
5738
|
+
*/
|
|
5739
|
+
RequestId?: string | undefined;
|
|
5740
|
+
}
|
|
5463
5741
|
/**
|
|
5464
5742
|
* <p>A structure that contains information on the anonymous user configuration.</p>
|
|
5465
5743
|
* @public
|
|
@@ -8399,249 +8677,3 @@ export interface UpdateUserCustomPermissionRequest {
|
|
|
8399
8677
|
*/
|
|
8400
8678
|
CustomPermissionsName: string | undefined;
|
|
8401
8679
|
}
|
|
8402
|
-
/**
|
|
8403
|
-
* @public
|
|
8404
|
-
*/
|
|
8405
|
-
export interface UpdateUserCustomPermissionResponse {
|
|
8406
|
-
/**
|
|
8407
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8408
|
-
* @public
|
|
8409
|
-
*/
|
|
8410
|
-
RequestId?: string | undefined;
|
|
8411
|
-
/**
|
|
8412
|
-
* <p>The HTTP status of the request.</p>
|
|
8413
|
-
* @public
|
|
8414
|
-
*/
|
|
8415
|
-
Status?: number | undefined;
|
|
8416
|
-
}
|
|
8417
|
-
/**
|
|
8418
|
-
* @public
|
|
8419
|
-
*/
|
|
8420
|
-
export interface UpdateVPCConnectionRequest {
|
|
8421
|
-
/**
|
|
8422
|
-
* <p>The Amazon Web Services account ID of the account that contains the VPC connection that
|
|
8423
|
-
* you want to update.</p>
|
|
8424
|
-
* @public
|
|
8425
|
-
*/
|
|
8426
|
-
AwsAccountId: string | undefined;
|
|
8427
|
-
/**
|
|
8428
|
-
* <p>The ID of the VPC connection that
|
|
8429
|
-
* you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
8430
|
-
* Amazon Web Services account.</p>
|
|
8431
|
-
* @public
|
|
8432
|
-
*/
|
|
8433
|
-
VPCConnectionId: string | undefined;
|
|
8434
|
-
/**
|
|
8435
|
-
* <p>The display name for the VPC connection.</p>
|
|
8436
|
-
* @public
|
|
8437
|
-
*/
|
|
8438
|
-
Name: string | undefined;
|
|
8439
|
-
/**
|
|
8440
|
-
* <p>A list of subnet IDs for the VPC connection.</p>
|
|
8441
|
-
* @public
|
|
8442
|
-
*/
|
|
8443
|
-
SubnetIds: string[] | undefined;
|
|
8444
|
-
/**
|
|
8445
|
-
* <p>A list of security group IDs for the VPC connection.</p>
|
|
8446
|
-
* @public
|
|
8447
|
-
*/
|
|
8448
|
-
SecurityGroupIds: string[] | undefined;
|
|
8449
|
-
/**
|
|
8450
|
-
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
8451
|
-
* @public
|
|
8452
|
-
*/
|
|
8453
|
-
DnsResolvers?: string[] | undefined;
|
|
8454
|
-
/**
|
|
8455
|
-
* <p>An IAM role associated with the VPC connection.</p>
|
|
8456
|
-
* @public
|
|
8457
|
-
*/
|
|
8458
|
-
RoleArn: string | undefined;
|
|
8459
|
-
}
|
|
8460
|
-
/**
|
|
8461
|
-
* @public
|
|
8462
|
-
*/
|
|
8463
|
-
export interface UpdateVPCConnectionResponse {
|
|
8464
|
-
/**
|
|
8465
|
-
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
8466
|
-
* @public
|
|
8467
|
-
*/
|
|
8468
|
-
Arn?: string | undefined;
|
|
8469
|
-
/**
|
|
8470
|
-
* <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
|
|
8471
|
-
* @public
|
|
8472
|
-
*/
|
|
8473
|
-
VPCConnectionId?: string | undefined;
|
|
8474
|
-
/**
|
|
8475
|
-
* <p>The update status of the VPC connection's last update.</p>
|
|
8476
|
-
* @public
|
|
8477
|
-
*/
|
|
8478
|
-
UpdateStatus?: VPCConnectionResourceStatus | undefined;
|
|
8479
|
-
/**
|
|
8480
|
-
* <p>The availability status of the VPC connection.</p>
|
|
8481
|
-
* @public
|
|
8482
|
-
*/
|
|
8483
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
8484
|
-
/**
|
|
8485
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8486
|
-
* @public
|
|
8487
|
-
*/
|
|
8488
|
-
RequestId?: string | undefined;
|
|
8489
|
-
/**
|
|
8490
|
-
* <p>The HTTP status of the request.</p>
|
|
8491
|
-
* @public
|
|
8492
|
-
*/
|
|
8493
|
-
Status?: number | undefined;
|
|
8494
|
-
}
|
|
8495
|
-
/**
|
|
8496
|
-
* <p>The definition for a <code>TopicVisual</code>.</p>
|
|
8497
|
-
* @public
|
|
8498
|
-
*/
|
|
8499
|
-
export interface TopicVisual {
|
|
8500
|
-
/**
|
|
8501
|
-
* <p>The visual ID for the <code>TopicVisual</code>.</p>
|
|
8502
|
-
* @public
|
|
8503
|
-
*/
|
|
8504
|
-
VisualId?: string | undefined;
|
|
8505
|
-
/**
|
|
8506
|
-
* <p>The role for the <code>TopicVisual</code>.</p>
|
|
8507
|
-
* @public
|
|
8508
|
-
*/
|
|
8509
|
-
Role?: VisualRole | undefined;
|
|
8510
|
-
/**
|
|
8511
|
-
* <p>The ir for the <code>TopicVisual</code>.</p>
|
|
8512
|
-
* @public
|
|
8513
|
-
*/
|
|
8514
|
-
Ir?: TopicIR | undefined;
|
|
8515
|
-
/**
|
|
8516
|
-
* <p>The supporting visuals for the <code>TopicVisual</code>.</p>
|
|
8517
|
-
* @public
|
|
8518
|
-
*/
|
|
8519
|
-
SupportingVisuals?: TopicVisual[] | undefined;
|
|
8520
|
-
}
|
|
8521
|
-
/**
|
|
8522
|
-
* <p>The definition for a <code>CreateTopicReviewedAnswer</code>.</p>
|
|
8523
|
-
* @public
|
|
8524
|
-
*/
|
|
8525
|
-
export interface CreateTopicReviewedAnswer {
|
|
8526
|
-
/**
|
|
8527
|
-
* <p>The answer ID for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
8528
|
-
* @public
|
|
8529
|
-
*/
|
|
8530
|
-
AnswerId: string | undefined;
|
|
8531
|
-
/**
|
|
8532
|
-
* <p>The Dataset arn for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
8533
|
-
* @public
|
|
8534
|
-
*/
|
|
8535
|
-
DatasetArn: string | undefined;
|
|
8536
|
-
/**
|
|
8537
|
-
* <p>The Question to be created.</p>
|
|
8538
|
-
* @public
|
|
8539
|
-
*/
|
|
8540
|
-
Question: string | undefined;
|
|
8541
|
-
/**
|
|
8542
|
-
* <p>The Mir for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
8543
|
-
* @public
|
|
8544
|
-
*/
|
|
8545
|
-
Mir?: TopicIR | undefined;
|
|
8546
|
-
/**
|
|
8547
|
-
* <p>The <code>PrimaryVisual</code> for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
8548
|
-
* @public
|
|
8549
|
-
*/
|
|
8550
|
-
PrimaryVisual?: TopicVisual | undefined;
|
|
8551
|
-
/**
|
|
8552
|
-
* <p>The template for the <code>CreateTopicReviewedAnswer</code>.</p>
|
|
8553
|
-
* @public
|
|
8554
|
-
*/
|
|
8555
|
-
Template?: TopicTemplate | undefined;
|
|
8556
|
-
}
|
|
8557
|
-
/**
|
|
8558
|
-
* <p>The deinition for a <code>TopicReviewedAnswer</code>.</p>
|
|
8559
|
-
* @public
|
|
8560
|
-
*/
|
|
8561
|
-
export interface TopicReviewedAnswer {
|
|
8562
|
-
/**
|
|
8563
|
-
* <p>The Amazon Resource Name (ARN) of the reviewed answer.</p>
|
|
8564
|
-
* @public
|
|
8565
|
-
*/
|
|
8566
|
-
Arn?: string | undefined;
|
|
8567
|
-
/**
|
|
8568
|
-
* <p>The answer ID of the reviewed answer.</p>
|
|
8569
|
-
* @public
|
|
8570
|
-
*/
|
|
8571
|
-
AnswerId: string | undefined;
|
|
8572
|
-
/**
|
|
8573
|
-
* <p>The Dataset ARN for the <code>TopicReviewedAnswer</code>.</p>
|
|
8574
|
-
* @public
|
|
8575
|
-
*/
|
|
8576
|
-
DatasetArn: string | undefined;
|
|
8577
|
-
/**
|
|
8578
|
-
* <p>The question for the <code>TopicReviewedAnswer</code>.</p>
|
|
8579
|
-
* @public
|
|
8580
|
-
*/
|
|
8581
|
-
Question: string | undefined;
|
|
8582
|
-
/**
|
|
8583
|
-
* <p>The mir for the <code>TopicReviewedAnswer</code>.</p>
|
|
8584
|
-
* @public
|
|
8585
|
-
*/
|
|
8586
|
-
Mir?: TopicIR | undefined;
|
|
8587
|
-
/**
|
|
8588
|
-
* <p>The primary visual for the <code>TopicReviewedAnswer</code>.</p>
|
|
8589
|
-
* @public
|
|
8590
|
-
*/
|
|
8591
|
-
PrimaryVisual?: TopicVisual | undefined;
|
|
8592
|
-
/**
|
|
8593
|
-
* <p>The template for the <code>TopicReviewedAnswer</code>.</p>
|
|
8594
|
-
* @public
|
|
8595
|
-
*/
|
|
8596
|
-
Template?: TopicTemplate | undefined;
|
|
8597
|
-
}
|
|
8598
|
-
/**
|
|
8599
|
-
* @public
|
|
8600
|
-
*/
|
|
8601
|
-
export interface BatchCreateTopicReviewedAnswerRequest {
|
|
8602
|
-
/**
|
|
8603
|
-
* <p>The ID of the Amazon Web Services account that you want to create a reviewed answer in.</p>
|
|
8604
|
-
* @public
|
|
8605
|
-
*/
|
|
8606
|
-
AwsAccountId: string | undefined;
|
|
8607
|
-
/**
|
|
8608
|
-
* <p>The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
8609
|
-
* @public
|
|
8610
|
-
*/
|
|
8611
|
-
TopicId: string | undefined;
|
|
8612
|
-
/**
|
|
8613
|
-
* <p>The definition of the Answers to be created.</p>
|
|
8614
|
-
* @public
|
|
8615
|
-
*/
|
|
8616
|
-
Answers: CreateTopicReviewedAnswer[] | undefined;
|
|
8617
|
-
}
|
|
8618
|
-
/**
|
|
8619
|
-
* @public
|
|
8620
|
-
*/
|
|
8621
|
-
export interface ListTopicReviewedAnswersResponse {
|
|
8622
|
-
/**
|
|
8623
|
-
* <p>The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
8624
|
-
* @public
|
|
8625
|
-
*/
|
|
8626
|
-
TopicId?: string | undefined;
|
|
8627
|
-
/**
|
|
8628
|
-
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
8629
|
-
* @public
|
|
8630
|
-
*/
|
|
8631
|
-
TopicArn?: string | undefined;
|
|
8632
|
-
/**
|
|
8633
|
-
* <p>The definition of all Answers in the topic.</p>
|
|
8634
|
-
* @public
|
|
8635
|
-
*/
|
|
8636
|
-
Answers?: TopicReviewedAnswer[] | undefined;
|
|
8637
|
-
/**
|
|
8638
|
-
* <p>The HTTP status of the request.</p>
|
|
8639
|
-
* @public
|
|
8640
|
-
*/
|
|
8641
|
-
Status?: number | undefined;
|
|
8642
|
-
/**
|
|
8643
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8644
|
-
* @public
|
|
8645
|
-
*/
|
|
8646
|
-
RequestId?: string | undefined;
|
|
8647
|
-
}
|