@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
package/dist-cjs/index.js
CHANGED
|
@@ -180,6 +180,18 @@ class CreateActionConnectorCommand extends client.Command
|
|
|
180
180
|
.build() {
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
+
class CreateAgentCommand extends client.Command
|
|
184
|
+
.classBuilder()
|
|
185
|
+
.ep(commonParams)
|
|
186
|
+
.m(function (Command, cs, config, o) {
|
|
187
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
188
|
+
})
|
|
189
|
+
.s("QuickSight_20180401", "CreateAgent", {})
|
|
190
|
+
.n("QuickSightClient", "CreateAgentCommand")
|
|
191
|
+
.sc(schemas_0.CreateAgent$)
|
|
192
|
+
.build() {
|
|
193
|
+
}
|
|
194
|
+
|
|
183
195
|
class CreateAnalysisCommand extends client.Command
|
|
184
196
|
.classBuilder()
|
|
185
197
|
.ep(commonParams)
|
|
@@ -252,6 +264,18 @@ class CreateDataSourceCommand extends client.Command
|
|
|
252
264
|
.build() {
|
|
253
265
|
}
|
|
254
266
|
|
|
267
|
+
class CreateFlowCommand extends client.Command
|
|
268
|
+
.classBuilder()
|
|
269
|
+
.ep(commonParams)
|
|
270
|
+
.m(function (Command, cs, config, o) {
|
|
271
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
272
|
+
})
|
|
273
|
+
.s("QuickSight_20180401", "CreateFlow", {})
|
|
274
|
+
.n("QuickSightClient", "CreateFlowCommand")
|
|
275
|
+
.sc(schemas_0.CreateFlow$)
|
|
276
|
+
.build() {
|
|
277
|
+
}
|
|
278
|
+
|
|
255
279
|
class CreateFolderCommand extends client.Command
|
|
256
280
|
.classBuilder()
|
|
257
281
|
.ep(commonParams)
|
|
@@ -336,6 +360,18 @@ class CreateNamespaceCommand extends client.Command
|
|
|
336
360
|
.build() {
|
|
337
361
|
}
|
|
338
362
|
|
|
363
|
+
class CreateOAuthClientApplicationCommand extends client.Command
|
|
364
|
+
.classBuilder()
|
|
365
|
+
.ep(commonParams)
|
|
366
|
+
.m(function (Command, cs, config, o) {
|
|
367
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
368
|
+
})
|
|
369
|
+
.s("QuickSight_20180401", "CreateOAuthClientApplication", {})
|
|
370
|
+
.n("QuickSightClient", "CreateOAuthClientApplicationCommand")
|
|
371
|
+
.sc(schemas_0.CreateOAuthClientApplication$)
|
|
372
|
+
.build() {
|
|
373
|
+
}
|
|
374
|
+
|
|
339
375
|
class CreateRefreshScheduleCommand extends client.Command
|
|
340
376
|
.classBuilder()
|
|
341
377
|
.ep(commonParams)
|
|
@@ -360,6 +396,18 @@ class CreateRoleMembershipCommand extends client.Command
|
|
|
360
396
|
.build() {
|
|
361
397
|
}
|
|
362
398
|
|
|
399
|
+
class CreateSpaceCommand extends client.Command
|
|
400
|
+
.classBuilder()
|
|
401
|
+
.ep(commonParams)
|
|
402
|
+
.m(function (Command, cs, config, o) {
|
|
403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
404
|
+
})
|
|
405
|
+
.s("QuickSight_20180401", "CreateSpace", {})
|
|
406
|
+
.n("QuickSightClient", "CreateSpaceCommand")
|
|
407
|
+
.sc(schemas_0.CreateSpace$)
|
|
408
|
+
.build() {
|
|
409
|
+
}
|
|
410
|
+
|
|
363
411
|
class CreateTemplateAliasCommand extends client.Command
|
|
364
412
|
.classBuilder()
|
|
365
413
|
.ep(commonParams)
|
|
@@ -492,6 +540,18 @@ class DeleteActionConnectorCommand extends client.Command
|
|
|
492
540
|
.build() {
|
|
493
541
|
}
|
|
494
542
|
|
|
543
|
+
class DeleteAgentCommand extends client.Command
|
|
544
|
+
.classBuilder()
|
|
545
|
+
.ep(commonParams)
|
|
546
|
+
.m(function (Command, cs, config, o) {
|
|
547
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
548
|
+
})
|
|
549
|
+
.s("QuickSight_20180401", "DeleteAgent", {})
|
|
550
|
+
.n("QuickSightClient", "DeleteAgentCommand")
|
|
551
|
+
.sc(schemas_0.DeleteAgent$)
|
|
552
|
+
.build() {
|
|
553
|
+
}
|
|
554
|
+
|
|
495
555
|
class DeleteAnalysisCommand extends client.Command
|
|
496
556
|
.classBuilder()
|
|
497
557
|
.ep(commonParams)
|
|
@@ -600,6 +660,18 @@ class DeleteDefaultQBusinessApplicationCommand extends client.Command
|
|
|
600
660
|
.build() {
|
|
601
661
|
}
|
|
602
662
|
|
|
663
|
+
class DeleteFlowCommand extends client.Command
|
|
664
|
+
.classBuilder()
|
|
665
|
+
.ep(commonParams)
|
|
666
|
+
.m(function (Command, cs, config, o) {
|
|
667
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
668
|
+
})
|
|
669
|
+
.s("QuickSight_20180401", "DeleteFlow", {})
|
|
670
|
+
.n("QuickSightClient", "DeleteFlowCommand")
|
|
671
|
+
.sc(schemas_0.DeleteFlow$)
|
|
672
|
+
.build() {
|
|
673
|
+
}
|
|
674
|
+
|
|
603
675
|
class DeleteFolderCommand extends client.Command
|
|
604
676
|
.classBuilder()
|
|
605
677
|
.ep(commonParams)
|
|
@@ -684,6 +756,18 @@ class DeleteNamespaceCommand extends client.Command
|
|
|
684
756
|
.build() {
|
|
685
757
|
}
|
|
686
758
|
|
|
759
|
+
class DeleteOAuthClientApplicationCommand extends client.Command
|
|
760
|
+
.classBuilder()
|
|
761
|
+
.ep(commonParams)
|
|
762
|
+
.m(function (Command, cs, config, o) {
|
|
763
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
764
|
+
})
|
|
765
|
+
.s("QuickSight_20180401", "DeleteOAuthClientApplication", {})
|
|
766
|
+
.n("QuickSightClient", "DeleteOAuthClientApplicationCommand")
|
|
767
|
+
.sc(schemas_0.DeleteOAuthClientApplication$)
|
|
768
|
+
.build() {
|
|
769
|
+
}
|
|
770
|
+
|
|
687
771
|
class DeleteRefreshScheduleCommand extends client.Command
|
|
688
772
|
.classBuilder()
|
|
689
773
|
.ep(commonParams)
|
|
@@ -720,6 +804,18 @@ class DeleteRoleMembershipCommand extends client.Command
|
|
|
720
804
|
.build() {
|
|
721
805
|
}
|
|
722
806
|
|
|
807
|
+
class DeleteSpaceCommand extends client.Command
|
|
808
|
+
.classBuilder()
|
|
809
|
+
.ep(commonParams)
|
|
810
|
+
.m(function (Command, cs, config, o) {
|
|
811
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
812
|
+
})
|
|
813
|
+
.s("QuickSight_20180401", "DeleteSpace", {})
|
|
814
|
+
.n("QuickSightClient", "DeleteSpaceCommand")
|
|
815
|
+
.sc(schemas_0.DeleteSpace$)
|
|
816
|
+
.build() {
|
|
817
|
+
}
|
|
818
|
+
|
|
723
819
|
class DeleteTemplateAliasCommand extends client.Command
|
|
724
820
|
.classBuilder()
|
|
725
821
|
.ep(commonParams)
|
|
@@ -912,6 +1008,30 @@ class DescribeActionConnectorPermissionsCommand extends client.Command
|
|
|
912
1008
|
.build() {
|
|
913
1009
|
}
|
|
914
1010
|
|
|
1011
|
+
class DescribeAgentCommand extends client.Command
|
|
1012
|
+
.classBuilder()
|
|
1013
|
+
.ep(commonParams)
|
|
1014
|
+
.m(function (Command, cs, config, o) {
|
|
1015
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1016
|
+
})
|
|
1017
|
+
.s("QuickSight_20180401", "DescribeAgent", {})
|
|
1018
|
+
.n("QuickSightClient", "DescribeAgentCommand")
|
|
1019
|
+
.sc(schemas_0.DescribeAgent$)
|
|
1020
|
+
.build() {
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
class DescribeAgentPermissionsCommand extends client.Command
|
|
1024
|
+
.classBuilder()
|
|
1025
|
+
.ep(commonParams)
|
|
1026
|
+
.m(function (Command, cs, config, o) {
|
|
1027
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1028
|
+
})
|
|
1029
|
+
.s("QuickSight_20180401", "DescribeAgentPermissions", {})
|
|
1030
|
+
.n("QuickSightClient", "DescribeAgentPermissionsCommand")
|
|
1031
|
+
.sc(schemas_0.DescribeAgentPermissions$)
|
|
1032
|
+
.build() {
|
|
1033
|
+
}
|
|
1034
|
+
|
|
915
1035
|
class DescribeAnalysisCommand extends client.Command
|
|
916
1036
|
.classBuilder()
|
|
917
1037
|
.ep(commonParams)
|
|
@@ -1176,6 +1296,18 @@ class DescribeDefaultQBusinessApplicationCommand extends client.Command
|
|
|
1176
1296
|
.build() {
|
|
1177
1297
|
}
|
|
1178
1298
|
|
|
1299
|
+
class DescribeFlowCommand extends client.Command
|
|
1300
|
+
.classBuilder()
|
|
1301
|
+
.ep(commonParams)
|
|
1302
|
+
.m(function (Command, cs, config, o) {
|
|
1303
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1304
|
+
})
|
|
1305
|
+
.s("QuickSight_20180401", "DescribeFlow", {})
|
|
1306
|
+
.n("QuickSightClient", "DescribeFlowCommand")
|
|
1307
|
+
.sc(schemas_0.DescribeFlow$)
|
|
1308
|
+
.build() {
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1179
1311
|
class DescribeFolderCommand extends client.Command
|
|
1180
1312
|
.classBuilder()
|
|
1181
1313
|
.ep(commonParams)
|
|
@@ -1296,6 +1428,18 @@ class DescribeNamespaceCommand extends client.Command
|
|
|
1296
1428
|
.build() {
|
|
1297
1429
|
}
|
|
1298
1430
|
|
|
1431
|
+
class DescribeOAuthClientApplicationCommand extends client.Command
|
|
1432
|
+
.classBuilder()
|
|
1433
|
+
.ep(commonParams)
|
|
1434
|
+
.m(function (Command, cs, config, o) {
|
|
1435
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1436
|
+
})
|
|
1437
|
+
.s("QuickSight_20180401", "DescribeOAuthClientApplication", {})
|
|
1438
|
+
.n("QuickSightClient", "DescribeOAuthClientApplicationCommand")
|
|
1439
|
+
.sc(schemas_0.DescribeOAuthClientApplication$)
|
|
1440
|
+
.build() {
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1299
1443
|
class DescribeQPersonalizationConfigurationCommand extends client.Command
|
|
1300
1444
|
.classBuilder()
|
|
1301
1445
|
.ep(commonParams)
|
|
@@ -1356,6 +1500,30 @@ class DescribeSelfUpgradeConfigurationCommand extends client.Command
|
|
|
1356
1500
|
.build() {
|
|
1357
1501
|
}
|
|
1358
1502
|
|
|
1503
|
+
class DescribeSpaceCommand extends client.Command
|
|
1504
|
+
.classBuilder()
|
|
1505
|
+
.ep(commonParams)
|
|
1506
|
+
.m(function (Command, cs, config, o) {
|
|
1507
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1508
|
+
})
|
|
1509
|
+
.s("QuickSight_20180401", "DescribeSpace", {})
|
|
1510
|
+
.n("QuickSightClient", "DescribeSpaceCommand")
|
|
1511
|
+
.sc(schemas_0.DescribeSpace$)
|
|
1512
|
+
.build() {
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
class DescribeSpacePermissionsCommand extends client.Command
|
|
1516
|
+
.classBuilder()
|
|
1517
|
+
.ep(commonParams)
|
|
1518
|
+
.m(function (Command, cs, config, o) {
|
|
1519
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1520
|
+
})
|
|
1521
|
+
.s("QuickSight_20180401", "DescribeSpacePermissions", {})
|
|
1522
|
+
.n("QuickSightClient", "DescribeSpacePermissionsCommand")
|
|
1523
|
+
.sc(schemas_0.DescribeSpacePermissions$)
|
|
1524
|
+
.build() {
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1359
1527
|
class DescribeTemplateAliasCommand extends client.Command
|
|
1360
1528
|
.classBuilder()
|
|
1361
1529
|
.ep(commonParams)
|
|
@@ -1620,6 +1788,18 @@ class ListActionConnectorsCommand extends client.Command
|
|
|
1620
1788
|
.build() {
|
|
1621
1789
|
}
|
|
1622
1790
|
|
|
1791
|
+
class ListAgentsCommand extends client.Command
|
|
1792
|
+
.classBuilder()
|
|
1793
|
+
.ep(commonParams)
|
|
1794
|
+
.m(function (Command, cs, config, o) {
|
|
1795
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1796
|
+
})
|
|
1797
|
+
.s("QuickSight_20180401", "ListAgents", {})
|
|
1798
|
+
.n("QuickSightClient", "ListAgentsCommand")
|
|
1799
|
+
.sc(schemas_0.ListAgents$)
|
|
1800
|
+
.build() {
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1623
1803
|
class ListAnalysesCommand extends client.Command
|
|
1624
1804
|
.classBuilder()
|
|
1625
1805
|
.ep(commonParams)
|
|
@@ -1860,6 +2040,18 @@ class ListNamespacesCommand extends client.Command
|
|
|
1860
2040
|
.build() {
|
|
1861
2041
|
}
|
|
1862
2042
|
|
|
2043
|
+
class ListOAuthClientApplicationsCommand extends client.Command
|
|
2044
|
+
.classBuilder()
|
|
2045
|
+
.ep(commonParams)
|
|
2046
|
+
.m(function (Command, cs, config, o) {
|
|
2047
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2048
|
+
})
|
|
2049
|
+
.s("QuickSight_20180401", "ListOAuthClientApplications", {})
|
|
2050
|
+
.n("QuickSightClient", "ListOAuthClientApplicationsCommand")
|
|
2051
|
+
.sc(schemas_0.ListOAuthClientApplications$)
|
|
2052
|
+
.build() {
|
|
2053
|
+
}
|
|
2054
|
+
|
|
1863
2055
|
class ListRefreshSchedulesCommand extends client.Command
|
|
1864
2056
|
.classBuilder()
|
|
1865
2057
|
.ep(commonParams)
|
|
@@ -1896,6 +2088,30 @@ class ListSelfUpgradesCommand extends client.Command
|
|
|
1896
2088
|
.build() {
|
|
1897
2089
|
}
|
|
1898
2090
|
|
|
2091
|
+
class ListSpaceResourcesCommand extends client.Command
|
|
2092
|
+
.classBuilder()
|
|
2093
|
+
.ep(commonParams)
|
|
2094
|
+
.m(function (Command, cs, config, o) {
|
|
2095
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2096
|
+
})
|
|
2097
|
+
.s("QuickSight_20180401", "ListSpaceResources", {})
|
|
2098
|
+
.n("QuickSightClient", "ListSpaceResourcesCommand")
|
|
2099
|
+
.sc(schemas_0.ListSpaceResources$)
|
|
2100
|
+
.build() {
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
class ListSpacesCommand extends client.Command
|
|
2104
|
+
.classBuilder()
|
|
2105
|
+
.ep(commonParams)
|
|
2106
|
+
.m(function (Command, cs, config, o) {
|
|
2107
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2108
|
+
})
|
|
2109
|
+
.s("QuickSight_20180401", "ListSpaces", {})
|
|
2110
|
+
.n("QuickSightClient", "ListSpacesCommand")
|
|
2111
|
+
.sc(schemas_0.ListSpaces$)
|
|
2112
|
+
.build() {
|
|
2113
|
+
}
|
|
2114
|
+
|
|
1899
2115
|
class ListTagsForResourceCommand extends client.Command
|
|
1900
2116
|
.classBuilder()
|
|
1901
2117
|
.ep(commonParams)
|
|
@@ -2112,6 +2328,18 @@ class SearchActionConnectorsCommand extends client.Command
|
|
|
2112
2328
|
.build() {
|
|
2113
2329
|
}
|
|
2114
2330
|
|
|
2331
|
+
class SearchAgentsCommand extends client.Command
|
|
2332
|
+
.classBuilder()
|
|
2333
|
+
.ep(commonParams)
|
|
2334
|
+
.m(function (Command, cs, config, o) {
|
|
2335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2336
|
+
})
|
|
2337
|
+
.s("QuickSight_20180401", "SearchAgents", {})
|
|
2338
|
+
.n("QuickSightClient", "SearchAgentsCommand")
|
|
2339
|
+
.sc(schemas_0.SearchAgents$)
|
|
2340
|
+
.build() {
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2115
2343
|
class SearchAnalysesCommand extends client.Command
|
|
2116
2344
|
.classBuilder()
|
|
2117
2345
|
.ep(commonParams)
|
|
@@ -2196,6 +2424,18 @@ class SearchGroupsCommand extends client.Command
|
|
|
2196
2424
|
.build() {
|
|
2197
2425
|
}
|
|
2198
2426
|
|
|
2427
|
+
class SearchSpacesCommand extends client.Command
|
|
2428
|
+
.classBuilder()
|
|
2429
|
+
.ep(commonParams)
|
|
2430
|
+
.m(function (Command, cs, config, o) {
|
|
2431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2432
|
+
})
|
|
2433
|
+
.s("QuickSight_20180401", "SearchSpaces", {})
|
|
2434
|
+
.n("QuickSightClient", "SearchSpacesCommand")
|
|
2435
|
+
.sc(schemas_0.SearchSpaces$)
|
|
2436
|
+
.build() {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2199
2439
|
class SearchTopicsCommand extends client.Command
|
|
2200
2440
|
.classBuilder()
|
|
2201
2441
|
.ep(commonParams)
|
|
@@ -2352,6 +2592,30 @@ class UpdateActionConnectorPermissionsCommand extends client.Command
|
|
|
2352
2592
|
.build() {
|
|
2353
2593
|
}
|
|
2354
2594
|
|
|
2595
|
+
class UpdateAgentCommand extends client.Command
|
|
2596
|
+
.classBuilder()
|
|
2597
|
+
.ep(commonParams)
|
|
2598
|
+
.m(function (Command, cs, config, o) {
|
|
2599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2600
|
+
})
|
|
2601
|
+
.s("QuickSight_20180401", "UpdateAgent", {})
|
|
2602
|
+
.n("QuickSightClient", "UpdateAgentCommand")
|
|
2603
|
+
.sc(schemas_0.UpdateAgent$)
|
|
2604
|
+
.build() {
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
class UpdateAgentPermissionsCommand extends client.Command
|
|
2608
|
+
.classBuilder()
|
|
2609
|
+
.ep(commonParams)
|
|
2610
|
+
.m(function (Command, cs, config, o) {
|
|
2611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2612
|
+
})
|
|
2613
|
+
.s("QuickSight_20180401", "UpdateAgentPermissions", {})
|
|
2614
|
+
.n("QuickSightClient", "UpdateAgentPermissionsCommand")
|
|
2615
|
+
.sc(schemas_0.UpdateAgentPermissions$)
|
|
2616
|
+
.build() {
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2355
2619
|
class UpdateAnalysisCommand extends client.Command
|
|
2356
2620
|
.classBuilder()
|
|
2357
2621
|
.ep(commonParams)
|
|
@@ -2556,6 +2820,18 @@ class UpdateDefaultQBusinessApplicationCommand extends client.Command
|
|
|
2556
2820
|
.build() {
|
|
2557
2821
|
}
|
|
2558
2822
|
|
|
2823
|
+
class UpdateFlowCommand extends client.Command
|
|
2824
|
+
.classBuilder()
|
|
2825
|
+
.ep(commonParams)
|
|
2826
|
+
.m(function (Command, cs, config, o) {
|
|
2827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2828
|
+
})
|
|
2829
|
+
.s("QuickSight_20180401", "UpdateFlow", {})
|
|
2830
|
+
.n("QuickSightClient", "UpdateFlowCommand")
|
|
2831
|
+
.sc(schemas_0.UpdateFlow$)
|
|
2832
|
+
.build() {
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2559
2835
|
class UpdateFlowPermissionsCommand extends client.Command
|
|
2560
2836
|
.classBuilder()
|
|
2561
2837
|
.ep(commonParams)
|
|
@@ -2652,6 +2928,18 @@ class UpdateKeyRegistrationCommand extends client.Command
|
|
|
2652
2928
|
.build() {
|
|
2653
2929
|
}
|
|
2654
2930
|
|
|
2931
|
+
class UpdateOAuthClientApplicationCommand extends client.Command
|
|
2932
|
+
.classBuilder()
|
|
2933
|
+
.ep(commonParams)
|
|
2934
|
+
.m(function (Command, cs, config, o) {
|
|
2935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2936
|
+
})
|
|
2937
|
+
.s("QuickSight_20180401", "UpdateOAuthClientApplication", {})
|
|
2938
|
+
.n("QuickSightClient", "UpdateOAuthClientApplicationCommand")
|
|
2939
|
+
.sc(schemas_0.UpdateOAuthClientApplication$)
|
|
2940
|
+
.build() {
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2655
2943
|
class UpdatePublicSharingSettingsCommand extends client.Command
|
|
2656
2944
|
.classBuilder()
|
|
2657
2945
|
.ep(commonParams)
|
|
@@ -2736,6 +3024,42 @@ class UpdateSelfUpgradeConfigurationCommand extends client.Command
|
|
|
2736
3024
|
.build() {
|
|
2737
3025
|
}
|
|
2738
3026
|
|
|
3027
|
+
class UpdateSpaceCommand extends client.Command
|
|
3028
|
+
.classBuilder()
|
|
3029
|
+
.ep(commonParams)
|
|
3030
|
+
.m(function (Command, cs, config, o) {
|
|
3031
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3032
|
+
})
|
|
3033
|
+
.s("QuickSight_20180401", "UpdateSpace", {})
|
|
3034
|
+
.n("QuickSightClient", "UpdateSpaceCommand")
|
|
3035
|
+
.sc(schemas_0.UpdateSpace$)
|
|
3036
|
+
.build() {
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
class UpdateSpacePermissionsCommand extends client.Command
|
|
3040
|
+
.classBuilder()
|
|
3041
|
+
.ep(commonParams)
|
|
3042
|
+
.m(function (Command, cs, config, o) {
|
|
3043
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3044
|
+
})
|
|
3045
|
+
.s("QuickSight_20180401", "UpdateSpacePermissions", {})
|
|
3046
|
+
.n("QuickSightClient", "UpdateSpacePermissionsCommand")
|
|
3047
|
+
.sc(schemas_0.UpdateSpacePermissions$)
|
|
3048
|
+
.build() {
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
class UpdateSpaceResourcesCommand extends client.Command
|
|
3052
|
+
.classBuilder()
|
|
3053
|
+
.ep(commonParams)
|
|
3054
|
+
.m(function (Command, cs, config, o) {
|
|
3055
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3056
|
+
})
|
|
3057
|
+
.s("QuickSight_20180401", "UpdateSpaceResources", {})
|
|
3058
|
+
.n("QuickSightClient", "UpdateSpaceResourcesCommand")
|
|
3059
|
+
.sc(schemas_0.UpdateSpaceResources$)
|
|
3060
|
+
.build() {
|
|
3061
|
+
}
|
|
3062
|
+
|
|
2739
3063
|
class UpdateSPICECapacityConfigurationCommand extends client.Command
|
|
2740
3064
|
.classBuilder()
|
|
2741
3065
|
.ep(commonParams)
|
|
@@ -2936,6 +3260,8 @@ const paginateListIngestions = core.createPaginator(QuickSightClient, ListIngest
|
|
|
2936
3260
|
|
|
2937
3261
|
const paginateListNamespaces = core.createPaginator(QuickSightClient, ListNamespacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2938
3262
|
|
|
3263
|
+
const paginateListOAuthClientApplications = core.createPaginator(QuickSightClient, ListOAuthClientApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3264
|
+
|
|
2939
3265
|
const paginateListRoleMemberships = core.createPaginator(QuickSightClient, ListRoleMembershipsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2940
3266
|
|
|
2941
3267
|
const paginateListTemplateAliases = core.createPaginator(QuickSightClient, ListTemplateAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2981,12 +3307,14 @@ const commands = {
|
|
|
2981
3307
|
CreateAccountCustomizationCommand,
|
|
2982
3308
|
CreateAccountSubscriptionCommand,
|
|
2983
3309
|
CreateActionConnectorCommand,
|
|
3310
|
+
CreateAgentCommand,
|
|
2984
3311
|
CreateAnalysisCommand,
|
|
2985
3312
|
CreateBrandCommand,
|
|
2986
3313
|
CreateCustomPermissionsCommand,
|
|
2987
3314
|
CreateDashboardCommand,
|
|
2988
3315
|
CreateDataSetCommand,
|
|
2989
3316
|
CreateDataSourceCommand,
|
|
3317
|
+
CreateFlowCommand,
|
|
2990
3318
|
CreateFolderCommand,
|
|
2991
3319
|
CreateFolderMembershipCommand,
|
|
2992
3320
|
CreateGroupCommand,
|
|
@@ -2994,8 +3322,10 @@ const commands = {
|
|
|
2994
3322
|
CreateIAMPolicyAssignmentCommand,
|
|
2995
3323
|
CreateIngestionCommand,
|
|
2996
3324
|
CreateNamespaceCommand,
|
|
3325
|
+
CreateOAuthClientApplicationCommand,
|
|
2997
3326
|
CreateRefreshScheduleCommand,
|
|
2998
3327
|
CreateRoleMembershipCommand,
|
|
3328
|
+
CreateSpaceCommand,
|
|
2999
3329
|
CreateTemplateCommand,
|
|
3000
3330
|
CreateTemplateAliasCommand,
|
|
3001
3331
|
CreateThemeCommand,
|
|
@@ -3007,6 +3337,7 @@ const commands = {
|
|
|
3007
3337
|
DeleteAccountCustomPermissionCommand,
|
|
3008
3338
|
DeleteAccountSubscriptionCommand,
|
|
3009
3339
|
DeleteActionConnectorCommand,
|
|
3340
|
+
DeleteAgentCommand,
|
|
3010
3341
|
DeleteAnalysisCommand,
|
|
3011
3342
|
DeleteBrandCommand,
|
|
3012
3343
|
DeleteBrandAssignmentCommand,
|
|
@@ -3016,6 +3347,7 @@ const commands = {
|
|
|
3016
3347
|
DeleteDataSetRefreshPropertiesCommand,
|
|
3017
3348
|
DeleteDataSourceCommand,
|
|
3018
3349
|
DeleteDefaultQBusinessApplicationCommand,
|
|
3350
|
+
DeleteFlowCommand,
|
|
3019
3351
|
DeleteFolderCommand,
|
|
3020
3352
|
DeleteFolderMembershipCommand,
|
|
3021
3353
|
DeleteGroupCommand,
|
|
@@ -3023,9 +3355,11 @@ const commands = {
|
|
|
3023
3355
|
DeleteIAMPolicyAssignmentCommand,
|
|
3024
3356
|
DeleteIdentityPropagationConfigCommand,
|
|
3025
3357
|
DeleteNamespaceCommand,
|
|
3358
|
+
DeleteOAuthClientApplicationCommand,
|
|
3026
3359
|
DeleteRefreshScheduleCommand,
|
|
3027
3360
|
DeleteRoleCustomPermissionCommand,
|
|
3028
3361
|
DeleteRoleMembershipCommand,
|
|
3362
|
+
DeleteSpaceCommand,
|
|
3029
3363
|
DeleteTemplateCommand,
|
|
3030
3364
|
DeleteTemplateAliasCommand,
|
|
3031
3365
|
DeleteThemeCommand,
|
|
@@ -3042,6 +3376,8 @@ const commands = {
|
|
|
3042
3376
|
DescribeAccountSubscriptionCommand,
|
|
3043
3377
|
DescribeActionConnectorCommand,
|
|
3044
3378
|
DescribeActionConnectorPermissionsCommand,
|
|
3379
|
+
DescribeAgentCommand,
|
|
3380
|
+
DescribeAgentPermissionsCommand,
|
|
3045
3381
|
DescribeAnalysisCommand,
|
|
3046
3382
|
DescribeAnalysisDefinitionCommand,
|
|
3047
3383
|
DescribeAnalysisPermissionsCommand,
|
|
@@ -3064,6 +3400,7 @@ const commands = {
|
|
|
3064
3400
|
DescribeDataSourceCommand,
|
|
3065
3401
|
DescribeDataSourcePermissionsCommand,
|
|
3066
3402
|
DescribeDefaultQBusinessApplicationCommand,
|
|
3403
|
+
DescribeFlowCommand,
|
|
3067
3404
|
DescribeFolderCommand,
|
|
3068
3405
|
DescribeFolderPermissionsCommand,
|
|
3069
3406
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -3074,11 +3411,14 @@ const commands = {
|
|
|
3074
3411
|
DescribeIpRestrictionCommand,
|
|
3075
3412
|
DescribeKeyRegistrationCommand,
|
|
3076
3413
|
DescribeNamespaceCommand,
|
|
3414
|
+
DescribeOAuthClientApplicationCommand,
|
|
3077
3415
|
DescribeQPersonalizationConfigurationCommand,
|
|
3078
3416
|
DescribeQuickSightQSearchConfigurationCommand,
|
|
3079
3417
|
DescribeRefreshScheduleCommand,
|
|
3080
3418
|
DescribeRoleCustomPermissionCommand,
|
|
3081
3419
|
DescribeSelfUpgradeConfigurationCommand,
|
|
3420
|
+
DescribeSpaceCommand,
|
|
3421
|
+
DescribeSpacePermissionsCommand,
|
|
3082
3422
|
DescribeTemplateCommand,
|
|
3083
3423
|
DescribeTemplateAliasCommand,
|
|
3084
3424
|
DescribeTemplateDefinitionCommand,
|
|
@@ -3101,6 +3441,7 @@ const commands = {
|
|
|
3101
3441
|
GetIdentityContextCommand,
|
|
3102
3442
|
GetSessionEmbedUrlCommand,
|
|
3103
3443
|
ListActionConnectorsCommand,
|
|
3444
|
+
ListAgentsCommand,
|
|
3104
3445
|
ListAnalysesCommand,
|
|
3105
3446
|
ListAssetBundleExportJobsCommand,
|
|
3106
3447
|
ListAssetBundleImportJobsCommand,
|
|
@@ -3121,9 +3462,12 @@ const commands = {
|
|
|
3121
3462
|
ListIdentityPropagationConfigsCommand,
|
|
3122
3463
|
ListIngestionsCommand,
|
|
3123
3464
|
ListNamespacesCommand,
|
|
3465
|
+
ListOAuthClientApplicationsCommand,
|
|
3124
3466
|
ListRefreshSchedulesCommand,
|
|
3125
3467
|
ListRoleMembershipsCommand,
|
|
3126
3468
|
ListSelfUpgradesCommand,
|
|
3469
|
+
ListSpaceResourcesCommand,
|
|
3470
|
+
ListSpacesCommand,
|
|
3127
3471
|
ListTagsForResourceCommand,
|
|
3128
3472
|
ListTemplateAliasesCommand,
|
|
3129
3473
|
ListTemplatesCommand,
|
|
@@ -3142,6 +3486,7 @@ const commands = {
|
|
|
3142
3486
|
RegisterUserCommand,
|
|
3143
3487
|
RestoreAnalysisCommand,
|
|
3144
3488
|
SearchActionConnectorsCommand,
|
|
3489
|
+
SearchAgentsCommand,
|
|
3145
3490
|
SearchAnalysesCommand,
|
|
3146
3491
|
SearchDashboardsCommand,
|
|
3147
3492
|
SearchDataSetsCommand,
|
|
@@ -3149,6 +3494,7 @@ const commands = {
|
|
|
3149
3494
|
SearchFlowsCommand,
|
|
3150
3495
|
SearchFoldersCommand,
|
|
3151
3496
|
SearchGroupsCommand,
|
|
3497
|
+
SearchSpacesCommand,
|
|
3152
3498
|
SearchTopicsCommand,
|
|
3153
3499
|
StartAssetBundleExportJobCommand,
|
|
3154
3500
|
StartAssetBundleImportJobCommand,
|
|
@@ -3162,6 +3508,8 @@ const commands = {
|
|
|
3162
3508
|
UpdateAccountSettingsCommand,
|
|
3163
3509
|
UpdateActionConnectorCommand,
|
|
3164
3510
|
UpdateActionConnectorPermissionsCommand,
|
|
3511
|
+
UpdateAgentCommand,
|
|
3512
|
+
UpdateAgentPermissionsCommand,
|
|
3165
3513
|
UpdateAnalysisCommand,
|
|
3166
3514
|
UpdateAnalysisPermissionsCommand,
|
|
3167
3515
|
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
@@ -3179,6 +3527,7 @@ const commands = {
|
|
|
3179
3527
|
UpdateDataSourceCommand,
|
|
3180
3528
|
UpdateDataSourcePermissionsCommand,
|
|
3181
3529
|
UpdateDefaultQBusinessApplicationCommand,
|
|
3530
|
+
UpdateFlowCommand,
|
|
3182
3531
|
UpdateFlowPermissionsCommand,
|
|
3183
3532
|
UpdateFolderCommand,
|
|
3184
3533
|
UpdateFolderPermissionsCommand,
|
|
@@ -3187,6 +3536,7 @@ const commands = {
|
|
|
3187
3536
|
UpdateIdentityPropagationConfigCommand,
|
|
3188
3537
|
UpdateIpRestrictionCommand,
|
|
3189
3538
|
UpdateKeyRegistrationCommand,
|
|
3539
|
+
UpdateOAuthClientApplicationCommand,
|
|
3190
3540
|
UpdatePublicSharingSettingsCommand,
|
|
3191
3541
|
UpdateQPersonalizationConfigurationCommand,
|
|
3192
3542
|
UpdateQuickSightQSearchConfigurationCommand,
|
|
@@ -3194,6 +3544,9 @@ const commands = {
|
|
|
3194
3544
|
UpdateRoleCustomPermissionCommand,
|
|
3195
3545
|
UpdateSelfUpgradeCommand,
|
|
3196
3546
|
UpdateSelfUpgradeConfigurationCommand,
|
|
3547
|
+
UpdateSpaceCommand,
|
|
3548
|
+
UpdateSpacePermissionsCommand,
|
|
3549
|
+
UpdateSpaceResourcesCommand,
|
|
3197
3550
|
UpdateSPICECapacityConfigurationCommand,
|
|
3198
3551
|
UpdateTemplateCommand,
|
|
3199
3552
|
UpdateTemplateAliasCommand,
|
|
@@ -3231,6 +3584,7 @@ const paginators = {
|
|
|
3231
3584
|
paginateListIAMPolicyAssignmentsForUser,
|
|
3232
3585
|
paginateListIngestions,
|
|
3233
3586
|
paginateListNamespaces,
|
|
3587
|
+
paginateListOAuthClientApplications,
|
|
3234
3588
|
paginateListRoleMemberships,
|
|
3235
3589
|
paginateListTemplateAliases,
|
|
3236
3590
|
paginateListTemplates,
|
|
@@ -3332,6 +3686,26 @@ const DashboardBehavior = {
|
|
|
3332
3686
|
DISABLED: "DISABLED",
|
|
3333
3687
|
ENABLED: "ENABLED",
|
|
3334
3688
|
};
|
|
3689
|
+
const AgentLifecycle = {
|
|
3690
|
+
PREVIEW: "PREVIEW",
|
|
3691
|
+
PUBLISHED: "PUBLISHED",
|
|
3692
|
+
};
|
|
3693
|
+
const AgentStatus = {
|
|
3694
|
+
ACTIVE: "ACTIVE",
|
|
3695
|
+
CREATING: "CREATING",
|
|
3696
|
+
FAILED: "FAILED",
|
|
3697
|
+
UPDATING: "UPDATING",
|
|
3698
|
+
};
|
|
3699
|
+
const AgentOwnershipFilterAttribute = {
|
|
3700
|
+
AGENT_NAME: "AGENT_NAME",
|
|
3701
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3702
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3703
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
3704
|
+
};
|
|
3705
|
+
const ComparisonOperator = {
|
|
3706
|
+
StringEquals: "StringEquals",
|
|
3707
|
+
StringLike: "StringLike",
|
|
3708
|
+
};
|
|
3335
3709
|
const AggType = {
|
|
3336
3710
|
AVERAGE: "AVERAGE",
|
|
3337
3711
|
COLUMN: "COLUMN",
|
|
@@ -4566,6 +4940,9 @@ const NamespaceStatus = {
|
|
|
4566
4940
|
NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE",
|
|
4567
4941
|
RETRYABLE_FAILURE: "RETRYABLE_FAILURE",
|
|
4568
4942
|
};
|
|
4943
|
+
const OAuthClientAuthenticationType = {
|
|
4944
|
+
TOKEN: "TOKEN",
|
|
4945
|
+
};
|
|
4569
4946
|
const RefreshInterval = {
|
|
4570
4947
|
DAILY: "DAILY",
|
|
4571
4948
|
HOURLY: "HOURLY",
|
|
@@ -4751,6 +5128,11 @@ const SnapshotJobStatus = {
|
|
|
4751
5128
|
QUEUED: "QUEUED",
|
|
4752
5129
|
RUNNING: "RUNNING",
|
|
4753
5130
|
};
|
|
5131
|
+
const FlowPublishState = {
|
|
5132
|
+
DRAFT: "DRAFT",
|
|
5133
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
5134
|
+
PUBLISHED: "PUBLISHED",
|
|
5135
|
+
};
|
|
4754
5136
|
const IngestionErrorType = {
|
|
4755
5137
|
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
4756
5138
|
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
@@ -4828,6 +5210,15 @@ const SelfUpgradeStatus = {
|
|
|
4828
5210
|
ADMIN_APPROVAL: "ADMIN_APPROVAL",
|
|
4829
5211
|
AUTO_APPROVAL: "AUTO_APPROVAL",
|
|
4830
5212
|
};
|
|
5213
|
+
const SpaceQuickSightResourceType = {
|
|
5214
|
+
ACTION_CONNECTOR: "ACTION_CONNECTOR",
|
|
5215
|
+
ARTIFACT: "ARTIFACT",
|
|
5216
|
+
DASHBOARD: "DASHBOARD",
|
|
5217
|
+
DATA_SET: "DATA_SET",
|
|
5218
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
5219
|
+
SPACE: "SPACE",
|
|
5220
|
+
TOPIC: "TOPIC",
|
|
5221
|
+
};
|
|
4831
5222
|
const TemplateErrorType = {
|
|
4832
5223
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
4833
5224
|
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
@@ -4888,11 +5279,6 @@ const FieldName = {
|
|
|
4888
5279
|
FLOW_DESCRIPTION: "assetDescription",
|
|
4889
5280
|
FLOW_NAME: "assetName",
|
|
4890
5281
|
};
|
|
4891
|
-
const FlowPublishState = {
|
|
4892
|
-
DRAFT: "DRAFT",
|
|
4893
|
-
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
4894
|
-
PUBLISHED: "PUBLISHED",
|
|
4895
|
-
};
|
|
4896
5282
|
const FolderFilterAttribute = {
|
|
4897
5283
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4898
5284
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -4941,6 +5327,21 @@ const SearchFilterOperator = {
|
|
|
4941
5327
|
STRING_EQUALS: "StringEquals",
|
|
4942
5328
|
STRING_LIKE: "StringLike",
|
|
4943
5329
|
};
|
|
5330
|
+
const SpaceQuickSightSearchFilterName = {
|
|
5331
|
+
CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE",
|
|
5332
|
+
CONTRIBUTED_BY: "CONTRIBUTED_BY",
|
|
5333
|
+
CREATED_BY: "CREATED_BY",
|
|
5334
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
5335
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
5336
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
5337
|
+
SPACE_ID: "SPACE_ID",
|
|
5338
|
+
SPACE_NAME: "SPACE_NAME",
|
|
5339
|
+
};
|
|
5340
|
+
const SpaceSearchOperator = {
|
|
5341
|
+
NUMBER_RANGE: "NUMBER_RANGE",
|
|
5342
|
+
STRING_EQUALS: "STRING_EQUALS",
|
|
5343
|
+
STRING_LIKE: "STRING_LIKE",
|
|
5344
|
+
};
|
|
4944
5345
|
const TopicFilterAttribute = {
|
|
4945
5346
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4946
5347
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -4966,6 +5367,9 @@ exports.QuickSightServiceException = QuickSightServiceException.QuickSightServic
|
|
|
4966
5367
|
exports.ActionConnectorErrorType = ActionConnectorErrorType;
|
|
4967
5368
|
exports.ActionConnectorSearchFilterNameEnum = ActionConnectorSearchFilterNameEnum;
|
|
4968
5369
|
exports.ActionConnectorType = ActionConnectorType;
|
|
5370
|
+
exports.AgentLifecycle = AgentLifecycle;
|
|
5371
|
+
exports.AgentOwnershipFilterAttribute = AgentOwnershipFilterAttribute;
|
|
5372
|
+
exports.AgentStatus = AgentStatus;
|
|
4969
5373
|
exports.AggType = AggType;
|
|
4970
5374
|
exports.AnalysisErrorType = AnalysisErrorType;
|
|
4971
5375
|
exports.AnalysisFilterAttribute = AnalysisFilterAttribute;
|
|
@@ -5020,6 +5424,7 @@ exports.ColumnTagName = ColumnTagName;
|
|
|
5020
5424
|
exports.CommitMode = CommitMode;
|
|
5021
5425
|
exports.ComparisonMethod = ComparisonMethod;
|
|
5022
5426
|
exports.ComparisonMethodType = ComparisonMethodType;
|
|
5427
|
+
exports.ComparisonOperator = ComparisonOperator;
|
|
5023
5428
|
exports.ConditionalFormattingIconDisplayOption = ConditionalFormattingIconDisplayOption;
|
|
5024
5429
|
exports.ConditionalFormattingIconSetType = ConditionalFormattingIconSetType;
|
|
5025
5430
|
exports.ConnectionAuthType = ConnectionAuthType;
|
|
@@ -5030,12 +5435,14 @@ exports.ControlSortDirection = ControlSortDirection;
|
|
|
5030
5435
|
exports.CreateAccountCustomizationCommand = CreateAccountCustomizationCommand;
|
|
5031
5436
|
exports.CreateAccountSubscriptionCommand = CreateAccountSubscriptionCommand;
|
|
5032
5437
|
exports.CreateActionConnectorCommand = CreateActionConnectorCommand;
|
|
5438
|
+
exports.CreateAgentCommand = CreateAgentCommand;
|
|
5033
5439
|
exports.CreateAnalysisCommand = CreateAnalysisCommand;
|
|
5034
5440
|
exports.CreateBrandCommand = CreateBrandCommand;
|
|
5035
5441
|
exports.CreateCustomPermissionsCommand = CreateCustomPermissionsCommand;
|
|
5036
5442
|
exports.CreateDashboardCommand = CreateDashboardCommand;
|
|
5037
5443
|
exports.CreateDataSetCommand = CreateDataSetCommand;
|
|
5038
5444
|
exports.CreateDataSourceCommand = CreateDataSourceCommand;
|
|
5445
|
+
exports.CreateFlowCommand = CreateFlowCommand;
|
|
5039
5446
|
exports.CreateFolderCommand = CreateFolderCommand;
|
|
5040
5447
|
exports.CreateFolderMembershipCommand = CreateFolderMembershipCommand;
|
|
5041
5448
|
exports.CreateGroupCommand = CreateGroupCommand;
|
|
@@ -5043,8 +5450,10 @@ exports.CreateGroupMembershipCommand = CreateGroupMembershipCommand;
|
|
|
5043
5450
|
exports.CreateIAMPolicyAssignmentCommand = CreateIAMPolicyAssignmentCommand;
|
|
5044
5451
|
exports.CreateIngestionCommand = CreateIngestionCommand;
|
|
5045
5452
|
exports.CreateNamespaceCommand = CreateNamespaceCommand;
|
|
5453
|
+
exports.CreateOAuthClientApplicationCommand = CreateOAuthClientApplicationCommand;
|
|
5046
5454
|
exports.CreateRefreshScheduleCommand = CreateRefreshScheduleCommand;
|
|
5047
5455
|
exports.CreateRoleMembershipCommand = CreateRoleMembershipCommand;
|
|
5456
|
+
exports.CreateSpaceCommand = CreateSpaceCommand;
|
|
5048
5457
|
exports.CreateTemplateAliasCommand = CreateTemplateAliasCommand;
|
|
5049
5458
|
exports.CreateTemplateCommand = CreateTemplateCommand;
|
|
5050
5459
|
exports.CreateThemeAliasCommand = CreateThemeAliasCommand;
|
|
@@ -5086,6 +5495,7 @@ exports.DeleteAccountCustomPermissionCommand = DeleteAccountCustomPermissionComm
|
|
|
5086
5495
|
exports.DeleteAccountCustomizationCommand = DeleteAccountCustomizationCommand;
|
|
5087
5496
|
exports.DeleteAccountSubscriptionCommand = DeleteAccountSubscriptionCommand;
|
|
5088
5497
|
exports.DeleteActionConnectorCommand = DeleteActionConnectorCommand;
|
|
5498
|
+
exports.DeleteAgentCommand = DeleteAgentCommand;
|
|
5089
5499
|
exports.DeleteAnalysisCommand = DeleteAnalysisCommand;
|
|
5090
5500
|
exports.DeleteBrandAssignmentCommand = DeleteBrandAssignmentCommand;
|
|
5091
5501
|
exports.DeleteBrandCommand = DeleteBrandCommand;
|
|
@@ -5095,6 +5505,7 @@ exports.DeleteDataSetCommand = DeleteDataSetCommand;
|
|
|
5095
5505
|
exports.DeleteDataSetRefreshPropertiesCommand = DeleteDataSetRefreshPropertiesCommand;
|
|
5096
5506
|
exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
|
|
5097
5507
|
exports.DeleteDefaultQBusinessApplicationCommand = DeleteDefaultQBusinessApplicationCommand;
|
|
5508
|
+
exports.DeleteFlowCommand = DeleteFlowCommand;
|
|
5098
5509
|
exports.DeleteFolderCommand = DeleteFolderCommand;
|
|
5099
5510
|
exports.DeleteFolderMembershipCommand = DeleteFolderMembershipCommand;
|
|
5100
5511
|
exports.DeleteGroupCommand = DeleteGroupCommand;
|
|
@@ -5102,9 +5513,11 @@ exports.DeleteGroupMembershipCommand = DeleteGroupMembershipCommand;
|
|
|
5102
5513
|
exports.DeleteIAMPolicyAssignmentCommand = DeleteIAMPolicyAssignmentCommand;
|
|
5103
5514
|
exports.DeleteIdentityPropagationConfigCommand = DeleteIdentityPropagationConfigCommand;
|
|
5104
5515
|
exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
|
|
5516
|
+
exports.DeleteOAuthClientApplicationCommand = DeleteOAuthClientApplicationCommand;
|
|
5105
5517
|
exports.DeleteRefreshScheduleCommand = DeleteRefreshScheduleCommand;
|
|
5106
5518
|
exports.DeleteRoleCustomPermissionCommand = DeleteRoleCustomPermissionCommand;
|
|
5107
5519
|
exports.DeleteRoleMembershipCommand = DeleteRoleMembershipCommand;
|
|
5520
|
+
exports.DeleteSpaceCommand = DeleteSpaceCommand;
|
|
5108
5521
|
exports.DeleteTemplateAliasCommand = DeleteTemplateAliasCommand;
|
|
5109
5522
|
exports.DeleteTemplateCommand = DeleteTemplateCommand;
|
|
5110
5523
|
exports.DeleteThemeAliasCommand = DeleteThemeAliasCommand;
|
|
@@ -5121,6 +5534,8 @@ exports.DescribeAccountSettingsCommand = DescribeAccountSettingsCommand;
|
|
|
5121
5534
|
exports.DescribeAccountSubscriptionCommand = DescribeAccountSubscriptionCommand;
|
|
5122
5535
|
exports.DescribeActionConnectorCommand = DescribeActionConnectorCommand;
|
|
5123
5536
|
exports.DescribeActionConnectorPermissionsCommand = DescribeActionConnectorPermissionsCommand;
|
|
5537
|
+
exports.DescribeAgentCommand = DescribeAgentCommand;
|
|
5538
|
+
exports.DescribeAgentPermissionsCommand = DescribeAgentPermissionsCommand;
|
|
5124
5539
|
exports.DescribeAnalysisCommand = DescribeAnalysisCommand;
|
|
5125
5540
|
exports.DescribeAnalysisDefinitionCommand = DescribeAnalysisDefinitionCommand;
|
|
5126
5541
|
exports.DescribeAnalysisPermissionsCommand = DescribeAnalysisPermissionsCommand;
|
|
@@ -5143,6 +5558,7 @@ exports.DescribeDataSetRefreshPropertiesCommand = DescribeDataSetRefreshProperti
|
|
|
5143
5558
|
exports.DescribeDataSourceCommand = DescribeDataSourceCommand;
|
|
5144
5559
|
exports.DescribeDataSourcePermissionsCommand = DescribeDataSourcePermissionsCommand;
|
|
5145
5560
|
exports.DescribeDefaultQBusinessApplicationCommand = DescribeDefaultQBusinessApplicationCommand;
|
|
5561
|
+
exports.DescribeFlowCommand = DescribeFlowCommand;
|
|
5146
5562
|
exports.DescribeFolderCommand = DescribeFolderCommand;
|
|
5147
5563
|
exports.DescribeFolderPermissionsCommand = DescribeFolderPermissionsCommand;
|
|
5148
5564
|
exports.DescribeFolderResolvedPermissionsCommand = DescribeFolderResolvedPermissionsCommand;
|
|
@@ -5153,11 +5569,14 @@ exports.DescribeIngestionCommand = DescribeIngestionCommand;
|
|
|
5153
5569
|
exports.DescribeIpRestrictionCommand = DescribeIpRestrictionCommand;
|
|
5154
5570
|
exports.DescribeKeyRegistrationCommand = DescribeKeyRegistrationCommand;
|
|
5155
5571
|
exports.DescribeNamespaceCommand = DescribeNamespaceCommand;
|
|
5572
|
+
exports.DescribeOAuthClientApplicationCommand = DescribeOAuthClientApplicationCommand;
|
|
5156
5573
|
exports.DescribeQPersonalizationConfigurationCommand = DescribeQPersonalizationConfigurationCommand;
|
|
5157
5574
|
exports.DescribeQuickSightQSearchConfigurationCommand = DescribeQuickSightQSearchConfigurationCommand;
|
|
5158
5575
|
exports.DescribeRefreshScheduleCommand = DescribeRefreshScheduleCommand;
|
|
5159
5576
|
exports.DescribeRoleCustomPermissionCommand = DescribeRoleCustomPermissionCommand;
|
|
5160
5577
|
exports.DescribeSelfUpgradeConfigurationCommand = DescribeSelfUpgradeConfigurationCommand;
|
|
5578
|
+
exports.DescribeSpaceCommand = DescribeSpaceCommand;
|
|
5579
|
+
exports.DescribeSpacePermissionsCommand = DescribeSpacePermissionsCommand;
|
|
5161
5580
|
exports.DescribeTemplateAliasCommand = DescribeTemplateAliasCommand;
|
|
5162
5581
|
exports.DescribeTemplateCommand = DescribeTemplateCommand;
|
|
5163
5582
|
exports.DescribeTemplateDefinitionCommand = DescribeTemplateDefinitionCommand;
|
|
@@ -5234,6 +5653,7 @@ exports.LineChartMarkerShape = LineChartMarkerShape;
|
|
|
5234
5653
|
exports.LineChartType = LineChartType;
|
|
5235
5654
|
exports.LineInterpolation = LineInterpolation;
|
|
5236
5655
|
exports.ListActionConnectorsCommand = ListActionConnectorsCommand;
|
|
5656
|
+
exports.ListAgentsCommand = ListAgentsCommand;
|
|
5237
5657
|
exports.ListAnalysesCommand = ListAnalysesCommand;
|
|
5238
5658
|
exports.ListAssetBundleExportJobsCommand = ListAssetBundleExportJobsCommand;
|
|
5239
5659
|
exports.ListAssetBundleImportJobsCommand = ListAssetBundleImportJobsCommand;
|
|
@@ -5254,9 +5674,12 @@ exports.ListIAMPolicyAssignmentsForUserCommand = ListIAMPolicyAssignmentsForUser
|
|
|
5254
5674
|
exports.ListIdentityPropagationConfigsCommand = ListIdentityPropagationConfigsCommand;
|
|
5255
5675
|
exports.ListIngestionsCommand = ListIngestionsCommand;
|
|
5256
5676
|
exports.ListNamespacesCommand = ListNamespacesCommand;
|
|
5677
|
+
exports.ListOAuthClientApplicationsCommand = ListOAuthClientApplicationsCommand;
|
|
5257
5678
|
exports.ListRefreshSchedulesCommand = ListRefreshSchedulesCommand;
|
|
5258
5679
|
exports.ListRoleMembershipsCommand = ListRoleMembershipsCommand;
|
|
5259
5680
|
exports.ListSelfUpgradesCommand = ListSelfUpgradesCommand;
|
|
5681
|
+
exports.ListSpaceResourcesCommand = ListSpaceResourcesCommand;
|
|
5682
|
+
exports.ListSpacesCommand = ListSpacesCommand;
|
|
5260
5683
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
5261
5684
|
exports.ListTemplateAliasesCommand = ListTemplateAliasesCommand;
|
|
5262
5685
|
exports.ListTemplateVersionsCommand = ListTemplateVersionsCommand;
|
|
@@ -5288,6 +5711,7 @@ exports.NumberScale = NumberScale;
|
|
|
5288
5711
|
exports.NumericEqualityMatchOperator = NumericEqualityMatchOperator;
|
|
5289
5712
|
exports.NumericFilterSelectAllOptions = NumericFilterSelectAllOptions;
|
|
5290
5713
|
exports.NumericSeparatorSymbol = NumericSeparatorSymbol;
|
|
5714
|
+
exports.OAuthClientAuthenticationType = OAuthClientAuthenticationType;
|
|
5291
5715
|
exports.OtherCategories = OtherCategories;
|
|
5292
5716
|
exports.PanelBorderStyle = PanelBorderStyle;
|
|
5293
5717
|
exports.PaperOrientation = PaperOrientation;
|
|
@@ -5334,6 +5758,7 @@ exports.Role = Role;
|
|
|
5334
5758
|
exports.RowLevelPermissionFormatVersion = RowLevelPermissionFormatVersion;
|
|
5335
5759
|
exports.RowLevelPermissionPolicy = RowLevelPermissionPolicy;
|
|
5336
5760
|
exports.SearchActionConnectorsCommand = SearchActionConnectorsCommand;
|
|
5761
|
+
exports.SearchAgentsCommand = SearchAgentsCommand;
|
|
5337
5762
|
exports.SearchAnalysesCommand = SearchAnalysesCommand;
|
|
5338
5763
|
exports.SearchDashboardsCommand = SearchDashboardsCommand;
|
|
5339
5764
|
exports.SearchDataSetsCommand = SearchDataSetsCommand;
|
|
@@ -5342,6 +5767,7 @@ exports.SearchFilterOperator = SearchFilterOperator;
|
|
|
5342
5767
|
exports.SearchFlowsCommand = SearchFlowsCommand;
|
|
5343
5768
|
exports.SearchFoldersCommand = SearchFoldersCommand;
|
|
5344
5769
|
exports.SearchGroupsCommand = SearchGroupsCommand;
|
|
5770
|
+
exports.SearchSpacesCommand = SearchSpacesCommand;
|
|
5345
5771
|
exports.SearchTopicsCommand = SearchTopicsCommand;
|
|
5346
5772
|
exports.SectionPageBreakStatus = SectionPageBreakStatus;
|
|
5347
5773
|
exports.SelectAllValueOptions = SelectAllValueOptions;
|
|
@@ -5368,6 +5794,9 @@ exports.SnapshotFileFormatType = SnapshotFileFormatType;
|
|
|
5368
5794
|
exports.SnapshotFileSheetSelectionScope = SnapshotFileSheetSelectionScope;
|
|
5369
5795
|
exports.SnapshotJobStatus = SnapshotJobStatus;
|
|
5370
5796
|
exports.SortDirection = SortDirection;
|
|
5797
|
+
exports.SpaceQuickSightResourceType = SpaceQuickSightResourceType;
|
|
5798
|
+
exports.SpaceQuickSightSearchFilterName = SpaceQuickSightSearchFilterName;
|
|
5799
|
+
exports.SpaceSearchOperator = SpaceSearchOperator;
|
|
5371
5800
|
exports.SparklineAxisBehavior = SparklineAxisBehavior;
|
|
5372
5801
|
exports.SparklineVisualType = SparklineVisualType;
|
|
5373
5802
|
exports.SpecialValue = SpecialValue;
|
|
@@ -5418,6 +5847,8 @@ exports.UpdateAccountCustomizationCommand = UpdateAccountCustomizationCommand;
|
|
|
5418
5847
|
exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
|
|
5419
5848
|
exports.UpdateActionConnectorCommand = UpdateActionConnectorCommand;
|
|
5420
5849
|
exports.UpdateActionConnectorPermissionsCommand = UpdateActionConnectorPermissionsCommand;
|
|
5850
|
+
exports.UpdateAgentCommand = UpdateAgentCommand;
|
|
5851
|
+
exports.UpdateAgentPermissionsCommand = UpdateAgentPermissionsCommand;
|
|
5421
5852
|
exports.UpdateAnalysisCommand = UpdateAnalysisCommand;
|
|
5422
5853
|
exports.UpdateAnalysisPermissionsCommand = UpdateAnalysisPermissionsCommand;
|
|
5423
5854
|
exports.UpdateApplicationWithTokenExchangeGrantCommand = UpdateApplicationWithTokenExchangeGrantCommand;
|
|
@@ -5435,6 +5866,7 @@ exports.UpdateDataSetPermissionsCommand = UpdateDataSetPermissionsCommand;
|
|
|
5435
5866
|
exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
|
|
5436
5867
|
exports.UpdateDataSourcePermissionsCommand = UpdateDataSourcePermissionsCommand;
|
|
5437
5868
|
exports.UpdateDefaultQBusinessApplicationCommand = UpdateDefaultQBusinessApplicationCommand;
|
|
5869
|
+
exports.UpdateFlowCommand = UpdateFlowCommand;
|
|
5438
5870
|
exports.UpdateFlowPermissionsCommand = UpdateFlowPermissionsCommand;
|
|
5439
5871
|
exports.UpdateFolderCommand = UpdateFolderCommand;
|
|
5440
5872
|
exports.UpdateFolderPermissionsCommand = UpdateFolderPermissionsCommand;
|
|
@@ -5443,6 +5875,7 @@ exports.UpdateIAMPolicyAssignmentCommand = UpdateIAMPolicyAssignmentCommand;
|
|
|
5443
5875
|
exports.UpdateIdentityPropagationConfigCommand = UpdateIdentityPropagationConfigCommand;
|
|
5444
5876
|
exports.UpdateIpRestrictionCommand = UpdateIpRestrictionCommand;
|
|
5445
5877
|
exports.UpdateKeyRegistrationCommand = UpdateKeyRegistrationCommand;
|
|
5878
|
+
exports.UpdateOAuthClientApplicationCommand = UpdateOAuthClientApplicationCommand;
|
|
5446
5879
|
exports.UpdatePublicSharingSettingsCommand = UpdatePublicSharingSettingsCommand;
|
|
5447
5880
|
exports.UpdateQPersonalizationConfigurationCommand = UpdateQPersonalizationConfigurationCommand;
|
|
5448
5881
|
exports.UpdateQuickSightQSearchConfigurationCommand = UpdateQuickSightQSearchConfigurationCommand;
|
|
@@ -5451,6 +5884,9 @@ exports.UpdateRoleCustomPermissionCommand = UpdateRoleCustomPermissionCommand;
|
|
|
5451
5884
|
exports.UpdateSPICECapacityConfigurationCommand = UpdateSPICECapacityConfigurationCommand;
|
|
5452
5885
|
exports.UpdateSelfUpgradeCommand = UpdateSelfUpgradeCommand;
|
|
5453
5886
|
exports.UpdateSelfUpgradeConfigurationCommand = UpdateSelfUpgradeConfigurationCommand;
|
|
5887
|
+
exports.UpdateSpaceCommand = UpdateSpaceCommand;
|
|
5888
|
+
exports.UpdateSpacePermissionsCommand = UpdateSpacePermissionsCommand;
|
|
5889
|
+
exports.UpdateSpaceResourcesCommand = UpdateSpaceResourcesCommand;
|
|
5454
5890
|
exports.UpdateTemplateAliasCommand = UpdateTemplateAliasCommand;
|
|
5455
5891
|
exports.UpdateTemplateCommand = UpdateTemplateCommand;
|
|
5456
5892
|
exports.UpdateTemplatePermissionsCommand = UpdateTemplatePermissionsCommand;
|
|
@@ -5502,6 +5938,7 @@ exports.paginateListIAMPolicyAssignments = paginateListIAMPolicyAssignments;
|
|
|
5502
5938
|
exports.paginateListIAMPolicyAssignmentsForUser = paginateListIAMPolicyAssignmentsForUser;
|
|
5503
5939
|
exports.paginateListIngestions = paginateListIngestions;
|
|
5504
5940
|
exports.paginateListNamespaces = paginateListNamespaces;
|
|
5941
|
+
exports.paginateListOAuthClientApplications = paginateListOAuthClientApplications;
|
|
5505
5942
|
exports.paginateListRoleMemberships = paginateListRoleMemberships;
|
|
5506
5943
|
exports.paginateListTemplateAliases = paginateListTemplateAliases;
|
|
5507
5944
|
exports.paginateListTemplateVersions = paginateListTemplateVersions;
|