@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,9 +1,10 @@
|
|
|
1
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
1
2
|
import {
|
|
3
|
+
AgentStatus,
|
|
2
4
|
AssetBundleExportFormat,
|
|
3
5
|
AssetBundleImportFailureAction,
|
|
4
6
|
AssignmentStatus,
|
|
5
|
-
|
|
6
|
-
DataSetImportMode,
|
|
7
|
+
DataSourceType,
|
|
7
8
|
EmbeddingIdentityType,
|
|
8
9
|
FieldName,
|
|
9
10
|
FilterOperator,
|
|
@@ -18,21 +19,27 @@ import {
|
|
|
18
19
|
IncludeFolderMembers,
|
|
19
20
|
IncludeGeneratedAnswer,
|
|
20
21
|
IncludeQuickSightQIndex,
|
|
22
|
+
IngestionErrorType,
|
|
23
|
+
IngestionRequestSource,
|
|
24
|
+
IngestionRequestType,
|
|
25
|
+
IngestionStatus,
|
|
21
26
|
NamespaceErrorType,
|
|
22
27
|
NamespaceStatus,
|
|
23
28
|
NetworkInterfaceStatus,
|
|
29
|
+
OAuthClientAuthenticationType,
|
|
24
30
|
PersonalizationMode,
|
|
25
|
-
PurchaseMode,
|
|
26
31
|
QAResultType,
|
|
32
|
+
QDataKeyType,
|
|
27
33
|
QSearchStatus,
|
|
28
34
|
ResourceStatus,
|
|
29
35
|
Role,
|
|
30
36
|
SearchFilterOperator,
|
|
31
|
-
SelfUpgradeAdminAction,
|
|
32
37
|
SelfUpgradeRequestStatus,
|
|
33
38
|
SelfUpgradeStatus,
|
|
34
|
-
ServiceType,
|
|
35
39
|
SharingModel,
|
|
40
|
+
SpaceQuickSightResourceType,
|
|
41
|
+
SpaceQuickSightSearchFilterName,
|
|
42
|
+
SpaceSearchOperator,
|
|
36
43
|
TemplateErrorType,
|
|
37
44
|
ThemeErrorType,
|
|
38
45
|
ThemeType,
|
|
@@ -49,6 +56,8 @@ import {
|
|
|
49
56
|
ActionConnectorSearchFilter,
|
|
50
57
|
ActionConnectorSummary,
|
|
51
58
|
ActiveIAMPolicyAssignment,
|
|
59
|
+
AgentSearchFilter,
|
|
60
|
+
AgentSummary,
|
|
52
61
|
AmazonQInQuickSightConsoleConfigurations,
|
|
53
62
|
AmazonQInQuickSightDashboardConfigurations,
|
|
54
63
|
Entity,
|
|
@@ -76,20 +85,11 @@ import {
|
|
|
76
85
|
BrandDefinition,
|
|
77
86
|
BrandDetail,
|
|
78
87
|
BrandSummary,
|
|
79
|
-
|
|
80
|
-
ColumnGroup,
|
|
81
|
-
ColumnLevelPermissionRule,
|
|
82
|
-
DashboardPublishOptions,
|
|
83
|
-
DashboardSourceEntity,
|
|
84
|
-
DashboardVersionDefinition,
|
|
88
|
+
CustomPromptInput,
|
|
85
89
|
DashboardVisualId,
|
|
86
|
-
DataPrepConfiguration,
|
|
87
90
|
DataSetRefreshProperties,
|
|
88
|
-
DataSourceParameters,
|
|
89
|
-
LinkSharingConfiguration,
|
|
90
91
|
ResourcePermission,
|
|
91
92
|
SharedViewConfigurations,
|
|
92
|
-
SslProperties,
|
|
93
93
|
Tag,
|
|
94
94
|
ValidationStrategy,
|
|
95
95
|
VpcConnectionProperties,
|
|
@@ -103,36 +103,214 @@ import {
|
|
|
103
103
|
DashboardVersionSummary,
|
|
104
104
|
DashboardVisualResult,
|
|
105
105
|
DataSetConfiguration,
|
|
106
|
-
DatasetParameter,
|
|
107
106
|
DataSetSearchFilter,
|
|
108
107
|
DataSetSummary,
|
|
109
|
-
DataSetUsageConfiguration,
|
|
110
108
|
DataSource,
|
|
111
|
-
DataSourceCredentials,
|
|
112
109
|
DataSourceSearchFilter,
|
|
113
110
|
DataSourceSummary,
|
|
114
|
-
FieldFolder,
|
|
115
111
|
Group,
|
|
116
112
|
GroupMember,
|
|
117
|
-
|
|
118
|
-
LogicalTable,
|
|
119
|
-
PerformanceConfiguration,
|
|
120
|
-
PhysicalTable,
|
|
121
|
-
QDataKey,
|
|
113
|
+
Permission,
|
|
122
114
|
RefreshSchedule,
|
|
123
|
-
RegisteredCustomerManagedKey,
|
|
124
|
-
RowLevelPermissionDataSet,
|
|
125
|
-
RowLevelPermissionTagConfiguration,
|
|
126
|
-
SemanticModelConfiguration,
|
|
127
115
|
SnapshotConfiguration,
|
|
128
116
|
TemplateAlias,
|
|
129
|
-
TemplateSourceEntity,
|
|
130
117
|
TemplateVersionDefinition,
|
|
131
118
|
ThemeAlias,
|
|
132
119
|
ThemeConfiguration,
|
|
133
120
|
TopicDetails,
|
|
134
121
|
TopicRefreshSchedule,
|
|
135
122
|
} from "./models_3";
|
|
123
|
+
export interface DescribeDataSourcePermissionsResponse {
|
|
124
|
+
DataSourceArn?: string | undefined;
|
|
125
|
+
DataSourceId?: string | undefined;
|
|
126
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
127
|
+
RequestId?: string | undefined;
|
|
128
|
+
Status?: number | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface DescribeDefaultQBusinessApplicationRequest {
|
|
131
|
+
AwsAccountId: string | undefined;
|
|
132
|
+
Namespace?: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface DescribeDefaultQBusinessApplicationResponse {
|
|
135
|
+
RequestId?: string | undefined;
|
|
136
|
+
Status?: number | undefined;
|
|
137
|
+
ApplicationId?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface DescribeFlowRequest {
|
|
140
|
+
AwsAccountId: string | undefined;
|
|
141
|
+
FlowId: string | undefined;
|
|
142
|
+
PublishState: FlowPublishState | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface StepAliasMapping {
|
|
145
|
+
StepId: string | undefined;
|
|
146
|
+
StepAlias: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface FlowDetail {
|
|
149
|
+
Arn: string | undefined;
|
|
150
|
+
FlowId: string | undefined;
|
|
151
|
+
Name: string | undefined;
|
|
152
|
+
Description?: string | undefined;
|
|
153
|
+
PublishState: FlowPublishState | undefined;
|
|
154
|
+
CreatedTime: Date | undefined;
|
|
155
|
+
CreatedBy?: string | undefined;
|
|
156
|
+
LastUpdatedTime?: Date | undefined;
|
|
157
|
+
LastUpdatedBy?: string | undefined;
|
|
158
|
+
FlowDefinition: __DocumentType | undefined;
|
|
159
|
+
StepAliases?: StepAliasMapping[] | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeFlowResponse {
|
|
162
|
+
Flow: FlowDetail | undefined;
|
|
163
|
+
RequestId?: string | undefined;
|
|
164
|
+
Status?: number | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface DescribeFolderRequest {
|
|
167
|
+
AwsAccountId: string | undefined;
|
|
168
|
+
FolderId: string | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface Folder {
|
|
171
|
+
FolderId?: string | undefined;
|
|
172
|
+
Arn?: string | undefined;
|
|
173
|
+
Name?: string | undefined;
|
|
174
|
+
FolderType?: FolderType | undefined;
|
|
175
|
+
FolderPath?: string[] | undefined;
|
|
176
|
+
CreatedTime?: Date | undefined;
|
|
177
|
+
LastUpdatedTime?: Date | undefined;
|
|
178
|
+
SharingModel?: SharingModel | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DescribeFolderResponse {
|
|
181
|
+
Status?: number | undefined;
|
|
182
|
+
Folder?: Folder | undefined;
|
|
183
|
+
RequestId?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DescribeFolderPermissionsRequest {
|
|
186
|
+
AwsAccountId: string | undefined;
|
|
187
|
+
FolderId: string | undefined;
|
|
188
|
+
Namespace?: string | undefined;
|
|
189
|
+
MaxResults?: number | undefined;
|
|
190
|
+
NextToken?: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface DescribeFolderPermissionsResponse {
|
|
193
|
+
Status?: number | undefined;
|
|
194
|
+
FolderId?: string | undefined;
|
|
195
|
+
Arn?: string | undefined;
|
|
196
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
197
|
+
RequestId?: string | undefined;
|
|
198
|
+
NextToken?: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DescribeFolderResolvedPermissionsRequest {
|
|
201
|
+
AwsAccountId: string | undefined;
|
|
202
|
+
FolderId: string | undefined;
|
|
203
|
+
Namespace?: string | undefined;
|
|
204
|
+
MaxResults?: number | undefined;
|
|
205
|
+
NextToken?: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface DescribeFolderResolvedPermissionsResponse {
|
|
208
|
+
Status?: number | undefined;
|
|
209
|
+
FolderId?: string | undefined;
|
|
210
|
+
Arn?: string | undefined;
|
|
211
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
212
|
+
RequestId?: string | undefined;
|
|
213
|
+
NextToken?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface DescribeGroupRequest {
|
|
216
|
+
GroupName: string | undefined;
|
|
217
|
+
AwsAccountId: string | undefined;
|
|
218
|
+
Namespace: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface DescribeGroupResponse {
|
|
221
|
+
Group?: Group | undefined;
|
|
222
|
+
RequestId?: string | undefined;
|
|
223
|
+
Status?: number | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface DescribeGroupMembershipRequest {
|
|
226
|
+
MemberName: string | undefined;
|
|
227
|
+
GroupName: string | undefined;
|
|
228
|
+
AwsAccountId: string | undefined;
|
|
229
|
+
Namespace: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface DescribeGroupMembershipResponse {
|
|
232
|
+
GroupMember?: GroupMember | undefined;
|
|
233
|
+
RequestId?: string | undefined;
|
|
234
|
+
Status?: number | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface DescribeIAMPolicyAssignmentRequest {
|
|
237
|
+
AwsAccountId: string | undefined;
|
|
238
|
+
AssignmentName: string | undefined;
|
|
239
|
+
Namespace: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface IAMPolicyAssignment {
|
|
242
|
+
AwsAccountId?: string | undefined;
|
|
243
|
+
AssignmentId?: string | undefined;
|
|
244
|
+
AssignmentName?: string | undefined;
|
|
245
|
+
PolicyArn?: string | undefined;
|
|
246
|
+
Identities?: Record<string, string[]> | undefined;
|
|
247
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface DescribeIAMPolicyAssignmentResponse {
|
|
250
|
+
IAMPolicyAssignment?: IAMPolicyAssignment | undefined;
|
|
251
|
+
RequestId?: string | undefined;
|
|
252
|
+
Status?: number | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface DescribeIngestionRequest {
|
|
255
|
+
AwsAccountId: string | undefined;
|
|
256
|
+
DataSetId: string | undefined;
|
|
257
|
+
IngestionId: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface ErrorInfo {
|
|
260
|
+
Type?: IngestionErrorType | undefined;
|
|
261
|
+
Message?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface QueueInfo {
|
|
264
|
+
WaitingOnIngestion: string | undefined;
|
|
265
|
+
QueuedIngestion: string | undefined;
|
|
266
|
+
}
|
|
267
|
+
export interface RowInfo {
|
|
268
|
+
RowsIngested?: number | undefined;
|
|
269
|
+
RowsDropped?: number | undefined;
|
|
270
|
+
TotalRowsInDataset?: number | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface Ingestion {
|
|
273
|
+
Arn: string | undefined;
|
|
274
|
+
IngestionId?: string | undefined;
|
|
275
|
+
IngestionStatus: IngestionStatus | undefined;
|
|
276
|
+
ErrorInfo?: ErrorInfo | undefined;
|
|
277
|
+
RowInfo?: RowInfo | undefined;
|
|
278
|
+
QueueInfo?: QueueInfo | undefined;
|
|
279
|
+
CreatedTime: Date | undefined;
|
|
280
|
+
IngestionTimeInSeconds?: number | undefined;
|
|
281
|
+
IngestionSizeInBytes?: number | undefined;
|
|
282
|
+
RequestSource?: IngestionRequestSource | undefined;
|
|
283
|
+
RequestType?: IngestionRequestType | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface DescribeIngestionResponse {
|
|
286
|
+
Ingestion?: Ingestion | undefined;
|
|
287
|
+
RequestId?: string | undefined;
|
|
288
|
+
Status?: number | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface DescribeIpRestrictionRequest {
|
|
291
|
+
AwsAccountId: string | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface DescribeIpRestrictionResponse {
|
|
294
|
+
AwsAccountId?: string | undefined;
|
|
295
|
+
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
296
|
+
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
297
|
+
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
298
|
+
Enabled?: boolean | undefined;
|
|
299
|
+
RequestId?: string | undefined;
|
|
300
|
+
Status?: number | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface DescribeKeyRegistrationRequest {
|
|
303
|
+
AwsAccountId: string | undefined;
|
|
304
|
+
DefaultKeyOnly?: boolean | undefined;
|
|
305
|
+
}
|
|
306
|
+
export interface RegisteredCustomerManagedKey {
|
|
307
|
+
KeyArn?: string | undefined;
|
|
308
|
+
DefaultKey?: boolean | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface QDataKey {
|
|
311
|
+
QDataKeyArn?: string | undefined;
|
|
312
|
+
QDataKeyType?: QDataKeyType | undefined;
|
|
313
|
+
}
|
|
136
314
|
export interface DescribeKeyRegistrationResponse {
|
|
137
315
|
AwsAccountId?: string | undefined;
|
|
138
316
|
KeyRegistration?: RegisteredCustomerManagedKey[] | undefined;
|
|
@@ -163,6 +341,28 @@ export interface DescribeNamespaceResponse {
|
|
|
163
341
|
RequestId?: string | undefined;
|
|
164
342
|
Status?: number | undefined;
|
|
165
343
|
}
|
|
344
|
+
export interface DescribeOAuthClientApplicationRequest {
|
|
345
|
+
AwsAccountId: string | undefined;
|
|
346
|
+
OAuthClientApplicationId: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface OAuthClientApplication {
|
|
349
|
+
OAuthClientApplicationId?: string | undefined;
|
|
350
|
+
Name?: string | undefined;
|
|
351
|
+
OAuthClientAuthenticationType?: OAuthClientAuthenticationType | undefined;
|
|
352
|
+
OAuthTokenEndpointUrl?: string | undefined;
|
|
353
|
+
OAuthAuthorizationEndpointUrl?: string | undefined;
|
|
354
|
+
OAuthScopes?: string | undefined;
|
|
355
|
+
DataSourceType?: DataSourceType | undefined;
|
|
356
|
+
IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
357
|
+
CreatedTime?: Date | undefined;
|
|
358
|
+
LastUpdatedTime?: Date | undefined;
|
|
359
|
+
Arn?: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface DescribeOAuthClientApplicationResponse {
|
|
362
|
+
OAuthClientApplication?: OAuthClientApplication | undefined;
|
|
363
|
+
RequestId?: string | undefined;
|
|
364
|
+
Status?: number | undefined;
|
|
365
|
+
}
|
|
166
366
|
export interface DescribeQPersonalizationConfigurationRequest {
|
|
167
367
|
AwsAccountId: string | undefined;
|
|
168
368
|
}
|
|
@@ -212,6 +412,65 @@ export interface DescribeSelfUpgradeConfigurationResponse {
|
|
|
212
412
|
RequestId?: string | undefined;
|
|
213
413
|
Status?: number | undefined;
|
|
214
414
|
}
|
|
415
|
+
export interface DescribeSpaceRequest {
|
|
416
|
+
AwsAccountId: string | undefined;
|
|
417
|
+
SpaceId: string | undefined;
|
|
418
|
+
MaxContributors?: number | undefined;
|
|
419
|
+
}
|
|
420
|
+
export interface SpaceContributor {
|
|
421
|
+
userName?: string | undefined;
|
|
422
|
+
rawFileSizeBytes: number | undefined;
|
|
423
|
+
percentage?: number | undefined;
|
|
424
|
+
}
|
|
425
|
+
export type SpaceQuickSightResourceDetails =
|
|
426
|
+
| SpaceQuickSightResourceDetails.ResourceArnMember
|
|
427
|
+
| SpaceQuickSightResourceDetails.$UnknownMember;
|
|
428
|
+
export declare namespace SpaceQuickSightResourceDetails {
|
|
429
|
+
interface ResourceArnMember {
|
|
430
|
+
resourceArn: string;
|
|
431
|
+
$unknown?: never;
|
|
432
|
+
}
|
|
433
|
+
interface $UnknownMember {
|
|
434
|
+
resourceArn?: never;
|
|
435
|
+
$unknown: [string, any];
|
|
436
|
+
}
|
|
437
|
+
interface Visitor<T> {
|
|
438
|
+
resourceArn: (value: string) => T;
|
|
439
|
+
_: (name: string, value: any) => T;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
export interface SpaceQuickSightResource {
|
|
443
|
+
resourceType: SpaceQuickSightResourceType | undefined;
|
|
444
|
+
resourceDetails: SpaceQuickSightResourceDetails | undefined;
|
|
445
|
+
}
|
|
446
|
+
export interface SpaceDetails {
|
|
447
|
+
name?: string | undefined;
|
|
448
|
+
description?: string | undefined;
|
|
449
|
+
resources?: SpaceQuickSightResource[] | undefined;
|
|
450
|
+
createdAt?: Date | undefined;
|
|
451
|
+
updatedAt?: Date | undefined;
|
|
452
|
+
consumedSourceSize?: number | undefined;
|
|
453
|
+
consumedSourceDocCount?: number | undefined;
|
|
454
|
+
createdBy?: string | undefined;
|
|
455
|
+
createdByArn?: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface DescribeSpaceResponse {
|
|
458
|
+
spaceId: string | undefined;
|
|
459
|
+
spaceArn?: string | undefined;
|
|
460
|
+
Space: SpaceDetails | undefined;
|
|
461
|
+
Contributors?: SpaceContributor[] | undefined;
|
|
462
|
+
RequestId?: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface DescribeSpacePermissionsRequest {
|
|
465
|
+
AwsAccountId: string | undefined;
|
|
466
|
+
SpaceId: string | undefined;
|
|
467
|
+
}
|
|
468
|
+
export interface DescribeSpacePermissionsResponse {
|
|
469
|
+
spaceId: string | undefined;
|
|
470
|
+
spaceArn?: string | undefined;
|
|
471
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
472
|
+
RequestId?: string | undefined;
|
|
473
|
+
}
|
|
215
474
|
export interface DescribeTemplateRequest {
|
|
216
475
|
AwsAccountId: string | undefined;
|
|
217
476
|
TemplateId: string | undefined;
|
|
@@ -449,6 +708,16 @@ export interface FailedKeyRegistrationEntry {
|
|
|
449
708
|
StatusCode: number | undefined;
|
|
450
709
|
SenderFault: boolean | undefined;
|
|
451
710
|
}
|
|
711
|
+
export interface FailedSpaceResourceOperation {
|
|
712
|
+
ResourceType: SpaceQuickSightResourceType | undefined;
|
|
713
|
+
ResourceDetails?: SpaceQuickSightResourceDetails | undefined;
|
|
714
|
+
ErrorMessage: string | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface FailedToUpdateAssociation {
|
|
717
|
+
Arn?: string | undefined;
|
|
718
|
+
ErrorMessage?: string | undefined;
|
|
719
|
+
ErrorCode?: string | undefined;
|
|
720
|
+
}
|
|
452
721
|
export interface FlowSummary {
|
|
453
722
|
Arn: string | undefined;
|
|
454
723
|
FlowId: string | undefined;
|
|
@@ -647,10 +916,6 @@ export interface GetFlowPermissionsInput {
|
|
|
647
916
|
AwsAccountId: string | undefined;
|
|
648
917
|
FlowId: string | undefined;
|
|
649
918
|
}
|
|
650
|
-
export interface Permission {
|
|
651
|
-
Actions: string[] | undefined;
|
|
652
|
-
Principal: string | undefined;
|
|
653
|
-
}
|
|
654
919
|
export interface GetFlowPermissionsOutput {
|
|
655
920
|
Arn: string | undefined;
|
|
656
921
|
FlowId: string | undefined;
|
|
@@ -738,6 +1003,16 @@ export interface ListActionConnectorsResponse {
|
|
|
738
1003
|
RequestId?: string | undefined;
|
|
739
1004
|
Status?: number | undefined;
|
|
740
1005
|
}
|
|
1006
|
+
export interface ListAgentsRequest {
|
|
1007
|
+
AwsAccountId: string | undefined;
|
|
1008
|
+
MaxResults?: number | undefined;
|
|
1009
|
+
NextToken?: string | undefined;
|
|
1010
|
+
}
|
|
1011
|
+
export interface ListAgentsResponse {
|
|
1012
|
+
RequestId?: string | undefined;
|
|
1013
|
+
AgentSummaries: AgentSummary[] | undefined;
|
|
1014
|
+
NextToken?: string | undefined;
|
|
1015
|
+
}
|
|
741
1016
|
export interface ListAnalysesRequest {
|
|
742
1017
|
AwsAccountId: string | undefined;
|
|
743
1018
|
NextToken?: string | undefined;
|
|
@@ -967,6 +1242,27 @@ export interface ListNamespacesResponse {
|
|
|
967
1242
|
RequestId?: string | undefined;
|
|
968
1243
|
Status?: number | undefined;
|
|
969
1244
|
}
|
|
1245
|
+
export interface ListOAuthClientApplicationsRequest {
|
|
1246
|
+
AwsAccountId: string | undefined;
|
|
1247
|
+
NextToken?: string | undefined;
|
|
1248
|
+
MaxResults?: number | undefined;
|
|
1249
|
+
}
|
|
1250
|
+
export interface OAuthClientApplicationSummary {
|
|
1251
|
+
OAuthClientApplicationId?: string | undefined;
|
|
1252
|
+
Name?: string | undefined;
|
|
1253
|
+
OAuthClientAuthenticationType?: OAuthClientAuthenticationType | undefined;
|
|
1254
|
+
DataSourceType?: DataSourceType | undefined;
|
|
1255
|
+
IdentityProviderVpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
1256
|
+
CreatedTime?: Date | undefined;
|
|
1257
|
+
LastUpdatedTime?: Date | undefined;
|
|
1258
|
+
Arn?: string | undefined;
|
|
1259
|
+
}
|
|
1260
|
+
export interface ListOAuthClientApplicationsResponse {
|
|
1261
|
+
OAuthClientApplications?: OAuthClientApplicationSummary[] | undefined;
|
|
1262
|
+
NextToken?: string | undefined;
|
|
1263
|
+
RequestId?: string | undefined;
|
|
1264
|
+
Status?: number | undefined;
|
|
1265
|
+
}
|
|
970
1266
|
export interface ListRefreshSchedulesRequest {
|
|
971
1267
|
AwsAccountId: string | undefined;
|
|
972
1268
|
DataSetId: string | undefined;
|
|
@@ -1012,6 +1308,47 @@ export interface ListSelfUpgradesResponse {
|
|
|
1012
1308
|
RequestId?: string | undefined;
|
|
1013
1309
|
Status?: number | undefined;
|
|
1014
1310
|
}
|
|
1311
|
+
export interface ListSpaceResourcesRequest {
|
|
1312
|
+
AwsAccountId: string | undefined;
|
|
1313
|
+
SpaceId: string | undefined;
|
|
1314
|
+
}
|
|
1315
|
+
export interface SpaceResourceSummary {
|
|
1316
|
+
ResourceType: SpaceQuickSightResourceType | undefined;
|
|
1317
|
+
ResourceDetails: SpaceQuickSightResourceDetails | undefined;
|
|
1318
|
+
ResourceName?: string | undefined;
|
|
1319
|
+
UpdatedAt?: Date | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
export interface ListSpaceResourcesResponse {
|
|
1322
|
+
spaceId: string | undefined;
|
|
1323
|
+
spaceArn?: string | undefined;
|
|
1324
|
+
SpaceResources: SpaceResourceSummary[] | undefined;
|
|
1325
|
+
RequestId?: string | undefined;
|
|
1326
|
+
}
|
|
1327
|
+
export interface ListSpacesRequest {
|
|
1328
|
+
AwsAccountId: string | undefined;
|
|
1329
|
+
NextToken?: string | undefined;
|
|
1330
|
+
MaxResults?: number | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface SpaceSummary {
|
|
1333
|
+
spaceId: string | undefined;
|
|
1334
|
+
spaceArn?: string | undefined;
|
|
1335
|
+
name?: string | undefined;
|
|
1336
|
+
description?: string | undefined;
|
|
1337
|
+
updatedAt?: Date | undefined;
|
|
1338
|
+
consumedSourceSize?: number | undefined;
|
|
1339
|
+
consumedSourceDocCount?: number | undefined;
|
|
1340
|
+
createdAt?: Date | undefined;
|
|
1341
|
+
createdBy?: string | undefined;
|
|
1342
|
+
createdByArn?: string | undefined;
|
|
1343
|
+
resourcesCount?: number | undefined;
|
|
1344
|
+
}
|
|
1345
|
+
export interface ListSpacesResponse {
|
|
1346
|
+
spaceId: string | undefined;
|
|
1347
|
+
spaceArn?: string | undefined;
|
|
1348
|
+
SpaceSummaries: SpaceSummary[] | undefined;
|
|
1349
|
+
NextToken?: string | undefined;
|
|
1350
|
+
RequestId?: string | undefined;
|
|
1351
|
+
}
|
|
1015
1352
|
export interface ListTagsForResourceRequest {
|
|
1016
1353
|
ResourceArn: string | undefined;
|
|
1017
1354
|
}
|
|
@@ -1281,6 +1618,17 @@ export interface SearchActionConnectorsResponse {
|
|
|
1281
1618
|
Status?: number | undefined;
|
|
1282
1619
|
ActionConnectorSummaries?: ActionConnectorSummary[] | undefined;
|
|
1283
1620
|
}
|
|
1621
|
+
export interface SearchAgentsRequest {
|
|
1622
|
+
AwsAccountId: string | undefined;
|
|
1623
|
+
Filters: AgentSearchFilter[] | undefined;
|
|
1624
|
+
MaxResults?: number | undefined;
|
|
1625
|
+
NextToken?: string | undefined;
|
|
1626
|
+
}
|
|
1627
|
+
export interface SearchAgentsResponse {
|
|
1628
|
+
AgentSummaries?: AgentSummary[] | undefined;
|
|
1629
|
+
NextToken?: string | undefined;
|
|
1630
|
+
RequestId?: string | undefined;
|
|
1631
|
+
}
|
|
1284
1632
|
export interface SearchAnalysesRequest {
|
|
1285
1633
|
AwsAccountId: string | undefined;
|
|
1286
1634
|
Filters: AnalysisSearchFilter[] | undefined;
|
|
@@ -1371,6 +1719,24 @@ export interface SearchGroupsResponse {
|
|
|
1371
1719
|
RequestId?: string | undefined;
|
|
1372
1720
|
Status?: number | undefined;
|
|
1373
1721
|
}
|
|
1722
|
+
export interface SpaceQuicksightSearchFilter {
|
|
1723
|
+
name: SpaceQuickSightSearchFilterName | undefined;
|
|
1724
|
+
operator: SpaceSearchOperator | undefined;
|
|
1725
|
+
value: string | undefined;
|
|
1726
|
+
}
|
|
1727
|
+
export interface SearchSpacesRequest {
|
|
1728
|
+
AwsAccountId: string | undefined;
|
|
1729
|
+
NextToken?: string | undefined;
|
|
1730
|
+
MaxResults?: number | undefined;
|
|
1731
|
+
Filters: SpaceQuicksightSearchFilter[] | undefined;
|
|
1732
|
+
}
|
|
1733
|
+
export interface SearchSpacesResponse {
|
|
1734
|
+
spaceId: string | undefined;
|
|
1735
|
+
spaceArn?: string | undefined;
|
|
1736
|
+
SpaceSummaries: SpaceSummary[] | undefined;
|
|
1737
|
+
NextToken?: string | undefined;
|
|
1738
|
+
RequestId?: string | undefined;
|
|
1739
|
+
}
|
|
1374
1740
|
export interface TopicSearchFilter {
|
|
1375
1741
|
Operator: TopicFilterOperator | undefined;
|
|
1376
1742
|
Name: TopicFilterAttribute | undefined;
|
|
@@ -1542,6 +1908,42 @@ export interface UpdateActionConnectorPermissionsResponse {
|
|
|
1542
1908
|
Status?: number | undefined;
|
|
1543
1909
|
Permissions?: ResourcePermission[] | undefined;
|
|
1544
1910
|
}
|
|
1911
|
+
export interface UpdateAgentRequest {
|
|
1912
|
+
AgentId: string | undefined;
|
|
1913
|
+
AwsAccountId: string | undefined;
|
|
1914
|
+
Name: string | undefined;
|
|
1915
|
+
Description?: string | undefined;
|
|
1916
|
+
IconId?: string | undefined;
|
|
1917
|
+
StarterPrompts?: string[] | undefined;
|
|
1918
|
+
WelcomeMessage?: string | undefined;
|
|
1919
|
+
CustomPromptInput?: CustomPromptInput | undefined;
|
|
1920
|
+
SpacesToAdd?: string[] | undefined;
|
|
1921
|
+
SpacesToRemove?: string[] | undefined;
|
|
1922
|
+
ActionConnectorsToAdd?: string[] | undefined;
|
|
1923
|
+
ActionConnectorsToRemove?: string[] | undefined;
|
|
1924
|
+
}
|
|
1925
|
+
export interface UpdateAgentResponse {
|
|
1926
|
+
Arn: string | undefined;
|
|
1927
|
+
AgentId: string | undefined;
|
|
1928
|
+
AgentStatus: AgentStatus | undefined;
|
|
1929
|
+
FailedToAddSpaces?: FailedToUpdateAssociation[] | undefined;
|
|
1930
|
+
FailedToRemoveSpaces?: FailedToUpdateAssociation[] | undefined;
|
|
1931
|
+
FailedToAddActionConnectors?: FailedToUpdateAssociation[] | undefined;
|
|
1932
|
+
FailedToRemoveActionConnectors?: FailedToUpdateAssociation[] | undefined;
|
|
1933
|
+
RequestId?: string | undefined;
|
|
1934
|
+
}
|
|
1935
|
+
export interface UpdateAgentPermissionsRequest {
|
|
1936
|
+
AgentId: string | undefined;
|
|
1937
|
+
AwsAccountId: string | undefined;
|
|
1938
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1939
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1940
|
+
}
|
|
1941
|
+
export interface UpdateAgentPermissionsResponse {
|
|
1942
|
+
Arn: string | undefined;
|
|
1943
|
+
AgentId: string | undefined;
|
|
1944
|
+
RequestId?: string | undefined;
|
|
1945
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
1946
|
+
}
|
|
1545
1947
|
export interface UpdateAnalysisRequest {
|
|
1546
1948
|
AwsAccountId: string | undefined;
|
|
1547
1949
|
AnalysisId: string | undefined;
|
|
@@ -1590,382 +1992,3 @@ export interface UpdateBrandResponse {
|
|
|
1590
1992
|
BrandDetail?: BrandDetail | undefined;
|
|
1591
1993
|
BrandDefinition?: BrandDefinition | undefined;
|
|
1592
1994
|
}
|
|
1593
|
-
export interface UpdateBrandAssignmentRequest {
|
|
1594
|
-
AwsAccountId: string | undefined;
|
|
1595
|
-
BrandArn: string | undefined;
|
|
1596
|
-
}
|
|
1597
|
-
export interface UpdateBrandAssignmentResponse {
|
|
1598
|
-
RequestId?: string | undefined;
|
|
1599
|
-
BrandArn?: string | undefined;
|
|
1600
|
-
}
|
|
1601
|
-
export interface UpdateBrandPublishedVersionRequest {
|
|
1602
|
-
AwsAccountId: string | undefined;
|
|
1603
|
-
BrandId: string | undefined;
|
|
1604
|
-
VersionId: string | undefined;
|
|
1605
|
-
}
|
|
1606
|
-
export interface UpdateBrandPublishedVersionResponse {
|
|
1607
|
-
RequestId?: string | undefined;
|
|
1608
|
-
VersionId?: string | undefined;
|
|
1609
|
-
}
|
|
1610
|
-
export interface UpdateCustomPermissionsRequest {
|
|
1611
|
-
AwsAccountId: string | undefined;
|
|
1612
|
-
CustomPermissionsName: string | undefined;
|
|
1613
|
-
Capabilities?: Capabilities | undefined;
|
|
1614
|
-
}
|
|
1615
|
-
export interface UpdateCustomPermissionsResponse {
|
|
1616
|
-
Status?: number | undefined;
|
|
1617
|
-
Arn?: string | undefined;
|
|
1618
|
-
RequestId?: string | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export interface UpdateDashboardRequest {
|
|
1621
|
-
AwsAccountId: string | undefined;
|
|
1622
|
-
DashboardId: string | undefined;
|
|
1623
|
-
Name: string | undefined;
|
|
1624
|
-
SourceEntity?: DashboardSourceEntity | undefined;
|
|
1625
|
-
Parameters?: _Parameters | undefined;
|
|
1626
|
-
VersionDescription?: string | undefined;
|
|
1627
|
-
DashboardPublishOptions?: DashboardPublishOptions | undefined;
|
|
1628
|
-
ThemeArn?: string | undefined;
|
|
1629
|
-
Definition?: DashboardVersionDefinition | undefined;
|
|
1630
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1631
|
-
}
|
|
1632
|
-
export interface UpdateDashboardResponse {
|
|
1633
|
-
Arn?: string | undefined;
|
|
1634
|
-
VersionArn?: string | undefined;
|
|
1635
|
-
DashboardId?: string | undefined;
|
|
1636
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1637
|
-
Status?: number | undefined;
|
|
1638
|
-
RequestId?: string | undefined;
|
|
1639
|
-
}
|
|
1640
|
-
export interface UpdateDashboardLinksRequest {
|
|
1641
|
-
AwsAccountId: string | undefined;
|
|
1642
|
-
DashboardId: string | undefined;
|
|
1643
|
-
LinkEntities: string[] | undefined;
|
|
1644
|
-
}
|
|
1645
|
-
export interface UpdateDashboardLinksResponse {
|
|
1646
|
-
RequestId?: string | undefined;
|
|
1647
|
-
Status?: number | undefined;
|
|
1648
|
-
DashboardArn?: string | undefined;
|
|
1649
|
-
LinkEntities?: string[] | undefined;
|
|
1650
|
-
}
|
|
1651
|
-
export interface UpdateDashboardPermissionsRequest {
|
|
1652
|
-
AwsAccountId: string | undefined;
|
|
1653
|
-
DashboardId: string | undefined;
|
|
1654
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1655
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1656
|
-
GrantLinkPermissions?: ResourcePermission[] | undefined;
|
|
1657
|
-
RevokeLinkPermissions?: ResourcePermission[] | undefined;
|
|
1658
|
-
}
|
|
1659
|
-
export interface UpdateDashboardPermissionsResponse {
|
|
1660
|
-
DashboardArn?: string | undefined;
|
|
1661
|
-
DashboardId?: string | undefined;
|
|
1662
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1663
|
-
RequestId?: string | undefined;
|
|
1664
|
-
Status?: number | undefined;
|
|
1665
|
-
LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
|
|
1666
|
-
}
|
|
1667
|
-
export interface UpdateDashboardPublishedVersionRequest {
|
|
1668
|
-
AwsAccountId: string | undefined;
|
|
1669
|
-
DashboardId: string | undefined;
|
|
1670
|
-
VersionNumber: number | undefined;
|
|
1671
|
-
}
|
|
1672
|
-
export interface UpdateDashboardPublishedVersionResponse {
|
|
1673
|
-
DashboardId?: string | undefined;
|
|
1674
|
-
DashboardArn?: string | undefined;
|
|
1675
|
-
Status?: number | undefined;
|
|
1676
|
-
RequestId?: string | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface UpdateDashboardsQAConfigurationRequest {
|
|
1679
|
-
AwsAccountId: string | undefined;
|
|
1680
|
-
DashboardsQAStatus: DashboardsQAStatus | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export interface UpdateDashboardsQAConfigurationResponse {
|
|
1683
|
-
DashboardsQAStatus?: DashboardsQAStatus | undefined;
|
|
1684
|
-
RequestId?: string | undefined;
|
|
1685
|
-
Status?: number | undefined;
|
|
1686
|
-
}
|
|
1687
|
-
export interface UpdateDataSetRequest {
|
|
1688
|
-
AwsAccountId: string | undefined;
|
|
1689
|
-
DataSetId: string | undefined;
|
|
1690
|
-
Name: string | undefined;
|
|
1691
|
-
PhysicalTableMap: Record<string, PhysicalTable> | undefined;
|
|
1692
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
1693
|
-
ImportMode: DataSetImportMode | undefined;
|
|
1694
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
1695
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
1696
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1697
|
-
RowLevelPermissionTagConfiguration?:
|
|
1698
|
-
| RowLevelPermissionTagConfiguration
|
|
1699
|
-
| undefined;
|
|
1700
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
1701
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
1702
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
1703
|
-
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
1704
|
-
DataPrepConfiguration?: DataPrepConfiguration | undefined;
|
|
1705
|
-
SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
|
|
1706
|
-
}
|
|
1707
|
-
export interface UpdateDataSetResponse {
|
|
1708
|
-
Arn?: string | undefined;
|
|
1709
|
-
DataSetId?: string | undefined;
|
|
1710
|
-
IngestionArn?: string | undefined;
|
|
1711
|
-
IngestionId?: string | undefined;
|
|
1712
|
-
RequestId?: string | undefined;
|
|
1713
|
-
Status?: number | undefined;
|
|
1714
|
-
}
|
|
1715
|
-
export interface UpdateDataSetPermissionsRequest {
|
|
1716
|
-
AwsAccountId: string | undefined;
|
|
1717
|
-
DataSetId: string | undefined;
|
|
1718
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1719
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1720
|
-
}
|
|
1721
|
-
export interface UpdateDataSetPermissionsResponse {
|
|
1722
|
-
DataSetArn?: string | undefined;
|
|
1723
|
-
DataSetId?: string | undefined;
|
|
1724
|
-
RequestId?: string | undefined;
|
|
1725
|
-
Status?: number | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface UpdateDataSourceRequest {
|
|
1728
|
-
AwsAccountId: string | undefined;
|
|
1729
|
-
DataSourceId: string | undefined;
|
|
1730
|
-
Name: string | undefined;
|
|
1731
|
-
DataSourceParameters?: DataSourceParameters | undefined;
|
|
1732
|
-
Credentials?: DataSourceCredentials | undefined;
|
|
1733
|
-
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
1734
|
-
SslProperties?: SslProperties | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface UpdateDataSourceResponse {
|
|
1737
|
-
Arn?: string | undefined;
|
|
1738
|
-
DataSourceId?: string | undefined;
|
|
1739
|
-
UpdateStatus?: ResourceStatus | undefined;
|
|
1740
|
-
RequestId?: string | undefined;
|
|
1741
|
-
Status?: number | undefined;
|
|
1742
|
-
}
|
|
1743
|
-
export interface UpdateDataSourcePermissionsRequest {
|
|
1744
|
-
AwsAccountId: string | undefined;
|
|
1745
|
-
DataSourceId: string | undefined;
|
|
1746
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1747
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1748
|
-
}
|
|
1749
|
-
export interface UpdateDataSourcePermissionsResponse {
|
|
1750
|
-
DataSourceArn?: string | undefined;
|
|
1751
|
-
DataSourceId?: string | undefined;
|
|
1752
|
-
RequestId?: string | undefined;
|
|
1753
|
-
Status?: number | undefined;
|
|
1754
|
-
}
|
|
1755
|
-
export interface UpdateDefaultQBusinessApplicationRequest {
|
|
1756
|
-
AwsAccountId: string | undefined;
|
|
1757
|
-
Namespace?: string | undefined;
|
|
1758
|
-
ApplicationId: string | undefined;
|
|
1759
|
-
}
|
|
1760
|
-
export interface UpdateDefaultQBusinessApplicationResponse {
|
|
1761
|
-
RequestId?: string | undefined;
|
|
1762
|
-
Status?: number | undefined;
|
|
1763
|
-
}
|
|
1764
|
-
export interface UpdateFlowPermissionsInput {
|
|
1765
|
-
AwsAccountId: string | undefined;
|
|
1766
|
-
FlowId: string | undefined;
|
|
1767
|
-
GrantPermissions?: Permission[] | undefined;
|
|
1768
|
-
RevokePermissions?: Permission[] | undefined;
|
|
1769
|
-
}
|
|
1770
|
-
export interface UpdateFlowPermissionsOutput {
|
|
1771
|
-
Status?: number | undefined;
|
|
1772
|
-
Arn: string | undefined;
|
|
1773
|
-
Permissions: Permission[] | undefined;
|
|
1774
|
-
RequestId: string | undefined;
|
|
1775
|
-
FlowId: string | undefined;
|
|
1776
|
-
}
|
|
1777
|
-
export interface UpdateFolderRequest {
|
|
1778
|
-
AwsAccountId: string | undefined;
|
|
1779
|
-
FolderId: string | undefined;
|
|
1780
|
-
Name: string | undefined;
|
|
1781
|
-
}
|
|
1782
|
-
export interface UpdateFolderResponse {
|
|
1783
|
-
Status?: number | undefined;
|
|
1784
|
-
Arn?: string | undefined;
|
|
1785
|
-
FolderId?: string | undefined;
|
|
1786
|
-
RequestId?: string | undefined;
|
|
1787
|
-
}
|
|
1788
|
-
export interface UpdateFolderPermissionsRequest {
|
|
1789
|
-
AwsAccountId: string | undefined;
|
|
1790
|
-
FolderId: string | undefined;
|
|
1791
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1792
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1793
|
-
}
|
|
1794
|
-
export interface UpdateFolderPermissionsResponse {
|
|
1795
|
-
Status?: number | undefined;
|
|
1796
|
-
Arn?: string | undefined;
|
|
1797
|
-
FolderId?: string | undefined;
|
|
1798
|
-
Permissions?: ResourcePermission[] | undefined;
|
|
1799
|
-
RequestId?: string | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
export interface UpdateGroupRequest {
|
|
1802
|
-
GroupName: string | undefined;
|
|
1803
|
-
Description?: string | undefined;
|
|
1804
|
-
AwsAccountId: string | undefined;
|
|
1805
|
-
Namespace: string | undefined;
|
|
1806
|
-
}
|
|
1807
|
-
export interface UpdateGroupResponse {
|
|
1808
|
-
Group?: Group | undefined;
|
|
1809
|
-
RequestId?: string | undefined;
|
|
1810
|
-
Status?: number | undefined;
|
|
1811
|
-
}
|
|
1812
|
-
export interface UpdateIAMPolicyAssignmentRequest {
|
|
1813
|
-
AwsAccountId: string | undefined;
|
|
1814
|
-
AssignmentName: string | undefined;
|
|
1815
|
-
Namespace: string | undefined;
|
|
1816
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1817
|
-
PolicyArn?: string | undefined;
|
|
1818
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface UpdateIAMPolicyAssignmentResponse {
|
|
1821
|
-
AssignmentName?: string | undefined;
|
|
1822
|
-
AssignmentId?: string | undefined;
|
|
1823
|
-
PolicyArn?: string | undefined;
|
|
1824
|
-
Identities?: Record<string, string[]> | undefined;
|
|
1825
|
-
AssignmentStatus?: AssignmentStatus | undefined;
|
|
1826
|
-
RequestId?: string | undefined;
|
|
1827
|
-
Status?: number | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface UpdateIdentityPropagationConfigRequest {
|
|
1830
|
-
AwsAccountId: string | undefined;
|
|
1831
|
-
Service: ServiceType | undefined;
|
|
1832
|
-
AuthorizedTargets?: string[] | undefined;
|
|
1833
|
-
}
|
|
1834
|
-
export interface UpdateIdentityPropagationConfigResponse {
|
|
1835
|
-
RequestId?: string | undefined;
|
|
1836
|
-
Status?: number | undefined;
|
|
1837
|
-
}
|
|
1838
|
-
export interface UpdateIpRestrictionRequest {
|
|
1839
|
-
AwsAccountId: string | undefined;
|
|
1840
|
-
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1841
|
-
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1842
|
-
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
1843
|
-
Enabled?: boolean | undefined;
|
|
1844
|
-
}
|
|
1845
|
-
export interface UpdateIpRestrictionResponse {
|
|
1846
|
-
AwsAccountId?: string | undefined;
|
|
1847
|
-
RequestId?: string | undefined;
|
|
1848
|
-
Status?: number | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface UpdateKeyRegistrationRequest {
|
|
1851
|
-
AwsAccountId: string | undefined;
|
|
1852
|
-
KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
|
|
1853
|
-
}
|
|
1854
|
-
export interface SuccessfulKeyRegistrationEntry {
|
|
1855
|
-
KeyArn: string | undefined;
|
|
1856
|
-
StatusCode: number | undefined;
|
|
1857
|
-
}
|
|
1858
|
-
export interface UpdateKeyRegistrationResponse {
|
|
1859
|
-
FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
|
|
1860
|
-
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
1861
|
-
RequestId?: string | undefined;
|
|
1862
|
-
}
|
|
1863
|
-
export interface UpdatePublicSharingSettingsRequest {
|
|
1864
|
-
AwsAccountId: string | undefined;
|
|
1865
|
-
PublicSharingEnabled?: boolean | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface UpdatePublicSharingSettingsResponse {
|
|
1868
|
-
RequestId?: string | undefined;
|
|
1869
|
-
Status?: number | undefined;
|
|
1870
|
-
}
|
|
1871
|
-
export interface UpdateQPersonalizationConfigurationRequest {
|
|
1872
|
-
AwsAccountId: string | undefined;
|
|
1873
|
-
PersonalizationMode: PersonalizationMode | undefined;
|
|
1874
|
-
}
|
|
1875
|
-
export interface UpdateQPersonalizationConfigurationResponse {
|
|
1876
|
-
PersonalizationMode?: PersonalizationMode | undefined;
|
|
1877
|
-
RequestId?: string | undefined;
|
|
1878
|
-
Status?: number | undefined;
|
|
1879
|
-
}
|
|
1880
|
-
export interface UpdateQuickSightQSearchConfigurationRequest {
|
|
1881
|
-
AwsAccountId: string | undefined;
|
|
1882
|
-
QSearchStatus: QSearchStatus | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface UpdateQuickSightQSearchConfigurationResponse {
|
|
1885
|
-
QSearchStatus?: QSearchStatus | undefined;
|
|
1886
|
-
RequestId?: string | undefined;
|
|
1887
|
-
Status?: number | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface UpdateRefreshScheduleRequest {
|
|
1890
|
-
DataSetId: string | undefined;
|
|
1891
|
-
AwsAccountId: string | undefined;
|
|
1892
|
-
Schedule: RefreshSchedule | undefined;
|
|
1893
|
-
}
|
|
1894
|
-
export interface UpdateRefreshScheduleResponse {
|
|
1895
|
-
Status?: number | undefined;
|
|
1896
|
-
RequestId?: string | undefined;
|
|
1897
|
-
ScheduleId?: string | undefined;
|
|
1898
|
-
Arn?: string | undefined;
|
|
1899
|
-
}
|
|
1900
|
-
export interface UpdateRoleCustomPermissionRequest {
|
|
1901
|
-
CustomPermissionsName: string | undefined;
|
|
1902
|
-
Role: Role | undefined;
|
|
1903
|
-
AwsAccountId: string | undefined;
|
|
1904
|
-
Namespace: string | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export interface UpdateRoleCustomPermissionResponse {
|
|
1907
|
-
RequestId?: string | undefined;
|
|
1908
|
-
Status?: number | undefined;
|
|
1909
|
-
}
|
|
1910
|
-
export interface UpdateSelfUpgradeRequest {
|
|
1911
|
-
AwsAccountId: string | undefined;
|
|
1912
|
-
Namespace: string | undefined;
|
|
1913
|
-
UpgradeRequestId: string | undefined;
|
|
1914
|
-
Action: SelfUpgradeAdminAction | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface UpdateSelfUpgradeResponse {
|
|
1917
|
-
SelfUpgradeRequestDetail?: SelfUpgradeRequestDetail | undefined;
|
|
1918
|
-
RequestId?: string | undefined;
|
|
1919
|
-
Status?: number | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
export interface UpdateSelfUpgradeConfigurationRequest {
|
|
1922
|
-
AwsAccountId: string | undefined;
|
|
1923
|
-
Namespace: string | undefined;
|
|
1924
|
-
SelfUpgradeStatus: SelfUpgradeStatus | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export interface UpdateSelfUpgradeConfigurationResponse {
|
|
1927
|
-
RequestId?: string | undefined;
|
|
1928
|
-
Status?: number | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface UpdateSPICECapacityConfigurationRequest {
|
|
1931
|
-
AwsAccountId: string | undefined;
|
|
1932
|
-
PurchaseMode: PurchaseMode | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface UpdateSPICECapacityConfigurationResponse {
|
|
1935
|
-
RequestId?: string | undefined;
|
|
1936
|
-
Status?: number | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface UpdateTemplateRequest {
|
|
1939
|
-
AwsAccountId: string | undefined;
|
|
1940
|
-
TemplateId: string | undefined;
|
|
1941
|
-
SourceEntity?: TemplateSourceEntity | undefined;
|
|
1942
|
-
VersionDescription?: string | undefined;
|
|
1943
|
-
Name?: string | undefined;
|
|
1944
|
-
Definition?: TemplateVersionDefinition | undefined;
|
|
1945
|
-
ValidationStrategy?: ValidationStrategy | undefined;
|
|
1946
|
-
}
|
|
1947
|
-
export interface UpdateTemplateResponse {
|
|
1948
|
-
TemplateId?: string | undefined;
|
|
1949
|
-
Arn?: string | undefined;
|
|
1950
|
-
VersionArn?: string | undefined;
|
|
1951
|
-
CreationStatus?: ResourceStatus | undefined;
|
|
1952
|
-
Status?: number | undefined;
|
|
1953
|
-
RequestId?: string | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface UpdateTemplateAliasRequest {
|
|
1956
|
-
AwsAccountId: string | undefined;
|
|
1957
|
-
TemplateId: string | undefined;
|
|
1958
|
-
AliasName: string | undefined;
|
|
1959
|
-
TemplateVersionNumber: number | undefined;
|
|
1960
|
-
}
|
|
1961
|
-
export interface UpdateTemplateAliasResponse {
|
|
1962
|
-
TemplateAlias?: TemplateAlias | undefined;
|
|
1963
|
-
Status?: number | undefined;
|
|
1964
|
-
RequestId?: string | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface UpdateTemplatePermissionsRequest {
|
|
1967
|
-
AwsAccountId: string | undefined;
|
|
1968
|
-
TemplateId: string | undefined;
|
|
1969
|
-
GrantPermissions?: ResourcePermission[] | undefined;
|
|
1970
|
-
RevokePermissions?: ResourcePermission[] | undefined;
|
|
1971
|
-
}
|