@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
|
@@ -60,6 +60,10 @@ import {
|
|
|
60
60
|
CreateActionConnectorCommandInput,
|
|
61
61
|
CreateActionConnectorCommandOutput,
|
|
62
62
|
} from "./commands/CreateActionConnectorCommand";
|
|
63
|
+
import {
|
|
64
|
+
CreateAgentCommandInput,
|
|
65
|
+
CreateAgentCommandOutput,
|
|
66
|
+
} from "./commands/CreateAgentCommand";
|
|
63
67
|
import {
|
|
64
68
|
CreateAnalysisCommandInput,
|
|
65
69
|
CreateAnalysisCommandOutput,
|
|
@@ -84,6 +88,10 @@ import {
|
|
|
84
88
|
CreateDataSourceCommandInput,
|
|
85
89
|
CreateDataSourceCommandOutput,
|
|
86
90
|
} from "./commands/CreateDataSourceCommand";
|
|
91
|
+
import {
|
|
92
|
+
CreateFlowCommandInput,
|
|
93
|
+
CreateFlowCommandOutput,
|
|
94
|
+
} from "./commands/CreateFlowCommand";
|
|
87
95
|
import {
|
|
88
96
|
CreateFolderCommandInput,
|
|
89
97
|
CreateFolderCommandOutput,
|
|
@@ -112,6 +120,10 @@ import {
|
|
|
112
120
|
CreateNamespaceCommandInput,
|
|
113
121
|
CreateNamespaceCommandOutput,
|
|
114
122
|
} from "./commands/CreateNamespaceCommand";
|
|
123
|
+
import {
|
|
124
|
+
CreateOAuthClientApplicationCommandInput,
|
|
125
|
+
CreateOAuthClientApplicationCommandOutput,
|
|
126
|
+
} from "./commands/CreateOAuthClientApplicationCommand";
|
|
115
127
|
import {
|
|
116
128
|
CreateRefreshScheduleCommandInput,
|
|
117
129
|
CreateRefreshScheduleCommandOutput,
|
|
@@ -120,6 +132,10 @@ import {
|
|
|
120
132
|
CreateRoleMembershipCommandInput,
|
|
121
133
|
CreateRoleMembershipCommandOutput,
|
|
122
134
|
} from "./commands/CreateRoleMembershipCommand";
|
|
135
|
+
import {
|
|
136
|
+
CreateSpaceCommandInput,
|
|
137
|
+
CreateSpaceCommandOutput,
|
|
138
|
+
} from "./commands/CreateSpaceCommand";
|
|
123
139
|
import {
|
|
124
140
|
CreateTemplateAliasCommandInput,
|
|
125
141
|
CreateTemplateAliasCommandOutput,
|
|
@@ -164,6 +180,10 @@ import {
|
|
|
164
180
|
DeleteActionConnectorCommandInput,
|
|
165
181
|
DeleteActionConnectorCommandOutput,
|
|
166
182
|
} from "./commands/DeleteActionConnectorCommand";
|
|
183
|
+
import {
|
|
184
|
+
DeleteAgentCommandInput,
|
|
185
|
+
DeleteAgentCommandOutput,
|
|
186
|
+
} from "./commands/DeleteAgentCommand";
|
|
167
187
|
import {
|
|
168
188
|
DeleteAnalysisCommandInput,
|
|
169
189
|
DeleteAnalysisCommandOutput,
|
|
@@ -200,6 +220,10 @@ import {
|
|
|
200
220
|
DeleteDefaultQBusinessApplicationCommandInput,
|
|
201
221
|
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
202
222
|
} from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
223
|
+
import {
|
|
224
|
+
DeleteFlowCommandInput,
|
|
225
|
+
DeleteFlowCommandOutput,
|
|
226
|
+
} from "./commands/DeleteFlowCommand";
|
|
203
227
|
import {
|
|
204
228
|
DeleteFolderCommandInput,
|
|
205
229
|
DeleteFolderCommandOutput,
|
|
@@ -228,6 +252,10 @@ import {
|
|
|
228
252
|
DeleteNamespaceCommandInput,
|
|
229
253
|
DeleteNamespaceCommandOutput,
|
|
230
254
|
} from "./commands/DeleteNamespaceCommand";
|
|
255
|
+
import {
|
|
256
|
+
DeleteOAuthClientApplicationCommandInput,
|
|
257
|
+
DeleteOAuthClientApplicationCommandOutput,
|
|
258
|
+
} from "./commands/DeleteOAuthClientApplicationCommand";
|
|
231
259
|
import {
|
|
232
260
|
DeleteRefreshScheduleCommandInput,
|
|
233
261
|
DeleteRefreshScheduleCommandOutput,
|
|
@@ -240,6 +268,10 @@ import {
|
|
|
240
268
|
DeleteRoleMembershipCommandInput,
|
|
241
269
|
DeleteRoleMembershipCommandOutput,
|
|
242
270
|
} from "./commands/DeleteRoleMembershipCommand";
|
|
271
|
+
import {
|
|
272
|
+
DeleteSpaceCommandInput,
|
|
273
|
+
DeleteSpaceCommandOutput,
|
|
274
|
+
} from "./commands/DeleteSpaceCommand";
|
|
243
275
|
import {
|
|
244
276
|
DeleteTemplateAliasCommandInput,
|
|
245
277
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -304,6 +336,14 @@ import {
|
|
|
304
336
|
DescribeActionConnectorPermissionsCommandInput,
|
|
305
337
|
DescribeActionConnectorPermissionsCommandOutput,
|
|
306
338
|
} from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
339
|
+
import {
|
|
340
|
+
DescribeAgentCommandInput,
|
|
341
|
+
DescribeAgentCommandOutput,
|
|
342
|
+
} from "./commands/DescribeAgentCommand";
|
|
343
|
+
import {
|
|
344
|
+
DescribeAgentPermissionsCommandInput,
|
|
345
|
+
DescribeAgentPermissionsCommandOutput,
|
|
346
|
+
} from "./commands/DescribeAgentPermissionsCommand";
|
|
307
347
|
import {
|
|
308
348
|
DescribeAnalysisCommandInput,
|
|
309
349
|
DescribeAnalysisCommandOutput,
|
|
@@ -392,6 +432,10 @@ import {
|
|
|
392
432
|
DescribeDefaultQBusinessApplicationCommandInput,
|
|
393
433
|
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
394
434
|
} from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
435
|
+
import {
|
|
436
|
+
DescribeFlowCommandInput,
|
|
437
|
+
DescribeFlowCommandOutput,
|
|
438
|
+
} from "./commands/DescribeFlowCommand";
|
|
395
439
|
import {
|
|
396
440
|
DescribeFolderCommandInput,
|
|
397
441
|
DescribeFolderCommandOutput,
|
|
@@ -432,6 +476,10 @@ import {
|
|
|
432
476
|
DescribeNamespaceCommandInput,
|
|
433
477
|
DescribeNamespaceCommandOutput,
|
|
434
478
|
} from "./commands/DescribeNamespaceCommand";
|
|
479
|
+
import {
|
|
480
|
+
DescribeOAuthClientApplicationCommandInput,
|
|
481
|
+
DescribeOAuthClientApplicationCommandOutput,
|
|
482
|
+
} from "./commands/DescribeOAuthClientApplicationCommand";
|
|
435
483
|
import {
|
|
436
484
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
437
485
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
@@ -452,6 +500,14 @@ import {
|
|
|
452
500
|
DescribeSelfUpgradeConfigurationCommandInput,
|
|
453
501
|
DescribeSelfUpgradeConfigurationCommandOutput,
|
|
454
502
|
} from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
503
|
+
import {
|
|
504
|
+
DescribeSpaceCommandInput,
|
|
505
|
+
DescribeSpaceCommandOutput,
|
|
506
|
+
} from "./commands/DescribeSpaceCommand";
|
|
507
|
+
import {
|
|
508
|
+
DescribeSpacePermissionsCommandInput,
|
|
509
|
+
DescribeSpacePermissionsCommandOutput,
|
|
510
|
+
} from "./commands/DescribeSpacePermissionsCommand";
|
|
455
511
|
import {
|
|
456
512
|
DescribeTemplateAliasCommandInput,
|
|
457
513
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -540,6 +596,10 @@ import {
|
|
|
540
596
|
ListActionConnectorsCommandInput,
|
|
541
597
|
ListActionConnectorsCommandOutput,
|
|
542
598
|
} from "./commands/ListActionConnectorsCommand";
|
|
599
|
+
import {
|
|
600
|
+
ListAgentsCommandInput,
|
|
601
|
+
ListAgentsCommandOutput,
|
|
602
|
+
} from "./commands/ListAgentsCommand";
|
|
543
603
|
import {
|
|
544
604
|
ListAnalysesCommandInput,
|
|
545
605
|
ListAnalysesCommandOutput,
|
|
@@ -620,6 +680,10 @@ import {
|
|
|
620
680
|
ListNamespacesCommandInput,
|
|
621
681
|
ListNamespacesCommandOutput,
|
|
622
682
|
} from "./commands/ListNamespacesCommand";
|
|
683
|
+
import {
|
|
684
|
+
ListOAuthClientApplicationsCommandInput,
|
|
685
|
+
ListOAuthClientApplicationsCommandOutput,
|
|
686
|
+
} from "./commands/ListOAuthClientApplicationsCommand";
|
|
623
687
|
import {
|
|
624
688
|
ListRefreshSchedulesCommandInput,
|
|
625
689
|
ListRefreshSchedulesCommandOutput,
|
|
@@ -632,6 +696,14 @@ import {
|
|
|
632
696
|
ListSelfUpgradesCommandInput,
|
|
633
697
|
ListSelfUpgradesCommandOutput,
|
|
634
698
|
} from "./commands/ListSelfUpgradesCommand";
|
|
699
|
+
import {
|
|
700
|
+
ListSpaceResourcesCommandInput,
|
|
701
|
+
ListSpaceResourcesCommandOutput,
|
|
702
|
+
} from "./commands/ListSpaceResourcesCommand";
|
|
703
|
+
import {
|
|
704
|
+
ListSpacesCommandInput,
|
|
705
|
+
ListSpacesCommandOutput,
|
|
706
|
+
} from "./commands/ListSpacesCommand";
|
|
635
707
|
import {
|
|
636
708
|
ListTagsForResourceCommandInput,
|
|
637
709
|
ListTagsForResourceCommandOutput,
|
|
@@ -704,6 +776,10 @@ import {
|
|
|
704
776
|
SearchActionConnectorsCommandInput,
|
|
705
777
|
SearchActionConnectorsCommandOutput,
|
|
706
778
|
} from "./commands/SearchActionConnectorsCommand";
|
|
779
|
+
import {
|
|
780
|
+
SearchAgentsCommandInput,
|
|
781
|
+
SearchAgentsCommandOutput,
|
|
782
|
+
} from "./commands/SearchAgentsCommand";
|
|
707
783
|
import {
|
|
708
784
|
SearchAnalysesCommandInput,
|
|
709
785
|
SearchAnalysesCommandOutput,
|
|
@@ -732,6 +808,10 @@ import {
|
|
|
732
808
|
SearchGroupsCommandInput,
|
|
733
809
|
SearchGroupsCommandOutput,
|
|
734
810
|
} from "./commands/SearchGroupsCommand";
|
|
811
|
+
import {
|
|
812
|
+
SearchSpacesCommandInput,
|
|
813
|
+
SearchSpacesCommandOutput,
|
|
814
|
+
} from "./commands/SearchSpacesCommand";
|
|
735
815
|
import {
|
|
736
816
|
SearchTopicsCommandInput,
|
|
737
817
|
SearchTopicsCommandOutput,
|
|
@@ -784,6 +864,14 @@ import {
|
|
|
784
864
|
UpdateActionConnectorPermissionsCommandInput,
|
|
785
865
|
UpdateActionConnectorPermissionsCommandOutput,
|
|
786
866
|
} from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
867
|
+
import {
|
|
868
|
+
UpdateAgentCommandInput,
|
|
869
|
+
UpdateAgentCommandOutput,
|
|
870
|
+
} from "./commands/UpdateAgentCommand";
|
|
871
|
+
import {
|
|
872
|
+
UpdateAgentPermissionsCommandInput,
|
|
873
|
+
UpdateAgentPermissionsCommandOutput,
|
|
874
|
+
} from "./commands/UpdateAgentPermissionsCommand";
|
|
787
875
|
import {
|
|
788
876
|
UpdateAnalysisCommandInput,
|
|
789
877
|
UpdateAnalysisCommandOutput,
|
|
@@ -852,6 +940,10 @@ import {
|
|
|
852
940
|
UpdateDefaultQBusinessApplicationCommandInput,
|
|
853
941
|
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
854
942
|
} from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
943
|
+
import {
|
|
944
|
+
UpdateFlowCommandInput,
|
|
945
|
+
UpdateFlowCommandOutput,
|
|
946
|
+
} from "./commands/UpdateFlowCommand";
|
|
855
947
|
import {
|
|
856
948
|
UpdateFlowPermissionsCommandInput,
|
|
857
949
|
UpdateFlowPermissionsCommandOutput,
|
|
@@ -884,6 +976,10 @@ import {
|
|
|
884
976
|
UpdateKeyRegistrationCommandInput,
|
|
885
977
|
UpdateKeyRegistrationCommandOutput,
|
|
886
978
|
} from "./commands/UpdateKeyRegistrationCommand";
|
|
979
|
+
import {
|
|
980
|
+
UpdateOAuthClientApplicationCommandInput,
|
|
981
|
+
UpdateOAuthClientApplicationCommandOutput,
|
|
982
|
+
} from "./commands/UpdateOAuthClientApplicationCommand";
|
|
887
983
|
import {
|
|
888
984
|
UpdatePublicSharingSettingsCommandInput,
|
|
889
985
|
UpdatePublicSharingSettingsCommandOutput,
|
|
@@ -912,6 +1008,18 @@ import {
|
|
|
912
1008
|
UpdateSelfUpgradeConfigurationCommandInput,
|
|
913
1009
|
UpdateSelfUpgradeConfigurationCommandOutput,
|
|
914
1010
|
} from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
1011
|
+
import {
|
|
1012
|
+
UpdateSpaceCommandInput,
|
|
1013
|
+
UpdateSpaceCommandOutput,
|
|
1014
|
+
} from "./commands/UpdateSpaceCommand";
|
|
1015
|
+
import {
|
|
1016
|
+
UpdateSpacePermissionsCommandInput,
|
|
1017
|
+
UpdateSpacePermissionsCommandOutput,
|
|
1018
|
+
} from "./commands/UpdateSpacePermissionsCommand";
|
|
1019
|
+
import {
|
|
1020
|
+
UpdateSpaceResourcesCommandInput,
|
|
1021
|
+
UpdateSpaceResourcesCommandOutput,
|
|
1022
|
+
} from "./commands/UpdateSpaceResourcesCommand";
|
|
915
1023
|
import {
|
|
916
1024
|
UpdateSPICECapacityConfigurationCommandInput,
|
|
917
1025
|
UpdateSPICECapacityConfigurationCommandOutput,
|
|
@@ -978,12 +1086,14 @@ export type ServiceInputTypes =
|
|
|
978
1086
|
| CreateAccountCustomizationCommandInput
|
|
979
1087
|
| CreateAccountSubscriptionCommandInput
|
|
980
1088
|
| CreateActionConnectorCommandInput
|
|
1089
|
+
| CreateAgentCommandInput
|
|
981
1090
|
| CreateAnalysisCommandInput
|
|
982
1091
|
| CreateBrandCommandInput
|
|
983
1092
|
| CreateCustomPermissionsCommandInput
|
|
984
1093
|
| CreateDashboardCommandInput
|
|
985
1094
|
| CreateDataSetCommandInput
|
|
986
1095
|
| CreateDataSourceCommandInput
|
|
1096
|
+
| CreateFlowCommandInput
|
|
987
1097
|
| CreateFolderCommandInput
|
|
988
1098
|
| CreateFolderMembershipCommandInput
|
|
989
1099
|
| CreateGroupCommandInput
|
|
@@ -991,8 +1101,10 @@ export type ServiceInputTypes =
|
|
|
991
1101
|
| CreateIAMPolicyAssignmentCommandInput
|
|
992
1102
|
| CreateIngestionCommandInput
|
|
993
1103
|
| CreateNamespaceCommandInput
|
|
1104
|
+
| CreateOAuthClientApplicationCommandInput
|
|
994
1105
|
| CreateRefreshScheduleCommandInput
|
|
995
1106
|
| CreateRoleMembershipCommandInput
|
|
1107
|
+
| CreateSpaceCommandInput
|
|
996
1108
|
| CreateTemplateAliasCommandInput
|
|
997
1109
|
| CreateTemplateCommandInput
|
|
998
1110
|
| CreateThemeAliasCommandInput
|
|
@@ -1004,6 +1116,7 @@ export type ServiceInputTypes =
|
|
|
1004
1116
|
| DeleteAccountCustomizationCommandInput
|
|
1005
1117
|
| DeleteAccountSubscriptionCommandInput
|
|
1006
1118
|
| DeleteActionConnectorCommandInput
|
|
1119
|
+
| DeleteAgentCommandInput
|
|
1007
1120
|
| DeleteAnalysisCommandInput
|
|
1008
1121
|
| DeleteBrandAssignmentCommandInput
|
|
1009
1122
|
| DeleteBrandCommandInput
|
|
@@ -1013,6 +1126,7 @@ export type ServiceInputTypes =
|
|
|
1013
1126
|
| DeleteDataSetRefreshPropertiesCommandInput
|
|
1014
1127
|
| DeleteDataSourceCommandInput
|
|
1015
1128
|
| DeleteDefaultQBusinessApplicationCommandInput
|
|
1129
|
+
| DeleteFlowCommandInput
|
|
1016
1130
|
| DeleteFolderCommandInput
|
|
1017
1131
|
| DeleteFolderMembershipCommandInput
|
|
1018
1132
|
| DeleteGroupCommandInput
|
|
@@ -1020,9 +1134,11 @@ export type ServiceInputTypes =
|
|
|
1020
1134
|
| DeleteIAMPolicyAssignmentCommandInput
|
|
1021
1135
|
| DeleteIdentityPropagationConfigCommandInput
|
|
1022
1136
|
| DeleteNamespaceCommandInput
|
|
1137
|
+
| DeleteOAuthClientApplicationCommandInput
|
|
1023
1138
|
| DeleteRefreshScheduleCommandInput
|
|
1024
1139
|
| DeleteRoleCustomPermissionCommandInput
|
|
1025
1140
|
| DeleteRoleMembershipCommandInput
|
|
1141
|
+
| DeleteSpaceCommandInput
|
|
1026
1142
|
| DeleteTemplateAliasCommandInput
|
|
1027
1143
|
| DeleteTemplateCommandInput
|
|
1028
1144
|
| DeleteThemeAliasCommandInput
|
|
@@ -1039,6 +1155,8 @@ export type ServiceInputTypes =
|
|
|
1039
1155
|
| DescribeAccountSubscriptionCommandInput
|
|
1040
1156
|
| DescribeActionConnectorCommandInput
|
|
1041
1157
|
| DescribeActionConnectorPermissionsCommandInput
|
|
1158
|
+
| DescribeAgentCommandInput
|
|
1159
|
+
| DescribeAgentPermissionsCommandInput
|
|
1042
1160
|
| DescribeAnalysisCommandInput
|
|
1043
1161
|
| DescribeAnalysisDefinitionCommandInput
|
|
1044
1162
|
| DescribeAnalysisPermissionsCommandInput
|
|
@@ -1061,6 +1179,7 @@ export type ServiceInputTypes =
|
|
|
1061
1179
|
| DescribeDataSourceCommandInput
|
|
1062
1180
|
| DescribeDataSourcePermissionsCommandInput
|
|
1063
1181
|
| DescribeDefaultQBusinessApplicationCommandInput
|
|
1182
|
+
| DescribeFlowCommandInput
|
|
1064
1183
|
| DescribeFolderCommandInput
|
|
1065
1184
|
| DescribeFolderPermissionsCommandInput
|
|
1066
1185
|
| DescribeFolderResolvedPermissionsCommandInput
|
|
@@ -1071,11 +1190,14 @@ export type ServiceInputTypes =
|
|
|
1071
1190
|
| DescribeIpRestrictionCommandInput
|
|
1072
1191
|
| DescribeKeyRegistrationCommandInput
|
|
1073
1192
|
| DescribeNamespaceCommandInput
|
|
1193
|
+
| DescribeOAuthClientApplicationCommandInput
|
|
1074
1194
|
| DescribeQPersonalizationConfigurationCommandInput
|
|
1075
1195
|
| DescribeQuickSightQSearchConfigurationCommandInput
|
|
1076
1196
|
| DescribeRefreshScheduleCommandInput
|
|
1077
1197
|
| DescribeRoleCustomPermissionCommandInput
|
|
1078
1198
|
| DescribeSelfUpgradeConfigurationCommandInput
|
|
1199
|
+
| DescribeSpaceCommandInput
|
|
1200
|
+
| DescribeSpacePermissionsCommandInput
|
|
1079
1201
|
| DescribeTemplateAliasCommandInput
|
|
1080
1202
|
| DescribeTemplateCommandInput
|
|
1081
1203
|
| DescribeTemplateDefinitionCommandInput
|
|
@@ -1098,6 +1220,7 @@ export type ServiceInputTypes =
|
|
|
1098
1220
|
| GetIdentityContextCommandInput
|
|
1099
1221
|
| GetSessionEmbedUrlCommandInput
|
|
1100
1222
|
| ListActionConnectorsCommandInput
|
|
1223
|
+
| ListAgentsCommandInput
|
|
1101
1224
|
| ListAnalysesCommandInput
|
|
1102
1225
|
| ListAssetBundleExportJobsCommandInput
|
|
1103
1226
|
| ListAssetBundleImportJobsCommandInput
|
|
@@ -1118,9 +1241,12 @@ export type ServiceInputTypes =
|
|
|
1118
1241
|
| ListIdentityPropagationConfigsCommandInput
|
|
1119
1242
|
| ListIngestionsCommandInput
|
|
1120
1243
|
| ListNamespacesCommandInput
|
|
1244
|
+
| ListOAuthClientApplicationsCommandInput
|
|
1121
1245
|
| ListRefreshSchedulesCommandInput
|
|
1122
1246
|
| ListRoleMembershipsCommandInput
|
|
1123
1247
|
| ListSelfUpgradesCommandInput
|
|
1248
|
+
| ListSpaceResourcesCommandInput
|
|
1249
|
+
| ListSpacesCommandInput
|
|
1124
1250
|
| ListTagsForResourceCommandInput
|
|
1125
1251
|
| ListTemplateAliasesCommandInput
|
|
1126
1252
|
| ListTemplateVersionsCommandInput
|
|
@@ -1139,6 +1265,7 @@ export type ServiceInputTypes =
|
|
|
1139
1265
|
| RegisterUserCommandInput
|
|
1140
1266
|
| RestoreAnalysisCommandInput
|
|
1141
1267
|
| SearchActionConnectorsCommandInput
|
|
1268
|
+
| SearchAgentsCommandInput
|
|
1142
1269
|
| SearchAnalysesCommandInput
|
|
1143
1270
|
| SearchDashboardsCommandInput
|
|
1144
1271
|
| SearchDataSetsCommandInput
|
|
@@ -1146,6 +1273,7 @@ export type ServiceInputTypes =
|
|
|
1146
1273
|
| SearchFlowsCommandInput
|
|
1147
1274
|
| SearchFoldersCommandInput
|
|
1148
1275
|
| SearchGroupsCommandInput
|
|
1276
|
+
| SearchSpacesCommandInput
|
|
1149
1277
|
| SearchTopicsCommandInput
|
|
1150
1278
|
| StartAssetBundleExportJobCommandInput
|
|
1151
1279
|
| StartAssetBundleImportJobCommandInput
|
|
@@ -1159,6 +1287,8 @@ export type ServiceInputTypes =
|
|
|
1159
1287
|
| UpdateAccountSettingsCommandInput
|
|
1160
1288
|
| UpdateActionConnectorCommandInput
|
|
1161
1289
|
| UpdateActionConnectorPermissionsCommandInput
|
|
1290
|
+
| UpdateAgentCommandInput
|
|
1291
|
+
| UpdateAgentPermissionsCommandInput
|
|
1162
1292
|
| UpdateAnalysisCommandInput
|
|
1163
1293
|
| UpdateAnalysisPermissionsCommandInput
|
|
1164
1294
|
| UpdateApplicationWithTokenExchangeGrantCommandInput
|
|
@@ -1176,6 +1306,7 @@ export type ServiceInputTypes =
|
|
|
1176
1306
|
| UpdateDataSourceCommandInput
|
|
1177
1307
|
| UpdateDataSourcePermissionsCommandInput
|
|
1178
1308
|
| UpdateDefaultQBusinessApplicationCommandInput
|
|
1309
|
+
| UpdateFlowCommandInput
|
|
1179
1310
|
| UpdateFlowPermissionsCommandInput
|
|
1180
1311
|
| UpdateFolderCommandInput
|
|
1181
1312
|
| UpdateFolderPermissionsCommandInput
|
|
@@ -1184,6 +1315,7 @@ export type ServiceInputTypes =
|
|
|
1184
1315
|
| UpdateIdentityPropagationConfigCommandInput
|
|
1185
1316
|
| UpdateIpRestrictionCommandInput
|
|
1186
1317
|
| UpdateKeyRegistrationCommandInput
|
|
1318
|
+
| UpdateOAuthClientApplicationCommandInput
|
|
1187
1319
|
| UpdatePublicSharingSettingsCommandInput
|
|
1188
1320
|
| UpdateQPersonalizationConfigurationCommandInput
|
|
1189
1321
|
| UpdateQuickSightQSearchConfigurationCommandInput
|
|
@@ -1192,6 +1324,9 @@ export type ServiceInputTypes =
|
|
|
1192
1324
|
| UpdateSPICECapacityConfigurationCommandInput
|
|
1193
1325
|
| UpdateSelfUpgradeCommandInput
|
|
1194
1326
|
| UpdateSelfUpgradeConfigurationCommandInput
|
|
1327
|
+
| UpdateSpaceCommandInput
|
|
1328
|
+
| UpdateSpacePermissionsCommandInput
|
|
1329
|
+
| UpdateSpaceResourcesCommandInput
|
|
1195
1330
|
| UpdateTemplateAliasCommandInput
|
|
1196
1331
|
| UpdateTemplateCommandInput
|
|
1197
1332
|
| UpdateTemplatePermissionsCommandInput
|
|
@@ -1211,12 +1346,14 @@ export type ServiceOutputTypes =
|
|
|
1211
1346
|
| CreateAccountCustomizationCommandOutput
|
|
1212
1347
|
| CreateAccountSubscriptionCommandOutput
|
|
1213
1348
|
| CreateActionConnectorCommandOutput
|
|
1349
|
+
| CreateAgentCommandOutput
|
|
1214
1350
|
| CreateAnalysisCommandOutput
|
|
1215
1351
|
| CreateBrandCommandOutput
|
|
1216
1352
|
| CreateCustomPermissionsCommandOutput
|
|
1217
1353
|
| CreateDashboardCommandOutput
|
|
1218
1354
|
| CreateDataSetCommandOutput
|
|
1219
1355
|
| CreateDataSourceCommandOutput
|
|
1356
|
+
| CreateFlowCommandOutput
|
|
1220
1357
|
| CreateFolderCommandOutput
|
|
1221
1358
|
| CreateFolderMembershipCommandOutput
|
|
1222
1359
|
| CreateGroupCommandOutput
|
|
@@ -1224,8 +1361,10 @@ export type ServiceOutputTypes =
|
|
|
1224
1361
|
| CreateIAMPolicyAssignmentCommandOutput
|
|
1225
1362
|
| CreateIngestionCommandOutput
|
|
1226
1363
|
| CreateNamespaceCommandOutput
|
|
1364
|
+
| CreateOAuthClientApplicationCommandOutput
|
|
1227
1365
|
| CreateRefreshScheduleCommandOutput
|
|
1228
1366
|
| CreateRoleMembershipCommandOutput
|
|
1367
|
+
| CreateSpaceCommandOutput
|
|
1229
1368
|
| CreateTemplateAliasCommandOutput
|
|
1230
1369
|
| CreateTemplateCommandOutput
|
|
1231
1370
|
| CreateThemeAliasCommandOutput
|
|
@@ -1237,6 +1376,7 @@ export type ServiceOutputTypes =
|
|
|
1237
1376
|
| DeleteAccountCustomizationCommandOutput
|
|
1238
1377
|
| DeleteAccountSubscriptionCommandOutput
|
|
1239
1378
|
| DeleteActionConnectorCommandOutput
|
|
1379
|
+
| DeleteAgentCommandOutput
|
|
1240
1380
|
| DeleteAnalysisCommandOutput
|
|
1241
1381
|
| DeleteBrandAssignmentCommandOutput
|
|
1242
1382
|
| DeleteBrandCommandOutput
|
|
@@ -1246,6 +1386,7 @@ export type ServiceOutputTypes =
|
|
|
1246
1386
|
| DeleteDataSetRefreshPropertiesCommandOutput
|
|
1247
1387
|
| DeleteDataSourceCommandOutput
|
|
1248
1388
|
| DeleteDefaultQBusinessApplicationCommandOutput
|
|
1389
|
+
| DeleteFlowCommandOutput
|
|
1249
1390
|
| DeleteFolderCommandOutput
|
|
1250
1391
|
| DeleteFolderMembershipCommandOutput
|
|
1251
1392
|
| DeleteGroupCommandOutput
|
|
@@ -1253,9 +1394,11 @@ export type ServiceOutputTypes =
|
|
|
1253
1394
|
| DeleteIAMPolicyAssignmentCommandOutput
|
|
1254
1395
|
| DeleteIdentityPropagationConfigCommandOutput
|
|
1255
1396
|
| DeleteNamespaceCommandOutput
|
|
1397
|
+
| DeleteOAuthClientApplicationCommandOutput
|
|
1256
1398
|
| DeleteRefreshScheduleCommandOutput
|
|
1257
1399
|
| DeleteRoleCustomPermissionCommandOutput
|
|
1258
1400
|
| DeleteRoleMembershipCommandOutput
|
|
1401
|
+
| DeleteSpaceCommandOutput
|
|
1259
1402
|
| DeleteTemplateAliasCommandOutput
|
|
1260
1403
|
| DeleteTemplateCommandOutput
|
|
1261
1404
|
| DeleteThemeAliasCommandOutput
|
|
@@ -1272,6 +1415,8 @@ export type ServiceOutputTypes =
|
|
|
1272
1415
|
| DescribeAccountSubscriptionCommandOutput
|
|
1273
1416
|
| DescribeActionConnectorCommandOutput
|
|
1274
1417
|
| DescribeActionConnectorPermissionsCommandOutput
|
|
1418
|
+
| DescribeAgentCommandOutput
|
|
1419
|
+
| DescribeAgentPermissionsCommandOutput
|
|
1275
1420
|
| DescribeAnalysisCommandOutput
|
|
1276
1421
|
| DescribeAnalysisDefinitionCommandOutput
|
|
1277
1422
|
| DescribeAnalysisPermissionsCommandOutput
|
|
@@ -1294,6 +1439,7 @@ export type ServiceOutputTypes =
|
|
|
1294
1439
|
| DescribeDataSourceCommandOutput
|
|
1295
1440
|
| DescribeDataSourcePermissionsCommandOutput
|
|
1296
1441
|
| DescribeDefaultQBusinessApplicationCommandOutput
|
|
1442
|
+
| DescribeFlowCommandOutput
|
|
1297
1443
|
| DescribeFolderCommandOutput
|
|
1298
1444
|
| DescribeFolderPermissionsCommandOutput
|
|
1299
1445
|
| DescribeFolderResolvedPermissionsCommandOutput
|
|
@@ -1304,11 +1450,14 @@ export type ServiceOutputTypes =
|
|
|
1304
1450
|
| DescribeIpRestrictionCommandOutput
|
|
1305
1451
|
| DescribeKeyRegistrationCommandOutput
|
|
1306
1452
|
| DescribeNamespaceCommandOutput
|
|
1453
|
+
| DescribeOAuthClientApplicationCommandOutput
|
|
1307
1454
|
| DescribeQPersonalizationConfigurationCommandOutput
|
|
1308
1455
|
| DescribeQuickSightQSearchConfigurationCommandOutput
|
|
1309
1456
|
| DescribeRefreshScheduleCommandOutput
|
|
1310
1457
|
| DescribeRoleCustomPermissionCommandOutput
|
|
1311
1458
|
| DescribeSelfUpgradeConfigurationCommandOutput
|
|
1459
|
+
| DescribeSpaceCommandOutput
|
|
1460
|
+
| DescribeSpacePermissionsCommandOutput
|
|
1312
1461
|
| DescribeTemplateAliasCommandOutput
|
|
1313
1462
|
| DescribeTemplateCommandOutput
|
|
1314
1463
|
| DescribeTemplateDefinitionCommandOutput
|
|
@@ -1331,6 +1480,7 @@ export type ServiceOutputTypes =
|
|
|
1331
1480
|
| GetIdentityContextCommandOutput
|
|
1332
1481
|
| GetSessionEmbedUrlCommandOutput
|
|
1333
1482
|
| ListActionConnectorsCommandOutput
|
|
1483
|
+
| ListAgentsCommandOutput
|
|
1334
1484
|
| ListAnalysesCommandOutput
|
|
1335
1485
|
| ListAssetBundleExportJobsCommandOutput
|
|
1336
1486
|
| ListAssetBundleImportJobsCommandOutput
|
|
@@ -1351,9 +1501,12 @@ export type ServiceOutputTypes =
|
|
|
1351
1501
|
| ListIdentityPropagationConfigsCommandOutput
|
|
1352
1502
|
| ListIngestionsCommandOutput
|
|
1353
1503
|
| ListNamespacesCommandOutput
|
|
1504
|
+
| ListOAuthClientApplicationsCommandOutput
|
|
1354
1505
|
| ListRefreshSchedulesCommandOutput
|
|
1355
1506
|
| ListRoleMembershipsCommandOutput
|
|
1356
1507
|
| ListSelfUpgradesCommandOutput
|
|
1508
|
+
| ListSpaceResourcesCommandOutput
|
|
1509
|
+
| ListSpacesCommandOutput
|
|
1357
1510
|
| ListTagsForResourceCommandOutput
|
|
1358
1511
|
| ListTemplateAliasesCommandOutput
|
|
1359
1512
|
| ListTemplateVersionsCommandOutput
|
|
@@ -1372,6 +1525,7 @@ export type ServiceOutputTypes =
|
|
|
1372
1525
|
| RegisterUserCommandOutput
|
|
1373
1526
|
| RestoreAnalysisCommandOutput
|
|
1374
1527
|
| SearchActionConnectorsCommandOutput
|
|
1528
|
+
| SearchAgentsCommandOutput
|
|
1375
1529
|
| SearchAnalysesCommandOutput
|
|
1376
1530
|
| SearchDashboardsCommandOutput
|
|
1377
1531
|
| SearchDataSetsCommandOutput
|
|
@@ -1379,6 +1533,7 @@ export type ServiceOutputTypes =
|
|
|
1379
1533
|
| SearchFlowsCommandOutput
|
|
1380
1534
|
| SearchFoldersCommandOutput
|
|
1381
1535
|
| SearchGroupsCommandOutput
|
|
1536
|
+
| SearchSpacesCommandOutput
|
|
1382
1537
|
| SearchTopicsCommandOutput
|
|
1383
1538
|
| StartAssetBundleExportJobCommandOutput
|
|
1384
1539
|
| StartAssetBundleImportJobCommandOutput
|
|
@@ -1392,6 +1547,8 @@ export type ServiceOutputTypes =
|
|
|
1392
1547
|
| UpdateAccountSettingsCommandOutput
|
|
1393
1548
|
| UpdateActionConnectorCommandOutput
|
|
1394
1549
|
| UpdateActionConnectorPermissionsCommandOutput
|
|
1550
|
+
| UpdateAgentCommandOutput
|
|
1551
|
+
| UpdateAgentPermissionsCommandOutput
|
|
1395
1552
|
| UpdateAnalysisCommandOutput
|
|
1396
1553
|
| UpdateAnalysisPermissionsCommandOutput
|
|
1397
1554
|
| UpdateApplicationWithTokenExchangeGrantCommandOutput
|
|
@@ -1409,6 +1566,7 @@ export type ServiceOutputTypes =
|
|
|
1409
1566
|
| UpdateDataSourceCommandOutput
|
|
1410
1567
|
| UpdateDataSourcePermissionsCommandOutput
|
|
1411
1568
|
| UpdateDefaultQBusinessApplicationCommandOutput
|
|
1569
|
+
| UpdateFlowCommandOutput
|
|
1412
1570
|
| UpdateFlowPermissionsCommandOutput
|
|
1413
1571
|
| UpdateFolderCommandOutput
|
|
1414
1572
|
| UpdateFolderPermissionsCommandOutput
|
|
@@ -1417,6 +1575,7 @@ export type ServiceOutputTypes =
|
|
|
1417
1575
|
| UpdateIdentityPropagationConfigCommandOutput
|
|
1418
1576
|
| UpdateIpRestrictionCommandOutput
|
|
1419
1577
|
| UpdateKeyRegistrationCommandOutput
|
|
1578
|
+
| UpdateOAuthClientApplicationCommandOutput
|
|
1420
1579
|
| UpdatePublicSharingSettingsCommandOutput
|
|
1421
1580
|
| UpdateQPersonalizationConfigurationCommandOutput
|
|
1422
1581
|
| UpdateQuickSightQSearchConfigurationCommandOutput
|
|
@@ -1425,6 +1584,9 @@ export type ServiceOutputTypes =
|
|
|
1425
1584
|
| UpdateSPICECapacityConfigurationCommandOutput
|
|
1426
1585
|
| UpdateSelfUpgradeCommandOutput
|
|
1427
1586
|
| UpdateSelfUpgradeConfigurationCommandOutput
|
|
1587
|
+
| UpdateSpaceCommandOutput
|
|
1588
|
+
| UpdateSpacePermissionsCommandOutput
|
|
1589
|
+
| UpdateSpaceResourcesCommandOutput
|
|
1428
1590
|
| UpdateTemplateAliasCommandOutput
|
|
1429
1591
|
| UpdateTemplateCommandOutput
|
|
1430
1592
|
| UpdateTemplatePermissionsCommandOutput
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateAgentRequest, CreateAgentResponse } from "../models/models_2";
|
|
4
|
+
import {
|
|
5
|
+
QuickSightClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QuickSightClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateAgentCommandInput extends CreateAgentRequest {}
|
|
12
|
+
export interface CreateAgentCommandOutput
|
|
13
|
+
extends CreateAgentResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CreateAgentCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateAgentCommandInput
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
CreateAgentCommandInput,
|
|
20
|
+
CreateAgentCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CreateAgentCommandInput
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
|
+
CreateAgentCommandInput,
|
|
29
|
+
CreateAgentCommandOutput,
|
|
30
|
+
QuickSightClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare class CreateAgentCommand extends CreateAgentCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: CreateAgentRequest;
|
|
42
|
+
output: CreateAgentResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: CreateAgentCommandInput;
|
|
46
|
+
output: CreateAgentCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_3";
|
|
4
|
+
import {
|
|
5
|
+
QuickSightClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QuickSightClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateFlowCommandInput extends CreateFlowRequest {}
|
|
12
|
+
export interface CreateFlowCommandOutput
|
|
13
|
+
extends CreateFlowResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CreateFlowCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateFlowCommandInput
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
CreateFlowCommandInput,
|
|
20
|
+
CreateFlowCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CreateFlowCommandInput
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
|
+
CreateFlowCommandInput,
|
|
29
|
+
CreateFlowCommandOutput,
|
|
30
|
+
QuickSightClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: CreateFlowRequest;
|
|
42
|
+
output: CreateFlowResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: CreateFlowCommandInput;
|
|
46
|
+
output: CreateFlowCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateOAuthClientApplicationRequest,
|
|
5
|
+
CreateOAuthClientApplicationResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateOAuthClientApplicationCommandInput
|
|
15
|
+
extends CreateOAuthClientApplicationRequest {}
|
|
16
|
+
export interface CreateOAuthClientApplicationCommandOutput
|
|
17
|
+
extends CreateOAuthClientApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateOAuthClientApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateOAuthClientApplicationCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateOAuthClientApplicationCommandInput,
|
|
24
|
+
CreateOAuthClientApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateOAuthClientApplicationCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreateOAuthClientApplicationCommandInput,
|
|
33
|
+
CreateOAuthClientApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreateOAuthClientApplicationCommand extends CreateOAuthClientApplicationCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateOAuthClientApplicationRequest;
|
|
46
|
+
output: CreateOAuthClientApplicationResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateOAuthClientApplicationCommandInput;
|
|
50
|
+
output: CreateOAuthClientApplicationCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|